MCP Server
Active
MIT
io.github.qwertymuzaffar/udacity-commit MCP Server
io.github.qwertymuzaffar/udacity-commit
What is the io.github.qwertymuzaffar/udacity-commit MCP server?
Validate & format git commit messages per the Udacity Git Commit Message Style Guide.
How to install io.github.qwertymuzaffar/udacity-commit
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"udacity-commit": {
"command": "npx",
"args": [
"-y",
"mcp-udacity-commit"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"udacity-commit": {
"command": "npx",
"args": [
"-y",
"mcp-udacity-commit"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"udacity-commit": {
"command": "npx",
"args": [
"-y",
"mcp-udacity-commit"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"udacity-commit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-udacity-commit"
]
}
}
}Claude Code
claude mcp add udacity-commit -- npx -y mcp-udacity-commitRelated MCP servers
SOLID/OOP/DRY, the 23 GoF patterns, pattern scaffolding, and heuristic code-smell detection.
0
View repository →TypeScript
MIT