Cedulon
Rank #4,795io.github.dogrucanemek-alt/cedulon
Policy-gated agent spend with signed receipts and rail-extract audit
Cedulon is a Model Context Protocol (MCP) server published by dogrucanemek-alt. It ranks #4,795 of 115,460 servers tracked on MCP Toplist. Cedulon is listed on Official MCP, with 6 tracked versions. It was first listed on Aug 26, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 110,665 of 115,460 servers on MCP Toplist.
Use Cedulon
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cedulon -e "CEDULON_STATE_PATH=<your CEDULON_STATE_PATH>" -e "CEDULON_MAX_AMOUNT=<your CEDULON_MAX_AMOUNT>" -e "CEDULON_MAX_CUMULATIVE=<your CEDULON_MAX_CUMULATIVE>" -e "CEDULON_MAX_PAYMENTS=<your CEDULON_MAX_PAYMENTS>" -- npx -y @cedulon/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.cedulon]
command = "npx"
args = ["-y", "@cedulon/mcp-server"]
[mcp_servers.cedulon.env]
CEDULON_STATE_PATH = "<your CEDULON_STATE_PATH>"
CEDULON_MAX_AMOUNT = "<your CEDULON_MAX_AMOUNT>"
CEDULON_MAX_CUMULATIVE = "<your CEDULON_MAX_CUMULATIVE>"
CEDULON_MAX_PAYMENTS = "<your CEDULON_MAX_PAYMENTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cedulon": {
"command": "npx",
"args": [
"-y",
"@cedulon/mcp-server"
],
"env": {
"CEDULON_STATE_PATH": "<your CEDULON_STATE_PATH>",
"CEDULON_MAX_AMOUNT": "<your CEDULON_MAX_AMOUNT>",
"CEDULON_MAX_CUMULATIVE": "<your CEDULON_MAX_CUMULATIVE>",
"CEDULON_MAX_PAYMENTS": "<your CEDULON_MAX_PAYMENTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cedulon": {
"command": "npx",
"args": [
"-y",
"@cedulon/mcp-server"
],
"env": {
"CEDULON_STATE_PATH": "<your CEDULON_STATE_PATH>",
"CEDULON_MAX_AMOUNT": "<your CEDULON_MAX_AMOUNT>",
"CEDULON_MAX_CUMULATIVE": "<your CEDULON_MAX_CUMULATIVE>",
"CEDULON_MAX_PAYMENTS": "<your CEDULON_MAX_PAYMENTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cedulon": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cedulon/mcp-server"
],
"env": {
"CEDULON_STATE_PATH": "<your CEDULON_STATE_PATH>",
"CEDULON_MAX_AMOUNT": "<your CEDULON_MAX_AMOUNT>",
"CEDULON_MAX_CUMULATIVE": "<your CEDULON_MAX_CUMULATIVE>",
"CEDULON_MAX_PAYMENTS": "<your CEDULON_MAX_PAYMENTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cedulon": {
"command": "npx",
"args": [
"-y",
"@cedulon/mcp-server"
],
"env": {
"CEDULON_STATE_PATH": "<your CEDULON_STATE_PATH>",
"CEDULON_MAX_AMOUNT": "<your CEDULON_MAX_AMOUNT>",
"CEDULON_MAX_CUMULATIVE": "<your CEDULON_MAX_CUMULATIVE>",
"CEDULON_MAX_PAYMENTS": "<your CEDULON_MAX_PAYMENTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cedulon": {
"command": "npx",
"args": [
"-y",
"@cedulon/mcp-server"
],
"env": {
"CEDULON_STATE_PATH": "<your CEDULON_STATE_PATH>",
"CEDULON_MAX_AMOUNT": "<your CEDULON_MAX_AMOUNT>",
"CEDULON_MAX_CUMULATIVE": "<your CEDULON_MAX_CUMULATIVE>",
"CEDULON_MAX_PAYMENTS": "<your CEDULON_MAX_PAYMENTS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dogrucanemek-alt%2Fcedulon)<a href="https://mcptoplist.com/server/io.github.dogrucanemek-alt%2Fcedulon"><img src="https://mcptoplist.com/badge/io.github.dogrucanemek-alt%2Fcedulon.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
dogrucanemek-alt
Other servers by dogrucanemek-alt
View all dogrucanemek-alt servers →Available versions (6)
| Version | Published |
|---|---|
| 0.7.0 | Aug 30, 2026 |
| 0.6.0 | Aug 29, 2026 |
| 0.5.0 | Aug 29, 2026 |
| 0.4.0 | Aug 28, 2026 |
| 0.3.0 | Aug 28, 2026 |
| 0.2.1 | Aug 26, 2026 |
Frequently asked questions
- Who maintains Cedulon?
- Cedulon is maintained by dogrucanemek-alt, which publishes 3 MCP servers (22 total versions) tracked on MCP Toplist.
- Is Cedulon listed on the Official MCP Registry?
- Yes — Cedulon is listed on the Official MCP Registry.
- How many versions does Cedulon have?
- MCP Toplist tracks 6 versions of Cedulon, most recently published on Aug 30, 2026.
- Where can I find the source code for Cedulon?
- The source code for Cedulon is hosted at github.com/dogrucanemek-alt/cedulon.