frontmcp
Build, secure, test, and deploy production MCP servers
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core