Plugins

Configure plugin MCP requirement

Admin-only privileged setup for one declared remote MCP server. The server name and URL are derived from the active plugin config object; the request never supplies a URL and does not start OAuth.

post/v1/plugins/{pluginId}/mcp-connections

Path parameters

pluginIdstring typeid required

Den TypeID with 'plg_' prefix and a 26-character base32 suffix.

Request body

authType'oauth' | 'apikey' | 'none'
credentialMode'shared' | 'per_member'
apiKeystring
configObjectIdstring typeid required

Den TypeID with 'cob_' prefix and a 26-character base32 suffix.

serverNamestring required

Response

Plugin MCP requirement configured successfully.

oktrue required

Changes