Stats
Actions
Tags
From hai-qa-via-cli
Local MCP server that runs a Hai Agents demo using a uv-based command. Loads environment variables from a .env file and provides file system access.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"hai-agents-demos-qa": {
"command": "uv",
"args": [
"run",
"--env-file",
".env",
"hai-agents-demos-qa"
]
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub hcompai/computer-use-agents-demos --plugin hai-agents