Skip to content
Cursor

Forge MCP for Cursor

io.github.frmoded/forge-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Forge MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "forge-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Forge MCP in other clients