a year ago
A GitHub MCP Server
Overview
GIT‑Pilot is a powerful GitHub automation and management tool that provides a comprehensive API wrapper for GitHub operations. It simplifies interactions with GitHub through a FastMCP-based server, making it easy to manage repositories, pull requests, issues, and more via standardized MCP tools and resources.
Server Config
{
"mcpServers": {
"filesystem": {
"command": "uv",
"args": [
"--directory",
"path\to\repo",
"run",
"main.py"
]
}
}
}