mcpbeat Sign in

Cedulon MCP Server

local only

Cedulon runs on your own machine — the client starts it, so there is no endpoint to ping. 1 704 installs a week from npm. Last commit 1 Sep 2026.

Policy-gated agent spend with signed receipts and rail-extract audit

Installs per day peak 605 · avg 56
a month agotoday
1 704
Installs / week
npm · @cedulon/mcp-server
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

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

Long encoded blob in source conformance/vectors.json:17
      "hex": "845830a301320378206170706c69636174696f6e2f636564756c6f6e2d726563656970742b63626f72044806e3fd8fda29bb60a058bbac3a000111706770617965722d313a000111716770617965652d313a0001117261313a00011173635553443a0001117478406663613431343264613861643234316432343932383232373839333839…

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

Alternatives to Cedulon

same job, measured the same way
Agent Wallet
by dingdawg

Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts.

52 installs/wk local only
InterAI Risk Oracle
by interailabs

Policy gate and signed trust receipts for autonomous agent actions.

9 tools answering
Protect MCP
by scopeblind

Fail-closed Cedar policy gate + Ed25519 signed receipts for agent tool calls. Denies on any error.

local only
Protect MCP
by tomjwxf

Signed receipts and Cedar policies for AI agent tool calls. Claude Code hooks, MCP gateway.

693 installs/wk local only
Yieldagentx402
by fabio662

Policy-gated x402 MCP for agent workflows with TEE receipts, 18 tools, and no custody.

123 installs/wk local only
Agent Receipts MCP
by dhanushs1912-svg

EU AI Act-ready audit trail: signed, tamper-evident receipts proving what your AI agents did.

64 installs/wk local only
Delego
by delego-dev

Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.

169 installs/wk local only
Kit
by toreva

Policy-checked Solana wallet actions with user-set limits, unsigned transactions, and receipts.

206 installs/wk local only

Cedulon — questions

Answers built from our own checks of this server.

Why is there no uptime for Cedulon?
Cedulon 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 @cedulon/mcp-server was installed 1 704 times last week.
How do I connect Cedulon?
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 @cedulon/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Cedulon?
The npm package @cedulon/mcp-server was installed 1 704 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cedulon open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.