GitLab Documentation MCP Server for Cursor
io.github.nunolima/gitlab-docs-mcp
Searchable access to GitLab documentation from multiple repositories with full-text search.
client:Cursor
transport:stdio
runtime:oci
Install GitLab Documentation MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gitlab-docs-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/nunolima/gitlab-docs-mcp:18.7"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs