mcp-server-rhoai-workbenches

ada333/mcp-server-rhoai-workbenches
★ 2 stars Go 🤖 AI/LLM Updated 7d ago
This project is meant as a bachelors thesis about MCP servers in RHOAI
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-rhoai-wor": {
      "command": "go",
      "args": [
        "run",
        "github.com/ada333/mcp-server-rhoai-workbenches@latest"
      ]
    }
  }
}