Git Spice Help MCP Server
游标 MCP 服务器
该存储库包含一个模型上下文协议 (MCP) 服务器实现,它提供了在 Cursor IDE 中搜索 git-spice 文档的工具。
特征
通过 MCP 协议与 Cursor IDE 集成
实时 git-spice 文档搜索
简单高效的文档解析
Related MCP server: Cursor DB MCP Server
先决条件
Node.js(v16 或更高版本)
游标 IDE
npm 或 yarn 包管理器
安装
克隆此存储库:
git clone <repository-url>
cd <repository-name>安装依赖项:
npm install
# or
yarn install构建项目:
npm run build
# or
yarn build配置
服务器配置
该服务器预先配置了以下功能:
工具能力
资源能力
提示功能
游标 IDE 配置
打开 Cursor IDE 设置:
在 macOS 上:
Cmd + ,在 Windows/Linux 上:
Ctrl + ,
导航至“扩展”部分
找到 MCP 服务器设置并添加新的服务器配置:
{
"name": "Git Spice MCP Server",
"command": "node",
"args": ["dist/index.js"],
"cwd": "/path/to/your/project"
}保存设置并刷新MCP
用法
在代理模式下使用 Cursor 时,MCP 服务器将被自动检测,并且 git-spice 文档搜索工具将可用。当查询相关时,代理会提示您使用该工具。
项目结构
src/index.ts:主服务器实现src/:源代码目录dist/:编译输出目录
致谢
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