Skip to content
Claude Desktop

DevLens for Claude Desktop

io.github.devlensio/devlens

Query a precomputed code graph (nodes, edges, summaries) of TS/JS/React/Next.js/Node repos via MCP.

client:Claude Desktop transport:stdio runtime:npm

Install DevLens in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "devlens": {
      "command": "npx",
      "args": [
        "-y",
        "@devlensio/cli"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

DevLens in other clients