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.

コメント

「バージョン管理」の他のコンテンツ