io.github.hellosg/coderegistry
io.github.hellosg/coderegistryEnterprise code intelligence for M&A, security audits, and tech debt. Hosted server with 200k free.
Tools · 23
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…
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.
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.
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.
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.
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.
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.
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…
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/…
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.
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 …
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…
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…
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.
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.
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.
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 …
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…
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…
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…
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…
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…
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
Overview of available documentation, workflows, and prompts.
resources://docs/index
Agent-facing integration guide.
resources://docs/agents
Public MCP server overview.
resources://docs/readme
Release notes.
resources://docs/changelog
License text.
resources://docs/license
Documentation.
resources://docs/api-reference
Documentation.
resources://docs/architecture
Documentation.
resources://docs/authentication
Documentation.
resources://docs/facets
Documentation.
resources://docs/getting-started
Documentation.
resources://docs/response-schemas
Documentation.
resources://docs/troubleshooting
Workflow example.
resources://examples/workflows/github-integration
Workflow example.
resources://examples/workflows/local-repo-analysis
Workflow example.
resources://examples/workflows/multi-project-setup
Use-case example.
resources://examples/use-cases/due-diligence
Use-case example.
resources://examples/use-cases/portfolio-monitoring
Use-case example.
resources://examples/use-cases/security-audit
Use-case example.
resources://examples/use-cases/tech-debt-analysis
Integration asset.
resources://integrations/automation/github-actions.yml
Integration asset.
resources://integrations/automation/gitlab-ci.yml
Integration asset.
resources://integrations/automation/jenkins-pipeline.groovy
Integration asset.
resources://integrations/claude-api/README.md
Integration asset.
resources://integrations/claude-api/python-example.py
Integration asset.
resources://integrations/claude-api/typescript-example.ts
Integration asset.
resources://integrations/claude-desktop/README.md
Integration asset.
resources://integrations/claude-desktop/config.json
Integration asset.
resources://integrations/cline/README.md
Integration asset.
resources://integrations/cline/config.json
Integration asset.
resources://integrations/cursor/README.md
Integration asset.
resources://integrations/cursor/config.json
Integration asset.
resources://integrations/custom-agents/README.md
Integration asset.
resources://integrations/custom-agents/nodejs-client.js
Integration asset.
resources://integrations/custom-agents/python-client.py
Schema definition.
resources://schemas/api-responses
Schema definition.
resources://schemas/mcp-tools
Prompts · 4
Batch Analysis Prompt
Comparison Prompt
First Analysis Prompt
Specific Metrics Prompt
Similar MCP servers embedding-nearest
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"
}
}
}