Back to Home
dominodatalab icon

qa_mcp_server

Verified Safe

by dominodatalab

Overview

Automated User Acceptance Testing (UAT) and performance analysis for the Domino Data Science Platform using an LLM-powered MCP server.

Installation

Run Command
uv --directory /path/to/qa_mcp_server run domino_qa_mcp_server.py

Environment Variables

  • DOMINO_API_KEY
  • DOMINO_HOST

Security Notes

The server uses environment variables for sensitive credentials (DOMINO_API_KEY, DOMINO_HOST) and reads user/project names from a markdown file, which is good practice. It interacts with the Domino platform via API, which is its core functionality. The `open_web_browser` tool could potentially open arbitrary URLs if the LLM client is compromised or poorly constrained, posing a minor risk of opening unintended browser tabs on the server host. However, in the context of a dedicated QA tool, this is likely used for specific, internal Domino URLs.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-13

Tags

UATPerformance TestingDomino PlatformQALLM-powered