DevDb is a lightweight VS Code extension that auto-loads your database and provides powerful development affordances, including MCP server integration, quick table access, and zero-config support for popular frameworks.
Provide your database information to AI-powered IDEs and MCP clients like Cursor, Windsurf, etc.
{
"mcpServers": {
"devdb": {
"command": "node",
"args": [
"/path/to/devdb-mcp-server.js"
],
"env": {
"DEVDBCONFIG": "/path/to/.devdbrc"
}
}
}
}