Skip to content
Cline

Forge MCP for Cline

io.github.frmoded/forge-mcp

MCP server + tools for the Forge E-- generative-music authoring loop (compile / run / commit).

client:Cline transport:stdio runtime:pypi

Install Forge MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "forge-mcp": {
      "command": "uvx",
      "args": [
        "forge-recipe-mcp"
      ],
      "env": {
        "FORGE_TRANSPILE_URL": "<FORGE_TRANSPILE_URL>",
        "FORGE_VAULT_PATH": "<FORGE_VAULT_PATH>",
        "FORGE_MCP_BEARER": "<FORGE_MCP_BEARER>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Forge MCP in other clients