Pmll Memory MCP

pypm packaging CLI with shared PMLL memory + Q-promise. Sibling: drQedwards/pmll. Its 15 documented tools cover memory, resolve, context. It runs locally over stdio via the published package.

People who work with memory, resolve and context 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-10 · ★ 15 · #76 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

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 state 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 state 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

js-v2.0.4 · 2026-09-02

Publish 2.0.4 to match PyPI.

v2.0.4 · 2026-09-02

PyPI publish of pmll-memory-mcp from current main. · Includes SQLite-backed graph, hashing embeddings, silo LRU, init reset, and the retrieval harness stub. Does not restore any accuracy percentage claims. · Triggers…

Associative_Memory · 2026-09-01

Semantic silo embeddings, peek dual-path, SAT bridge, init_pml -1 fix

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 #76 of 208 actively-maintained documentation servers as of 2026-09-18.
release cadence
4 releases in the last 90 days (latest 2026-09-02)
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-09-18, its last commit was 2026-09-10 and it shipped 4 releases 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 state 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 · Google data (Trends, YouTube, Ads Transparency, Play) · Yandex Lavka MCP · Openeye · see all