briefd
by ismailperim
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRIEFD_LISTEN | No | Address for the HTTP/MCP server to listen on. | :7788 |
| BRIEFD_SOURCE | Yes | Git URL or directory to use as the knowledge source. | |
| BRIEFD_API_TOKEN | No | Bearer token for API and MCP authentication. Empty means unauthenticated (only on trusted networks). | |
| BRIEFD_GIT_TOKEN | No | Token for private HTTPS git remotes. | |
| BRIEFD_FORGE_TYPE | No | Forge type (e.g., github) used to open PRs for proposals. | |
| BRIEFD_FORGE_TOKEN | No | Token for the forge API. | |
| BRIEFD_SYNC_INTERVAL | No | How often to sync the git repository. 0 disables polling. | 60s |
| BRIEFD_EMBEDDINGS_MODEL | No | Embedding model name; use all-MiniLM-L6-v2 for English-only faster indexing. | multilingual-e5-small |
| BRIEFD_DEFAULT_MAX_TOKENS | No | Default max_tokens for search and bundle results. | 2000 |
| BRIEFD_EMBEDDINGS_PROVIDER | No | Embeddings provider: local, ollama, openai, or none for BM25-only. | local |
| BRIEFD_SYNC_WEBHOOK_SECRET | No | Secret to enable POST /webhook/git for immediate syncs. |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessUnresponsive