Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Coderegistry
C
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Coderegistry

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Enterprise code intelligence for M&A, security audits, and tech debt. Hosted server with 200k free.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "coderegistry": {
      "command": "npx",
      "args": [
        "-y",
        "coderegistry"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

The Code Registry

The Code Registry MCP Server

Enterprise-grade code intelligence for AI assistants

Quick Start β€’ Features β€’ Use Cases β€’ Documentation β€’ Website

MCP Compatible MCP Registry License Support


Enterprise-grade code intelligence for business leaders by The Code Registry. Now with a native, fully-featured MCP server for AI agents. Analyze codebases for due diligence, tech debt, security vulnerabilities, code quality and more - directly from Claude Desktop, Claude API, and other MCP-compatible clients.

Install as an MCP server

Use this URL when configuring any MCP-compatible client:

Code
https://integrator.app.thecoderegistry.com/api/ai/router

Install as an agent skill

Some MCP clients and editors (including Cursor) require MCP server configuration before the skill can use tools.

Cursor MCP server configuration (example)

config.json
{
  "mcpServers": {
    "coderegistry": {
      "url": "https://integrator.app.thecoderegistry.com/api/ai/router"
    }
  }
}

Use this JSON in your Cursor MCP settings, or copy the same example from integrations/cursor/config.json.

Cursor / CallMcpTool known limitation and workaround

Some Cursor builds (and other clients that wrap MCP tools behind a generic CallMcpTool) may show an incomplete tool schema that omits arguments, even though the runtime accepts it.

For The Code Registry tools, always pass required parameters in the arguments field when using CallMcpTool.

Prompt hint that often fixes this behavior:

Use the CallMcpTool with the arguments field to pass the required parameters.

Example wrapper call shape:

config.json
{
  "server": "coderegistry",
  "toolName": "create_project",
  "arguments": {
    "user_id": "<user_id>",
    "name": "My Project"
  }
}

Then install the skill:

Terminal
npx skills add The-Code-Registry/mcp-server

The code-registry skill gives your client AI agent extra context and instructions for using this MCP server correctly, including:

  • the recommended tool flow (create_account -> create_project -> create-code-vault -> polling)
  • completion rules for first analysis vs re-analysis (snapshot vs comparison reports)
  • retry/backoff behavior and LOCAL_AGENT follow-up guidance

What is this?

This is a hosted MCP server that lets AI agents create accounts, manage projects, analyze code, and retrieve analysis results without leaving the conversation. It is designed for business leaders (M&A professionals, CTOs, VCs, board members) who need fast, reliable code insights and clean reports.

Any codebase can be analyzed and results can be ready in as quick as 30 minutes depending on code volume. PDF reports containing the results are automatically emailed to the user after analysis is complete, and as their AI agent you can retrieve the results as soon as they are ready, to show in your conversation with the user or to generate graphs/charts/reports with etc.

What is MCP?

The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to data sources and tools. Learn more at modelcontextprotocol.io.

MCP Protocol Support

This server supports the full MCP JSON-RPC 2.0 flow, including:

  • initialize
  • tools/list
  • tools/call
  • resources/list and resources/read
  • prompts/list and prompts/get

Prerequisites

  • An MCP-compatible client (Claude Desktop, Claude Code, or custom implementation)
  • For LOCAL_AGENT: Docker installed on your machine
  • For GIT sources: Git repository URL with appropriate access
  • Basic understanding of code analysis and software metrics

Existing accounts

If the user already has a Code Registry account, they can generate an API key in the web app and use it directly via the X-API-Key header (preferred). If the MCP client cannot set custom headers, pass api_key in tool arguments instead.

Features

  • Zero setup: agents can create accounts automatically, all you need is their email address, name and team/company name
  • Privacy-first: Using the LOCAL_AGENT code source type keeps code on your machine and only sends an anonymous zip file of results
  • Plan-aware analysis: free accounts can sync code and retrieve summary-level results; paid plans unlock full findings data and premium outputs
  • Executive-friendly reports: PDF reports automatically emailed to the user, ready for non-technical stakeholders
  • Multiple sources: local repos or folders of code, GIT repositories, or file archives

Sample prompts for your AI agent or system

Once the MCP server is configured, you can ask your AI agent or system questions like:

  • "Use The Code Registry to analyze this codebase and present the results in a nice way."
  • "Re-analyze this project's code with The Code Registry to show me what's changed since the last analysis."
  • "Get the latest analysis for Project X from my Code Registry account and present them to me (here's my API key: XXX)."

MCP Protocol Quick Start

0) Initialize (recommended)

config.json
{
  "jsonrpc": "2.0",
  "method": "initialize",
  "params": {
    "protocolVersion": "2024-11-05",
    "capabilities": {}
  },
  "id": 1
}

1) Create account

