Skip to content
Cursor

Bostrom MCP for Cursor

io.github.cyberia-to/bostrom-mcp

86-tool MCP server for Bostrom blockchain: read chain state and sign transactions

client:Cursor transport:stdio runtime:npm

Install Bostrom MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "bostrom-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bostrom-mcp"
      ],
      "env": {
        "BOSTROM_MNEMONIC": "<BOSTROM_MNEMONIC>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Bostrom MCP in other clients