MCP Execution Ledger
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., "@MCP Execution Ledgerstart a new session for workflow tracing"
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.
MCP Execution Ledger
A Black Box Recorder for AI Agents Built on the Model Context Protocol (MCP)
Overview
MCP Execution Ledger is a durable execution layer for AI agents built using the Model Context Protocol (MCP).
As AI agents interact with databases, APIs, file systems, and external tools, understanding what happened during execution becomes increasingly difficult. Existing systems provide logs, but they don't provide a complete execution history of MCP tool interactions.
MCP Execution Ledger solves this problem by recording every MCP execution in a centralized ledger, enabling developers to trace, replay, inspect, and audit AI workflows.
Think of it as a black box recorder for AI agents.
Problem Statement
Modern AI agents perform complex workflows involving multiple MCP tools.
When an execution fails or produces unexpected results, developers often cannot answer questions such as:
Which tool was called?
What was the input?
What output was returned?
Which step failed?
Can the execution be replayed?
Has anything been modified?
Without complete execution visibility, debugging and auditing become difficult.
Our Solution
MCP Execution Ledger records every MCP interaction including:
Tool Invocations
Inputs & Outputs
Execution Status
Timestamps
Checkpoints
Replay History
Session Metadata
This enables complete execution traceability and operational transparency.
Key Features
Complete execution history
Session management
Execution checkpoints
Workflow replay
Immutable execution records
SQLite-backed ledger
MCP-native architecture
NitroStack deployment
Audit-ready execution logs
Lightweight and extensible
Architecture
Client / MCP Host
│
▼
NitroStack MCP Server
│
├── Ledger Tools
│
├── Ledger Resources
│
├── Ledger Prompts
│
▼
SQLite Execution LedgerAvailable MCP Tools
start_session
record_execution
create_checkpoint
resume_session
replay_session
get_session
list_sessions
export_session
ledger_dashboard
ledger_status
Resources
ledger://sessions
ledger://session/{sessionId}
ledger://checkpoint/{checkpointId}
Prompts
summarize_session
replay_analysis
failure_analysis
checkpoint_summary
Demo Workflow
Start an execution session.
Record every MCP tool execution.
Create execution checkpoints.
Replay previous executions.
Analyze execution history.
View analytics through the dashboard.
Tech Stack
TypeScript
Node.js
NitroStack
MCP SDK
SQLite
GitHub
Live Deployment
NitroCloud Endpoint
https://mcp-execution-l-code-reigns-amrita-university-amritapuri-campus.app.nitrocloud.ai
Installation
git clone https://github.com/Saimadhav27/mcp-execution-ledger.git
cd mcp-execution-ledger
npm install
npm run build
npm startRepository Structure
src/
├── modules/
│ └── ledger/
├── widgets/
├── health/
├── app.module.ts
└── index.tsFuture Scope
Blockchain-backed immutable ledger
Multi-agent execution tracking
Enterprise audit reports
Security compliance
Distributed execution monitoring
AI governance dashboard
Team
Code Reigns
Agentic AI Hackathon 2026
Amrita Vishwa Vidyapeetham
License
MIT License
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.
Related MCP Servers
- AlicenseBqualityBmaintenanceHash-chained HMAC-signed audit log MCP for A2A (agent-to-agent) calls. Every tool-call, agent-handoff, decision gets a tamper-evident signed record.Last updated5MIT
- Alicense-qualityAmaintenanceTamper-evident audit logging for AI agents. Append-only, hash-chained, optionally Ed25519-signed log. The MCP server lets an agent keep and verify a record of what it actually did.Last updated5MIT
- -license-qualityBmaintenanceCaptures AI-assisted work into a searchable ledger and exposes it via MCP for querying past conversations and decisions.Last updated
- AlicenseBqualityAmaintenanceA governance proxy for AI tools — every MCP/agent tool call is policy-gated, secret-redacted, and written to a hash-chained, offline-verifiable audit trail.Last updated13MIT
Related MCP Connectors
Hash-chained HMAC-signed audit log MCP for A2A (agent-to-agent) calls. Every tool-call, agent-ha...
Immutable event logging and audit trail for agent transactions
Runtime permission, approval, and audit layer for AI agent tool execution.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Saimadhav27/mcp-execution-ledger'
If you have feedback or need assistance with the MCP directory API, please join our Discord server