udacity commit for Cursor
io.github.qwertymuzaffar/udacity-commit
Validate & format git commit messages per the Udacity Git Commit Message Style Guide.
client:Cursor
transport:stdio
runtime:npm
Install udacity commit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"udacity-commit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-udacity-commit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs