graphlens-mcp

Neko1313/graphlens-mcp
★ 1 stars Python AI/LLM Updated today
Model Context Protocol (MCP) server for Graphlens. Exposes polyglot code graphs to LLM agents.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "graphlens-mcp": {
      "command": "uvx",
      "args": [
        "graphlens-mcp"
      ]
    }
  }
}

Or install with pip: pip install graphlens-mcp

README Excerpt

A free, MIT-licensed [MCP](https://modelcontextprotocol.io) server that gives coding agents (Claude Code, Cursor, and compatible clients) a **semantic code graph** of your project — symbols, cross-file calls, references, imports and cross-language boundaries. Instead of reading files top-to-bottom or grepping for names, the agent **navigates the

Tools (8)

find_referencesget_calleesget_callersget_cross_language_callsget_file_structureget_neighborsget_node_infosearch_symbols

Topics

ai-agentsai-codingcode-analysisknowledge-graphllmmcpmcp-servermodel-context-protocol