Obsidian Turbocharged for Windsurf
io.github.the-40-thieves/obsidian-tc
Model-agnostic, agent-ready Obsidian MCP server with RBAC, SLSA provenance, and native search.
client:Windsurf
transport:stdio
runtime:npm
Install Obsidian Turbocharged in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"obsidian-tc": {
"command": "npx",
"args": [
"-y",
"obsidian-tc"
],
"env": {
"OBSIDIAN_TC_CONFIG": "<OBSIDIAN_TC_CONFIG>",
"OBSIDIAN_TC_DEFAULT_VAULT": "<OBSIDIAN_TC_DEFAULT_VAULT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs