vault mcp tools for Windsurf
io.github.afable702/vault-mcp-tools
Complete Obsidian vault MCP server. 35 tools: notes, search, graph, tags, canvas.
client:Windsurf
transport:stdio
runtime:npm
Install vault mcp tools in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"vault-mcp-tools": {
"command": "npx",
"args": [
"-y",
"vault-mcp-tools"
],
"env": {
"OBSIDIAN_VAULT_PATH": "<OBSIDIAN_VAULT_PATH>",
"OBSIDIAN_REST_TOKEN": "<OBSIDIAN_REST_TOKEN>",
"OBSIDIAN_REST_PORT": "<OBSIDIAN_REST_PORT>",
"OBSIDIAN_TRANSPORT": "<OBSIDIAN_TRANSPORT>",
"OBSIDIAN_HTTP_PORT": "<OBSIDIAN_HTTP_PORT>",
"OBSIDIAN_HTTP_AUTH_TOKEN": "<OBSIDIAN_HTTP_AUTH_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs