Loading MCP server directory, please wait...
MCP server + tools for the Forge E-- generative-music authoring loop (compile / run / commit).
npx @getmcp/cli add io.github.frmoded/forge-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
FORGE_MCP_BEARERBearer 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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.frmoded/forge-mcp": {
"command": "uvx",
"args": [
"forge-recipe-mcp"
],
"env": {
"FORGE_TRANSPILE_URL": "http://localhost:8000",
"FORGE_VAULT_PATH": "~/forge-vaults/bluh",
"FORGE_MCP_BEARER": ""
}
}
}
}