"""
Entry point for running the Computer Control MCP as a module.
This module serves as the main entry point for the package.
When executed directly (e.g., with `python -m computer_control_mcp`),
it will run the CLI interface.
For CLI functionality, use:
computer-control-mcp <command>
python -m computer_control_mcp <command>
"""
from computer_control_mcp.cli import main as cli_main
def main():
"""Main entry point for the package."""
# Run the CLI when the module is executed directly
cli_main()
if __name__ == "__main__":
main()
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AB498/computer-control-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server