Skip to content
VS Code

PlainQuery | MCP DB Agent for VS Code

io.github.jarvis-27/mcp-db-agent

Query PostgreSQL databases in plain English — LLM-generated, safety-validated SQL.

client:VS Code transport:streamable-http

Install PlainQuery | MCP DB Agent in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-db-agent": {
      "type": "http",
      "url": "https://plainquery.in/mcp/"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

PlainQuery | MCP DB Agent in other clients