MCP server providing GitHub capabilities (issues, PRs, branches) to T4 invocable agents in the Ateles swarm
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-github-ha": {
"command": "npx",
"args": [
"-y",
"markmhendrickson/mcp-server-github-harness"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-github-ha npx -y markmhendrickson/mcp-server-github-harness
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-github-ha": {
"command": "npx",
"args": [
"-y",
"markmhendrickson/mcp-server-github-harness"
]
}
}
}