Home › Other › silverbullet-ai

silverbullet-ai

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

TypeScript
★ 105 stars Last pushed 2026-09-24 License: AGPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.9.3)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "silverbullet-ai": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SB_URL": "<YOUR_VALUE>",
        "SB_AUTH_TOKEN": "<YOUR_VALUE>",
        "SB_SPACE_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • SB_URL required — Base URL of your SilverBullet server, or 'desktop' for the SilverBullet+ desktop app
  • SB_AUTH_TOKEN secret — The server's SB_AUTH_TOKEN, if it runs with token auth
  • SB_SPACE_ID — In desktop mode, which space to connect to

Related servers

Data from the Official MCP Registry