Persistent, verified memory for AI coding agents: recall, capture, guardrails, review queue.
claude mcp add aidimag -- npx -y aidimag
claude_desktop_config.json
{
"mcpServers": {
"aidimag": {
"command": "npx",
"args": [
"-y",
"aidimag"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"aidimag": {
"command": "npx",
"args": [
"-y",
"aidimag"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"aidimag": {
"command": "npx",
"args": [
"-y",
"aidimag"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"aidimag": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aidimag"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"aidimag": {
"command": "npx",
"args": [
"-y",
"aidimag"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.AiDimag--aidimag/reviews or the review_server meta-tool.
POST /mcp