silverbullet-mcp-server
by xmatthewx
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP listen port (Fly maps internally). Default 8080. | 8080 |
| SB_URL | Yes | Base URL of the SilverBullet instance (no trailing slash). | |
| SB_TOKEN | Yes | The SB_AUTH_TOKEN configured on the SilverBullet side. | |
| MCP_TOKEN | Yes | Static Bearer accepted as a dev/curl bypass. Generate with openssl rand. | |
| PUBLIC_URL | Yes | Canonical URL of this MCP server. Goes into OAuth metadata documents. | |
| OWNER_TOKEN | Yes | The password you type into the browser login page to approve a client. | |
| JWT_SIGNING_KEY | Yes | Key used to sign 90-day access-token JWTs. Rotating it revokes all tokens. | |
| OAUTH_CLIENT_ID | Yes | Opaque string. Paste into Claude.ai connector 'Advanced settings.' | |
| OAUTH_CLIENT_SECRET | Yes | Opaque string. Paste into Claude.ai connector 'Advanced settings.' |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xmatthewx/silverbullet-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server