mcpbeat Sign in

Global Agent Memory MCP Server

by ozankasikci Your server? Claim it
local only

Global Agent Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 85 installs a week from pypi. Last commit 1 Sep 2026.

Shared, project-aware memory for Claude Code, Codex, and other agents with human review.

Installs per day peak 164 · avg 19 · -17% w/w
a month agotoday
85
Installs / week
pypi · global-memory-mcp
14
Stars
5 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        path = home / "Library/LaunchAgents/com.global-memory.plist"
…gap-3 border-b border-subtle py-3 last:border-b-0",!k.eligible&&"cursor-not-allowed"),children:[s.jsx(Hm,{"aria-label":`Select ${k.title}`,checked:_.includes(k.id),disabled:!k.eligible,onCheckedChange:C=>W(k.id,C===!0),className:"mt-0.5"}),s.jsxs("span",{className:"min-w-0 flex-1…
            result = subprocess.run([executable, "--version"], capture_output=True, text=True, check=False, timeout=10)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add global-agent-memory -- uvx global-memory-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "global-agent-memory": {
      "args": [
        "global-memory-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.global-agent-memory]
command = "uvx"
args = ["global-memory-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "global-agent-memory": {
      "args": [
        "global-memory-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "global-agent-memory": {
      "args": [
        "global-memory-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Global Agent Memory

same job, measured the same way
Engrm
by dr12hes

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

138 installs/wk local only
Memoize — persistent agent memory
by harrisonford

Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.

answering
Sirro
by jonathanmberg

Shared memory for AI coding agents. Save once, reuse from Cursor, Claude Code, Codex.

answering
Pathrule
by pathrule

Path-scoped team memories, rules and skills for Claude Code, Cursor, Codex and other MCP clients.

32 tools answering
Ask Claude
by lykhoyda

Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions

588 installs/wk local only
Longmem
by marerem

Persistent cross-project memory for Cursor and Claude Code using local semantic search.

49 installs/wk local only
Vectora
by brunosrz

AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.

37 installs/wk local only
Cool Workflow
by coo1white

Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents.

124 installs/wk local only

Global Agent Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Global Agent Memory?
Global Agent Memory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package global-memory-mcp was installed 85 times last week.
How do I connect Global Agent Memory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls global-memory-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Global Agent Memory?
The pypi package global-memory-mcp was installed 85 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Global Agent Memory open source?
Yes — it is published under the MIT licence, written in Python, 14 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.