PluginBench
MCP Server
Active
Apache-2.0

io.github.writerslogic/cogmem MCP Server

io.github.writerslogic/cogmem

What is the io.github.writerslogic/cogmem MCP server?

A self-improving, verifiable memory layer for AI coding agents.

How to install io.github.writerslogic/cogmem

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cogmem": {
      "command": "uvx",
      "args": [
        "cogmem",
        "mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cogmem": {
      "command": "uvx",
      "args": [
        "cogmem",
        "mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cogmem": {
      "command": "uvx",
      "args": [
        "cogmem",
        "mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cogmem": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cogmem",
        "mcp"
      ]
    }
  }
}
Claude Code
claude mcp add cogmem -- uvx cogmem mcp

Related MCP servers

MCP server for Scrivener: read, write, analyze, and search your manuscripts with AI assistants.

45
TypeScript
AGPL-3.0
View repository →