Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Reserved for future transports | 7337 |
| LOG_LEVEL | No | Log level: fatal → trace | info |
| UI_DEMO_PORT | No | Optional port for the browser UI demo | 4399 |
| OPENAI_API_KEY | Yes | API key for OpenAI | |
| MCP_SERVER_NAME | No | Name advertised to MCP clients | |
| OPENAI_BASE_URL | No | Override base URL for Azure/OpenAI proxies | |
| MCP_TOOL_MODULES | No | Comma-separated absolute paths to extra tool modules | |
| OPENAI_TIMEOUT_MS | No | Timeout (ms) applied to OpenAI API calls | 20000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| knowledge_search | Searches curated knowledge base snippets stored as markdown files. |
| text_summarizer | Summarizes long text into concise bullet points using the configured LLM. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |