Model Context Protocol (MCP) server for HAOps — enables Claude to manage projects, modules, features, and issues
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"
]
}
}
}
Run in terminal:
claude mcp add haops-mcp-server npx -y tbranzov/haops-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"haops-mcp-server": {
"command": "npx",
"args": [
"-y",
"tbranzov/haops-mcp-server"
]
}
}
}