← Back to Plugins
MCP Server MCP

Forge MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx forge-recipe-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "forge-recipe-mcp",
      "version": "0.2.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the forge-transpile service. Provides /catalog, /compile, /run, /resolve-slot endpoints backing the read/author tools.",
          "default": "http://localhost:8000",
          "name": "FORGE_TRANSPILE_URL"
        },
        {
          "description": "Local vault directory used by forge_read_notes_in_vault + forge_commit_recipe. Must exist and be writable.",
          "default": "~/forge-vaults/bluh",
          "name": "FORGE_VAULT_PATH"
        },
        {
          "description": "Bearer token forwarded to forge-transpile. Rotate by updating FORGE_TRANSPILE_SECRET on the upstream service and re-setting this. Dev fallback only when clients don't set Authorization on each request.",
          "isRequired": true,
          "isSecret": true,
          "name": "FORGE_MCP_BEARER"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...