pyeye-mcp

okeefeco/pyeye-mcp
★ 0 stars Python AI/LLM Updated today
Extensible Python code intelligence MCP server for semantic analysis and navigation
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": {
    "pyeye-mcp": {
      "command": "uvx",
      "args": [
        "pyeye-mcp"
      ]
    }
  }
}

Or install with pip: pip install pyeye-mcp

README Excerpt

An extensible MCP (Model Context Protocol) server that provides intelligent Python code analysis, navigation, and understanding capabilities for AI assistants like Claude. - 🔍 **Semantic Code Navigation**: Find symbols, go to definitions, find references using Jedi - 📊 **Module & Package Analysis**: List packages/modules, analyze dependencies, detect circular imports

Tools (12)

PYEYE_ANALYSIS_TIMEOUTPYEYE_CACHE_TTLPYEYE_ENABLE_CONNECTION_POOLINGPYEYE_ENABLE_MEMORY_PROFILINGPYEYE_ENABLE_PERFORMANCE_METRICSPYEYE_MAX_FILE_SIZEPYEYE_MAX_PROJECTSPYEYE_MAX_WORKERSPYEYE_POOL_MAX_CONNECTIONSPYEYE_POOL_TTLPYEYE_WATCHER_DEBOUNCEReadMcpResourceTool

Topics

claudeclaude-codecode-analysisjedimcpmcp-serverpythonpython3static-analysis