Bostrom MCP for Zed
io.github.cyberia-to/bostrom-mcp
86-tool MCP server for Bostrom blockchain: read chain state and sign transactions
client:Zed
transport:stdio
runtime:npm
Install Bostrom MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bostrom-mcp": {
"command": "npx",
"args": [
"-y",
"bostrom-mcp"
],
"env": {
"BOSTROM_MNEMONIC": "<BOSTROM_MNEMONIC>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs