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
{
"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