Skip to main content
Glama

Git Spice Help MCP Server

by sach999

カーソルMCPサーバー

このリポジトリには、Cursor IDE 内で git-spice ドキュメントを検索するためのツールを提供する Model Context Protocol (MCP) サーバー実装が含まれています。

特徴

  • MCPプロトコルによるカーソルIDEとの統合
  • リアルタイムのgit-spiceドキュメント検索
  • シンプルで効率的なドキュメント解析

前提条件

  • Node.js (v16 以上)
  • カーソルIDE
  • npm または yarn パッケージマネージャー

インストール

  1. このリポジトリをクローンします:
git clone <repository-url> cd <repository-name>
  1. 依存関係をインストールします:
npm install # or yarn install
  1. プロジェクトをビルドします。
npm run build # or yarn build

構成

サーバー構成

サーバーは次の機能が事前構成されています。

  • ツールの機能
  • リソース能力
  • プロンプト機能

カーソルIDE設定

  1. Open Cursor IDE 設定:
    • macOSの場合: Cmd + ,
    • Windows/Linuxの場合: Ctrl + ,
  2. 「拡張機能」セクションに移動します
  3. MCP サーバー設定を見つけて、新しいサーバー構成を追加します。
{ "name": "Git Spice MCP Server", "command": "node", "args": ["dist/index.js"], "cwd": "/path/to/your/project" }
  1. 設定を保存してMCPを更新します

使用法

Cursorをエージェントモードで使用すると、MCPサーバーが自動的に検出され、git-spiceドキュメント検索ツールが利用可能になります。エージェントは、クエリに関連する場合にツールの使用を促すプロンプトを表示します。

プロジェクト構造

  • src/index.ts : メインサーバーの実装
  • src/ : ソースコードディレクトリ
  • dist/ : コンパイルされた出力ディレクトリ

謝辞

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Cursor IDE と統合してリアルタイムの git-spice ドキュメント検索機能を提供するモデル コンテキスト プロトコル サーバー。

  1. 特徴
    1. 前提条件
      1. インストール
        1. 構成
          1. サーバー構成
          2. カーソルIDE設定
        2. 使用法
          1. プロジェクト構造
            1. 謝辞

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server for Git repository interaction and automation. This server provides tools to read, search, and manipulate Git repositories via Large Language Models.
                Last updated -
                12
                54,281
                JavaScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that enables Large Language Models to interact with Git repositories through a robust API, supporting operations like repository initialization, cloning, file staging, committing, and branch management.
                Last updated -
                21
                548
                82
                TypeScript
                Apache 2.0
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that automatically generates structured release notes from Git repository tags, analyzing differences between tags and saving formatted Markdown output to the .iris directory.
                Last updated -
                1
                0
                JavaScript
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that analyzes and evaluates GitHub README documentation quality using advanced neural processing, providing scores and improvement suggestions.
                Last updated -
                1
                TypeScript

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/sach999/git-spice-help-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server