loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

agentforge

MCP Tool

Agentic-Engineering-Agency/agentforge

Self-hosted AI agent framework built on Mastra + Convex. Central daemon, multi-channel (HTTP/Discord/Telegram), CLI-first.

Install

$ npx loaditout add Agentic-Engineering-Agency/agentforge

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "agentforge": {
      "command": "npx",
      "args": [
        "-y",
        "agentforge"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

AgentForge

AgentForge is a TypeScript monorepo for building and operating self-hosted AI agents with a persistent Mastra runtime, a Convex-backed data layer, and CLI-driven local workflows.

The repository currently contains the framework packages, the local Convex app used during development, the default project template scaffolded by the CLI, and example projects.

Monorepo Layout
agentforge/
├── packages/
│   ├── cli/                   # agentforge CLI and project scaffolding
│   ├── runtime/               # Persistent Mastra daemon and channel adapters
│   ├── core/                  # Shared agent, sandbox, MCP, channel, A2A, voice primitives
│   └── web/                   # Standalone dashboard package
├── convex/                    # Local Convex app copy used in repo development
├── templates/default/         # Synced default project template assets
├── examples/finforge/         # Example project
├── docs/                      # Project documentation
└── tests/e2e/                 # End-to-end test suite

The scaffolded project template source of truth lives under `packages/cli/templates/default/`, and Convex template changes must stay synced with the generated copies.

What Exists Today
  • @agentforge-ai/cli: scaffolds projects and provides the operational commands used during local development.
  • @agentforge-ai/runtime: exports the daemon, agent factory, Convex-backed memory helpers, and HTTP/Discord/Telegram channel adapters.
  • @agentforge-ai/core: exports shared agent primitives, sandboxing, MCP, channels, skills, A2A, research, workflows, voice, and browser tooling.
  • @agentforge-ai/web: a package-specific dashboard app.
  • convex/: the repo’s local Convex backend copy, which mirrors the default template’s Convex layer.
CLI Surface

The CLI currently registers these command families from `packages/cli/src/index.ts`:

  • Project lifecycle: create, run, `

Tags

ai-agentsai-frameworkchatbotcliconvexmastraself-hostedtypescriptaiagentsmcpe2bsandboxworkspacemulti-agenttelegramwhatsappchannelsbrowserplaywrightautomation

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated28 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcenpm
Last commit3/20/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Agentic-Engineering-Agency/agentforge)](https://loaditout.ai/skills/Agentic-Engineering-Agency/agentforge)