Odel
code atlas

code atlas

Local
@lusiemTypeScriptMITUpdated 1mo ago

Code intelligence MCP: symbols, call graphs, change impact + affected tests, routes, search.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@lusiem/code-atlasv0.5.0

Run

npx -y @lusiem/code-atlas

MCP client config

{
  "mcpServers": {
    "code-atlas": {
      "command": "npx",
      "args": [
        "-y",
        "@lusiem/code-atlas"
      ]
    }
  }
}