PluginBench
MCP Server

Mooring MCP Server

io.github.seayniclabs/mooring

What is the Mooring MCP server?

Git and GitHub operations — repo status, diffs, branches, PRs, issues, and Actions.

How to install Mooring

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mooring": {
      "command": "uvx",
      "args": [
        "mooring-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mooring": {
      "command": "uvx",
      "args": [
        "mooring-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mooring": {
      "command": "uvx",
      "args": [
        "mooring-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mooring": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mooring-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add mooring -- uvx mooring-mcp

Related MCP servers

Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.

View repository →

Network diagnostics — ping, traceroute, DNS, port scanning, and connectivity testing.

View repository →