lain

spuentesp/lain
★ 2 stars Rust 🤖 AI/LLM Updated today
High-performance MCP server for AI coding agents: persistent knowledge graph, blast radius analysis, semantic search. Built in Rust.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lain": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "lain"
      ]
    }
  }
}

README Excerpt

LAIN builds a map of how all the code in your project connects — what calls what, what depends on what, which files tend to change together. Then it lets your AI coding assistant ask questions about that map. So instead of the AI just looking at one file and guessing, it can ask "if I change this function, what else breaks?" and get a real answer. It plugs into any AI agent that supports MCP and runs in the background while you work.

Tools (4)

autobothhttpstdio

Topics

agentic-codingagentic-ragagentic-workflowsllm-toolsmcpmcp-servermcp-serverspetgraphrusttreesitter