Skip to content
VS Code

agent-check for VS Code

com.basenull/agent-check

Process monitoring for AI agents: start runs, submit per-task evidence, complete runs.

client:VS Code transport:streamable-http

Install agent-check in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-check": {
      "type": "http",
      "url": "https://agent-check.basenull.com/api/mcp/{token}"
    }
  }
}

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

agent-check in other clients