Back to Browse

Memgit MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Git for AI memory — version-controlled, searchable context that persists across sessions

About

Git for AI memory — version-controlled, searchable context that persists across sessions

Security Report

4.2
Use Caution4.2High Risk

memgit is a well-architected MCP server for AI memory management with reasonable security foundations. The codebase shows good practices around input validation, auth scoping, and permission control. However, there are notable concerns around file I/O path safety in the onboarding system, insufficient validation of git remote URLs before push operations, and some credential handling edge cases that warrant attention before broader deployment. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 2 issues.

4 files analyzed · 15 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 Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

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.

process_spawn

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

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "dev-memgit-memgit": {
      "args": [
        "-y",
        "memgit-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Memgit MCP Server - Git for AI memory — version-controlled, searchable context | MCP Marketplace