GitLab MCP Server Extension for Zed
@akbxr
关于 GitLab MCP Server Extension for Zed
Gitlab MCP Server for Zed
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is GitLab MCP Server Extension for Zed?
It integrates the Model Context Protocol (MCP) server for GitLab into the Zed editor, enabling project management and file operations through the GitLab API. Designed for Zed users who want to interact with GitLab directly within their editor.
How to use GitLab MCP Server Extension for Zed?
Install via Zed’s extension system (Zed > Extensions or command palette). Configure your personal access token in settings.json under context_server > mcp-server-gitlab > settings. For self-hosted GitLab, add a gitlab_api_url. To use in agent mode, enable the server in agent settings and in the assistant profile under tools.
Key features of GitLab MCP Server Extension for Zed
- Seamless integration with GitLab API for project management and file operations.
- Support for both gitlab.com and self-hosted GitLab instances via optional API URL.
- Automatic authentication using GitLab personal access tokens.
- Agent mode support for AI-assisted interactions within Zed.
Use cases of GitLab MCP Server Extension for Zed
- Manage GitLab projects and repositories from within the Zed editor.
- Perform file operations (read/write) on GitLab-hosted repositories.
- Use with Zed’s agent mode for context-aware AI assistance in GitLab tasks.
FAQ from GitLab MCP Server Extension for Zed
How do I authenticate with GitLab?
You need to provide a GitLab Personal Access Token in your settings.json under gitlab_personal_access_token. The token must have appropriate scopes (e.g., api for full access, read_api for read-only).
Can I use a self-hosted GitLab instance?
Yes. Set the optional gitlab_api_url setting to the API URL of your self-hosted instance (e.g., https://your-gitlab-instance.com/api/v4).
How do I enable this server in agent mode?
Open Zed’s Agent settings, enable the GitLab MCP server (ensure the status shows a green dot; if red, check your token). Then in the chat section, click Write|Ask > tools, and enable the GitLab MCP server.
What scopes does my personal access token need?
The README recommends selecting scopes: api (full API access), read_api (read-only), and optionally read_repository and write_repository for repository operations.
How can I build from source?
Ensure Rust and Cargo are installed, clone the repository, and run cargo build --release.
版本控制 分类下的更多 MCP 服务器
GitLab MCP Server
yoda-digitalProduction-grade GitLab MCP server with 86 tools — full GitLab control from any AI agent (Claude, Cursor, Zed).
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.

GitLab
modelcontextprotocolModel Context Protocol Servers
Github Mcp Server
githubGitHub's official MCP Server
评论