loading…
Search for a command to run...
loading…
Commit Message AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Commit Message AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for commit message ai mcp operations
Commit Message Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
generate_commit_message |
Generate a conventional commit message from a description. Auto-detects type, sc |
analyze_diff |
Parse a git diff and produce a structured summary with files changed, additions, |
suggest_type |
Suggest the best conventional commit type for a change description with confiden |
validate_conventional |
Validate a commit message against the Conventional Commits specification and rep |
pip install meok-commit-message-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"commit-message-ai": {
"command": "python",
"args": ["-m", "meok_commit_message_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"commit-message-ai-mcp": {
"command": "npx",
"args": []
}
}
}