A favicon of Git Spice MCP Server

Git Spice MCP Server

Search git-spice documentation seamlessly within Cursor IDE. Enhance your coding experience by accessing real-time documentation directly from your development environment. Simplify your workflow with efficient documentation parsing and integration.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install sach999/git-spice-help-mcp -c claude

This command will automatically install and configure the Git Spice MCP Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Git Spice MCP Server": {
      "name": "Git Spice MCP Server",
      "command": "node",
      "args": [
        "dist/index.js"
      ],
      "cwd": "/path/to/your/project"
    }
  }
}

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

Share:
Details:
  • Stars


    1
  • Forks


    1
  • Last commit


    7 months ago
  • Repository age


    7 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Git Spice MCP Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit