← Index

ArcAgent MCP

io.github.araujota/arcagent-mcp·v0.1.13·Other
Quality Score
83
/100

ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.arcagent.dev/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "arcagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "arcagent-mcp"
      ],
      "env": {
        "ARCAGENT_API_KEY": "<your-arcagent_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "arcagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "arcagent-mcp"
      ],
      "env": {
        "ARCAGENT_API_KEY": "<your-arcagent_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y arcagent-mcp
§02  Environment variables
ARCAGENT_API_KEY
requiredsecret

ArcAgent API key used to authenticate MCP tool calls

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other