Skip to content
Claude Desktop

Codehabits for Claude Desktop

io.github.codehabits-dev/codehabits-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install Codehabits in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "codehabits-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@codehabits/mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Codehabits in other clients