Update MCP server configuration
Updates the configuration of an existing Model Control Protocol (MCP) server. You can modify the server name, associated applications, and enabled tools. Only the fields included in the request will be updated.
Path parameters
id
The ID of the MCP server
Headers
x-api-key
Request
This endpoint expects an object.
name
Human-readable name to identify this MCP server
apps
List of application identifiers this server should be configured to work with
actions
List of action identifiers that should be enabled for this server
Response
Successfully updated MCP server. Returns the complete updated server configuration including connection details, authentication settings, and available tools.
id
UUID of the MCP server instance
name
User-defined descriptive name for this MCP server
auth_config_id
ID reference to the auth configuration used by this server
allowed_tools
Array of tool slugs that this MCP server is allowed to use
mcp_url
URL endpoint for establishing SSE connection to this MCP server
commands
Set of command line instructions for connecting various clients to this MCP server
updated_at
ISO timestamp of when this server configuration was last modified
created_at
ISO timestamp of when this server was initially created
client_id
Project identifier that owns this MCP server instance
deleted
Flag indicating if this server has been soft-deleted
actions
Dictionary of action configurations and permissions available for this MCP server
entity_ids
List of entity identifiers this MCP server can interact with
apps
List of application identifiers this server is configured to work with
custom_auth_headers
Flag indicating if this server uses custom authentication headers
connected_account_ids
List of connected account identifiers this server can use for authentication
auth_configs
List of authentication configuration identifiers used by this server