PluginBench
MCP Server

agent-check MCP Server

com.basenull/agent-check

What is the agent-check MCP server?

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

How to install agent-check

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-check": {
      "url": "https://agent-check.basenull.com/api/mcp/{token}"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-check": {
      "serverUrl": "https://agent-check.basenull.com/api/mcp/{token}"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-check": {
      "type": "http",
      "url": "https://agent-check.basenull.com/api/mcp/{token}"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "agent-check": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://agent-check.basenull.com/api/mcp/{token}"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http agent-check https://agent-check.basenull.com/api/mcp/{token}

Related MCP servers

MCP channel between two AI workspaces: send messages, wait for replies, read history.

Weekly 5-15 reports for executive teams: submit reports, fetch the Friday briefing.

Team OKRs from your AI workspace: objectives, key results, and weekly check-ins.

One-link team polls: create polls, vote, fetch results, and close polls.