io.github.kapillamba4/code-memory✓
io.github.kapillamba4/code-memory · v1.0.32
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.kapillamba4/code-memory",
"description": "Local semantic code search with Git history. Works offline, no API key needed.",
"repository": {
"url": "https://github.com/kapillamba4/code-memory",
"source": "github"
},
"version": "1.0.32",
"packages": [
{
"registryType": "pypi",
"identifier": "code-memory",
"version": "1.0.32",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Logging verbosity (DEBUG, INFO, WARNING, ERROR)",
"format": "string",
"name": "CODE_MEMORY_LOG_LEVEL"
},
{
"description": "HuggingFace model ID for embeddings",
"format": "string",
"name": "EMBEDDING_MODEL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}