mcp-server-github-harness

markmhendrickson/mcp-server-github-harness
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
MCP server providing GitHub capabilities (issues, PRs, branches) to T4 invocable agents in the Ateles swarm
View on GitHub → Try with Claude — $10 free →

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