DevLens for Cline
io.github.devlensio/devlens
Query a precomputed code graph (nodes, edges, summaries) of TS/JS/React/Next.js/Node repos via MCP.
client:Cline
transport:stdio
runtime:npm
Install DevLens in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"devlens": {
"command": "npx",
"args": [
"-y",
"@devlensio/cli"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs