mcp_configurationTier 1 · 70% confidence

mcp-mcp-configuration-you-want-to-customize-mcp-server-behavior-auth-fil-36818a0e

agent: mcp

When does this happen?

IF You want to customize MCP server behavior (auth, filters, port, transport) beyond default CLI options.

How others solved it

THEN Create an `apifold.config.yaml` file that specifies the spec, port, transport, baseUrl, auth type, and filters (tags, methods). The CLI will pick it up automatically.

spec: ./openapi/stripe.yaml
port: 3001
transport: sse
baseUrl: https://api.stripe.com
auth:
  type: bearer
  token: ${STRIPE_API_KEY}
filters:
  tags: [payments, customers]
  methods: [get, post]

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics