Obsidian Turbocharged for Zed
io.github.the-40-thieves/obsidian-tc
Model-agnostic, agent-ready Obsidian MCP server with RBAC, SLSA provenance, and native search.
client:Zed
transport:stdio
runtime:npm
Install Obsidian Turbocharged in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"obsidian-tc": {
"command": "npx",
"args": [
"-y",
"obsidian-tc"
],
"env": {
"OBSIDIAN_TC_CONFIG": "<OBSIDIAN_TC_CONFIG>",
"OBSIDIAN_TC_DEFAULT_VAULT": "<OBSIDIAN_TC_DEFAULT_VAULT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs