mcpbeat Sign in
I

Arcaeon Adapter MCP Server

local only

Arcaeon Adapter runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 6 Sep 2026.

MCP stdio proxy that logs the tool-call seam to the ledger without the agent's cooperation

Installs / week
pypi · arcaeon-adapter
0
Stars
0 open issues
6 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Arcaeon Adapter 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 adapter -- uvx arcaeon-adapter
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "adapter": {
      "args": [
        "arcaeon-adapter"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.adapter]
command = "uvx"
args = ["arcaeon-adapter"]
.cursor/mcp.json
{
  "mcpServers": {
    "adapter": {
      "args": [
        "arcaeon-adapter"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "adapter": {
      "args": [
        "arcaeon-adapter"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Arcaeon Adapter

same job, measured the same way
Korg Ledger
by new1direction

Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs.

284 installs/wk local only
mcp-audit
by firatmio

Transparent audit proxy for MCP servers: logs every tool call, flags poisoning and rug pulls.

29 installs/wk local only
VMware Log Insight
by zw008

Read-only VMware Aria Operations for Logs (Log Insight): search + aggregation. 7 MCP tools.

1 170 installs/wk local only
VMware Log Insight
by vmware-skills

Read-only VMware Aria Operations for Logs (Log Insight): search + aggregation. 7 MCP tools.

local only
Januscope
by giancarloerra

Local MCP proxy for tool restrictions, response redaction, audit logs, and database schema context.

79 installs/wk local only
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Labby
by dinglebear

Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.

390 installs/wk local only
Quill
by manumarri-sudo

Pre-execution gate for AI-agent tool calls. Touch ID approval. Tamper-evident audit log.

85 installs/wk local only

Arcaeon Adapter — questions

Answers built from our own checks of this server.

Why is there no uptime for Arcaeon Adapter?
Arcaeon Adapter 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 arcaeon-adapter.
How do I connect Arcaeon Adapter?
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 arcaeon-adapter straight from pypi; nothing to host, nothing to sign up for.
Is Arcaeon Adapter open source?
Yes — it is published under the MIT 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.