Skip to content
Grok

AdoMcp for Grok

io.github.john0king/adomcp

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

client:Grok transport:stdio runtime:nuget

Install AdoMcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

AdoMcp in other clients