Skip to main content
Glama

Git Spice Help MCP Server

by sach999

Cursor MCP Server

This repository contains a Model Context Protocol (MCP) server implementation that provides a tool for searching git-spice documentation within Cursor IDE.

Features

  • Integration with Cursor IDE through MCP protocol
  • Real-time git-spice documentation search
  • Simple and efficient documentation parsing

Prerequisites

  • Node.js (v16 or higher)
  • Cursor IDE
  • npm or yarn package manager

Installation

  1. Clone this repository:
git clone <repository-url> cd <repository-name>
  1. Install dependencies:
npm install # or yarn install
  1. Build the project:
npm run build # or yarn build

Configuration

Server Configuration

The server is pre-configured with the following capabilities:

  • Tools capability
  • Resources capability
  • Prompts capability

Cursor IDE Configuration

  1. Open Cursor IDE settings:
    • On macOS: Cmd + ,
    • On Windows/Linux: Ctrl + ,
  2. Navigate to the "Extensions" section
  3. Find the MCP Server settings and add a new server configuration:
{ "name": "Git Spice MCP Server", "command": "node", "args": ["dist/index.js"], "cwd": "/path/to/your/project" }
  1. Save the settings and refresh the MCP

Usage

When using Cursor in agent mode, the MCP server will be automatically detected and the git-spice documentation search tool will be available. The agent will prompt you to use the tool when relevant to your queries.

Project Structure

  • src/index.ts: Main server implementation
  • src/: Source code directory
  • dist/: Compiled output directory

Acknowledgments

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

A Model Context Protocol server that integrates with Cursor IDE to provide real-time git-spice documentation search capability.

  1. Features
    1. Prerequisites
      1. Installation
        1. Configuration
          1. Server Configuration
          2. Cursor IDE Configuration
        2. Usage
          1. Project Structure
            1. Acknowledgments

              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 -
                693
                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