mcpbeat Sign in

PatchX Freenote Agent MCP Server

local only

PatchX Freenote Agent runs on your own machine — the client starts it, so there is no endpoint to ping. 612 installs a week from npm. Last commit 16 Sep 2026.

PatchX Freenote MCP: summaries, memories, model results and user-approved webhook workflows.

Installs per day peak 299 · avg 45 · -32% w/w
a month agotoday
612
Installs / week
npm · patchxnote-agent
2
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
License
Go

What the code does

We read the source, 22 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.

File ships in the package but is absent from the source [пакет] bin/patchxnote-agent.js:1
этот файл ставится пользователю, но в репозитории его нет
  const result = spawnSync(plan.install_path, ["version", "--output", "json"], {
const packagedSkillRoot = path.join(packageRoot, "skills", skillName);

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

Alternatives to PatchX Freenote Agent

same job, measured the same way
Tuning Engines - Governed AI Runtime
by cerebrixos-org

Govern model, agent, skill, and MCP workflows with policy, approvals, traces, and usage analytics.

local only
MindFlows
by mindflows

Visual workflow memory: search, read, and freeze MindFlows workflows from any agent.

answering
A
Agent Rescue Desk Production Triage
by netlify-agent-rescue-desk

Read-only triage for n8n, MCP, webhook, and AI agent workflow production failures.

3 tools answering
Snapstate
by timbassler88

Persistent state for AI agent workflows. Save, resume, and replay multi-step workflows.

28 installs/wk local only
Aishelf MCP Server
by vedant2254

MCP server for AIShelf - allows AI model to choose workflows, rules, skills, and prompts for a task

49 installs/wk local only
Docs MCP
by tandem

Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.

13 tools answering
Shiori MCP
by rusty4444

MCP server for Shiori bookmark management and tag workflows.

51 installs/wk local only
Task Graph MCP
by oortonaut

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

local only

PatchX Freenote Agent — questions

Answers built from our own checks of this server.

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