Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINDKEG_HOST | No | HTTP server bind address (for HTTP transport). | 127.0.0.1 |
| MINDKEG_PORT | No | HTTP server port (for HTTP transport). | 52100 |
| OPENAI_API_KEY | No | OpenAI API key. Required when MINDKEG_EMBEDDING_PROVIDER is set to 'openai'. | |
| MINDKEG_API_KEY | Yes | API key for authentication. Required for connection to the MCP server. | |
| MINDKEG_LOG_LEVEL | No | Logging level. Options: 'debug', 'info', 'warn', 'error'. | info |
| MINDKEG_SQLITE_PATH | No | Path to the SQLite database file. | ~/.mindkeg/brain.db |
| MINDKEG_EMBEDDING_PROVIDER | No | Embedding provider to use. Options: 'fastembed', 'openai', or 'none'. Defaults to 'fastembed'. | fastembed |
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 | |