Codehabits MCP server
Team conventions, anti-patterns, and domain knowledge from .codehabits/ for AI coding agents.
197 downloads/wk
Reviews
Write oneNobody has reviewed Codehabits yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Codehabits tools (8)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
approve_proposalApprove a pending proposal and merge it into active intelligence (conventions.json) and regenerate skill markdown. Creates tracked git changes.
check_codeValidate a code snippet against team conventions and anti-patterns. Returns violations with suggestions.
get_change_routesGiven a path or directory prefix, return directories/files that often change together (from git co-change heuristics).
get_knowledgeGet domain-specific knowledge about a topic (e.g., authentication, database, deployment)
get_repo_mapGet the heuristic repository map (packages, entrypoints, subsystems, hot files, docs). Prefer this over exploring the whole tree. Optional section filter keeps context small.
get_team_contextGet team coding conventions, anti-patterns, and domain knowledge. Use this before writing or reviewing code to understand how the team works.
record_feedbackRecord when a user overrides or corrects team intelligence, or propose a new convention. Writes to local .codehabits/proposals.json (gitignored); does not change tracked intelligence until approve_proposal.
suggest_reviewersSuggest the best reviewers for a set of changed files based on team expertise
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan6 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancerepository not readable: repo not found3/15
- Maintainer identityno repository or website to verify2/10
Install directly
Runs npx -y @codehabits/mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add codehabits-mcp -- npx -y @codehabits/mcp
Codehabits: common questions
- Is Codehabits MCP server safe?
- With care: it is graded C, so read the findings first (65/100). Read the Codehabits safety report
- How do I install Codehabits?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Codehabits need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Codehabits maintained?
- The latest release is v0.1.4.