taskfleet mcp for Zed
io.github.bfai-1/taskfleet-mcp
Pay-per-call MCP tools: web search, scraping, on-chain wallet intel, extraction. x402 USDC on Base.
client:Zed
transport:stdio
runtime:npm
Install taskfleet mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"taskfleet-mcp": {
"command": "npx",
"args": [
"-y",
"taskfleet-mcp"
],
"env": {
"BUYER_WALLET_PRIVATE_KEY": "<BUYER_WALLET_PRIVATE_KEY>",
"TASKFLEET_URL": "<TASKFLEET_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs