Skip to content
VS Code

Mooring for VS Code

io.github.seayniclabs/mooring

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

client:VS Code transport:stdio runtime:pypi

Install Mooring in VS Code

.vscode/mcp.json

{
  "servers": {
    "mooring": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mooring-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Mooring in other clients