Odel
AgentForge

AgentForge

Local
@sciscale-studio2JavaScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmagentforge-mcpv0.1.4

Run

npx -y agentforge-mcp

MCP client config

{
  "mcpServers": {
    "agentforge": {
      "command": "npx",
      "args": [
        "-y",
        "agentforge-mcp"
      ]
    }
  }
}