Contact Scale to receive Docker images for your environments. Images are distributed as tar files that can be loaded into your local Docker registry.
Endpoints
List Tools
Discover all available tools across MCP servers
Call Tools
Execute a specific tool with arguments
Show Data
Inspect server database state
Health Check
Check service health status
Session Scoping
All MCP operations are scoped by tags. The most common tag isassignmentId, which creates isolated data storage across all servers for that session.
| Tag | Description |
|---|---|
assignmentId | Primary session identifier for data isolation |
userId | Optional user identifier |
Base URL
The MCP environment API is typically available at:- Local development:
http://localhost:3004