Skip to content
VS Code

agentloopkit for VS Code

io.github.abhiyoheswaran1/agentloopkit

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

client:VS Code transport:stdio runtime:npm

Install agentloopkit in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentloopkit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentloopkit"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agentloopkit in other clients