halowerk mcp for Zed
io.github.halowerk/halowerk-mcp
134 paid APIs as MCP tools, billed per call in USDC on Base. No account, no login.
client:Zed
transport:stdio
runtime:npm
Install halowerk mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"halowerk-mcp": {
"command": "npx",
"args": [
"-y",
"halowerk-mcp"
],
"env": {
"HALOWERK_PRIVATE_KEY": "<HALOWERK_PRIVATE_KEY>",
"HALOWERK_MAX_PREIS_USDC": "<HALOWERK_MAX_PREIS_USDC>",
"HALOWERK_BUDGET_USDC": "<HALOWERK_BUDGET_USDC>",
"HALOWERK_MODUS": "<HALOWERK_MODUS>",
"HALOWERK_TROCKEN": "<HALOWERK_TROCKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs