Files
deusdata--codebase-memory-mcp/server.json
T
Martin Vogel 92f38b63b3 Sync packaging metadata to v0.8.1
Bump the npm/PyPI/server.json version fields and the PyPI shim's
version fallback, and drop the stale 0.6.x Winget manifest folders
whose installer URLs no longer resolve.
2026-06-12 10:07:21 +02:00

33 lines
895 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.DeusData/codebase-memory-mcp",
"title": "Codebase Memory",
"description": "Codebase knowledge graph for AI agents \u2014 159 languages, sub-ms queries, 99% fewer tokens.",
"repository": {
"url": "https://github.com/DeusData/codebase-memory-mcp",
"source": "github"
},
"websiteUrl": "https://deusdata.github.io/codebase-memory-mcp/",
"version": "0.8.1",
"packages": [
{
"registryType": "npm",
"identifier": "codebase-memory-mcp",
"version": "0.8.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
}
},
{
"registryType": "pypi",
"identifier": "codebase-memory-mcp",
"version": "0.8.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
}
}
]
}