mcp-silverbullet
by kesor
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_SILVERBULLET_HOST | No | Bind address. Default is 127.0.0.1. | 127.0.0.1 |
| MCP_SILVERBULLET_PORT | No | Bind port. Default is 8000. | 8000 |
| MCP_SILVERBULLET_TOKEN | Yes | Inbound Authorization: Bearer token. Required. | |
| MCP_SILVERBULLET_SB_URL | No | SilverBullet origin. Default is http://127.0.0.1:3000. | http://127.0.0.1:3000 |
| MCP_SILVERBULLET_SB_TOKEN | No | Outbound SB bearer token. Defaults to the value of MCP_SILVERBULLET_TOKEN. Set to an empty string if SilverBullet has no auth. | |
| MCP_SILVERBULLET_SPACE_PATH | No | Absolute path to the SB space directory. Required to enable the journal surface. | |
| MCP_SILVERBULLET_RESOURCE_URL | No | Discovery and WWW-Authenticate URL. Default is http://127.0.0.1:8000/mcp. | http://127.0.0.1:8000/mcp |
| MCP_SILVERBULLET_ALLOWED_HOSTS | No | Extra Host values, comma-separated. Unset uses SDK loopback default. | |
| MCP_SILVERBULLET_JOURNAL_TOOLS | No | Truthy (1 / true / yes / on) enables the five journal tools. Requires MCP_SILVERBULLET_SPACE_PATH to be set and readable. | |
| MCP_SILVERBULLET_LIST_PAGES_HYDRATE_ETAGS | No | Truthy enables per-page etag hydration on list_pages. Default off (N+1 cost is opt-in). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kesor/silverbullet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server