Skip to content
Cursor

kObsidian for Cursor

io.github.bezata/kobsidian-mcp

Filesystem-first MCP for Obsidian — an LLM-maintained wiki inspired by Karpathy's LLM Wiki.

client:Cursor transport:stdio runtime:npm

Install kObsidian in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kobsidian-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kobsidian-mcp"
      ],
      "env": {
        "OBSIDIAN_VAULT_PATH": "<OBSIDIAN_VAULT_PATH>",
        "OBSIDIAN_API_URL": "<OBSIDIAN_API_URL>",
        "OBSIDIAN_API_VERIFY_TLS": "<OBSIDIAN_API_VERIFY_TLS>",
        "OBSIDIAN_REST_API_KEY": "<OBSIDIAN_REST_API_KEY>"
      }
    }
  }
}

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

kObsidian in other clients