Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.hellosg/coderegistry

io.github.hellosg/coderegistry

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

Uptime
100.0%
1 direct probes · 30d
Response
931ms
last probe
Tools
23
callable
Resources
36
readable
Prompts
4
available

Tools · 23

create_account

Creates a new Code Registry account and returns API credentials. Required fields: email (account owner's email), name (account owner's full name), team_name (team or company name). All three must be p…

list_projects

Lists all projects for the authenticated team. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.

get_project

Returns a specific project by id. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.

create_project

Creates a project for a team user. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.

delete_project

Deletes a project and its vaults. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.

list_vaults

Lists vaults within a project. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.

get_vault

Returns a specific vault by id. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.

create-code-vault

Creates a code vault and queues the initial analysis. Choose source_type based on what is available in your environment: (1) LOCAL_AGENT — preferred when Docker is available; runs a local container, s…

reanalyze-code-vault

Creates a new analysis version for an existing code vault using its existing source settings. For LOCAL_AGENT, the response includes next_steps.commands and the local agent must be run again. For GIT/…

delete-code-vault

Deletes a code vault and related analysis data. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.

get-code-vault-summary

Returns the latest version/status info for a vault. Analysis is async; if status is 'processing', poll with exponential backoff (5s, 10s, 20s, 40s, max 60s). Analysis can be as quick as 20-30 minutes …

get-code-vault-results

Returns analysis results for a vault. Free-tier teams receive summary-only results; paid teams receive full facet data and AI insights. Analysis is async; if status is 'processing', poll with exponent…

get-code-vault-reports

Returns report URLs (snapshot/comparison) for a vault. Completion rules: if version is 1.0.0, snapshot indicates completion and comparison is null; for versions above 1.0.0, comparison indicates compl…

get_account

Returns the team owner account information. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.

delete_account

Deletes the team account plus all projects and vaults. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.

rotate_api_key

Issues a fresh integrator API key. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.

get-security-issues

Returns deduplicated security findings for a project (all vaults) or a single vault. Provide exactly one of project_id or vault_id. Requires full data access (a paid plan; verification-only plans are …

get-code-smells

Returns code smell findings for a project (all vaults) or a single vault. Provide exactly one of project_id or vault_id. Requires full data access (a paid plan; verification-only plans are not include…

get-git-history

Returns git commit history for a project (all vaults) or a single vault. Provide exactly one of project_id or vault_id. Requires full data access (a paid plan; verification-only plans are not included…

get-contributors

Returns aggregated contributor stats (commit count, lines added/deleted, first/last commit) for a project (all vaults) or a single vault. Provide exactly one of project_id or vault_id. Requires full d…

get-components

Returns detected open-source/CMS components for a project (all vaults) or a single vault. Provide exactly one of project_id or vault_id. Requires full data access (a paid plan; verification-only plans…

get-code-iq-automated-queries

Returns trimmed Code IQ automated analyses (architecture, scalability, EOL, AI functionality, etc.) for a project (aggregated) or a single vault. Excludes The Code Score — use get-the-code-score for t…

get-the-code-score

Returns The Code Score (security/code-quality/dependencies, 1000 points) for a project (aggregated) or a single vault. Provide exactly one of project_id or vault_id. Requires full data access (a paid …

Resources · 36

Docs Index

Overview of available documentation, workflows, and prompts.

resources://docs/index
AGENTS.md

Agent-facing integration guide.

resources://docs/agents
The Code Registry MCP Server

Public MCP server overview.

resources://docs/readme
Changelog

Release notes.

resources://docs/changelog
LICENSE

License text.

resources://docs/license
MCP API Reference

Documentation.

resources://docs/api-reference
Architecture - Source Code Types

Documentation.

resources://docs/architecture
Authentication

Documentation.

resources://docs/authentication
Facet Glossary

Documentation.

resources://docs/facets
Getting Started

Documentation.

resources://docs/getting-started
Response Schemas

Documentation.

resources://docs/response-schemas
Troubleshooting

Documentation.

resources://docs/troubleshooting
GitHub Integration Workflow

Workflow example.

resources://examples/workflows/github-integration
Local Repo Analysis Workflow

Workflow example.

resources://examples/workflows/local-repo-analysis
Multi-Project Setup

Workflow example.

resources://examples/workflows/multi-project-setup
M&A Due Diligence with Claude

Use-case example.

resources://examples/use-cases/due-diligence
Portfolio Monitoring

Use-case example.

resources://examples/use-cases/portfolio-monitoring
Security Audit

Use-case example.

resources://examples/use-cases/security-audit
Tech Debt Analysis

Use-case example.

resources://examples/use-cases/tech-debt-analysis
Analyze code on every PR

Integration asset.

resources://integrations/automation/github-actions.yml
GitLab CI example

Integration asset.

resources://integrations/automation/gitlab-ci.yml
jenkins-pipeline

Integration asset.

resources://integrations/automation/jenkins-pipeline.groovy
Claude API Integration

Integration asset.

resources://integrations/claude-api/README.md
Example of using Code Registry MCP via Claude API

Integration asset.

resources://integrations/claude-api/python-example.py
typescript-example

Integration asset.

resources://integrations/claude-api/typescript-example.ts
Claude Desktop Setup

Integration asset.

resources://integrations/claude-desktop/README.md
config

Integration asset.

resources://integrations/claude-desktop/config.json
Cline (VS Code) Setup

Integration asset.

resources://integrations/cline/README.md
config

Integration asset.

resources://integrations/cline/config.json
Cursor Setup

Integration asset.

resources://integrations/cursor/README.md
config

Integration asset.

resources://integrations/cursor/config.json
Custom MCP Clients

Integration asset.

resources://integrations/custom-agents/README.md
nodejs-client

Integration asset.

resources://integrations/custom-agents/nodejs-client.js
python-client

Integration asset.

resources://integrations/custom-agents/python-client.py
api-responses

Schema definition.

resources://schemas/api-responses
mcp-tools

Schema definition.

resources://schemas/mcp-tools

Prompts · 4

batch-analysis

Batch Analysis Prompt

comparison

Comparison Prompt

first-analysis

First Analysis Prompt

specific-metrics

Specific Metrics Prompt

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.hellosg/coderegistry": {
      "url": "https://integrator.app.thecoderegistry.com/api/ai/router",
      "transport": "streamable-http"
    }
  }
}