actionforge for Windsurf
io.github.pritas/actionforge
MCP server for ActionForge: expose your account's tools to Claude and any MCP client.
client:Windsurf
transport:stdio
runtime:npm
Install actionforge in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"actionforge": {
"command": "npx",
"args": [
"-y",
"actionforge-mcp"
],
"env": {
"ACTIONFORGE_API_KEY": "<ACTIONFORGE_API_KEY>",
"ACTIONFORGE_URL": "<ACTIONFORGE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs