Skip to content
VS Code

kbdb for VS Code

io.github.diko316/kbdb

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

client:VS Code transport:stdio runtime:npm

Install kbdb in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

kbdb in other clients