AgentLedger
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AgentLedgerlog my current reasoning trace"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AgentLedger
MCP server that stores AI agent reasoning traces permanently on 0G Storage — immutable, verifiable, tamper-proof.
Every decision an AI agent makes gets uploaded to 0G's decentralized storage network and linked into a cryptographic chain. Any attempt to delete or modify past decisions breaks the chain and is immediately detectable.
Installation
See INSTALL.md for full instructions.
Quickest way — npx, no clone needed:
{
"mcpServers": {
"agentledger": {
"command": "npx",
"args": ["agentledger-mcp"],
"env": {
"PRIVATE_KEY": "your_wallet_private_key",
"AGENT_ID": "my-agent"
}
}
}
}Add that to your Claude Desktop MCP config, restart, and you're live.
Related MCP server: mcp-witness
MCP Tools
Tool | Description |
| Store a full agent reasoning trace on 0G. Returns root hash + StorageScan URL |
| Retrieve any reasoning trace by root hash |
| Cryptographically verify a trace is unchanged on 0G |
| Full decision history for any agent |
| Verify the complete decision chain is INTACT or BROKEN |
How it works
Agent makes a decision → reasoning steps captured
Trace encoded as JSON → uploaded to 0G Storage via
MemDataRoot hash returned — this is the permanent, content-addressed proof
Each trace's
prev_decision_hashpoints to the previous → tamper-proof chainAgent index stored in 0G KV Store — the full ledger lives on-chain
Network
Built on 0G Galileo Testnet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Benita2001/Agentledger'
If you have feedback or need assistance with the MCP directory API, please join our Discord server