We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/txbm/mcp-local-dev'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•254 B
"""Environment management module for creating and controlling isolated runtime environments.
Handles lifecycle management of sandboxed environments including creation, configuration,
and cleanup. Supports multiple runtime types and package managers."""