Skip to main content
Glama

Git Spice Help MCP Server

by sach999

游标 MCP 服务器

该存储库包含一个模型上下文协议 (MCP) 服务器实现,它提供了在 Cursor IDE 中搜索 git-spice 文档的工具。

特征

  • 通过 MCP 协议与 Cursor 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. 打开 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
                F
                license
                -
                quality
                A Model Context Protocol server that integrates with Cursor IDE, providing real-time communication, modern web dashboards, and extensible tools via SSE and WebSocket connections.
                Last updated -
                728
                1
                Python
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that enables AI assistants to explore and interact with Cursor IDE's SQLite databases, providing access to project data, chat history, and composer information.
                Last updated -
                21
                Python
                • Apple
              • A
                security
                A
                license
                A
                quality
                A powerful Model Context Protocol framework that extends Cursor IDE with tools for web content retrieval, PDF processing, and Word document parsing.
                Last updated -
                8
                12
                Python
                MIT License
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that enables seamless integration between Cursor IDE and JIRA, allowing users to retrieve issues, execute JQL searches, and log work through natural language interactions.
                Last updated -
                Python
                • Linux
                • Apple

              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