mcpbeat Sign in

Inferrail MCP Server

local only

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

Read-only MCP tools over Inferrail's local receipt ledger: attributed spend and gateway health.

Installs per day peak 488 · avg 104
a month agotoday
215
Installs / week
pypi · inferrail
0
Stars
0 open issues
31 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 Inferrail 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 inferrail -- uvx inferrail
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "inferrail": {
      "args": [
        "inferrail"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.inferrail]
command = "uvx"
args = ["inferrail"]
.cursor/mcp.json
{
  "mcpServers": {
    "inferrail": {
      "args": [
        "inferrail"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "inferrail": {
      "args": [
        "inferrail"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Inferrail

same job, measured the same way
Recite MCP
by rivradev

Local MCP server for Recite receipt processing with ledger and memory tools.

95 installs/wk local only
Rails MCP
by jaimenbell

Default-deny action registry, append-only spend ledger, and human sign-off audit trail (MCP tools).

48 installs/wk local only
WHOOP Health Signals
by yadheedhya06

Local-first, read-only WHOOP MCP server for recovery, sleep, strain, workouts, and body signals

77 installs/wk local only
Vllm Ops MCP
by jaimenbell

Read-only ops/health MCP server for a local vLLM instance: health tiers, GPU/VRAM, service status.

57 installs/wk local only
Lrsi
by anamized

Local recursive self-improvement OS MCP with fail-closed governance and gated mutation tools.

local only
C
Sup
by supwire

Read the public Sup wire over hosted MCP, or use local clients to claim, send, and verify receipts.

167 installs/wk 5 tools answering
Your Mail MCP
by wildsurfer

Read-only, self-hosted MCP access to IMAP email, mirrored locally and indexed by notmuch.

local only
C
MCP Anvil
by aiinfradecoded

Local MCP gateway daemon: route, audit, and inspect MCP servers from one config.

128 installs/wk local only

Inferrail — questions

Answers built from our own checks of this server.

Why is there no uptime for Inferrail?
Inferrail 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 inferrail was installed 215 times last week.
How do I connect Inferrail?
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 inferrail straight from pypi; nothing to host, nothing to sign up for.
How many people use Inferrail?
The pypi package inferrail was installed 215 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 Inferrail 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.