{% extends "base.html" %} {% block title %}Config / .env — MCP Forge{% endblock %} {% block page_title %}Configuration{% endblock %} {% block content %}

Edit your .env file directly from the dashboard. Changes take effect immediately.

LLM Providers

API keys for the chat agent

Local HuggingFace Model — requires NVIDIA GPU + Docker GPU passthrough

When does the model run? The model loads lazily on the first analysis/generation request, or immediately when you click Load Model Now above. First run downloads the model from HuggingFace (~8 GB for 14B 4-bit). Subsequent starts reuse the cache. Recommended for 15 GB VRAM: Qwen/Qwen2.5-Coder-14B-Instruct.

GitHub

For private repos and higher rate limits

App Settings

MCP Server

Settings for this app's own MCP endpoint (used by Claude)

Feature Flags

Raw .env Editor

Edit with care. Invalid syntax will break the app.

{% endblock %}