Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Bostrom MCP in other clients