logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-spice-help-mcp

Search git-spice documentation within Cursor IDE, providing seamless access to real-time coding resources and efficient documentation parsing.

Author

git-spice-help-mcp logo

sach999

No License

Quick Info

GitHub GitHub Stars 1
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

gitdocumentationworkflowgit spicegit workflowsearch git

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:
  2. On macOS: Cmd + ,
  3. On Windows/Linux: Ctrl + ,

  4. Navigate to the "Extensions" section

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

See Also

`