lain for Zed
io.github.spuentesp/lain
High-performance knowledge graph MCP server for AI coding agents with semantic search.
client:Zed
transport:stdio
runtime:npm
Install lain in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"lain": {
"command": "npx",
"args": [
"-y",
"@spuentesp/lain-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs