Integrations
Provides a tool for searching git-spice documentation, enabling efficient navigation and retrieval of git-spice related commands and information within Cursor IDE.
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
- Clone this repository:
Copy
- Install dependencies:
Copy
- Build the project:
Copy
Configuration
Server Configuration
The server is pre-configured with the following capabilities:
- Tools capability
- Resources capability
- Prompts capability
Cursor IDE Configuration
- Open Cursor IDE settings:
- On macOS:
Cmd + ,
- On Windows/Linux:
Ctrl + ,
- On macOS:
- Navigate to the "Extensions" section
- Find the MCP Server settings and add a new server configuration:
Copy
- 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 implementationsrc/
: Source code directorydist/
: Compiled output directory
Acknowledgments
You must be authenticated.
Tools
A Model Context Protocol server that integrates with Cursor IDE to provide real-time git-spice documentation search capability.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server for Git repository interaction and automation. This server provides tools to read, search, and manipulate Git repositories via Large Language Models.Last updated -1244,357JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables Large Language Models to interact with Git repositories through a robust API, supporting operations like repository initialization, cloning, file staging, committing, and branch management.Last updated -2136955TypeScriptApache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol server that automatically generates structured release notes from Git repository tags, analyzing differences between tags and saving formatted Markdown output to the .iris directory.Last updated -10JavaScript
- AsecurityFlicenseAqualityA Model Context Protocol server that analyzes and evaluates GitHub README documentation quality using advanced neural processing, providing scores and improvement suggestions.Last updated -1TypeScript