BTCFi API for Zed
io.github.aiindigo925/btcfi
Bitcoin data for AI agents. 27 tools with x402 micropayments. No API keys needed.
client:Zed
transport:stdio
runtime:npm
Install BTCFi API in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"btcfi": {
"command": "npx",
"args": [
"-y",
"@aiindigo/btcfi-mcp"
],
"env": {
"SVM_PRIVATE_KEY": "<SVM_PRIVATE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs