← Index

AgentForge

org.sciscale/agentforge-mcp·v0.1.4·Other
Quality Score
90
/100

Turn rough requests into rigorously structured prompts, for any coding agent.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentforge-mcp"
      ],
      "env": {
        "AGENTFORGE_API_KEY": "<your-agentforge_api_key>",
        "AGENTFORGE_API_URL": "https://agentforge.sciscale.org"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentforge-mcp"
      ],
      "env": {
        "AGENTFORGE_API_KEY": "<your-agentforge_api_key>",
        "AGENTFORGE_API_URL": "https://agentforge.sciscale.org"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agentforge-mcp
§02  Environment variables
AGENTFORGE_API_KEY
requiredsecret

Your AgentForge API key from https://agentforge.sciscale.org/account/keys

AGENTFORGE_API_URL

AgentForge API base URL (defaults to https://agentforge.sciscale.org)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other