AgentForge for Cursor
org.sciscale/agentforge-mcp
Turn rough requests into rigorously structured prompts, for any coding agent.
client:Cursor
transport:stdio
runtime:npm
Install AgentForge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentforge-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentforge-mcp"
],
"env": {
"AGENTFORGE_API_KEY": "<AGENTFORGE_API_KEY>",
"AGENTFORGE_API_URL": "<AGENTFORGE_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs