Ship MCP servers and AI agents in minutes, not days
10 production-ready MCP server templates, 5 AI agent patterns, and a CLI scaffolding tool. TypeScript + Python. Deploy anywhere.
Everything included
A complete toolkit for the MCP ecosystem
Not just snippets — full, tested templates with deployment configs, client integration, and documentation. Open the box and ship.
10 MCP Server Templates
Real-world patterns: REST wrappers, database queries, filesystem tools, RAG, OAuth, and more.
5 AI Agent Patterns
ReAct, tool-use, RAG, multi-agent orchestration, and human-in-the-loop approval.
TypeScript + Python
Dual-language templates. Use whichever your team prefers.
CLI Scaffolding
npx @atlasforge/agentforge init and you're running in 30 seconds.
Deploy Anywhere
Docker, Cloudflare Workers, Vercel, Railway, Fly.io, or self-host.
Client Integration
Claude Desktop, Cursor, Windsurf, VS Code, and Claude Code configs included.
15 templates
Production-ready, not toy examples
Every template ships with tests, typed schemas, Docker configs, and client integration files. Pick a pattern, scaffold, and deploy.
TypeScript MCP Servers
5 templatesHello World (stdio)
TypeScriptMinimum viable MCP server. Two tools, stdio transport, Zod validation, structured stderr logging.
REST API Wrapper
TypeScriptWrap any REST API as MCP tools with typed schemas, auth headers, and response mapping.
Database Query Server
TypeScriptParameterized SQL queries with read/write guards, connection pooling, and result pagination.
Filesystem Tools
TypeScriptSandboxed file read/write/search with path allow-lists and streaming large files.
Web Search & Fetch
TypeScriptSearch the web and fetch pages as clean markdown, with caching and rate limiting.
Python MCP Servers
5 templatesRAG Knowledge Server
PythonChunk, embed, and retrieve from a vector store. Includes ingestion pipeline and citations.
OAuth Protected Server
PythonOAuth 2.1 resource server with PKCE, token validation, and per-user tool scoping.
SaaS Integration
PythonTemplate for connecting SaaS APIs (CRM, tickets, analytics) with credential vaulting.
Multi-Tool Toolkit
PythonA composable toolkit pattern: register many small tools from a single manifest.
Streaming Server
PythonStream tool output with SSE transport for long-running tasks and progress updates.
AI Agent Patterns
5 templatesReAct Agent
AgentReason-then-act loop with tool selection, scratchpad memory, and stop conditions.
Tool-Use Agent
AgentDirect function-calling agent with parallel tool execution and structured outputs.
RAG Agent
AgentRetrieval-augmented agent with query rewriting, hybrid search, and answer synthesis.
Multi-Agent Orchestration
AgentCoordinator + specialist agents with task routing, shared state, and handoffs.
Human-in-the-Loop
AgentApproval gates, async confirmations, and editable tool calls before execution.
Get started
Free. Open source. Yours to use.
No subscriptions, no paywalls. Clone the repo or use the CLI and start building immediately.
Save 40+ hours of boilerplate. Star the repo if it helps you.
Star on GitHubgit clone · npx @atlasforge/agentforge init · npm install
What's included
- All 15 templates (10 MCP servers + 5 agent patterns)
- CLI scaffolding tool (npx @atlasforge/agentforge init)
- TypeScript + Python implementations
- Docker configs + deployment guides
- Client integration files (Claude, Cursor, Windsurf, VS Code)
- Full documentation & quickstart
FAQ
Questions, answered
Model Context Protocol is an open standard that lets AI assistants like Claude securely call external tools and access data sources.
Yes. AgentForge is MIT-licensed and free on GitHub. Use it for personal projects, client work, whatever you want.
Yes. The MIT license allows unlimited use in personal and commercial projects. Attribution appreciated but not required.
Run npx @atlasforge/agentforge init to scaffold a new project, or clone a template directly from the GitHub repo.
TypeScript and Python. Each MCP server template is available in at least one language, with the most useful patterns available in both.
Each template includes Docker configs and deployment guides for Vercel, Railway, Fly.io, Cloudflare Workers, and self-hosting.
Stop writing boilerplate.
Start shipping agents.
15 production-ready templates. MIT-licensed. Free on GitHub. Clone, scaffold, and start building in 30 seconds.