actionforge for Cursor
io.github.pritas/actionforge
MCP server for ActionForge: expose your account's tools to Claude and any MCP client.
client:Cursor
transport:stdio
runtime:npm
Install actionforge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"actionforge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"actionforge-mcp"
],
"env": {
"ACTIONFORGE_API_KEY": "<ACTIONFORGE_API_KEY>",
"ACTIONFORGE_URL": "<ACTIONFORGE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs