Skip to content
Cursor

seekstone for Cursor

io.github.shaqmughal/seekstone

Filesystem-direct Obsidian MCP server — search and edit your vault with low context-tax.

client:Cursor transport:stdio runtime:npm

Install seekstone 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": {
    "seekstone": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "seekstone"
      ],
      "env": {
        "SEEKSTONE_VAULT": "<SEEKSTONE_VAULT>"
      }
    }
  }
}

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

seekstone in other clients