mcpbeat Sign in

once MCP Server

local only

once runs on your own machine — the client starts it, so there is no endpoint to ping. 143 installs a week from pypi. Last commit 12 Aug 2026.

Run a side effect exactly once under retries, redelivery, and concurrent workers.

Installs per day peak 673 · avg 75 · +42% w/w
a month agotoday
143
Installs / week
pypi · once-kernel
0
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check once every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to once

same job, measured the same way
POSTFACT — Resolve Ambiguous Side Effects Before Retry
by gsterlingpress

Resolve whether an uncertain side-effecting action completed before software retries it.

1 tools answering
Orcaslicer MCP
by maxellis

Work a running OrcaSlicer with AI: slice, tune, and understand what each setting costs

376 installs/wk local only
EffectFence
by aurumflux20

Stops agents double-firing side effects: 1,000 racing duplicates, exactly one execution.

208 installs/wk local only
ONCE
by gsterlingpress

Prevent duplicate AI-agent side effects with idempotency, verification, and durable receipts.

2 tools answering
RZ AI Labs
by rzailabs

Read-only MCP server for RZ AI Labs — query its services, workshops, and contact info.

4 tools answering
GAUNTLEX
by sanjoy1234

Concurrent Builder + Breaker agents generate code and adversarial tests at once, gated in CI.

80 installs/wk local only
Tixxly
by teamtixxly

Tixxly MCP server — connect AI agents to tours, experiences, and activities

149 installs/wk local only
Travel MCP
by akinduko

Tixxly MCP server — connect AI agents to tours, experiences, and activities

local only

once — questions

Answers built from our own checks of this server.

Why is there no uptime for once?
once 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 pypi package once-kernel was installed 143 times last week.
How do I connect once?
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 once-kernel straight from pypi; nothing to host, nothing to sign up for.
How many people use once?
The pypi package once-kernel was installed 143 times in the last week. Week over week that is +42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is once open source?
Yes — it is published under the Apache-2.0 licence, written in Python 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.