Create an MCP configuration
POST/mcp-configurations
Creates a new named configuration owned by the caller. The caller's first configuration is always flagged as the default, regardless of is_default, so that the ?config=<slug>-omitted resolution path is always resolvable for new accounts. Requires the mcp_config:write access-token ability.
Request
Responses
- 200
- 400
- 401
- 422
- 500
The created configuration
visibility: "org" was requested while the caller has no current organization (MCP_CONFIGURATION_REQUIRES_ORG).
Authentication required
Validation failed
The configuration could not be created (INTERNAL_SERVER_ERROR).