Pathmark MCP Server

Local-first intent and provenance for Codex, Claude Code, Cursor, Gemini CLI, and MCP agents.

People who work with memory, conclusion and recall and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-10 · ★ 3 · #123 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Pathmark

before you install - you'll need

Set PATHMARK_STORE_DIR, PATHMARK_SYNTHESIS_PROVIDER, PATHMARK_CHAT_COMMAND, PATHMARK_OPENAI_BASE_URL, PATHMARK_OPENAI_API_KEY, PATHMARK_OPENAI_MODEL, PATHMARK_EXPORT_KEY before connecting. PATHMARK_CODEX_MODEL is optional or environment-specific per the README.

Claude Code

claude mcp add hacksurvivor-pathmark -- npx -y pathmark

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "hacksurvivor-pathmark": {
      "command": "npx",
      "args": [
        "-y",
        "pathmark"
      ]
    }
  }
}

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 pathmark - unscoped; check the name against the project README before installing

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

03 · What Pathmark can do

What it does

Carry intent across agents without turning stale code facts into hidden memory.

From the project's README.

What you can build

With this server connected, an agent can save raw searchable evidence. Raw evidence is not treated as durable approved intent, search memories and conclusions, read a bounded chronological audit trail for one session: prompts, exact injected memory IDs, redacted tool inputs/results, and answers, and read compact context for a task or question.

Capability map

Tools grouped from the project's README - what Pathmark lets an agent do.

read & search

6 tools - e.g. Search memories and conclusions.; Return compact context for a task or question.; List approved saved conclusions.

search_memory · get_context · list_conclusions · list_pending_conclusions · get_memory_snapshot · get_config

Remember

1 tool - e.g. Save raw searchable evidence. Raw evidence is not treated as durable approved intent.

remember

create & write

1 tool - e.g. Propose a higher-signal durable conclusion or preference. Approval is required by default before recall.

create_conclusion

Recall

1 tool - e.g. Transparent recall: returns context plus the exact memory IDs, timestamps, sources, matches, tags, and previews used. Accepts optional tags, exact ids, and comp

recall_memory

Session

1 tool - e.g. Return a bounded chronological audit trail for one session: prompts, exact injected memory IDs, redacted tool inputs/results, and answers.

session_trace

Rate

1 tool - e.g. Label exact IDs from a chat / ask_memory recall as relevant or irrelevant so audit precision is measured.

rate_recall

Approve

1 tool - e.g. Atomically approve a proposal, optionally correcting text/tags and recording the reviewer.

approve_conclusion

Reject

1 tool - e.g. Retain a rejected proposal in the audit trail while permanently excluding it from recall.

reject_conclusion

Latest releases

v0.1.15 · 2026-09-04

Pathmark v0.1.15 · Pathmark v0.1.15 keeps proactive Codex memory active while making its default presentation quiet and answer-first. · Quiet proactive recall · Relevant approved conclusions and bounded in-scope…

v0.1.14 · 2026-08-26

Pathmark v0.1.14 · Pathmark v0.1.14 keeps approved conclusions available when callers explicitly scope conversational recall to the workspace, project, or namespace recorded on their supporting evidence. · Effective…

v0.1.13 · 2026-08-26

Pathmark v0.1.13 · Pathmark v0.1.13 makes proactive memory more precise, conversational, and measurable without promoting raw session history into hidden truth. · Multi-intent proactive recall · Split compound…

04 · Who maintains Pathmark

Pathmark is maintained by hacksurvivor. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
memory - ranked #123 of 304 actively-maintained memory servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-04)
registry
io.github.hacksurvivor/pathmark (active, first published 2026-08-25 · 4 versions)
packages
npm:pathmark

06 · Pathmark FAQ

Is Pathmark still maintained?

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

What can Pathmark do?

With this server connected, an agent can save raw searchable evidence. Raw evidence is not treated as durable approved intent, search memories and conclusions, read a bounded chronological audit trail for one session: prompts, exact injected memory IDs, redacted tool inputs/results, and answers, and read compact context for a task or question.

How do I install Pathmark?

Run `npx -y pathmark`. The README documents 8 environment variables (PATHMARK_STORE_DIR, PATHMARK_SYNTHESIS_PROVIDER, PATHMARK_CHAT_COMMAND…) to set first. Set PATHMARK_STORE_DIR, PATHMARK_SYNTHESIS_PROVIDER, PATHMARK_CHAT_COMMAND, PATHMARK_OPENAI_BASE_URL, PATHMARK_OPENAI_API_KEY, PATHMARK_OPENAI_MODEL, PATHMARK_EXPORT_KEY before connecting. PATHMARK_CODEX_MODEL is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Pathmark 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 Pathmark

Pairs well with

Servers that cover what Pathmark doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 39,038
  2. Pdf MCP → filesystem companion filesystem · ★ 135

More memory MCP servers · Product CLI · Velocirag · Agent Magnet · GopherHole Agent Hub · Fidelis Memory

More TypeScript MCP servers · Gopeak · Haiku DeFi MCP · Saglitzdesign MCP · Claude MCP Bridge · Codex MCP Bridge · see all