Choose your preferred MCP client
Run this command in your terminal:
claude mcp add --transport http "rocky" https://userocky.zheat.xyz/mcp
Click the button below to add this MCP server to Cursor:
Open in CursorOr add manually: Settings → MCP → Add server
Click the button below to add this MCP server to VS Code:
Open in VS CodeOr add manually: Settings → MCP → Add server
Click the button below to add this MCP server to VS Code Insiders:
Open in VS Code InsidersOr add manually: Settings → MCP → Add server
list-dev-handbookList all shared team rules and agent/prompt docs with MCP resource URIs (source: src/mcp/rules and src/mcp/agents).
refresh-dev-handbookRescan src/mcp/rules and src/mcp/agents and register newly added docs as MCP resources without restart.
workspace-roots-statusReturn allowed workspace roots for path-scoped dev tools (JSON). Composes with normalize-workspace-path.
normalize-workspace-pathResolve a path and report whether it is inside allowed workspace roots (structured; does not throw on denial).
user-confirm-stepAsk the user to confirm a sensitive step via MCP elicitation when the client supports it; otherwise returns a JSON fallback (never hard-fails the server).
project-intelligenceSummarize project scripts, tsconfig, dependency counts, package manager, and git working tree status. Paths are restricted to allowed workspace roots (see resource devkit://path-scope-policy).
safe-runRun allowlisted local commands with timeout and output redaction. `cwd` must fall under allowed workspace roots.
dependency-advisorReview dependency versions and highlight risky version specifications. `projectRoot` must fall under allowed workspace roots.
change-scope-analyzerSuggest validation checks and nearby tests for a changed file path. `targetPath` is resolved inside `projectRoot` (no traversal).
pre-pr-quality-gateRun lint, tests, and review heuristics before opening a PR. Returns verdict ready | not_ready. Prefer devkit action pre_pr_quality_gate in chat.
web_release_notesSummarize recent web-hq changes into concise release notes.
web_incident_digestBuild quick incident digest from recent git changes and risk signals.
web_owner_lookupResolve owner for file/path using CODEOWNERS then git contributor fallback.
test_gap_finderFind changed source files that appear to lack nearby unit/spec test coverage.
web_route_healthEstimate route-level risk by scanning recent route/page/api related changes.
web_api_contract_watchDetect possible API contract drift from changed schema/DTO/request/response definitions.
web_perf_regression_hintEstimate likely frontend performance regression hotspots from recent code changes.
repo_statusGet branch and workspace change summary for a repository.
repo_diffGet repository diffs (staged, unstaged, all, or against base ref).
repo_searchSearch repository by text (or semantic when configured).
repo_testRun repository tests with optional targeting.
repo_lintRun linter on repository or specified paths.
repo_blameGet blame details for a file line or range.
repo_find_ownerResolve owner(s) for a path via CODEOWNERS with fallback heuristics.
repo_open_prCreate a pull request from current branch using GitHub API.
devkitMCP devkit: list_handbook and read agents first, then implement in the user repo; use actions for repo checks, tests, and pre_pr_quality_gate. Resources: devkit://how-it-works, devkit://capabilities.
devkit-review-codeCode review using devkit handbook. Use list_handbook; read code-reviewer, human-readable-code, tests.
devkit-start-taskPrime a task: read how-it-works, codebase-discovery, 1–2 matching agents (router), implement in repo. See devkit://how-it-works.
devkit-before-prRun pre_pr_quality_gate and fix blockers before opening a PR.
devkit-learn-the-stackOnboard to hexagonal React and handbook conventions.
devkit-path-scope-and-elicitationPrimes agents to validate paths (workspace-roots-status, normalize-workspace-path) and to use user-confirm-step before destructive repo or shell operations.
devkit-structured-and-narrow-toolsPrimes agents to prefer structured tool outputs and small composed tools per devkit://tool-composability.
config://settingsconfigServer configuration
docs://architecture-stylearchitecture-styleLayering and code style (Router → Use case → Repository)
devkit://how-it-workshow-it-worksWhat devkit does and does not do with the host LLM (handbook guides implementation; tools validate)
devkit://senior-workflowsenior-workflowGraphify → handbook → implement → pre_pr_quality_gate → PR
devkit://graphify-workflowgraphify-workflowHow to understand a codebase with graphify before editing
devkit://understand-anything-workflowunderstand-anything-workflowOptional semantic codebase graph (Understand Anything); complements graphify
devkit://pr-quality-rubricpr-quality-rubricWhy reviewers reject AI PRs and how the gate helps
devkit://token-cost-breakdowntoken-cost-breakdownToken and cost tradeoffs: gateway, graphify, quality gate
devkit://handbook/rules/codebase-conventions.mdcdev-handbook-rule-codebase-conventionsShared team rule (codebase-conventions.mdc) — for all developers; read via MCP resources.
devkit://handbook/rules/codebase-discovery.mdcdev-handbook-rule-codebase-discoveryShared team rule (codebase-discovery.mdc) — for all developers; read via MCP resources.
devkit://handbook/rules/e2e.mdcdev-handbook-rule-e2eShared team rule (e2e.mdc) — for all developers; read via MCP resources.
devkit://handbook/rules/engineering-workflow.mdcdev-handbook-rule-engineering-workflowShared team rule (engineering-workflow.mdc) — for all developers; read via MCP resources.
devkit://handbook/rules/graphify-and-discovery.mdcdev-handbook-rule-graphify-and-discoveryShared team rule (graphify-and-discovery.mdc) — for all developers; read via MCP resources.
devkit://handbook/rules/human-readable-code.mdcdev-handbook-rule-human-readable-codeShared team rule (human-readable-code.mdc) — for all developers; read via MCP resources.
devkit://handbook/rules/pr-quality-gate.mdcdev-handbook-rule-pr-quality-gateShared team rule (pr-quality-gate.mdc) — for all developers; read via MCP resources.
devkit://handbook/rules/react-components.mdcdev-handbook-rule-react-componentsShared team rule (react-components.mdc) — for all developers; read via MCP resources.
devkit://handbook/rules/safety.mdcdev-handbook-rule-safetyShared team rule (safety.mdc) — for all developers; read via MCP resources.
devkit://handbook/rules/state-and-data.mdcdev-handbook-rule-state-and-dataShared team rule (state-and-data.mdc) — for all developers; read via MCP resources.
devkit://handbook/rules/storybook.mdcdev-handbook-rule-storybookShared team rule (storybook.mdc) — for all developers; read via MCP resources.
devkit://handbook/rules/styling.mdcdev-handbook-rule-stylingShared team rule (styling.mdc) — for all developers; read via MCP resources.
devkit://handbook/rules/tests.mdcdev-handbook-rule-testsShared team rule (tests.mdc) — for all developers; read via MCP resources.
devkit://handbook/agents/code-reviewer.mddev-handbook-agent-code-reviewerShared team agent / prompt spec (code-reviewer.md) — for all developers; read via MCP resources.
devkit://handbook/agents/code-simplifier.mddev-handbook-agent-code-simplifierShared team agent / prompt spec (code-simplifier.md) — for all developers; read via MCP resources.
devkit://handbook/agents/codebase-discovery.mddev-handbook-agent-codebase-discoveryShared team agent / prompt spec (codebase-discovery.md) — for all developers; read via MCP resources.
devkit://handbook/agents/coverage-and-review-workflow.mddev-handbook-agent-coverage-and-review-workflowShared team agent / prompt spec (coverage-and-review-workflow.md) — for all developers; read via MCP resources.
devkit://handbook/agents/documentation-writer.mddev-handbook-agent-documentation-writerShared team agent / prompt spec (documentation-writer.md) — for all developers; read via MCP resources.
devkit://handbook/agents/fastapi-hexagonal.mddev-handbook-agent-fastapi-hexagonalShared team agent / prompt spec (fastapi-hexagonal.md) — for all developers; read via MCP resources.
devkit://handbook/agents/graphify-codebase-understanding.mddev-handbook-agent-graphify-codebase-understandingShared team agent / prompt spec (graphify-codebase-understanding.md) — for all developers; read via MCP resources.
devkit://handbook/agents/graphify-local-project.mddev-handbook-agent-graphify-local-projectShared team agent / prompt spec (graphify-local-project.md) — for all developers; read via MCP resources.
devkit://handbook/agents/k3s-devops.mddev-handbook-agent-k3s-devopsShared team agent / prompt spec (k3s-devops.md) — for all developers; read via MCP resources.
devkit://handbook/agents/nestjs-hexagonal.mddev-handbook-agent-nestjs-hexagonalShared team agent / prompt spec (nestjs-hexagonal.md) — for all developers; read via MCP resources.
devkit://handbook/agents/nextjs-developer.mddev-handbook-agent-nextjs-developerShared team agent / prompt spec (nextjs-developer.md) — for all developers; read via MCP resources.
devkit://handbook/agents/node-api-developer.mddev-handbook-agent-node-api-developerShared team agent / prompt spec (node-api-developer.md) — for all developers; read via MCP resources.
devkit://handbook/agents/playwright-writer.mddev-handbook-agent-playwright-writerShared team agent / prompt spec (playwright-writer.md) — for all developers; read via MCP resources.
devkit://handbook/agents/pr-quality-gate.mddev-handbook-agent-pr-quality-gateShared team agent / prompt spec (pr-quality-gate.md) — for all developers; read via MCP resources.
devkit://handbook/agents/product-owner.mddev-handbook-agent-product-ownerShared team agent / prompt spec (product-owner.md) — for all developers; read via MCP resources.
devkit://handbook/agents/react-hexagonal.mddev-handbook-agent-react-hexagonalShared team agent / prompt spec (react-hexagonal.md) — for all developers; read via MCP resources.
devkit://handbook/agents/storybook-writer.mddev-handbook-agent-storybook-writerShared team agent / prompt spec (storybook-writer.md) — for all developers; read via MCP resources.
devkit://handbook/agents/tailwind-ui-developer.mddev-handbook-agent-tailwind-ui-developerShared team agent / prompt spec (tailwind-ui-developer.md) — for all developers; read via MCP resources.
devkit://handbook/agents/test-writer-nestjs.mddev-handbook-agent-test-writer-nestjsShared team agent / prompt spec (test-writer-nestjs.md) — for all developers; read via MCP resources.
devkit://handbook/agents/test-writer-python.mddev-handbook-agent-test-writer-pythonShared team agent / prompt spec (test-writer-python.md) — for all developers; read via MCP resources.
devkit://handbook/agents/tester-qa.mddev-handbook-agent-tester-qaShared team agent / prompt spec (tester-qa.md) — for all developers; read via MCP resources.
devkit://handbook/agents/typescript-library-developer.mddev-handbook-agent-typescript-library-developerShared team agent / prompt spec (typescript-library-developer.md) — for all developers; read via MCP resources.
devkit://handbook/agents/understand-anything-onboarding.mddev-handbook-agent-understand-anything-onboardingShared team agent / prompt spec (understand-anything-onboarding.md) — for all developers; read via MCP resources.
devkit://handbook/agents/vitest-writer.mddev-handbook-agent-vitest-writerShared team agent / prompt spec (vitest-writer.md) — for all developers; read via MCP resources.
devkit://path-scope-policydevkit-path-scope-policyHow allowed workspace roots work for dev tools (DEVKIT_ALLOWED_REPO_ROOTS vs defaults).
devkit://tool-composabilitydevkit-tool-composabilityGuidance for composing narrow tools (roots → normalize → intelligence / structured output / elicitation).
devkit://capabilitiesdevkit-capabilitiesMaps natural-language goals to `devkit` tool `action` values (users do not need to know individual names).