Back to Browse

Aidimag MCP Server

by AiDimag
Developer ToolsLow Risk9.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Persistent, verified memory for AI coding agents: recall, capture, guardrails, review queue.

About

Persistent, verified memory for AI coding agents: recall, capture, guardrails, review queue.

Security Report

9.8
Low Risk9.8Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.

6 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Absolute path to the git repository whose memory store to serve. Optional: defaults to walking up from the current working directory.Optional

Environment variable: AIDIMAG_REPO

LLM provider for extraction features (chat_harvest, knowledge ingestion): openai | ollama | off. Optional: auto-detected.Optional

Environment variable: AIDIMAG_LLM

OpenAI API key, used only if the OpenAI provider is selected/detected for extraction features.Required

Environment variable: OPENAI_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-anup-khanal-aidimag": {
      "env": {
        "AIDIMAG_LLM": "your-aidimag-llm-here",
        "AIDIMAG_REPO": "your-aidimag-repo-here",
        "OPENAI_API_KEY": "your-openai-api-key-here"
      },
      "args": [
        "-y",
        "aidimag"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Aidimag MCP Server - Persistent, verified memory for AI coding agents: recall, | MCP Marketplace