Configure optional LLM (BYO key)
mindmap_llmConfigure an optional LLM provider to enable smarter features such as persona inference and richer summaries. Supports Anthropic, OpenAI, Google, or Ollama.
Instructions
Mind Map runs fully WITHOUT an LLM. This is opt-in: plug in your OWN provider to unlock smarter features (LLM-assisted persona inference, richer summaries).
Security: Mind Map stores only the provider + model name. It NEVER stores your API key — the key is read from your environment (ANTHROPIC_API_KEY / OPENAI_API_KEY / GOOGLE_API_KEY; ollama needs none). Set the env var yourself.
Args (all optional — omit all to just see status):
provider: none | anthropic | openai | google | ollama
model: override the default model
baseUrl: for ollama / self-hosted (default http://localhost:11434) Returns: current provider/model, whether it's ready, and a rough cost note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model name override | |
| baseUrl | No | Base URL for ollama / self-hosted | |
| provider | No | LLM provider, or 'none' to disable |