Skip to main content
Glama
kyooni18

Foundation MCP

by kyooni18

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUTO_MIGRATENoSet to 'true' to automatically run database migrations at startup.
DATABASE_URLYesPostgreSQL connection string, e.g. postgresql://foundation:foundation@127.0.0.1:5432/foundation.
ALLOWED_HOSTSNoComma-separated list of allowed Host headers for HTTP mode.
MCP_TRANSPORTYesTransport mode for the MCP server. Must be either 'stdio' or 'http'.
OPENAI_API_KEYNoOpenAI API key (required when EMBEDDING_PROVIDER='openai').
EMBEDDING_MODELNoEmbedding model name, e.g. 'text-embedding-3-small' or 'nomic-embed-text'.
OLLAMA_BASE_URLNoBase URL for Ollama, e.g. 'http://127.0.0.1:11434'.
OPENAI_BASE_URLNoBase URL for OpenAI-compatible API, e.g. 'https://api.openai.com/v1'.
EMBEDDING_PROVIDERNoEmbedding provider: 'none' (default), 'openai', or 'ollama'.
FOUNDATION_API_KEYNoCompatibility alias for FOUNDATION_ADMIN_KEY.
EMBEDDING_DIMENSIONSNoNumber of dimensions for the embedding model, e.g. '1536' or '768'.
FOUNDATION_ADMIN_KEYNoAdmin API key for HTTP mode, grants full access.
FOUNDATION_READ_ONLY_KEYNoRead-only API key for HTTP mode, restricted to retrieval tools.

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/kyooni18/Foundation-MCP'

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