MCP Server
MCP
Sprawl
Build and supervise fleets of agents from Claude Code, Codex or Cursor. Connects over OAuth.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://sprawl.to/api/mcp",
"headers": [
{
"description": "OPTIONAL. This server supports OAuth 2.1 with PKCE, discovered automatically at /.well-known/oauth-protected-resource — browser-based clients (claude.ai connectors and similar) should use that and need no header at all. Supply this header only for headless, CLI, or CI callers that have no browser to complete consent with: a Sprawl API key as a bearer token, from https://sprawl.to/docs/mcp.",
"value": "Bearer {api_key}",
"isSecret": true,
"variables": {
"api_key": {
"description": "Your Sprawl API key (prefix sprawl_sk_), for headless callers only — browser-based clients should use OAuth instead and skip this entirely. Create a free account and generate one at https://sprawl.to/docs/mcp.",
"format": "string",
"isSecret": true
}
},
"name": "Authorization"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
Comments
Sign in to leave a comment