커서 MCP 서버
이 저장소에는 Cursor IDE 내에서 git-spice 문서를 검색하기 위한 도구를 제공하는 MCP(Model Context Protocol) 서버 구현이 포함되어 있습니다.
특징
MCP 프로토콜을 통한 Cursor IDE와의 통합
실시간 git-spice 문서 검색
간단하고 효율적인 문서 분석
Related MCP server: Cursor DB MCP Server
필수 조건
Node.js(v16 이상)
커서 IDE
npm 또는 yarn 패키지 관리자
설치
이 저장소를 복제하세요:
지엑스피1
종속성 설치:
npm install
# or
yarn install프로젝트를 빌드하세요:
npm run build
# or
yarn build구성
서버 구성
서버는 다음 기능으로 미리 구성되어 있습니다.
도구 기능
자원 역량
프롬프트 기능
커서 IDE 구성
커서 IDE 설정 열기:
macOS에서:
Cmd + ,Windows/Linux의 경우:
Ctrl + ,
"확장 프로그램" 섹션으로 이동하세요
MCP 서버 설정을 찾아 새 서버 구성을 추가합니다.
{
"name": "Git Spice MCP Server",
"command": "node",
"args": ["dist/index.js"],
"cwd": "/path/to/your/project"
}설정을 저장하고 MCP를 새로 고칩니다.
용법
에이전트 모드에서 Cursor를 사용하면 MCP 서버가 자동으로 감지되고 git-spice 문서 검색 도구를 사용할 수 있습니다. 에이전트는 사용자의 질의와 관련된 경우 해당 도구를 사용하라는 메시지를 표시합니다.
프로젝트 구조
src/index.ts: 메인 서버 구현src/: 소스 코드 디렉토리dist/: 컴파일된 출력 디렉토리
감사의 말
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
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
