Skip to main content
Glama

Computer Control MCP

by AB498
setup.py521 B
#!/usr/bin/env python """ Backward compatibility setup.py file for Computer Control MCP. This file is provided for backward compatibility with tools that don't support pyproject.toml. """ import setuptools if __name__ == "__main__": try: setuptools.setup() except Exception as e: print(f"Error: {e}") print("\nThis package uses pyproject.toml for configuration.") print("Please use a PEP 517 compatible build tool like pip or build.") print("For example: pip install .")

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