LAIN-mcp
Rank #2,059io.github.spuentesp/lain
High-performance knowledge graph MCP server for AI coding agents with semantic search.
LAIN-mcp is a Model Context Protocol (MCP) server published by spuentesp. It ranks #2,059 of 132,046 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. LAIN-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Apr 26, 2026 and most recently updated on May 2, 2026.
Ranks ahead of 129,987 of 132,046 servers on MCP Toplist.
Use LAIN-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add lain -- npx -y @spuentesp/lain-mcp[mcp_servers.lain]
command = "npx"
args = ["-y", "@spuentesp/lain-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"lain": {
"command": "npx",
"args": [
"-y",
"@spuentesp/lain-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"lain": {
"command": "npx",
"args": [
"-y",
"@spuentesp/lain-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"lain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@spuentesp/lain-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"lain": {
"command": "npx",
"args": [
"-y",
"@spuentesp/lain-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"lain": {
"command": "npx",
"args": [
"-y",
"@spuentesp/lain-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.spuentesp%2Flain)<a href="https://mcptoplist.com/server/io.github.spuentesp%2Flain"><img src="https://mcptoplist.com/badge/io.github.spuentesp%2Flain.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
spuentesp
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 2, 2026 |
Frequently asked questions
- Who maintains LAIN-mcp?
- LAIN-mcp is maintained by spuentesp, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is LAIN-mcp listed on the Official MCP Registry?
- Yes — LAIN-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does LAIN-mcp have?
- MCP Toplist tracks 1 version of LAIN-mcp, most recently published on May 2, 2026.
- Where can I find the source code for LAIN-mcp?
- The source code for LAIN-mcp is hosted at github.com/spuentesp/lain.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.