MCP Base
by jsmiff
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | The port number for the HTTP server | 3000 |
OLLAMA_URL | No | URL of your Ollama instance | http://localhost:11434 |
SERVER_MODE | No | Server transport mode - 'http' or 'stdio' | http |
SUPABASE_URL | Yes | URL of your Supabase project | |
OLLAMA_LLM_MODEL | No | Ollama model to use for text generation | llama3 |
OLLAMA_EMBED_MODEL | No | Ollama model to use for embeddings | nomic-embed-text |
SUPABASE_SERVICE_KEY | Yes | Service key for your Supabase project |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |