DataMCP turns your PostgreSQL into an MCP endpoint that Cursor, Claude Desktop, VS Code, and Windsurf can actually use — without handing out raw connection strings to every developer on the team. How it works: you connect your database once, set which tables each API key can touch, and share the MCP URL. AI tools get schema context and query access. You get an audit trail of every query that ran. What's included:
6 MCP tools: query, get_schema, get_table_details, get_permissions, get_schema_changes, resync_schema Per-table permission controls (read, write, or none — per key) AES-256-GCM encrypted credentials Full query audit log in the dashboard OAuth 2.0 for seamless client authorization Free tier to get started
No self-hosting. No config files on developer machines. Just a URL and an API key.
Server Config
{
"mcpServers": {
"datamcp": {
"url": "https://api.datamcp.app/api/mcp"
}
}
}