mcp-server

The-Code-Registry/mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 1d ago
Public MCP repository to describe how AI agents can use our hosted MCP server to get code intelligence and insights for their users. On any codebase, any techstack.
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": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server

Topics

code-analysiscode-intelligencecode-qualitycode-securitymcpmcp-clientmcp-servermcp-serversmcp-toolstechdebttechnical-debt