Codehabits for Cursor
io.github.codehabits-dev/codehabits-mcp
Team conventions, anti-patterns, and domain knowledge from .codehabits/ for AI coding agents.
client:Cursor
transport:stdio
runtime:npm
Install Codehabits in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codehabits-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codehabits/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs