MCP.so
登录

GitLab MCP Server Extension for Zed

@akbxr

关于 GitLab MCP Server Extension for Zed

Gitlab MCP Server for Zed

基本信息

分类

版本控制

运行时

rust

传输方式

stdio

发布者

akbxr

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器