Forge MCP
About
MCP server + tools for the Forge E-- generative-music authoring loop (compile / run / commit).
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
FORGE_TRANSPILE_URL FORGE_VAULT_PATH FORGE_MCP_BEARERClaude Code
claude mcp add --env FORGE_TRANSPILE_URL= --env FORGE_VAULT_PATH= --env FORGE_MCP_BEARER= forge-mcp -- uvx forge-recipe-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"forge-mcp","command":"uvx","args":["forge-recipe-mcp"],"env":{"FORGE_TRANSPILE_URL":"","FORGE_VAULT_PATH":"","FORGE_MCP_BEARER":""}}'
JSON
{
"mcpServers": {
"forge-mcp": {
"command": "uvx",
"args": [
"forge-recipe-mcp"
],
"env": {
"FORGE_TRANSPILE_URL": "",
"FORGE_VAULT_PATH": "",
"FORGE_MCP_BEARER": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.