Skip to main content
Glama

Git Spice Help MCP Server

by sach999

커서 MCP 서버

이 저장소에는 Cursor IDE 내에서 git-spice 문서를 검색하기 위한 도구를 제공하는 MCP(Model Context Protocol) 서버 구현이 포함되어 있습니다.

특징

  • MCP 프로토콜을 통한 Cursor IDE와의 통합
  • 실시간 git-spice 문서 검색
  • 간단하고 효율적인 문서 분석

필수 조건

  • Node.js(v16 이상)
  • 커서 IDE
  • npm 또는 yarn 패키지 관리자

설치

  1. 이 저장소를 복제하세요:

지엑스피1

  1. 종속성 설치:
npm install # or yarn install
  1. 프로젝트를 빌드하세요:
npm run build # or yarn build

구성

서버 구성

서버는 다음 기능으로 미리 구성되어 있습니다.

  • 도구 기능
  • 자원 역량
  • 프롬프트 기능

커서 IDE 구성

  1. 커서 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