dagonet

MCP Dev Servers — Git skill for Claude Code

Git community

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: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](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