← Back to Plugins
MCP Server MCP

io.github.shaqmughal/seekstone

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "seekstone",
      "version": "0.15.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to your Obsidian vault.",
          "isRequired": true,
          "name": "SEEKSTONE_VAULT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...