MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

M
MCP Context Git

Git-style context & prompt management with MCP — version, review, and collaborate on prompts/contexts just like code. Includes schema validation, snapshots, and an MCP server scaffold for vibe coding workflows.

Created 9/5/2025
Updated 2 days ago
Repository documentation and setup instructions

mcp-context-git

Git-style context & prompt management with MCP — version, review, and collaborate on prompts/contexts just like code. Includes schema validation, snapshots, and an MCP server scaffold for vibe coding workflows.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/leoz9/mcp-context-git
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "leoz9-mcp-context-git": { "command": "git", "args": [ "clone", "https://github.com/leoz9/mcp-context-git" ] } } }