mcpbeat Sign in

Graphlens MCP Server

local only

Graphlens MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 162 installs a week from pypi. Last commit 3 Jul 2026.

Semantic code graph MCP server for coding agents

Installs per day peak 62 · avg 29 · -13% w/w
a month agotoday
162
Installs / week
pypi · graphlens-mcp
2
Stars
0 open issues
3 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Jupyter Notebook

Nothing serious here today

Today is the operative word: we check Graphlens MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add graphlens-mcp -- uvx graphlens-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "graphlens-mcp": {
      "args": [
        "graphlens-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.graphlens-mcp]
command = "uvx"
args = ["graphlens-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "graphlens-mcp": {
      "args": [
        "graphlens-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "graphlens-mcp": {
      "args": [
        "graphlens-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Graphlens MCP

same job, measured the same way
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

119 installs/wk local only
Rpg Encoder
by userfrm

Semantic code graph for AI-assisted code understanding via tree-sitter and MCP.

105 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Cgraphy
by pmgarg

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

63 installs/wk local only
Socraticode
by giancarloerra

MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.

5 182 installs/wk local only
Skeletongraph
by yashdoke7

Zero-LLM structural code retrieval for AI coding agents, served over MCP.

28 installs/wk local only
Code Context Gate
by wisdomrock

Context-aware code retrieval MCP server — ranked, gated results for AI coding agents

27 installs/wk local only
Kivgraph
by luqueee

Cross-repository semantic code intelligence for AI coding agents, from a local code graph.

local only

Graphlens MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Graphlens MCP?
Graphlens MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package graphlens-mcp was installed 162 times last week.
How do I connect Graphlens MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls graphlens-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Graphlens MCP?
The pypi package graphlens-mcp was installed 162 times in the last week. Week over week that is -13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Graphlens MCP open source?
Yes — it is published under the MIT licence, written in Jupyter Notebook and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.