Git Spice Help MCP Server
Servidor MCP del cursor
Este repositorio contiene una implementación de servidor de Protocolo de contexto de modelo (MCP) que proporciona una herramienta para buscar documentación de git-spice dentro de Cursor IDE.
Características
Integración con Cursor IDE a través del protocolo MCP
Búsqueda de documentación de Git-Spice en tiempo real
Análisis de documentación simple y eficiente
Related MCP server: Cursor DB MCP Server
Prerrequisitos
Node.js (v16 o superior)
IDE de cursor
gestor de paquetes npm o yarn
Instalación
Clonar este repositorio:
git clone <repository-url>
cd <repository-name>Instalar dependencias:
npm install
# or
yarn installConstruir el proyecto:
npm run build
# or
yarn buildConfiguración
Configuración del servidor
El servidor está preconfigurado con las siguientes capacidades:
Capacidad de herramientas
Capacidad de recursos
Capacidad de avisos
Configuración de IDE del cursor
Abrir la configuración del IDE del cursor:
En macOS:
Cmd + ,En Windows/Linux:
Ctrl + ,
Vaya a la sección "Extensiones"
Busque la configuración del servidor MCP y agregue una nueva configuración de servidor:
{
"name": "Git Spice MCP Server",
"command": "node",
"args": ["dist/index.js"],
"cwd": "/path/to/your/project"
}Guarde la configuración y actualice el MCP
Uso
Al usar Cursor en modo agente, el servidor MCP se detectará automáticamente y la herramienta de búsqueda de documentación de Git-Spice estará disponible. El agente le solicitará que use la herramienta cuando sea relevante para sus consultas.
Estructura del proyecto
src/index.ts: Implementación del servidor principalsrc/: Directorio del código fuentedist/: Directorio de salida compilado
Expresiones de gratitud
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityAmaintenanceA 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.1289,748MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI assistants to explore and interact with Cursor IDE's SQLite databases, providing access to project data, chat history, and composer information.25

CodeAlive MCPofficial
AlicenseNot gradedqualityAmaintenanceA 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.88MIT- FlicenseCqualityDmaintenanceA 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.121
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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