Odel
AgentLoopKit

AgentLoopKit

Local
@abhiyoheswaran11TypeScriptMITUpdated 1mo ago

Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmagentloopkitv1.2.0

Run

npx -y agentloopkit

MCP client config

{
  "mcpServers": {
    "agentloopkit": {
      "command": "npx",
      "args": [
        "-y",
        "agentloopkit"
      ]
    }
  }
}