-
Notifications
You must be signed in to change notification settings - Fork 0
Multi Provider Setup
mnemonic edited this page Sep 9, 2026
·
2 revisions
π Full Setup Source: Read the complete public document at
guides/AI_Provider_Setup_Guide.md.
WinDbgMCP supports 17 AI provider configurations read at runtime from environment variables.
| Provider Name | Required Environment Variable | Default Model |
|---|---|---|
gemini |
GEMINI_API_KEY |
gemini-3.5-flash |
openai |
OPENAI_API_KEY |
gpt-5.6 |
anthropic |
ANTHROPIC_API_KEY |
claude-5-opus |
deepseek |
DEEPSEEK_API_KEY |
deepseek-reasoner |
groq |
GROQ_API_KEY |
deepseek-r1-distill-llama-70b |
openrouter |
OPENROUTER_API_KEY |
nvidia/nemotron-3-nano-30b-a3b:free |
ollama_local |
OLLAMA_LOCAL_BASE_URL |
qwen2.5-coder:32b |
lmstudio |
LOCAL_LLM_BASE_URL |
qwen2.5-coder-14b-instruct |
- Home
- π Real-World Case Study
- π AI Provider Setup Guide
- π AI Operational & Reversing Guide
- π οΈ WinDbg & DebugExt RE Commands
- βοΈ Advanced Usage & Multi-Session Guide
- ποΈ Developer & Architecture Guide
- π GitHub Repository
- π¦ PyPI Wheel