MCP Server
MCP
io.github.anup-khanal/aidimag
Persistent, verified memory for AI coding agents: recall, capture, guardrails, review queue.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "aidimag",
"version": "1.0.20",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Start the aidimag MCP server over stdio",
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Absolute path to the git repository whose memory store to serve. Optional: defaults to walking up from the current working directory.",
"format": "string",
"name": "AIDIMAG_REPO"
},
{
"description": "LLM provider for extraction features (chat_harvest, knowledge ingestion): openai | ollama | off. Optional: auto-detected.",
"format": "string",
"name": "AIDIMAG_LLM"
},
{
"description": "OpenAI API key, used only if the OpenAI provider is selected/detected for extraction features.",
"format": "string",
"isSecret": true,
"name": "OPENAI_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment