CoderSwap MCP Server for Zed
io.github.njlnaet/coderswap-mcp-server
Build searchable AI research knowledge bases with hybrid vector search directly in Claude Desktop.
client:Zed
transport:stdio
runtime:npm
Install CoderSwap MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"coderswap-mcp-server": {
"command": "npx",
"args": [
"-y",
"@coderswap/mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs