Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask Computer MCP

MCP server exposing the ask-computer tools over the Model Context Protocol — for ZCode and any MCP client.

Tool What it does
history_status Check encrypted Computer History health
history_query Bounded metadata-only history slice
screenshot Desktop screenshot via Cua Driver
click Background click (AX or pixel)
type Background typing
key Single key / key combo
installer_status Is cua-driver installed? Version?
installer_setup One-command install + optional history enable

Quick Setup

# Install the gem
gem install ask-computer

# That's it — the MCP server auto-starts Cua Driver when needed.
# For Computer History (nightly preview):
ask-computer setup --channel nightly --with-history

ZCode Configuration

Add to ~/.zcode/cli/config.json:

{
  "mcp": {
    "servers": {
      "ask-computer-mcp": {
        "type": "stdio",
        "command": "ask-computer-mcp"
      }
    }
  }
}

The server auto-starts the Cua Driver daemon when launched. No manual cua-driver serve needed — the MCP transport handles it.

Manual Setup

If you prefer manual control:

# Install Cua Driver
/bin/bash -c "$(curl -fsSL https://cua.ai/driver/install.sh)"

# Start the MCP server
ask-computer-mcp

# Or use the ask-computer CLI
ask-computer status
ask-computer setup --channel nightly --with-history

Development

cd ask-computer-mcp
bundle install
bundle exec rake test

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages