mcpbeat Sign in

Attest proxy MCP Server

local only

Attest proxy runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 19 Sep 2026.

Zero-code proxy: policy, human gate, read-back and a hash-chained ledger for any MCP server.

Installs / week
pypi · attestlayer
0
Stars
0 open issues
19 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

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

        subprocess.run(["git", "-C", str(self.repo), "add", str(f.relative_to(self.repo))], check=True, capture_output=True)

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

This one needs environment variables set before it will start: ATTEST_POLICY (Path to a policy YAML), ATTEST_LEDGER (Ledger SQLite path (default .attest/ledger.sqlite)), ATTEST_INBOX_URL (URL of the confirm inbox (attest serve) linked from Slack cards), SLACK_BOT_TOKEN (Slack bot token for confirm cards), ATTEST_SLACK_CHANNEL (Slack channel for confirm cards). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Attest proxy

same job, measured the same way
Readyorai
by tedoneobichajavascript

Zero-cost MCP server for local code inspection and best-practice recommendations

30 installs/wk local only
Code Review Analyst
by j0hanz

Gemini-powered MCP server for code review analysis.

local only
Code Lens
by j0hanz

Gemini-powered MCP server for code analysis.

62 installs/wk local only
agentpromocode
by fedepellegrini

ACDP reference MCP server for promo-code resolution and checkout feedback.

73 installs/wk local only
Note MCP Server
by github30

MCP server for note.com: create, edit and retrieve posts.

local only
Hostaway
by uncfreak1255-code

Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings

42 installs/wk local only
Pmd
by roeiba

MCP server for PMD static code analyzer - run code analysis and detect duplicates

26 installs/wk local only
Skeletongraph
by yashdoke7

Zero-LLM structural code retrieval for AI coding agents, served over MCP.

28 installs/wk local only

Attest proxy — questions

Answers built from our own checks of this server.

Why is there no uptime for Attest proxy?
Attest proxy 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 attestlayer.
How do I connect Attest proxy?
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 attestlayer straight from pypi; nothing to host, nothing to sign up for.
Is Attest proxy 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.