@mhdd_24/commit-msg-mcp
v1.0.1
Published
MCP server for Bug/Feat (workItemId) commit messages with repo aliases (same pattern as notepadpp-mcp)
Maintainers
Readme
@mhdd_24/commit-msg-mcp
MCP server for Azure DevOps-style commit messages:
Feat (<id>): <comment>
Bug (<id>): <comment>Same shorthand as PowerShell: f 88482 gateway.
Folder structure (matches notepadpp-mcp)
commit-msg-mcp/
src/
index.ts
env.ts
config/
services/
tools/
utils/
dist/
docs/WIKI.md
.env.example
package.jsonTools
| Tool | Purpose |
|------|---------|
| list_repo_aliases | Show short names (gateway, dbs, …) |
| gen_commit_msg | Build message from staged files; copy to clipboard |
Cursor (mcp.json)
"commit-msg": {
"command": "node",
"args": ["C:/workspace/commit-msg-mcp/dist/index.js"],
"env": {
"WORKSPACE_ROOT": "C:/workspace"
}
}Build
cd C:\workspace\commit-msg-mcp
npm install
npm run build