Global Agent Memory MCP Server

Global Agent Memory gives multiple coding agents one shared, reviewable memory without handing control of your knowledge base to a hosted service. Markdown files are canonical, a hybrid local MCP runtime is the public agent interface, and the dashboard lets a human approve, edit, protect, or remove what agents remember. Agent commands work without a background server. The authenticated localhost server starts on…

People who work with agent memory, artificial intelligence and developer tools and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-01 · ★ 14 · #74 OF 160 MAINTAINED PRODUCTIVITY · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Global Agent Memory

Claude Code

claude mcp add ozankasikci-global-agent-memory -- uvx global-memory-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ozankasikci-global-agent-memory": {
      "command": "uvx",
      "args": [
        "global-memory-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package global-memory-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.ozankasikci is GitHub-verified and matches the repo owner

03 · What Global Agent Memory can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.7 · 2026-08-31

Highlights · Keeps memory search, context, remember, review, and other agent operations working without a background HTTP daemon. · Prefers the shared daemon when it is healthy, then falls back to the same MCP…

v0.1.6 · 2026-07-16

Highlights · Keeps the daemon responsive while Ollama is offline or slow. · Runs semantic query embedding and background embedding reconciliation outside the daemon event loop. · Makes hybrid search and context…

v0.1.5 · 2026-07-15

Highlights · Restores the installed dashboard by resolving packaged assets from global_memory/_dashboard after backend modularization. · Adds regression coverage for /ui/ and freshly installed wheel assets. · Publishes…

04 · Who maintains Global Agent Memory

Global Agent Memory is maintained by ozankasikci. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
productivity - ranked #74 of 160 actively-maintained productivity servers as of 2026-09-18.
release cadence
7 releases in the last 90 days (latest 2026-08-31)
registry
io.github.ozankasikci/global-agent-memory (active, first published 2026-07-14 · 3 versions)
packages
pypi:global-memory-mcp

06 · Global Agent Memory FAQ

What is Global Agent Memory?

Global Agent Memory gives multiple coding agents one shared, reviewable memory without handing control of your knowledge base to a hosted service. Markdown files are canonical, a hybrid local MCP runtime is the public agent interface, and the dashboard lets a human approve, edit, protect, or remove what agents remember. Agent commands work without a background server. The authenticated localhost server starts on…

Is Global Agent Memory still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-01 and it shipped 7 releases in the last 90 days. We re-verify nightly.

How do I install Global Agent Memory?

Run `uvx global-memory-mcp`. You can also paste the ready-made client config above.

Does Global Agent Memory run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Global Agent Memory

More productivity MCP servers · Parallel Task MCP · Docket · Todo MCP · P4plan MCP · Dav MCP

More Python MCP servers · Northdata MCP · GitHub PR Context · Quant Brain MCP · Prometheus MCP Server · Datawrapper · see all