agentfront

16 mods across 1 repository, 147 stars between them.

frontmcp AGENTS.md

01

agentfront/frontmcp

Instructions file CodexOpenCode

Instructions for agentfront/frontmcp, a project described as: TypeScript-first framework for the Model Context Protocol (MCP). You write clean, typed code; FrontMCP handles the protocol, transport, DI, session/auth, and execution flow.

147 25d ago A 408 tokens original Apache-2.0

frontmcp CLAUDE.md

02

agentfront/frontmcp

Instructions file

Instructions for agentfront/frontmcp, covering skills and tools, documentation site layout, frontmcp monorepo - development guide, repository structure and primary libraries (scoped under @frontmcp/).

147 25d ago A 5,830 tokens original Apache-2.0

docs-skill

03

agentfront/frontmcp

Skill Claude CodeCodex

A fixture skill with references and examples for E2E testing.

147 25d ago A 17 tokens original Apache-2.0

create-tool

04

agentfront/frontmcp

Skill Claude CodeCodex

ALWAYS use this skill when the user asks to build, modify, or audit a FrontMCP tool. Covers everything inside @Tool({...}): class and function-style tools, Zod input/output schemas with derived execute() types, dependency injection (this.get / this.tryGet), error handling (this.fail, MCP error classes), throttling…

147 25d ago A 456 tokens original Apache-2.0

frontmcp-auth-ui

05

agentfront/frontmcp

Skill Claude CodeCodex

Use when customizing, branding, or replacing the built-in FrontMCP OAuth pages (the login, consent, federated-select, incremental-authorization, and error pages) with your own React components. Covers the auth.ui slot-to-file map and auth.extras name-to-handler map on the auth config (no decorator, no class); the…

147 25d ago A 184 tokens original Apache-2.0

agentfront/frontmcp

Skill Claude CodeCodex

Use when implementing authorization and access control for FrontMCP tools, resources, prompts, or skills, deciding who may invoke what. Covers the RBAC, ABAC, and ReBAC models and when to choose each; JWT claims mapping per identity provider (Auth0, Keycloak, Okta, Cognito, Frontegg); reusable named authority…

147 25d ago A 165 tokens original Apache-2.0

frontmcp-channels

07

agentfront/frontmcp

Skill Claude CodeCodex

Use when pushing real-time notifications or events into Claude Code (or another MCP client) sessions, or building two-way chat bridges. Covers channel source types: incoming webhooks (such as GitHub), app error events, agent-completion and job-completion alerts, service connectors, file watchers, and replay buffers…

147 25d ago A 140 tokens original Apache-2.0

frontmcp-config

08

agentfront/frontmcp

Skill Claude CodeCodex

Use when configuring a FrontMCP server through frontmcp.config or the @FrontMcp options. Covers auth modes (public, transparent, local, remote), OAuth plus credential vault and secureStore, CORS, HTTP port / entry-path prefix / unix socket, security headers (CSP, HSTS, X-Frame-Options, X-Content-Type-Options), rate…

147 25d ago A 187 tokens original Apache-2.0

frontmcp-deployment

09

agentfront/frontmcp

Skill Claude CodeCodex

Use when deploying, building for production, packaging, or shipping a FrontMCP server. Covers build targets (node, cli SEA binary, browser, embeddable SDK, mcpb archive for Claude Desktop, serverless) and deploying to Vercel (with Vercel KV), AWS Lambda (API Gateway, SAM, CDK), Cloudflare Workers (KV, D1, Durable…

147 25d ago A 210 tokens original Apache-2.0

agentfront/frontmcp

Skill Claude CodeCodex

Use when building any FrontMCP server component other than a tool (for tools, use create-tool). Covers @Resource static resources and parameterized URI templates; @Prompt reusable prompts (RAG, multi-turn); @Provider singleton dependency-injection providers (database pools, API clients); @Agent autonomous LLM agents…

147 25d ago A 196 tokens original Apache-2.0

agentfront/frontmcp

Skill Claude CodeCodex

Use when extending FrontMCP beyond the core SDK by integrating external npm packages, libraries, or third-party services into providers and tools. Covers VectoriaDB for in-memory semantic and vector search (ML-based embeddings or TF-IDF keyword engines, with persistence) and the tamper-evident, hash-chained skill…

147 25d ago A 124 tokens original Apache-2.0

frontmcp-guides

12

agentfront/frontmcp

Skill Claude CodeCodex

Tutorials, end-to-end walkthroughs, and complete reference projects for FrontMCP. Use when you want a getting-started guide, a full worked example, or to learn best practices by following a step-by-step build rather than a single API reference. Includes a beginner weather-API server (tool plus static resource, Zod…

147 25d ago A 157 tokens original Apache-2.0

agentfront/frontmcp

Skill Claude CodeCodex

Use when adding tracing, structured logging, metrics, or monitoring to a FrontMCP server. Covers zero-config OpenTelemetry distributed tracing across all flows; the this.telemetry API for custom spans, events, and attributes in tools, plugins, agents, and skills; structured JSON logging with trace correlation and…

147 25d ago A 177 tokens original Apache-2.0

agentfront/frontmcp

Skill Claude CodeCodex

Pre-production audit, hardening, and go-live checklists for FrontMCP servers. Use before shipping to verify security hardening, performance, reliability, and observability, and for target-specific production checklists: Node server (Docker, graceful shutdown, Redis session scaling), Vercel and edge (cold-start…

147 25d ago A 176 tokens original Apache-2.0

frontmcp-setup

15

agentfront/frontmcp

Skill Claude CodeCodex

Use when starting, scaffolding, or organizing a FrontMCP project. Covers creating a new project (CLI scaffold or manual) for Node, Vercel, and other targets; standalone versus Nx-monorepo layout, naming conventions, generators, and dependency rules; composing multiple @App classes, ESM packages, and remote MCP servers…

147 25d ago A 176 tokens original Apache-2.0

frontmcp-testing

16

agentfront/frontmcp

Skill Claude CodeCodex

Use for anything about testing FrontMCP servers: writing or running unit, integration, and E2E tests and reaching the 95%+ coverage bar. Covers Jest setup and coverage gating; unit-testing a ToolContext execute() with mock context, inputs, and Zod schema validation; testing resources and prompts; in-memory testing via…

147 25d ago A 175 tokens original Apache-2.0