hatch3r

data-ai MCP Server

Open-source CLI + editor plugin (Claude Code, Cursor, GitHub Copilot): one command installs 29 agents, 53 skills, 67 rules, 30 commands, 7 hooks & MCP integrations into any repo. Audited each release across 24 governance domains.

VerifiedInstall Ready
data-aidata-ai
4 views26 stars6 forksv2.8.6MIT

Why This Matters

Discovered via github-topic:mcp and last synced 2w ago.

VerifiedInstall Ready
Source
github-topic:mcp
Stars
26
Last synced
2w ago
Install
Instructions detected

Install

1. Install the package

npx hatch3r

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "hatch3r": {
      "command": "npx",
      "args": [
        "hatch3r"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

11
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (11)

copilot

windsurf

agents

auto>` (`--import auto` imports every format in one pass) — they land under `.hatch3r/overrides/rules/` (`.md` + `.mdc`) with per-file conflict reporting. See [Migrating from another tool](https://docs.hatch3r.com/docs/getting-started/quick-start#migrating-from-another-tool). ## What You Get

30

Code reviewer, lint-fixer, dependency auditor, implementer (sub-agentic), fixer, researcher, architect, DevOps, handoff loader / preparer, 10 content-quality specialists (UI/UX/security/reliability/testability/scalability/performance/maintainability/enhancability/product-spec), and more

Count

Highlights

3

GitHub, Azure DevOps, GitLab -- auto-detected from git remote

55

Bug fix, feature implementation, issue workflow, release, incident response, context health, cost tracking, handoff prepare / resume, recipes, API spec, CI pipeline, migration, customization, board lifecycle, ad-hoc orchestration scaffold, 5 standalone CLI-tool skills (ripgrep, jq, gh, fd, fzf) + a 24-tool `cli-toolbox`, and more

74

Code standards, testing, API design, observability, theming, i18n, security patterns, agent orchestration, fan-out discipline, model allocation, context budgets, right-sizing, deep context analysis, handoff readiness, mobile + backend stack rules, and more

33

Board management, planning (router `plan`, feature, bug, refactor, test), workflow, quick-change, bug-pipeline, rework, debug, healthcheck, security-audit, onboard, benchmark, handoff (prepare/resume/list/complete/prune), and more

Tool

Output

install

detect]`. See [CLI Tools](https://docs.hatch3r.com/docs/getting-started/cli-tools) for the full 29-tool table and the trade-off discussion vs MCP. ## MCP Configuration Since 1.7.5, MCP is **opt-in**; since 2.0.0 interactive `npx hatch3r init` no longer offers an MCP prompt. Without an opt-in, init skips MCP entirely -- no `.env.mcp`, no `mcp.json`, no servers in the manifest, and `features.mcp` stays false. When you opt in (`init --mcp` on any init path, or `npx hatch3r mcp setup` afterwards), hatch3r writes a gitignored `.env.mcp` with the required environment variables and MCP config to the tool-appropriate location (`.cursor/mcp.json`, `.mcp.json`, `.vscode/mcp.json`). - **VS Code / Copilot:** secrets pass via the `env` object in `.vscode/mcp.json`. - **Cursor / Claude Code / others:** source the file first: `set -a && source .env.mcp && set +a && cursor .` Manage MCP at any time via `npx hatch3r mcp setup

Profile

What's included