computer-use-plus
by Ethanout
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CUP_MOCK | No | Set to '1' to run with a mock driver for testing without Windows UIA. | |
| COMPUTER_USE_PLUS_ROOT | No | Root directory of the project when not in the default location, used by DeepSeek Harness adapter. | |
| COMPUTER_USE_PLUS_AI_MODEL | No | Model name for the AI provider (e.g., gpt-4o-mini). Optional. | |
| COMPUTER_USE_PLUS_DATA_DIR | No | Directory for local memory, isolated agent, and runtime logs. Defaults to .data under the project directory. | .data |
| COMPUTER_USE_PLUS_AI_BASE_URL | No | Base URL for the AI provider API (e.g., https://api.openai.com/v1). Optional. | |
| COMPUTER_USE_PLUS_AI_KEY_FILE | No | Path to a file containing the AI provider API key. Optional; if not configured, local functionality still works. | |
| COMPUTER_USE_PLUS_EXECUTION_MODE | No | Execution mode. Windows default is backgroundOnly; set to foregroundAllowed for debugging old foreground mode. | backgroundOnly |
| COMPUTER_USE_PLUS_WECHAT_COMMAND | No | Command to launch WeChat for benchmark suite. Required only when using --execute. | |
| COMPUTER_USE_PLUS_RISK_POLICY_FILE | No | Path to a JSON policy file for high-risk action confirmations. | |
| COMPUTER_USE_PLUS_MINECRAFT_COMMAND | No | Command to launch Minecraft for benchmark suite. Required only when using --execute. | |
| COMPUTER_USE_PLUS_BROWSER_EXECUTABLE | No | Path to a browser executable for real benchmark suite execution. Required only when using --execute. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Ethanout/computer-use-plus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server