Container Use
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
environment_create— Creates a new development environment. The environment is the result of the setup commands on top of the base image. Environment configuration is managed by the user via cu config commands.environment_open— Opens an existing environment. Return format is same as environment_create.environment_list— List available environmentsenvironment_config— Make environment config changes such as base image and setup commands.environment_update_metadata— Update environment metadata such as title. This updates the descriptive information about what work is being done in the environment.environment_run_cmd— Run a terminal command inside a NEW container within the environment.environment_file_read— Read the contents of a file, specifying a line range or the entire file.environment_file_list— List the contents of a directoryenvironment_file_write— Write the contents of a file.environment_file_edit— Find and replace text in a file.environment_file_delete— Deletes a file at the specified path.environment_add_service— Add a service to the environment (e.g. database, cache, etc.)environment_checkpoint— Checkpoints an environment in its current state as a container.environment_log— View the development history of an environment, showing all commits made by the agent plus command execution notes.environment_diff— View the cumulative changes made in an environment from its creation point, showing all code modifications as a unified diff.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.