G

Gravitee APIM MCP Server

MCP discovered

Details
Transport
sse
Docs
https://documentation.gravitee.io/apim/4.9-expose-apim-as-an-mcp-server
Authentication
Gravitee personal access token / service account token bearer discovered Get token ↗
$ node /absolute/path/to/gravitee-apim-mcp-server/bin/mcp-server.js start --bearer-auth <TOKEN> --server-url <APIM_URL>

For a user PAT, sign in to the APIM Console, go to OrganizationUsers, open your user, then generate a personal access token in the Tokens section as described in Create and Publish an API Using the Management API. For automation, create a service account in the APIM Console and generate its token as described in Expose APIM as an MCP Server. Copy the token when shown; the docs note you cannot view it again after closing.