Skip to content
Cursor

Vector DB MCP for Cursor

io.github.kroq86/vector-db-mcp

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

client:Cursor transport:stdio runtime:oci

Install Vector DB MCP in Cursor

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

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

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

Vector DB MCP in other clients