-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Mingly supports multiple AI providers. You need at least one API key to get started.
| Provider | Models | Get API Key |
|---|---|---|
| Anthropic | Claude 4.5, Claude 4 Opus, Sonnet, Haiku | console.anthropic.com |
| OpenAI | GPT-4o, GPT-4, GPT-3.5 | platform.openai.com |
| Gemini 2.5, Gemini 2.0 | aistudio.google.com | |
| Ollama (local) | Llama, Mistral, Phi and more | No key required |
- Open Settings (gear icon)
- Go to the General tab
- Enter your API key for the desired provider
- Click Save
Security: All API keys are stored in the operating system's secure keychain (macOS Keychain / Windows Credential Vault) — never in plain text.
For fully local AI without cloud connectivity:
- Install Ollama
- Pull a model:
ollama pull llama3.2 - Mingly automatically detects Ollama at
http://localhost:11434 - Select "Ollama" as the provider in the chat
Mingly offers three deployment modes:
Everything runs locally on your machine. Ideal for individual users.
- No server needed
- All data stays on your device
- Full feature set
Mingly runs as a central server on your network. Other clients can connect.
- REST API and WebSocket interface
- Multiple concurrent users
- Centralized API key management
- API key authentication
Connects to an existing Mingly server.
- Uses the server's API keys
- Local UI, centralized processing
- Ideal for teams
You can change the deployment mode anytime in Settings under Network & AI Servers.
The knowledge base enriches AI responses with your own documents.
- Open Settings > Knowledge Base
- Enable the knowledge base
- Select a folder with your documents
- Mingly indexes the files automatically
- PDF, Markdown, plain text files
- Word documents (.docx)
- HTML pages
- Answers grounded in your documents
- Source citations in responses
- Ideal for domain-specific topics and internal documents
Mingly supports MCP servers for extended AI capabilities.
- Open Settings > Integrations
- Add an MCP server (name + URL)
- Test the connection
- File system access
- Database queries
- Web search
- Custom tools and workflows
Mingly takes privacy seriously:
- No telemetry — no data is sent to third parties
- Local storage — all conversations stay on your device
- Sensitive data detection — warns before accidentally sending passwords or API keys
- GDPR-compliant — data export and deletion available at any time
Next: Usage
User Guide (EN)
Benutzerhandbuch (DE)
Developer