# Agentforge MCP Integration

> Work on MCP support in AgentForge, including MCP client/server abstractions, connection management, dynamic tools, and useful external MCPs.

- Skill: `majiayu000/agentforge-mcp-integration` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/agentforge-mcp-integration`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/agentforge-mcp-integration/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/agentforge-mcp-integration

---


# AgentForge MCP Integration

Use this skill for MCP work in `packages/core`, `packages/cli`, dashboard connections UI, or documentation.

## Primary surfaces

- `packages/core/src/mcp/`
- `packages/core/src/mcp-server.ts`
- `packages/cli/src/commands/mcp.ts`
- dashboard connections routes
- `docs/mcp.md`

## What to check

- transport shape: `stdio`, `http`, `sse`
- connection storage and execution flow
- schema conversion and dynamic tool loading
- UX consistency between CLI, Convex state, and dashboard

## References

- Read [recommended-mcps.md](/Users/eduardojaviergarcialopez/AgenticEngineering/agentforge/.agents/skills/agentforge-mcp-integration/references/recommended-mcps.md).

