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:
git clone <repository-url>
cd <repository-name>
- Install dependencies:
npm install
# or
yarn install
- 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
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:
{
"name": "Git Spice MCP Server",
"command": "node",
"args": ["dist/index.js"],
"cwd": "/path/to/your/project"
}
- 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
- Model Context Protocol
- git-spice
- Cursor IDE
Git Spice MCP Server
Project Details
- sach999/git-spice-help-mcp
- test-mcp
- Last Updated: 4/10/2025
Recomended MCP Servers
A Model Context Protocol (MCP) server for the Discord integration with MCP-compatible applications like Claude Desktop.
One Prompt for Your Agentic MCP Server, Powered by Thousands
本项目通过将 MCP 协议转换为 MQTT 协议,我们能够利用强大的大型语言模型(LLMs),就能轻松操控您的智能家居、机器人或其他硬件设备。
MCP server for working with 3rd party library documentation
An MCP server to get Weather details





