Karibu Testing MCP Server available

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

7 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"
                ]
            }
  }
}
2 Likes

yes it works, thanks

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

KaribuTesting MCP Server │
│ │
│ Status: ✘ failed │
│ Command: npx │
│ Args: -y mcp-remote https://karibu-testing-mcp.fly.dev/sse --transport sse-only

I’m restarting the server

1 Like