Back to Browse

Cogmemai MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

95.10% LongMemEval (highest published). Encrypted persistent memory for Ai coding assistants.

About

95.10% LongMemEval (highest published). Encrypted persistent memory for Ai coding assistants.

Security Report

4.2
Use Caution4.2High Risk

CogmemAi MCP server is a well-structured memory system with proper authentication via API keys and reasonable permissions for its developer-tools category purpose. Code quality is generally good with appropriate error handling and input validation. However, several moderate-severity findings warrant attention: shell command execution without strict input validation (git operations), environment variable reading that could expose secrets, overly broad error logging practices, and insufficient encryption configuration guidance. These are not critical vulnerabilities but represent areas where security posture could be strengthened. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 14 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.

file_delete

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

env_vars

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

HTTP Network Access

Connects to external APIs or services over the internet.

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.

system_info

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

What You'll Need

Set these up before or after installing:

Your CogmemAi API key from hifriendbot.com/developer/Required

Environment variable: COGMEMAI_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-hifriendbot-cogmemai": {
      "env": {
        "COGMEMAI_API_KEY": "your-cogmemai-api-key-here"
      },
      "args": [
        "-y",
        "cogmemai-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!