Skip to content

Conversation

@zakhij
Copy link

@zakhij zakhij commented Nov 17, 2025

Summary

Adds the DX MCP Server to the registry, enabling users to execute SQL queries on DX Data Cloud using natural language through MCP clients like Claude Desktop and Cursor.

Server Details

Configuration

  • Secret: DB_URL - PostgreSQL connection string for DX Data Cloud
  • Example: postgresql://username:password@hostname:port/database

Testing

  • ✅ Image builds successfully (task build -- --tools dx-mcp-server)
  • ✅ Tool detected from tools.json (1 tool found)
  • ✅ Catalog generated successfully (task catalog -- dx-mcp-server)

Notes

  • Included tools.json file since the server requires DB_URL to run
  • Server provides single tool for SQL query execution
  • Users can configure connection via DX's DB Users settings page

🤖 Generated with Claude Code

Adds dx-mcp-server, enabling users to execute SQL queries on DX Data Cloud
using natural language through MCP clients like Claude Desktop and Cursor.

Features:
- Query organizational data in DX Data Cloud via PostgreSQL
- Single tool: queryData for SQL execution
- Requires DB_URL secret for database connection

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant