Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MINDKEG_HOSTNoHTTP server bind address (for HTTP transport).127.0.0.1
MINDKEG_PORTNoHTTP server port (for HTTP transport).52100
OPENAI_API_KEYNoOpenAI API key. Required when MINDKEG_EMBEDDING_PROVIDER is set to 'openai'.
MINDKEG_API_KEYYesAPI key for authentication. Required for connection to the MCP server.
MINDKEG_LOG_LEVELNoLogging level. Options: 'debug', 'info', 'warn', 'error'.info
MINDKEG_SQLITE_PATHNoPath to the SQLite database file.~/.mindkeg/brain.db
MINDKEG_EMBEDDING_PROVIDERNoEmbedding 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/carloluisito/mindkeg-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server