Mmcp.market

Codehabits MCP server

by codehabits-dev·io.github.codehabits-dev/codehabits-mcp·v0.1.4

Team conventions, anti-patterns, and domain knowledge from .codehabits/ for AI coding agents.

C65/100grade C
What users say
No reviews yet
Be the first
Safety scan
C65/100

full report

Adoption
New

197 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • approve_proposal

    Approve a pending proposal and merge it into active intelligence (conventions.json) and regenerate skill markdown. Creates tracked git changes.

  • check_code

    Validate a code snippet against team conventions and anti-patterns. Returns violations with suggestions.

  • get_change_routes

    Given a path or directory prefix, return directories/files that often change together (from git co-change heuristics).

  • get_knowledge

    Get domain-specific knowledge about a topic (e.g., authentication, database, deployment)

  • get_repo_map

    Get 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_context

    Get team coding conventions, anti-patterns, and domain knowledge. Use this before writing or reviewing code to understand how the team works.

  • record_feedback

    Record 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_reviewers

    Suggest 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

no findings
  • 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
Overall 65/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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
Add to Cursor

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.

More from codehabits-dev