the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.n24q02m/better-code-review-graph",
"description": "Token-efficient code review knowledge graph: semantic search and call-graph resolution.",
"repository": {
"url": "https://github.com/n24q02m/better-code-review-graph.git",
"source": "github"
},
"version": "3.21.0",
"packages": [
{
"registryType": "pypi",
"identifier": "better-code-review-graph",
"version": "3.21.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ordered embedding model chain 'provider/model,...'; empty = local ONNX",
"name": "EMBEDDING_MODELS"
},
{
"description": "Ordered summarizer model chain; empty = summaries disabled",
"name": "SUMMARY_MODELS"
},
{
"description": "DEPRECATED (honored one release): embedding backend override 'local' or 'cloud'. Use EMBEDDING_MODELS instead.",
"name": "EMBEDDING_BACKEND"
},
{
"description": "Custom OpenAI-compatible base URL for cloud embedding (litellm passthrough). Optional.",
"name": "EMBEDDING_API_BASE"
},
{
"description": "Custom OpenAI-compatible base URL for the LLM summarizer (litellm passthrough). Optional.",
"name": "LLM_API_BASE"
},
{
"description": "DEPRECATED (honored one release): single summarizer model as a litellm 'provider/model' string. Use SUMMARY_MODELS instead.",
"name": "SUMMARY_MODEL"
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/n24q02m/better-code-review-graph:latest",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "DEPRECATED (honored one release): embedding backend override 'local' or 'cloud'. Use EMBEDDING_MODELS instead.",
"name": "EMBEDDING_BACKEND"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-18T09:27:12.725627Z",
"publishedAt": "2026-07-18T09:27:12.725627Z",
"updatedAt": "2026-07-18T09:27:12.725627Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 3.21.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.