Mooring for Cursor
io.github.seayniclabs/mooring
Git and GitHub operations — repo status, diffs, branches, PRs, issues, and Actions.
client:Cursor
transport:stdio
runtime:pypi
Install Mooring in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mooring": {
"type": "stdio",
"command": "uvx",
"args": [
"mooring-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs