📦
Git Commit
Genera a git commit with IA
0 installs
Trust: 34 — Low
Devtools
Ask AI about Git Commit
Powered by Claude · Grounded in docs
I know everything about Git Commit. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
mcp-git-commit
A simple examplet to create MCP Server (modelcontextprotocol.io)

To install dependencies:
bun install
To run:
bun start
To dev:
bun dev
This project was created using bun init in bun v1.2.13. Bun is a fast all-in-one JavaScript runtime.
You can test it with ollama and mcphost
// nvim ~/.mcp.json
{
"mcpServers": {
"git-commit": {
"command": "node",
"args": ["../../mcp-git-commit/index.js"],
"env": {
"PWD": "",
},
},
},
}
ollama server
mcphost -m ollama:qwen3:8b
