Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.39 KB

File metadata and controls

29 lines (21 loc) · 1.39 KB

AgentFront

Open source tooling to build modern TypeScript-first MCP servers.
Batteries-included developer experience • Pluggable by design • Production-ready transports

FrontMCP · Docs · Issues · Releases


What is FrontMCP?

FrontMCP is our TypeScript framework for building servers that speak the Model Context Protocol (MCP)—the emerging standard for connecting LLM apps to tools, data, and services. FrontMCP focuses on developer joy and production pragmatism:

  • TypeScript-first DX — strong types, Zod schemas, ergonomic decorators
  • Composable architecture — plugins, adapters, resources, and tools with clear metadata
  • Secure, scoped execution — DI-powered invoker with per-tool access views and consent
  • Modern transports — Streamable HTTP, SSE compatibility, and session management
  • Great ergonomics — clean logging, hooks, and structured flow control

If you’re building an AI IDE, copilots, or custom workflows, FrontMCP gives you the fastest path from idea → MCP server.