MCP Server
MCP
ArcAgent MCP
ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.arcagent.dev/mcp",
"headers": [
{
"description": "Bearer token used to authenticate ArcAgent MCP requests",
"isRequired": true,
"isSecret": true,
"placeholder": "Bearer arc_...",
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "arcagent-mcp",
"version": "0.1.12",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ArcAgent API key used to authenticate MCP tool calls",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ARCAGENT_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment