Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"codeswarm": {
"command": "npx",
"args": [
"@codeswarm/mcp-server"
],
"env": {
"CODESWARM_API_KEY": "${CODESWARM_API_KEY}"
}
}
}
}Replace placeholder values for: CODESWARM_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxCODESWARM_API_KEY=${CODESWARM_API_KEY}