Git Mcp

Created By
kjozsaa year ago
MCP server for managing Git operations on local repositories. Fetching commit messages, git tags, creating new tags.
Overview

what is Git MCP?

Git MCP is a server designed for managing Git operations on local repositories, allowing users to fetch commit messages, manage git tags, and perform various Git-related tasks efficiently.

how to use Git MCP?

To use Git MCP, you can install it via Smithery or manually. After installation, configure the MCP server with the required environment variables and JSON configuration snippet, then utilize the available methods to manage your Git repositories.

key features of Git MCP?

  • List all Git repositories in a specified path.
  • Fetch the last Git tag from a repository.
  • List commit messages between the last tag and HEAD.
  • Create new Git tags with optional messages.
  • Push existing tags to the remote repository.
  • Checkout and pull the main branch from all remotes.

use cases of Git MCP?

  1. Managing multiple Git repositories in a local environment.
  2. Automating the process of tagging and pushing changes to remote repositories.
  3. Simplifying the retrieval of commit history and tags for project documentation.

FAQ from Git MCP?

  • How do I install Git MCP?

You can install Git MCP using the command npx -y @smithery/cli install @kjozsa/git-mcp --client claude or manually with uvx install git-mcp.

  • What environment variables do I need to set?

You need to set GIT_REPOS_PATH to the directory containing your Git repositories.

  • Can I run tests on Git MCP?

Yes! The project includes test scripts to verify the functionality of both the Git commands and the MCP server.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
kjozsa
Star
0
Language
Python
License
-

Recommend Servers

View All
Docwand

an hour ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

43 minutes ago
Puter Mcp

a day ago