πŸ“šAllForClaude
SkillsMCPPluginsCategoriesHow to install
πŸ“š AllForClaude

Skills, MCP Servers & Plugins for Claude, All in One Place.

By type

  • Skills
  • MCP Servers
  • Plugins
  • Subagents
  • Slash Commands

Categories

  • πŸ’» Development & Coding
  • ⚑ Productivity & Automation
  • 🎨 Creative, Design & Art
  • πŸ“„ Documents & Office
  • πŸ’¬ Communication & Messaging
  • πŸ€– AI & Machine Learning

Learn

  • How to install
  • All categories
  • Search

Β© 2026 AllForClaude. An independent, community directory β€” not affiliated with Anthropic.

Aggregated from claudeskills.info, skillshubmcp.com & claudedirectory.org.

  1. Home
  2. /MCP Servers
  3. /Integrations & MCP Connectors
  4. /Git Server
πŸ”Œ

Git Server

πŸ”ŒMCP ServerπŸ”ŒIntegrations & MCP Connectorsβ˜… Featured88,106

Git repository operations including status, diff, commit, branch management, and history

By Anthropic

gitvcsversion-controlofficial
Install command
npx -y @modelcontextprotocol/server-memory

How to install

MCP Server

MCP servers let Claude connect to external tools & services. Add this server to your MCP config, then restart the app.

Claude Desktop / Claude Code (local, stdio):

Add to claude_desktop_config.json (Desktop) or .mcp.json (Claude Code):

config
{
  "mcpServers": {
    "git-server": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}

Claude.ai (remote / hosted):

Settings β†’ Connectors β†’ β€œ+” β†’ search the directory β†’ Connect, then authenticate via OAuth if prompted.

Config keys vary per server β€” always follow the server's own README. Restart Claude after adding it.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’

Source

  • Claude Directory

More in Integrations & MCP Connectors

View all β†’
πŸ”Œ
πŸ”ŒMCP Serverβ˜… Featured

Brave Search Server

Web and local search capabilities using the Brave Search API

πŸ”ŒIntegrations & MCP Connectors88,106
πŸ”Œ
πŸ”ŒMCP Serverβ˜… Featured

Filesystem Server

Access and manage files on your local filesystem with read, write, and directory operations

πŸ”ŒIntegrations & MCP Connectors88,106
πŸ”Œ
πŸ”ŒMCP Serverβ˜… Featured

Sequential Thinking Server

Dynamic problem-solving through iterative thought chains with branching and revision

πŸ”ŒIntegrations & MCP Connectors88,106
πŸ”Œ
πŸ”ŒMCP Serverβ˜… Featured

Google Maps Server

Access Google Maps for geocoding, directions, places search, and location-based services

πŸ”ŒIntegrations & MCP Connectors88,106

How to install

MCP Server

MCP servers let Claude connect to external tools & services. Add this server to your MCP config, then restart the app.

Claude Desktop / Claude Code (local, stdio):

Add to claude_desktop_config.json (Desktop) or .mcp.json (Claude Code):

config
{
  "mcpServers": {
    "git-server": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}

Claude.ai (remote / hosted):

Settings β†’ Connectors β†’ β€œ+” β†’ search the directory β†’ Connect, then authenticate via OAuth if prompted.

Config keys vary per server β€” always follow the server's own README. Restart Claude after adding it.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’