Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Server host (SSE only) | 0.0.0.0 |
| MCP_PORT | No | Server port (SSE only) | 8000 |
| LOG_LEVEL | No | Logging level for the server (e.g., DEBUG, INFO) | |
| MCP_TRANSPORT | No | Transport type: sse (HTTP) or stdio | sse |
| DOCUMENTS_PATH | No | Path to documents directory | /documents |
| MCP_AUTH_TOKEN | No | Authentication token for secure access | |
| MAX_FILE_SIZE_MB | No | Maximum file size in MB | 10 |
| ALLOWED_EXTENSIONS | No | Comma-separated allowed extensions | .txt,.md,... |
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 | |