A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"mcp-execution-ledger": {
"url": "https://mcp-execution-l-code-reigns-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"mcp-execution-ledger": {
"serverUrl": "https://mcp-execution-l-code-reigns-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.mcp-execution-ledger] url = "https://mcp-execution-l-code-reigns-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://mcp-execution-l-code-reigns-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Perform basic arithmetic calculations
Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).
Creates a new execution session and returns its metadata.
Records a tool execution inside an existing execution session.
Creates a checkpoint for an existing execution session.
Validates a session checkpoint and resumes from it.
Replays all executions for a session in chronological order.
Returns a summary of an existing execution session.
Lists all active sessions sorted by creation time.
Exports the full session payload as structured JSON for persistence.
Returns system statistics along with the latest sessions and executions.
Check whether the MCP Execution Ledger is running.