MCP Base

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoThe port number for the HTTP server3000
OLLAMA_URLNoURL of your Ollama instancehttp://localhost:11434
SERVER_MODENoServer transport mode - 'http' or 'stdio'http
SUPABASE_URLYesURL of your Supabase project
OLLAMA_LLM_MODELNoOllama model to use for text generationllama3
OLLAMA_EMBED_MODELNoOllama model to use for embeddingsnomic-embed-text
SUPABASE_SERVICE_KEYYesService key for your Supabase project

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools