Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. DevLens
DevLens logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:34:46 PM

DevLens

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository55 GitHub StarsTotal stargazers on GitHub for the source repository (55 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "devlens": {
      "command": "npx",
      "args": [
        "-y",
        "@devlensio/skill"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

DevLens Logo

DevLens

Intelligent codebase visualizer.

Turn any TypeScript, JavaScript, Python, Go, Rust, or Java repository into a living, queryable graph β€” every node carries a functional summary, a technical summary, and a security assessment.

License: AGPL v3 npm: @devlensio/cli npm: @devlensio/skill Built with Bun

Join the DevLens Cloud Waitlist β†’


DevLens Demo

Click the image to watch the demo


Table of Contents

  • What is DevLens?
  • Supported languages
  • Prerequisites
  • Quick Start
  • Screenshots
  • Why it's fast & cheaper
  • Ways to use DevLens
    • Web UI β€” visual exploration
    • CLI β€” terminal power
    • Agent Skill β€” AI-powered understanding
    • MCP Server β€” for any MCP-compatible AI agent
  • How to summarize
  • Configuration
  • What DevLens understands
  • Benchmarks
  • Who is this for
  • How DevLens compares
  • Repository layout
  • DevLens Cloud

What is DevLens?

DevLens turns a codebase into a pre-built dependency graph. Instead of reading files one at a time, you (or your AI agent) query the graph: every component, class, function, route, struct, or trait is a node, and every connection is a typed edge (CALLS, IMPORTS, HANDLES, IMPLEMENTS, …). Each node carries:

  • Functional summary β€” what business purpose does this serve?
  • Technical summary β€” how does it work?
  • Security assessment β€” severity + explanation

This is the difference between an AI that re-reads your whole repo every session and an AI that already knows the architecture β€” architecture reviews, impact analysis, security audits, and onboarding take minutes, not hours.

Typical use cases:

  • Onboarding β€” a developer joining a new team sees the architecture, functional/ technical summaries, modules, and gotchas in minutes, not weeks.
  • Impact analysis β€” before touching a symbol, see its blast radius: what breaks if you change it?
  • Security reviews β€” every node carries a severity-ranked security assessment with real reach.
  • PR review β€” a review packet that explains the diff's impact, tests, and security delta.
  • AI agents β€” give Claude/Cursor/Kilo an MCP server + skill that queries the graph instead of re-reading files.

Supported languages

DevLens parses six languages with native parsers (no AI, no regex, no tree-sitter) and understands their frameworks:

LanguageFrameworks / stacks the graph understandsWhat gets parsed
TypeScript / JavaScriptReact, Next.js (app & pages router), Express/Hono/Fastify, React Router, TanStack Router, any Nodecomponents, hooks, state stores, classes, methods, functions, routes
PythonFastAPI, Flask, Django (+DRF), SQLAlchemy / Django ORM, Celery, Pydanticclasses, methods, functions, routes, data models
JavaSpring Boot (controllers, JPA, Spring Data repositories)classes, methods, interfaces, enums, routes
Gonet/http, Gin, Echo, chi, Fiber, GORM, database/sqlstructs, interfaces, methods, functions, routes
Rustaxum, actix-web, rocket, utoipa, Dieselstructs, enums, traits, impl blocks, methods, functions, routes

Each repo is analyzed with its language's own parser (Python ast, JavaParser, Go go/ast + go/types, Rust syn, TS compiler API), so edges are real β€” type-checked interfaces (IMPLEMENTS), framework routes (HANDLES), and ORM data layers (READS_FROM/WRITES_TO).


Prerequisites

RequirementNeeded forNotes
Bun β‰₯ 1.xBuild & run from source (bun install, bun run dev, bun start)macOS/Linux/Windows
Node.js β‰₯ 18npm install -g @devlensio/cli (optional path)not needed for the standalone binary
gitanalyzing a repo (DevLens shells out to git)required on all install paths
A JVM 17+Java analysisonly when analyzing Java repos
python3 3.11+Python analysisonly when analyzing Python repos
An LLM provider API keyAI summaries (optional)needed only for --summarize; structure-only analysis works offline

Summaries are never generated silently β€” the CLI and skill ask permission first, and structure-only analysis needs no provider at all.


Quick Start

The fastest way to try the full experience (Web UI + CLI + hot reload) is to clone and run from source. The one-line installers give you the CLI with zero build time.

Option A β€” Clone & develop (Web UI + CLI together, recommended)

bash
git clone https://github.com/devlensio/devlensOSS.git
cd devlensOSS
bun install

# Development (backend on :3000, hot-reloaded frontend on :3001)
bun dev

# OR production β€” one command, API + Web UI on a single port (:3000)
bun start

Production bun start builds the frontend only the first time (later runs skip the rebuild unless you pass --rebuild) and serves the Web UI and the backend API on one port. Open the printed URL, paste an absolute repo path, and click Analyze (enable the skip summaries checkbox if you don't want summaries).

Option B β€” Install the CLI from npm

Terminal
npm install -g @devlensio/cli

Option C β€” Install the standalone binary (no Node.js required)

The installers are verbose β€” they print progress, warnings, errors, and next steps, and automatically add devlens to your PATH (your shell's rc file on macOS/Linux, your user PATH on Windows).

bash
# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/devlensio/devlensOSS/main/scripts/install.sh | sh

# Windows (PowerShell)
irm https://raw.githubusercontent.com/devlensio/devlensOSS/main/scripts/install.ps1 | iex

Customize with environment variables: DEVLENS_VERSION (e.g. v0.5.1), DEVLENS_INSTALL_DIR (install folder), or DEVLENS_NO_PATH=1 to skip the automatic PATH setup.

Using any install β€” summarize, then explore

bash
cd your-project
devlens init                       # optional β€” configure your AI provider for summaries
devlens analyze . --summarize      # build the graph + generate AI summaries
devlens overview                   # language, framework, stats, central nodes
devlens find-nodes -t ROUTE        # every route in the app
devlens architecture               # one-command architecture brief
devlens security                   # security flags across the codebase

Want it in your AI agent instead? Jump to Agent Skill.


Screenshots

Interactive graph explorer Node inspector with summaries & security risk

Focused node subgraph Security findings
Interactive graph explorer Β· node inspector with AI summaries & security risk Β· focused node subgraph Β· security findings

Why it's fast & cheaper

A node summary is ~50 tokens. The file it describes is ~2,000. Querying summaries and graph slices (get_blast_radius, get_subgraph) costs a fraction of reading files β€” humans get answers faster, and AI agents spend dramatically fewer tokens on the same task.


Ways to use DevLens

Pick the interface that fits your workflow:

Web UI β€” visual exploration

For when you want to see your codebase laid out as an interactive graph.

Open the Web UI, paste your repo path, and explore a force-directed canvas β€” click any node to see its summaries, callers, callees, and security flags. Search, filter, diff commits across versions. The UI runs on a live server, so opening /graph/<any-new-id> (e.g. clicking a repository card) always renders the graph β€” even for repos analyzed after the server started.

bash
# Production β€” one command, UI + API on one port (from the source repo)
bun run start
# β†’ Web UI:  http://localhost:3000

Or from source (see Quick Start): bun run dev (hot reload) or bun run start (production). The Web UI runs from the source tree β€” it is not bundled into the installed CLI binary.

CLI (@devlensio/cli) β€” terminal power

For scripts, CI, and answers fast without leaving the terminal. Every command supports --json for piping into scripts, -v/--verbose for diagnostics, and --quiet for minimal output.

Terminal
npm install -g @devlensio/cli

Analyze & summarize

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • TokenSave logoTokenSave

    Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

    πŸ’» Developer Tools0 views
    Compare vs TokenSave β†’
  • Ovecc logoOvecc

    Architecture guardrails for AI-written code: dependency graph, impact, dead code, CI gate

    πŸ’» Developer Tools2 views
    Compare vs Ovecc β†’
  • AgentPhone logoAgentPhone

    Give AI agents real phone numbers, messages, and voice calls via MCP.

    πŸ’» Developer Tools0 views
    Compare vs AgentPhone β†’
  • M1nd logoM1nd

    The shell around your coding agent: a neuro-symbolic code graph with calibrated trust, via MCP.

    πŸ’» Developer Tools0 views
    Compare vs M1nd β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about DevLens

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "devlens": { "command": "npx", "args": ["-y", "DevLens"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDevLens AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/devlens?style=directory)](https://allmcps.com/mcp/devlens)
HTML Embed
<a href="https://allmcps.com/mcp/devlens"><img src="https://allmcps.com/api/badge/devlens?style=directory" alt="DevLens on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars55
GitHub Star CountTotal stargazers on GitHub representing community popularity (55 stars).
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to DevLens β†’Install in Claude DesktopInstall in CursorInstall in VS Code