mcp-server-silverbullet
by bong-u
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SILVERBULLET_MCP_TOKEN | Yes | SB_AUTH_TOKEN. Never passed to the LLM. Required. | |
| SILVERBULLET_MCP_PREFIX | No | Subpath the agent may access, e.g. projects/work. | whole space |
| SILVERBULLET_MCP_SCOPES | No | Allowed operations (must include read). | read,write,delete |
| SILVERBULLET_MCP_BASE_URL | Yes | SilverBullet instance URL. Required. | |
| SILVERBULLET_MCP_TIMEOUT_MS | No | Request timeout (ms). | 15000 |
| SILVERBULLET_MCP_USER_AGENT | No | User-Agent sent upstream. | mcp-server-silverbullet/<version> |
| SILVERBULLET_MCP_MAX_SEARCH_BYTES | No | Max file size search_files will scan. | 1000000 |
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
- 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/bong-u/mcp-server-silverbullet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server