CompleteMCPServer
by Mimimifu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_URL | No | URL do servidor Ollama | http://localhost:11434 |
| OPENAI_URL | No | URL da API OpenAI | https://api.openai.com/v1 |
| GENERIC_URL | No | URL do provedor genérico | http://localhost:8080/v1 |
| OLLAMA_MODEL | No | Modelo Ollama | qwen3.5:9b |
| OPENAI_MODEL | No | Modelo OpenAI | gpt-4 |
| GENERIC_MODEL | No | Modelo genérico | model |
| LM_STUDIO_URL | No | URL do servidor LM Studio | http://localhost:1234/v1 |
| OLLAMA_TIMEOUT | No | Timeout para Ollama (segundos) | 60 |
| OPENAI_API_KEY | No | Chave da API OpenAI | |
| OPENAI_TIMEOUT | No | Timeout para OpenAI (segundos) | 60 |
| GENERIC_TIMEOUT | No | Timeout para provedor genérico (segundos) | 60 |
| LM_STUDIO_MODEL | No | Modelo LM Studio | local-model |
| LM_STUDIO_TIMEOUT | No | Timeout para LM Studio (segundos) | 60 |
| OLLAMA_MAX_TOKENS | No | Máximo de tokens para Ollama | 2048 |
| OPENAI_MAX_TOKENS | No | Máximo de tokens para OpenAI | 4096 |
| GENERIC_MAX_TOKENS | No | Máximo de tokens para provedor genérico | 2048 |
| OLLAMA_TEMPERATURE | No | Temperatura para Ollama | 0.7 |
| OPENAI_TEMPERATURE | No | Temperatura para OpenAI | 0.7 |
| GENERIC_TEMPERATURE | No | Temperatura para provedor genérico | 0.7 |
| LM_STUDIO_MAX_TOKENS | No | Máximo de tokens para LM Studio | 2048 |
| LM_STUDIO_TEMPERATURE | No | Temperatura para LM Studio | 0.7 |
| ORCHESTRATOR_PROVIDER | No | Provedor padrão (lmstudio, ollama, openai, generic) | lmstudio |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Mimimifu/MCP-server-mimimifu'
If you have feedback or need assistance with the MCP directory API, please join our Discord server