mcpbeat Sign in

Codehabits MCP Server

by codehabits-dev Your server? Claim it
local only

Codehabits runs on your own machine — the client starts it, so there is no endpoint to ping. 197 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 156 · avg 10 · +1138% w/w
a month agotoday
197
Installs / week
npm · @codehabits/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add codehabits-mcp -- npx -y @codehabits/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codehabits-mcp": {
      "args": [
        "-y",
        "@codehabits/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.codehabits-mcp]
command = "npx"
args = ["-y", "@codehabits/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "codehabits-mcp": {
      "args": [
        "-y",
        "@codehabits/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "codehabits-mcp": {
      "args": [
        "-y",
        "@codehabits/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Codehabits

same job, measured the same way
Cgraphy
by pmgarg

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

63 installs/wk local only
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

147 installs/wk local only
Codemesh
by pyalwin

Intelligent code knowledge graph for AI coding agents — 71% cheaper, 72% faster

30 installs/wk local only
Pharaoh
by pharaoh

Codebase knowledge graph — architectural awareness for AI coding agents via MCP

461 installs/wk answering
C
NVIDIA CUDA Docs
by nvidia-ngc-nsight-copilot-api

Search NVIDIA CUDA documentation and code samples from AI coding agents.

answering
patchwork — Codebase Conventions for AI Agents
by sainarayana-b

Scan any codebase, generate CONVENTIONS.md, expose conventions as MCP tools for AI agents.

115 installs/wk local only
Understand Quickly
by looptech-ai

Public registry of code-knowledge graphs for AI agents with schema validation and drift detection.

32 installs/wk local only
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

118 installs/wk local only

Codehabits — questions

Answers built from our own checks of this server.

Why is there no uptime for Codehabits?
Codehabits runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @codehabits/mcp was installed 197 times last week.
Is Codehabits still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Codehabits?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @codehabits/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Codehabits?
The npm package @codehabits/mcp was installed 197 times in the last week. Week over week that is +1138%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.