
Antigravityrunledger MCP
- Updated May 20, 2026
- clauxel/antigravity-run-ledger-mcp
Antigravity Run Ledger MCP is a MCP server that records Antigravity agent runs as structured receipts and audit logs via a remote streamable-HTTP endpoint.
About
Antigravity Run Ledger MCP is a remote paid MCP server that turns Antigravity agent executions into structured receipts and audit logs you can read back like a ledger. developers shipping with Claude Code or Cursor attach the HTTPS MCP endpoint, authenticate with a Bearer token, and invoke tools aimed at run receipt capture rather than replacing your agent runtime. It sits in Operate because the value compounds when you need to debug flaky browser automations, prove what an agent attempted, or hand logs to a reviewer without scraping console noise. The registry description emphasizes structured receipts, audit logs, and reviewer-readable artifacts; pair it with your existing agent stack instead of expecting embedded local storage unless the server card documents additional tools.
- Antigravity-focused run ledger over streamable-HTTP remote MCP
- Structured receipts and audit logs for agent runs
- Reviewer-readable output for post-run review
- Bearer token auth from antigravityrunledger.clauxel.com
- GitHub: clauxel/antigravity-run-ledger-mcp
Antigravityrunledger MCP by the numbers
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add --transport http antigravityrunledger-mcp https://antigravityrunledger.clauxel.com/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Last updated | May 20, 2026 |
| Repository | clauxel/antigravity-run-ledger-mcp ↗ |
What it does
Record Antigravity agent runs as structured receipts and audit logs via a remote MCP so you can review what the agent did after the fact.
Who is it for?
Best when you're running Antigravity agents and need durable, structured run history beyond ephemeral LLM threads.
Skip if: Projects that only need one-off local Playwright traces with no paid remote receipt service.
What you get
After registration, agent runs can emit ledger-style receipts and audit logs your agent or reviewer can query through MCP.
- Structured receipts for agent runs
- Audit logs exposed through MCP tools
- Reviewer-readable run history artifacts
By the numbers
- Version 1.0.0
- Single remote MCP URL (streamable-http)
- Server schema dated 2025-12-11
README.md
Antigravity Run Ledger
Antigravity Run Ledger is a hosted remote MCP for Antigravity agent run receipt MCP.
This repository is a public documentation project for Antigravity Run Ledger. Its structure follows the public documentation pattern used by MiroFish: a short front door, a clear reading order, practical guides, reference pages, and a public-safe boundary.
Start Here
- Website: https://antigravityrunledger.clauxel.com/?utm_source=github&utm_medium=documentation&utm_campaign=antigravityrunledger_public_docs&utm_content=readme_home
- Pricing: https://antigravityrunledger.clauxel.com/pricing/?utm_source=github&utm_medium=documentation&utm_campaign=antigravityrunledger_public_docs&utm_content=readme_pricing
- Checkout: https://antigravityrunledger.clauxel.com/checkout/?utm_source=github&utm_medium=documentation&utm_campaign=antigravityrunledger_public_docs&utm_content=readme_checkout
- Support: support@aigeamy.com
Remote MCP
- Endpoint: https://antigravityrunledger.clauxel.com/mcp
- Server card: https://antigravityrunledger.clauxel.com/server-card.json
- Registry name:
com.clauxel.antigravityrunledger/antigravityrunledger-mcp - Tools:
issue_run_receipt,summarize_agent_changes,check_test_evidence,flag_review_risk,export_run_log
Reading Order
- Quickstart
- Evaluation guide
- Checkout and pricing
- Workflow notes
- Security model
- Public link reference
Audience
AI product teams, operations leads, workflow owners, and technical evaluators.
Capabilities
- Streamable HTTP MCP endpoint
- Bearer-token access for production calls
- Structured tool-call output
- Receipt-oriented evidence export
- Public server card and registry metadata
- MCP tool: issue_run_receipt
- MCP tool: summarize_agent_changes
- MCP tool: check_test_evidence
- MCP tool: flag_review_risk
- MCP tool: export_run_log
Public-Safe Boundary
This repository contains documentation only. It does not contain production source code, credentials, payment configuration, Cloudflare configuration, customer records, private analytics, or local machine paths.
Recommended MCP Servers
How it compares
Remote run-receipt and audit MCP, not an in-repo logging skill or generic observability APM.
FAQ
Who is Antigravity Run Ledger MCP for?
Developers operating Antigravity-style agent automations who want MCP-accessible run receipts and audit trails.
When should I use Antigravity Run Ledger MCP?
Use it in Operate when you ship agent browser workflows and need to monitor, review, or dispute individual runs.
How do I add Antigravity Run Ledger MCP to my agent?
Configure https://antigravityrunledger.clauxel.com/mcp as a remote MCP server and supply Authorization Bearer token from the product website.