pyscope-mcp

hyang0129/pyscope-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server exposing Python function- and module-level call graphs for agentic coding.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install pyscope-mcp