mcpbeat Sign in

LoopGrid MCP Server

by loopgridio Your server? Claim it
local only

LoopGrid MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 20 Sep 2026.

MCP bridge for tamper-evident evidence around consequential AI and agent decisions.

Installs / week
pypi · loopgrid-mcp
0
Stars
0 open issues
20 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check LoopGrid MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: LOOPGRID_BASE_URL (Base URL of the LoopGrid service), LOOPGRID_SERVICE_KEY (Scoped LoopGrid service API key when authentication is enabled), LOOPGRID_WORKSPACE (LoopGrid workspace id). The author declared them in the registry entry; get the values from the project itself.

Alternatives to LoopGrid MCP

same job, measured the same way
Audit Ledger MCP
by shahidh68

Record AI decisions to a tamper-evident audit ledger from any MCP-compatible agent.

38 installs/wk local only
MUJ428 Trust Layer — VERIFY BEFORE ACT
by wmujahid428-web

MUJ428 verifies intent and evidence before consequential AI-agent actions.

14 tools answering
DecRec
by decrec

Decision memory for AI agents: record, revisit, and resolve consequential choices.

answering
Tradememory Protocol
by mnemox-ai

Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.

119 installs/wk local only
Zentrik
by zentrik

Product context for AI agents: evidence, opportunities, initiatives, and decisions.

answering
rawmem
by liyuan1992

Read-only MCP access to a local append-only evidence ledger for AI agent sessions.

local only
MCP x402 - Evidence-Backed Web Verification
by diogoup26

Evidence-backed x402 web verification for AI agents, with auditable decisions for every condition.

3 tools answering
C
Agent Gate
by forgeorbital

Local mandate gate and proof trail for AI agents that take consequential actions.

83 installs/wk local only

LoopGrid MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for LoopGrid MCP?
LoopGrid MCP 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 loopgrid-mcp.
How do I connect LoopGrid MCP?
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 loopgrid-mcp straight from pypi; nothing to host, nothing to sign up for.
Is LoopGrid MCP open source?
Yes — it is published under the Apache-2.0 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.