code atlas for LangChain
io.github.lusiem/code-atlas
Code intelligence MCP: symbols, call graphs, change impact + affected tests, routes, search.
client:LangChain
transport:stdio
runtime:npm
Install code atlas in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"code-atlas": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@lusiem/code-atlas"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs