Home › Other › OrangePro

OrangePro

Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing.

TypeScript
★ 18 stars Last pushed 2026-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.40)

npx -y @orangepro/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "orangepro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@orangepro/[email protected]"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_VALUE>",
        "ANTHROPIC_API_KEY": "<YOUR_VALUE>",
        "OLLAMA_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENAI_API_KEY secret — Optional OpenAI BYOK key for AI candidate links and test generation.
  • ANTHROPIC_API_KEY secret — Optional Anthropic BYOK key for AI candidate links and test generation.
  • OLLAMA_BASE_URL — Optional Ollama endpoint for local AI candidate links and test generation.

This server takes extra arguments — see its repository.

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.OrangeproAI/orangepro

Related servers

Data from the Official MCP Registry