seekstone
About
Filesystem-direct Obsidian MCP server — search and edit your vault with low context-tax.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SEEKSTONE_VAULTClaude Code
claude mcp add --env SEEKSTONE_VAULT= seekstone -- npx seekstone
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"seekstone","command":"npx","args":["seekstone"],"env":{"SEEKSTONE_VAULT":""}}'
JSON
{
"mcpServers": {
"seekstone": {
"command": "npx",
"args": [
"seekstone"
],
"env": {
"SEEKSTONE_VAULT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.