{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Muvon/octocode",
"title": "Octocode",
"description": "AI-powered code indexer with semantic search and knowledge graphs",
"version": "0.18.0",
"websiteUrl": "https://octocode.muvon.io",
"repository": {
"url": "https://github.com/muvon/octocode",
"source": "github"
},
"packages": [
{
"registryType": "cargo",
"registryBaseUrl": "https://crates.io",
"identifier": "octocode",
"version": "0.17.1",
"transport": { "type": "stdio" },
"packageArguments": [
{ "type": "positional", "value": "mcp" }
]
},
{
"registryType": "oci",
"registryBaseUrl": "https://ghcr.io",
"identifier": "ghcr.io/muvon/octocode:0.17.1",
"transport": { "type": "stdio" },
"packageArguments": [
{ "type": "positional", "value": "mcp" }
]
}
]
}