MCPServer-CodeManagerClaude

JManuelHaces/MCPServer-CodeManagerClaude
★ 1 stars Python 🤖 AI/LLM Updated 11mo ago
A powerful MCP (Model Context Protocol) server enabling AI assistants to analyze, search, and navigate codebases with precision. This tool bridges the gap between AI and your software projects by providing comprehensive code exploration capabilities including symbol search, definition finding, import analysis, and advanced code metrics.
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": {
    "mcpserver-codemanage": {
      "command": "uvx",
      "args": [
        "mcpserver-codemanagerclaude"
      ]
    }
  }
}

Or install with pip: pip install mcpserver-codemanagerclaude

Topics

aiclaude-aigenaimcp-serverpython3