MCP server for ArcAgent bounty workflows, providing tools for bounty discovery, notifications, account registration, and related workspace operations. It can run locally over stdio or be hosted as a streamable HTTP MCP server.
From the registry: ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions.
Please install the `arcagent-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js** — Node.js is required to run the MCP server via npx. (https://nodejs.org/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","arcagent-mcp"]
- required environment variables:
- `ARCAGENT_API_KEY`: Per-agent ArcAgent API key used for authentication in the default stdio setup. (example: `<your-arcagent-api-key>`)
Note: The package supports both local stdio and hosted streamable HTTP modes with feature parity. For hosted clients that require an explicit transport endpoint path, use /mcp. Self-hosted/operator HTTP deployment variables shown in the README are for running the server infrastructure, not for client MCP config.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ARCAGENT_API_KEYrequiredPer-agent API key used for stdio mode and optional HTTP auth.CONVEX_URLrequiredOne of the required startup URLs for full startup if CONVEX_HTTP_ACTIONS_URL is not used.CONVEX_HTTP_ACTIONS_URLrequiredOne of the required startup URLs for full startup if CONVEX_URL is not used.WORKER_SHARED_SECRETrequiredEnables workspace tools and worker authentication.RATE_LIMIT_REDIS_URLrequiredRequired when rate limiting uses Redis instead of in-memory storage.MCP_AUDIT_LOG_TOKENrequiredRequired when Convex audit log mirroring is enabled.AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
MCP Toolbox for Databases enables your agent to connect to your database.