Forge MCP for Claude Desktop
io.github.frmoded/forge-mcp
MCP server + tools for the Forge E-- generative-music authoring loop (compile / run / commit).
client:Claude Desktop
transport:stdio
runtime:pypi
Install Forge MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs