mcp stone for Zed
io.github.codespar/mcp-stone
MCP server for Stone — open banking, payments, Pix, transfers
client:Zed
transport:stdio
runtime:npm
Install mcp stone in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-stone": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-stone"
],
"env": {
"STONE_CLIENT_SECRET": "<STONE_CLIENT_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs