agentfrontagentfrontOfficialยท1 Agent Skills Included

frontmcp

Build, secure, test, and deploy production MCP servers

Builds production-grade MCP servers with typed decorators, dependency injection, auth, sessions, and transport handled for you. Covers scaffolding, tools, resources, prompts, agents, plugins, testing, observability, and deployment to Node, Vercel, Lambda, and Cloudflare. Removes boilerplate protocol wiring and manual config so one codebase ships anywhere unchanged.
npx skills add agentfront/frontmcp --all -g -y
Available:

Directs the agent to consult the installed FrontMCP skills before writing code and enforces strict typing, testing, and git-operation rules while working in this monorepo.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install FrontMCP?โ–ผ

Run `npx skills add agentfront/frontmcp --all -g -y` in your terminal to install all skills in this suite globally.

What is FrontMCP used for?โ–ผ

FrontMCP is a TypeScript framework for building MCP servers with decorators, dependency injection, auth, and sessions built in. The same server runs locally and deploys to Node, Vercel, Lambda, or Cloudflare unchanged.

How do I build my first MCP server with FrontMCP?โ–ผ

Scaffold a project with the CLI, define tools and resources as decorated classes, and let the framework handle the protocol. The included guides walk you from a beginner weather API to a full authenticated multi-app server.

Does FrontMCP support authentication and access control?โ–ผ

Yes. It includes OAuth, JWT validation, session management, and a built-in RBAC/ABAC/ReBAC authorization system for controlling who can call which tools.

Can I deploy a FrontMCP server to serverless platforms?โ–ผ

Yes. One build command targets Vercel, AWS Lambda, Cloudflare Workers, Docker, CLI binaries, or browser bundles with platform-specific storage guidance.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’