seojeom mcp for Zed
io.github.seojeom/seojeom-mcp
Local-first MCP server for Claude/Codex project wiki and graph workflows
client:Zed
transport:stdio
runtime:npm
Install seojeom mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"seojeom-mcp": {
"command": "npx",
"args": [
"-y",
"@seojeom/mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs