lain for Cursor
io.github.spuentesp/lain
High-performance knowledge graph MCP server for AI coding agents with semantic search.
client:Cursor
transport:stdio
runtime:npm
Install lain in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@spuentesp/lain-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs