Karibu Testing MCP Server available

To improve the creation of Karibu Tests with AI, I’ve created an MCP:

6 Likes

That’s awesome. I’ll definitely test it next week.
Is it opensource ?

Yes, once I like the code :sweat_smile:

It might take a while :smiley:

1 Like

How can I add this to my IDE, I tried this in eclipse copilot and it fails:

    "karibu-mcp": {
      "type": "http",
      "url": "https://karibu-testing-mcp.fly.dev/sse"
    }

Unfortunatly I don’t know Eclipse Copilot. But it could be something like this:

{
  "servers": {
    "KaribuTesting": {
            "command": "npx",
                "args": [
                    "-y",
                    "mcp-remote",
                    "https://karibu-testing-mcp.fly.dev/sse",
                    "--transport",
                    "sse-only"
                ]
            }
  }
}
1 Like

yes it works, thanks

1 Like