Skip to content
Cursor

AdoMcp for Cursor

io.github.john0king/adomcp

Database MCP server for schema discovery, comments, and SQL queries.

client:Cursor transport:stdio runtime:nuget

Install AdoMcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "adomcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "adomcp",
        "--yes"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AdoMcp in other clients