config.json
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "create_account",
    "arguments": {
      "email": "user@example.com",
      "name": "User Name",
      "team_name": "Example Org",
      "integrator_id": "agent-name"
    }
  },
  "id": 2
}

Response: Returns api_key, team_id, and user_id (inside result.content[0].text as JSON) - store the API key securely and include it in all subsequent requests via X-API-Key header.

2) Create project

config.json
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "create_project",
    "arguments": {
      "user_id": "<user_id>",
      "name": "My Project",
      "description": "Optional"
    }
  },
  "id": 3
}

3) Create code vault (recommended: LOCAL_AGENT)

config.json
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "create-code-vault",
    "arguments": {
      "project_id": "<project_id>",
      "user_id": "<user_id>",
      "name": "My Code Vault",
      "source_type": "LOCAL_AGENT"
    }
  },
  "id": 4
}

Response: Includes next_steps.commands with Docker commands to run locally.

4) Poll for results

config.json
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "get-code-vault-results",
    "arguments": { "vault_id": "<vault_id>" }
  },
  "id": 5
}

Note: Results are typically ready in 30 minutes to a few hours, depending on codebase size. Poll with exponential backoff.

5) Fetch report URLs

config.json
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "get-code-vault-reports",
    "arguments": { "vault_id": "<vault_id>" }
  },
  "id": 6
}

Note: PDF reports are generated after analysis completes and are automatically emailed to the user.

Re-analyze an existing code vault

To re-run analysis on an existing code vault:

  1. Call reanalyze-code-vault
  2. Run the LOCAL_AGENT again if the original source type was LOCAL_AGENT
  3. Poll the same summary/results/report tools as usual

Important: Once re-analysis starts, get-code-vault-summary, get-code-vault-results, and get-code-vault-reports return the new version only. Previous version data is no longer accessible via these tools.

Use Cases

M&A Due Diligence

Quickly assess acquisition targets for technical risk, security vulnerabilities, and architecture concerns. See examples/use-cases/due-diligence.md.

Tech Debt Analysis

Monitor technical debt across your portfolio and track improvements over time. See examples/use-cases/tech-debt-analysis.md.

Security Audit

Identify security vulnerabilities and compliance issues before they become problems. See examples/use-cases/security-audit.md.

Portfolio Monitoring

Track engineering metrics across multiple companies in your investment portfolio. See examples/use-cases/portfolio-monitoring.md.

Configuration

See integrations/ for client-specific setup:

  • Claude Desktop - Desktop app configuration
  • Claude API - API integration with Python/TypeScript examples
  • Cline - VS Code extension setup
  • Cursor - Cursor IDE integration
  • Custom agents - Build your own MCP client

Agent Skill (Optional)

This repository includes a reusable agent skill at skills/code-registry that gives agents additional context and concrete operating instructions for this MCP server (tool order, polling lifecycle, completion rules, and result interpretation).

  • Skill entry point: skills/code-registry/SKILL.md
  • Lifecycle details: skills/code-registry/references/vault-lifecycle.md
  • Interpretation guidance: skills/code-registry/references/result-interpretation.md
  • Polling helper script: skills/code-registry/scripts/poll_vault_status.py

Install the code-registry folder into your agent's skills directory, then run your agent normally:

  • Codex: $CODEX_HOME/skills/
  • Claude Code: ~/.claude/skills/
  • Cursor project-local: .cursor/skills/

See skills/README.md for usage details and script examples.

Pricing

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • TokenSave logoTokenSave

    Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

    πŸ’» Developer Tools0 views
    Compare vs TokenSave β†’
  • Sem logoSem

    Entity-level code intelligence: semantic diff, impact analysis, blame, and context for AI agents

    πŸ’» Developer Tools1 views
    Compare vs Sem β†’
  • Xmp4 β€” Semantic Code Intelligence logoXmp4 β€” Semantic Code Intelligence

    SCIP-backed semantic code intelligence over 800+ pre-indexed OSS libraries. Hosted, free.

    πŸ’» Developer Tools1 views
    Compare vs Xmp4 β€” Semantic Code Intelligence β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Coderegistry

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "coderegistry": { "command": "npx", "args": ["-y", "coderegistry"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCoderegistry AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/coderegistry?style=directory)](https://allmcps.com/mcp/coderegistry)
HTML Embed
<a href="https://allmcps.com/mcp/coderegistry"><img src="https://allmcps.com/api/badge/coderegistry?style=directory" alt="Coderegistry on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
28Quality signal: Emerging Β· 28/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools12/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Coderegistry β†’Install in Claude DesktopInstall in CursorInstall in VS Code