M3Mgine
by 13auth
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADMIN_EMAILS | No | Comma-separated admin emails | |
| CCE_LLM_MODEL | No | Model name for the LLM | |
| CCE_EMBED_MODEL | No | Embedding model name (optional; falls back to lexical retrieval) | |
| CCE_LLM_API_KEY | No | API key for the LLM endpoint | |
| CCE_DATABASE_URL | No | Postgres DSN when backend is 'postgres' | |
| CCE_LLM_BASE_URL | No | Base URL for OpenAI-compatible LLM endpoint | |
| CCE_EMBED_API_KEY | No | API key for embedding endpoint | |
| CCE_STORE_BACKEND | No | Storage backend: 'sqlite' (default) or 'postgres' | |
| CCE_EMBED_BASE_URL | No | Base URL for embedding endpoint | |
| CCE_WEBHOOK_SECRET | No | HMAC secret for billing webhooks |
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/13auth/M3Mgine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server