clawallex mcp for Zed
io.github.clawallex-tech/clawallex-mcp
MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards
client:Zed
transport:stdio
runtime:npm
Install clawallex mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"clawallex-mcp": {
"command": "npx",
"args": [
"-y",
"@clawallex/mcp-server"
],
"env": {
"CLAWALLEX_API_KEY": "<CLAWALLEX_API_KEY>",
"CLAWALLEX_API_SECRET": "<CLAWALLEX_API_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs