Skip to content
Cursor

kbdb for Cursor

io.github.diko316/kbdb

A searchable second brain for AI agents: ranked keyword and semantic search over your Markdown.

client:Cursor transport:stdio runtime:npm

Install kbdb in Cursor

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

{
  "mcpServers": {
    "kbdb": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dikolab/kbdb"
      ]
    }
  }
}

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

kbdb in other clients