eff-mcp
by vs3kulic
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_MODEL | No | Model name (default: gpt-5.4-mini). | gpt-5.4-mini |
| SUPABASE_KEY | No | Supabase anon key (required if EFF_RETRIEVAL_PROVIDER=supabase). | |
| SUPABASE_RPC | No | Supabase RPC function name (default: match_documents). | match_documents |
| SUPABASE_URL | No | Supabase project URL (required if EFF_RETRIEVAL_PROVIDER=supabase). | |
| OPENAI_API_KEY | Yes | OpenAI API key (required, no default). | |
| EFF_RETRIEVAL_K | No | Number of chunks per query (default: 5). | 5 |
| OPENAI_BASE_URL | No | OpenAI-compatible base URL (Azure, local, etc.). Optional. | |
| EFF_AUDIT_LOG_PATH | No | Path for audit log file (JSONL). Optional, disabled if unset. | |
| EFF_RETRIEVAL_PROVIDER | No | Retrieval provider (none or supabase, default: none). | none |
| OPENAI_EMBEDDING_MODEL | No | Embedding model (default: text-embedding-3-small). | text-embedding-3-small |
| EFF_EXTRA_DIMENSIONS_PATH | No | Path to JSON file with custom dimensions definitions. Optional. |
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 | |
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/vs3kulic/eff-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server