haops-mcp-server

tbranzov/haops-mcp-server
★ 0 stars JavaScript 🤖 AI/LLM Updated 7d ago
Model Context Protocol (MCP) server for HAOps — enables Claude to manage projects, modules, features, and issues
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": {
    "haops-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tbranzov/haops-mcp-server"
      ]
    }
  }
}