Skip to main content
Glama
sach999
by sach999

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

Related MCP server: Cursor DB MCP Server

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

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    A Model Context Protocol server that enhances AI agents by providing deep semantic understanding of codebases, enabling more intelligent interactions through advanced code search and contextual awareness.
    Last updated
    85
    MIT
  • F
    license
    C
    quality
    D
    maintenance
    A Model Context Protocol server that provides Retrieval-Augmented Generation capabilities using Contextual AI, enabling AI interfaces like Cursor IDE and Claude Desktop to query domain-specific knowledge with context-aware responses and source citations.
    Last updated
    1
    21

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • A Model Context Protocol server for Wix AI tools

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sach999/git-spice-help-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server