get_server

Core details for one MCP server, including its deploy configuration.

Returns core details for one server: id, slug, name, description, tags, status, latestDeploymentStatus, activeDeploymentId, repoFullName, productionBranch, and deploymentCount. Read-only.

It does not include the full deployment history, domains, or internal provider config; use list_deployments and get_server_domain for those.

Parameters

ParameterTypeRequiredDescription
serverIdstringYesThe server to retrieve. From list_servers.
organizationIdstringYesThe organization the server belongs to. From list_organizations.

On this page