MCP Dev Servers — Git skill for Claude Code
Six MCP servers (58 tools) for Claude Code: git, GitHub, .NET, Rust, Ollama, template-sync.
How to install MCP Dev Servers
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open dagonet/mcp-dev-servers and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What MCP Dev Servers does
Six MCP servers (58 tools) for Claude Code: git, GitHub, .NET, Rust, Ollama, template-sync. One pip install.
Alternatives in Git
- Git Worktree Setup — Create isolated git worktrees with instant feedback and background Rust verification 25.5k ★
- Openclaude — Open Claude Is Open-source coding-agent CLI for OpenAI, Gemini, DeepSeek, Ollama, Codex, GitHub Models, and 20 22.5k ★
- Git MCP — GitHub Repo stars Free open-source remote MCP server for any GitHub project Git integration MCP 7.8k ★
README
MCP Dev Servers
[](LICENSE) [](https://deepwiki.com/dagonet/mcp-dev-servers)
**Give Claude Code 96 tools that turn natural-language asks into real `git`, `gh`, `dotnet`, `cargo`, `uv`, and Ollama operations.** Seven MCP servers, one `pip install`, opt in per project — so "what changed since main?" becomes a structured diff and "are any NuGet packages vulnerable?" becomes a real audit.
You: what changed since main?
Claude calls: git_diff_summary(base="main")
Returns: { "files_changed": 3, "insertions": 47, "deletions": 12, ... }
Claude: "You changed 3 files since main: src/auth.py (+40 −5), tests/...
✅ **For:** [Claude Code](https://docs.anthropic.com/en/docs/claude-code) users on Windows / macOS / Linux working in git-backed projects (any language; .NET, Rust, and Ollama get bonus tooling).
Built with [FastMCP](https://github.com/jlowin/fastmcp) and the [Model Context Protocol](https://modelcontextprotocol.io/).
Servers
| Server | Console script | Module | Tools | Description |
|---|---|---|---|---|
| git-tools | mcp-git-tools |
mcp_dev_servers.git_mcp |
34 | Git operations (status, diff, commit, tag, branch, push, fetch, reset, rebase, worktree, etc.) |
| github-tools | mcp-github-tools |
mcp_dev_servers.github_mcp |
17 | GitHub utilities not in the official GitHub MCP (releases, workflow dispatch/management, PR labels/auto-merge, branch protection) |
| dotnet-tools | mcp-dotnet-tools |
mcp_dev_servers.dotnet_mcp |
19 | .NET build, test, NuGet, EF migrations, code quality, coverage |
| ollama-tools | mcp-ollama-tools |
mcp_dev_servers.ollama_mcp |
6 | Local Ollama LLM operations (health, warmup, compression, JSON extraction) |
| rust-tools | mcp-rust-tools |
mcp_dev_servers.rust_mcp |
4 | Cargo build, test, clippy with structured diagnostics |
Related Skills
Claude CLI Advanced Starter Pack
Advanced Claude Code CLI toolkit - agents, hooks, skills, MCP servers, phased development, site intelligence d
Agent Supervisor
最短路径:git clone https://github.com/SevenTeenBoy17/agent-supervisor.git && cd agent-supervisor && git checkout v
Worktree Spawn
Spawn an isolated git worktree with a deterministic PORT_BASE so heavy multi-port dev servers can run in paral
MCP Agent Mail Rust
Rust MCP server for multi-agent coordination: 34 tools, Git-backed archive, SQLite indexing, advisory file loc
Cc Inspect
git clone https://github.com/howardpen9/cc-inspect ~/.claude/skills/cc-inspect Inspect all installed Claude Co
Monochromatic
TypeScript and Rust monorepo: Claude Code and Pi coding-agent plugins, a minimal MCP stdio server framework, c
Related Agents
Developers
VP of Engineering who leads six skills — superpowers (engineering protocols), context7 (live library docs), mc
Toolchain Installer
Use for requests to install, configure, repair, or validate MCP servers, Claude Code skills, tool integrations
Wiki Sync
Use this agent when syncing the vault git repository during automated maintenance cycles. Typical triggers inc