MCP Servers

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

A high-performance Model Context Protocol (MCP) server written in Rust. Enables AI Agents to fetch real-time GitHub repository data—including SemVer-sorted tags, file content, and directory trees—without local cloning. Solves the 'outdated dependency knowledge' problem for LLMs.

Created 1/30/2026
Updated 26 days ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Installation Command (package not published)

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

Cursor configuration (mcp.json)

{ "mcpServers": { "hansobored-git-mcp-rs": { "command": "git", "args": [ "clone", "https://github.com/HanSoBored/git-mcp-rs" ] } } }