Forge MCP for Windsurf
io.github.frmoded/forge-mcp
MCP server + tools for the Forge E-- generative-music authoring loop (compile / run / commit).
client:Windsurf
transport:stdio
runtime:pypi
Install Forge MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"forge-mcp": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs