Obsidian MCP for Zed
io.github.seynurmammad0v/obsidian-mcp
Turns Obsidian vaults into AI-queryable knowledge graphs with 12 tools
client:Zed
transport:stdio
runtime:npm
Install Obsidian MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"obsidian-mcp": {
"command": "npx",
"args": [
"-y",
"@smammadov/obsidian-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs