Skip to content
Grok

silverbullet ai mcp for Grok

io.github.justyns/silverbullet-ai-mcp

Exposes silverbullet-ai tools from a SilverBullet space to MCP clients

client:Grok transport:stdio runtime:npm

Install silverbullet ai mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "silverbullet-ai-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "silverbullet-ai-mcp"
      ],
      "env": {
        "SB_URL": "<SB_URL>",
        "SB_AUTH_TOKEN": "<SB_AUTH_TOKEN>",
        "SB_SPACE_ID": "<SB_SPACE_ID>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

silverbullet ai mcp in other clients