Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the MCP server will listen on | 4000 |
| MCP_TOKEN | Yes | A secure token for clients (e.g., your AI model) to authenticate with this MCP server | |
| SB_AUTH_TOKEN | Yes | A secure token for SilverBullet to authenticate with this MCP server and for this MCP server to authenticate with SilverBullet | |
| SB_API_BASE_URL | No | The base URL for the SilverBullet API | http://silverbullet:3000 |
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 | |