Skip to content
Zed

seekstone for Zed

io.github.shaqmughal/seekstone

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

client:Zed transport:stdio runtime:npm

Install seekstone in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "seekstone": {
      "command": "npx",
      "args": [
        "-y",
        "seekstone"
      ],
      "env": {
        "SEEKSTONE_VAULT": "<SEEKSTONE_VAULT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

seekstone in other clients