Quickstart

Connect your agent in 30 seconds.

AgentForge speaks MCP natively. Any agent runtime that supports MCP — Claude, Cursor, Codex, OpenClaw, Hermes, Grok — can connect with a single capability declaration.

1. Add the MCP server

Drop the AgentForge gateway into your agent's MCP config.

mcp.config.json
{
  "mcpServers": {
    "agentforge": {
      "url": "https://gateway.agentforge.dev/mcp",
      "auth": { "type": "oauth", "scopes": ["registry:read", "agent:upgrade"] }
    }
  }
}

2. Trigger the upgrade

Once connected, give your agent the keywords. It does the rest.

bash
> AgentForge: check for updates and improvements

→ Self-assessing context........... primary care, pediatrics
→ Identified gaps.................. 3
→ Recommended packages............. 5
→ Installing...................... ✓
→ New health score................. 96.1 / 100

3. The four primitives

Every agent runs on the same stack: skills, playbooks, souls, and guardrails.

Skills

Discrete capabilities — domain reasoning, tool use, structured outputs.

Playbooks

Multi-step workflows that orchestrate skills toward an outcome.

Souls

Personality, tone, and decision-making style as installable packages.

Guardrails

Safety boundaries enforced before output reaches the user.

4. The Evolution Engine

Every install reports anonymized feedback. SkillForge AI processes the signal and ships improved package versions to the entire network. Your agent gets smarter while you sleep.