MCP Gateway
List MCP servers
Returns a paginated list of MCP servers in the workspace.
get/v2/mcp-servers
Query parameters
limitinteger
Page size between 1 and 200. Defaults to 25.
starting_afterstring
Cursor for the page after the given item id. Mutually exclusive with ending_before.
ending_beforestring
Cursor for the page before the given item id. Mutually exclusive with starting_after.
searchstring
Case-insensitive match against the server key and display name.
Response
OK