← Back to Plugins
MCP Server MCP

AgentForge

github By github 👁 3 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "agentforge-mcp",
      "version": "0.1.4",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your AgentForge API key from https://agentforge.sciscale.org/account/keys",
          "isRequired": true,
          "isSecret": true,
          "name": "AGENTFORGE_API_KEY"
        },
        {
          "description": "AgentForge API base URL (defaults to https://agentforge.sciscale.org)",
          "default": "https://agentforge.sciscale.org",
          "name": "AGENTFORGE_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...