frontmcp-config

frontmcp-config is a skill for Claude Code, Codex from agentfront/frontmcp. It costs 187 tokens per session (4,406 once invoked), scanned A, original, Apache-2.0.

A guide for deciding how to configure a FrontMCP server, including security, authentication, network access, storage, and request limits.

In plain words
What is it for?
Use it to plan or review authentication, OAuth, CORS, transport, security headers, rate limits, sessions, and storage settings.
Why use it?
It helps you find the right configuration area and understand which settings apply at the server, app, or tool level.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/agentfront/frontmcp/frontmcp-config
Any agent
npx skills add agentfront/frontmcp --skill frontmcp-config
Clone the repo
git clone --depth 1 https://github.com/agentfront/frontmcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for frontmcp-config

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentfront/frontmcp/frontmcp-config.svg)](https://agentmods.dev/skills/agentfront/frontmcp/frontmcp-config)
Your own site
<a href="https://agentmods.dev/skills/agentfront/frontmcp/frontmcp-config"><img src="https://agentmods.dev/badge/skills/agentfront/frontmcp/frontmcp-config.svg" alt="Measured on agentmods" height="20"></a>
Per session 187 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,406 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00187 $0.04406
Opus 5 $0.00093 $0.02203
Sonnet 5 $0.00037 $0.00881
Haiku 4.5 $0.00019 $0.00441

Measured 5d ago against content hash 1e05685c6b3d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

frontmcp-config scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- [ ] CORS allows expected origins (test with browser or curl)
libs/skills/catalog/frontmcp-config/SKILL.md · 269 lines

How it starts

The opening of the file, as written. The whole thing — 269 lines — stays where its author put it; the contents beside it link to each section on GitHub.

FrontMCP Configuration Router

Entry point for configuring FrontMCP servers. This skill helps you find the right configuration reference (under references/) based on what aspect of your server you need to set up.

When to Use This Skill

Must Use

  • Setting up a new server and need to understand which configuration options exist
  • Deciding between authentication modes, transport protocols, or storage backends
  • Planning server configuration across transport, auth, throttling, and storage

Recommended

  • Looking up which reference covers a specific config option (CORS, rate limits, session TTL, etc.)
  • Understanding how configuration layers work (server-level vs app-level vs tool-level)
  • Reviewing the full configuration surface area before production deployment

Skip When

  • You already know which config area to change (go directly to configure-transport, configure-auth, etc.)
  • You need to build components, not configure the server (see frontmcp-development)
  • You need to deploy, not configure (see frontmcp-deployment)

Decision: Use this skill when you need to figure out WHAT to configure. Open the matching reference under references/ directly when you already know.

Prerequisites

  • A FrontMCP project scaffolded with frontmcp create (see frontmcp-setup)
  • Node.js 24+ and npm/yarn installed

Steps

  1. Identify the configuration area you need using the Scenario Routing Table below
  2. Navigate to the specific configuration reference (e.g., references/configure-transport.md, references/configure-auth.md) for detailed instructions
  3. Apply the configuration in your @FrontMcp or @App decorator
  4. Verify using the Verification Checklist at the end of this skill

Scenario Routing Table

Scenario Reference Description
Choose between SSE, Streamable HTTP, or stdio configure-transport Transport protocol selection with distributed session options
Set up CORS, port, base path, or request limits configure-http HTTP server options for Streamable HTTP and SSE transports
Add rate limiting, concurrency, or IP filtering configure-throttle Server-level and per-tool throttle configuration
Enable tools to ask users for input configure-elicitation Elicitation schemas, stores, and multi-step flows
Set up authentication (public, transparent, local, remote) configure-auth OAuth flows, credential vault, multi-app auth
Configure session storage backends configure-session Memory, Redis, Vercel KV, and custom session stores
Add Redis for production storage setup-redis Docker Redis, Vercel KV, pub/sub for distributed subscriptions
Add SQLite for local development setup-sqlite SQLite with WAL mode, migration helpers
Understand auth mode details (public/transparent/local/remote) configure-auth-modes Authentication mode details (public, transparent, local, remote)
Fine-tune guard configuration for throttling configure-throttle-guard-config Advanced guard configuration for throttling
Use transport protocol presets configure-transport-protocol-presets Transport protocol preset configurations
Configure multi-target deployments and frontmcp.config.ts configure-deployment-targets Typed config with defineConfig(), 9 deployment targets, JSON schema
Add CSP, HSTS, X-Frame-Options, and other security headers configure-security-headers CSP directives, report-only mode, HSTS preload, custom headers
Configure skills HTTP, instructions injection, or audit log configure-skills-http Full skillsConfig reference: auth, cache, instructions, audit log
Split apps into separate scopes (splitByApp) decorators-guide Per-app scope and basePath isolation on @FrontMcp
Enable widget-to-host communication (ext-apps) decorators-guide extApps host capabilities, session validation, widget comms
Enable background jobs and workflows decorators-guide jobs: { enabled: true, store? } on @FrontMcp
Configure pagination for list operations decorators-guide pagination defaults for tools/list endpoint
Configure npm/ESM package loader for remote apps decorators-guide loader config for App.esm() / App.remote() resolution

Read the full file on GitHub · 269 lines

Files

What ships with it

55 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 269 lines · 187 tokens per session scan A 1e05685c6b3d

Subscribe to this mod's changes

frontmcp-config is a skill published in the GitHub repository agentfront/frontmcp (146 stars, last pushed 3d ago), licensed Apache-2.0. It adds 187 tokens to every session and 4,406 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

Clerk Auth Testing

Testing patterns for Clerk authentication including sign-in flow testing, protected route testing, webhook verification, middleware testing, and organization-based access control.

PramodDutta/qaskills · 31 tokens

forgetful-mcp-setup

Set up an MCP client for Forgetful — wire Claude Code, Cursor, Copilot, Codex, Gemini, or OpenCode to the server and verify the connection behaves. Covers stdio vs HTTP transport, auth and scopes, the three meta-tools every client sees, and delegation to subagents.

ScottRBK/forgetful · 67 tokens

state-memory-mcp

Teaches the agent to use the state-memory-mcp MCP server to track workflow state, tasks, decisions, blockers, artifacts, plans, milestones, and their semantic relationships in a persistent graph database.

putervision/state-memory-mcp · 45 tokens

rekal-init

Bootstrap rekal memory for a project. Scans the codebase for architecture, conventions, dependencies, workflows, and config, then stores durable knowledge as properly typed, tagged, deduplicated memories. Use when starting rekal on a new project, or when user says "init rekal", "bootstrap memory", "populate rekal"…

janbjorge/rekal · 83 tokens

video-ingest

Teaches the agent to process, ingest, analyze, and compare WebM, MP4, and GIF video recordings using vision-memory-mcp and state-memory-mcp.

putervision/state-memory-mcp · 38 tokens

rekal-save

End-of-session memory capture with deduplication. Extracts durable knowledge, checks for duplicates, stores or replaces as appropriate. Use whenever a session wraps up, a task finishes, or the user says goodbye/thanks/done. Also use when significant preferences, decisions, or discoveries emerge mid-session. Make sure…

janbjorge/rekal · 79 tokens