mcpbeat Sign in

Polypack Memory MCP Server

local only

Polypack Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 2 079 installs a week from pypi. Last commit 6 Sep 2026.

MCP server exposing Polypack as persistent adaptive memory

Installs per day peak 4 703 · avg 821 · -60% w/w
a month agotoday
2 079
Installs / week
pypi · polypack-mcp
0
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
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.

Runs a command on install [пакет] package.json:1
setup.py: выполняет код при установке пакета
    return subprocess.run(command, check=check, text=True, capture_output=True)

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

Alternatives to Polypack Memory

same job, measured the same way
Memstack
by isiomac

MCP server for persistent, searchable memory for AI agents.

39 installs/wk local only
Collective Memory
by hustada

MCP server for persistent, semantic memory across AI sessions

40 installs/wk local only
MCP External Memory
by daedalus

An MCP server that gives LLMs persistent, searchable semantic memory

80 installs/wk local only
Memory Industry
by leandropg19

MemoryIndustry persistent memory MCP server: BM25+MMR retrieval and audit.

523 installs/wk local only
MemoFS MCP Server
by memofs

Persistent memory and virtual filesystem MCP server for AI agents.

90 installs/wk answering
Aifp MCP
by wjabanjj

Persistent memory MCP server for AI coding assistants. Chinese-first and fully local.

267 installs/wk local only
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

197 installs/wk local only
MCP Z3 Prover
by daedalus

MCP server exposing Z3 solver API

47 installs/wk local only

Polypack Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Polypack Memory?
Polypack 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 polypack-mcp was installed 2 079 times last week.
How do I connect Polypack 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 polypack-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Polypack Memory?
The pypi package polypack-mcp was installed 2 079 times in the last week. Week over week that is -60%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Polypack Memory open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.