mcpbeat Sign in

Zaxy MCP Server

by syndicalt Your server? Claim it
local only

Zaxy runs on your own machine — the client starts it, so there is no endpoint to ping. 379 installs a week from pypi. Last commit 10 Aug 2026.

Event-sourced, auditable agent memory over MCP: cited checkout, replayable provenance.

Installs per day peak 186 · avg 41 · -10% w/w
a month agotoday
379
Installs / week
pypi · zaxy-memory
17
Stars
2 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 17 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.

            data = cast("dict[str, Any]", marshal.loads(zlib.decompress(raw)))
        return existsSync(path.join(publicRoot, repoPath))

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 zaxy -- uvx zaxy-memory
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zaxy": {
      "args": [
        "zaxy-memory"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zaxy]
command = "uvx"
args = ["zaxy-memory"]
.cursor/mcp.json
{
  "mcpServers": {
    "zaxy": {
      "args": [
        "zaxy-memory"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zaxy": {
      "args": [
        "zaxy-memory"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Zaxy

same job, measured the same way
Living Stack Agent Commerce
by equinoxaifinance-rgb

Remote MCP for Living Stack offer discovery and buyer-authorized checkout preparation.

3 tools answering
Agentmemory MCP
by agentmemory

Paid remote MCP for persistent AI agent memory, analytics, checkout, and search-readiness.

answering
agentpromocode
by fedepellegrini

ACDP reference MCP server for promo-code resolution and checkout feedback.

73 installs/wk local only
Agent Commerce MCP
by bch1212

Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.

33 installs/wk 14 tools answering
Repovine
by legann

Checkout-local repository context graph over MCP; `npx repovine setup` wires skills, agents, hooks.

41 installs/wk local only
Securityscan
by securityscan-api

Security for AI agents: MCP audits, secret redaction, skill vetting, network scans, agent checkout.

135 installs/wk local only
C
Agent Checkout
by agentcheckoutapi

AI shopping gateway for product search, inventory, carts, and merchant-hosted checkout.

8 tools answering
Jithox Commerce Preflight
by jithox

Provider-neutral, read-only commerce preflight with UCP/ACP checkout evidence. Never orders.

5 tools answering

Zaxy — questions

Answers built from our own checks of this server.

Why is there no uptime for Zaxy?
Zaxy 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 zaxy-memory was installed 379 times last week.
How do I connect Zaxy?
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 zaxy-memory straight from pypi; nothing to host, nothing to sign up for.
How many people use Zaxy?
The pypi package zaxy-memory was installed 379 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Zaxy open source?
Yes — it is published under the MIT licence, written in Python, 17 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.