Git-Spice Documentation Search

by sach999

1 stars
817 downloads
Not rated
GitHub

About

Provides instant access to git-spice documentation within your IDE, enabling real-time searching and automatic assistance for developers working with git-spice commands and usage examples.

Details

Author
sach999
Repository
sach999/git-spice-help-mcp
GitHub stars
1
Downloads
817
Categories
Developer Tools, Design, Workplace, File Management, Search, Frontend, Infrastructure, Knowledge Base

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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Git-Spice Documentation Search
    Command (node, npx, python, etc.) node
    Arguments
    • Argument 1 dist/index.js

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

The server is pre-configured with the following capabilities:
- Tools capability
- Resources capability
- Prompts capability

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"
}

4. Save the settings and refresh the MCP

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "git-spice documentation search": {
            "cwd": "/path/to/your/project",
            "env": {},
            "args": [
                "dist/index.js"
            ],
            "command": "node"
        }
    }
}

Linux

{
    "cwd": "/path/to/your/project",
    "env": [],
    "args": [
        "dist/index.js"
    ],
    "command": "node"
}

Macos

{
    "cwd": "/path/to/your/project",
    "env": [],
    "args": [
        "dist/index.js"
    ],
    "command": "node"
}

Windows

{
    "cwd": "/path/to/your/project",
    "env": [],
    "args": [
        "dist/index.js"
    ],
    "command": "node"
}

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>

2. Install dependencies:

npm install

or


yarn install

3. 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"
}

4. 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

- Model Context Protocol
- git-spice
- Cursor IDE

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.