Odel
Forge MCP

Forge MCP

Local
@frmodedPythonApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIforge-recipe-mcpv0.2.0

Run

uvx forge-recipe-mcp

MCP client config

{
  "mcpServers": {
    "forge-mcp": {
      "command": "uvx",
      "args": [
        "forge-recipe-mcp"
      ]
    }
  }
}