Skip to content
Cursor

Obsidian Turbocharged for Cursor

io.github.the-40-thieves/obsidian-tc

Model-agnostic, agent-ready Obsidian MCP server with RBAC, SLSA provenance, and native search.

client:Cursor transport:stdio runtime:npm

Install Obsidian Turbocharged 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": {
    "obsidian-tc": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "obsidian-tc"
      ],
      "env": {
        "OBSIDIAN_TC_CONFIG": "<OBSIDIAN_TC_CONFIG>",
        "OBSIDIAN_TC_DEFAULT_VAULT": "<OBSIDIAN_TC_DEFAULT_VAULT>"
      }
    }
  }
}

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

Obsidian Turbocharged in other clients