PatchX Freenote Agent MCP Server

PatchX Freenote was formerly called PatchXNote. Existing patchxnote-agent commands, patchxnote-mcp Skill installs, MCP configuration and credentials remain compatible. It runs locally over stdio via the published package.

People who work with agent skills, codex and patchxnote and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 2 · #72 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

Go servers · how we verify → /methodology

01 · Install PatchX Freenote Agent

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add zsts119-patchx-freenote-agent -- npx -y patchxnote-agent

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "zsts119-patchx-freenote-agent": {
      "command": "npx",
      "args": [
        "-y",
        "patchxnote-agent"
      ]
    }
  }
}

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

repo age created 2026-08-06 - young repo, little track record yet

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package patchxnote-agent - unscoped; check the name against the project README before installing

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

03 · What PatchX Freenote Agent can do

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

Latest releases

v0.2.15 · 2026-09-16

rebrand Agent as PatchX Freenote with compatible identities

v0.2.14 · 2026-09-15

align MCP Registry identity for 0.2.14

v0.2.13 · 2026-09-11

PatchXNote Agent 0.2.13 aligns production onboarding instructions across README, npm, the bundled Skill and marketplace copy. · Production API: · Remote MCP: · Setup page: · App download: · English/Chinese setup…

04 · Who maintains PatchX Freenote Agent

PatchX Freenote Agent is maintained by zsts119. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
automation - ranked #72 of 227 actively-maintained automation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-16)
registry
io.github.ZsTs119/patchxnote-agent (active, first published 2026-09-15 · 2 versions)
packages
npm:patchxnote-agent

06 · PatchX Freenote Agent FAQ

What is PatchX Freenote Agent?

PatchX Freenote was formerly called PatchXNote. Existing patchxnote-agent commands, patchxnote-mcp Skill installs, MCP configuration and credentials remain compatible. It runs locally over stdio via the published package.

Is PatchX Freenote Agent still maintained?

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

How do I install PatchX Freenote Agent?

Run `npx -y patchxnote-agent`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does PatchX Freenote Agent 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 PatchX Freenote Agent