Skip to content
Grok

Vector DB MCP for Grok

io.github.kroq86/vector-db-mcp

Assembly-accelerated DuckDB MCP server for code search, indexing, and symbol lookup.

client:Grok transport:stdio runtime:oci

Install Vector DB MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "vector-db-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kroq86/vector-db-mcp:0.1.1"
      ]
    }
  }
}

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

Vector DB MCP in other clients