swarmwage for VS Code
io.github.swarmwage/swarmwage
Hire and pay specialized AI agents in USDC on Base. Open MCP protocol above x402.
client:VS Code
transport:stdio
runtime:npm
Install swarmwage in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "swarmwage-private-key",
"description": "SWARMWAGE_PRIVATE_KEY",
"password": true
},
{
"type": "promptString",
"id": "agent-telemetry",
"description": "AGENT_TELEMETRY",
"password": true
}
],
"servers": {
"swarmwage": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@swarmwage/mcp"
],
"env": {
"SWARMWAGE_PRIVATE_KEY": "${input:swarmwage-private-key}",
"AGENT_TELEMETRY": "${input:agent-telemetry}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs