Pmll Memory MCP

pypm – the "npm-style" package manager for Python C-powered core · reproducible installs · plugin-friendly · workspace-aware. Its 15 documented tools cover memory, resolve, context. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 15 · #62 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Pmll Memory MCP

before you install - you'll need

Set PYP_WORKSPACE_ROOT, PYP_DEBUG, CUDA_VISIBLE_DEVICES, MEMORY_FILE_PATH before connecting.

Claude Code

claude mcp add drqedwards-ppm -- npx -y pmll-memory-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "drqedwards-ppm": {
      "command": "npx",
      "args": [
        "-y",
        "pmll-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

npm package pmll-memory-mcp - unscoped; check the name against the project README before installing

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

03 · What Pmll Memory MCP can do

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

What you can build

With this server connected, an agent can set up PMLL silo + Q-promise chain for session, create or update a memory node with auto-generated TF-IDF embeddings, create typed edges (relates_to, depends_on, implements, references, similar_to, contains), and remove decayed edges (e^(-λt) below threshold) and orphan nodes with low access.

Capability map

Tools grouped from the project's README - what Pmll Memory MCP lets an agent do.

Memory

3 tools - e.g. Create or update a memory node with auto-generated TF-IDF embeddings; Semantic search with graph traversal - direct matches + neighbor walk; Unified view of short-term KV and long-term graph memory status

upsert_memory_node · search_memory_graph · memory_status

Resolve

2 tools - e.g. "pending", payload?}; Unified context lookup: short-term KV → long-term graph → miss

resolve · resolve_context

create & write

2 tools - e.g. Create typed edges (relates_to, depends_on, implements, references, similar_to, contains); Bulk-add nodes with auto-similarity linking (cosine ≥ 0.72 creates edges)

create_relation · add_interlinked_context

Init

1 tool - e.g. Set up PMLL silo + Q-promise chain for session

init

Peek

1 tool - e.g. Non-destructive cache + promise check

peek

update

1 tool - e.g. Store KV pair in the silo

set

Flush

1 tool - e.g. Clear all silo slots at task completion

flush

Graphql

1 tool - e.g. Execute GraphQL queries/mutations against the memory store

graphql

Latest releases

Stellar · 2026-08-15

Add StorageSlot library and ERC1967 upgradeable proxy contracts by @drQedwards with @Copilot in · Add social proposal example link to rules.mdx item 12 by @drQedwards with @Copilot in · Add grid pathfinding solution…

V2.0.3 · 2026-04-06

it’s just now MIT. Enjoy, and good luck on that $1600 competition if you decide to compete!

V.2.0.2 · 2026-04-04

bump version 2.0.1 → 2.0.2 with agent_instructions in pmll_memory_mcp

04 · Who maintains Pmll Memory MCP

pmll-memory-mcp is maintained by drqedwards. It's the only MCP server we track from this author; the repo dates to Jun 2025.

05 · Facts

category
documentation - ranked #62 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-08-15)
registry
io.github.drQedwards/pmll-memory-mcp (active, first published 2026-03-08)
packages
npm:pmll-memory-mcp

06 · Pmll Memory MCP FAQ

Is Pmll Memory MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Pmll Memory MCP do?

With this server connected, an agent can set up PMLL silo + Q-promise chain for session, create or update a memory node with auto-generated TF-IDF embeddings, create typed edges (relates_to, depends_on, implements, references, similar_to, contains), and remove decayed edges (e^(-λt) below threshold) and orphan nodes with low access.

How do I install Pmll Memory MCP?

Run `npx -y pmll-memory-mcp`. The README documents 4 environment variables (PYP_WORKSPACE_ROOT, PYP_DEBUG, CUDA_VISIBLE_DEVICES…) to set first. Set PYP_WORKSPACE_ROOT, PYP_DEBUG, CUDA_VISIBLE_DEVICES, MEMORY_FILE_PATH before connecting. You can also paste the ready-made client config above.

Does Pmll Memory MCP run locally?

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

07 · Alternatives to Pmll Memory MCP

More documentation MCP servers · Fonto Docs · Uploadkit · Nebulamind · Pituitary · Boxpdf Html

More Python MCP servers · Distil · Vardoger · Yandex Lavka MCP · Openeye · Skylos · see all