mcp-cursor-project
MCP Cursor Project Repository
Documentation
MCP Cursor Project
This project demonstrates the integration of Model Context Protocol (MCP) with Cursor IDE.
Features
- GitHub MCP Server integration
- Custom MCP commands and tools
- Cursor IDE extensions
Setup
1. Install dependencies:
npm install2. Set up your GitHub Personal Access Token:
export GITHUB_PERSONAL_ACCESS_TOKEN=your_token_here3. Start the MCP server:
npm startConfiguration
The project uses the following configuration in `.cursor/mcp.json`:
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"cross-env",
"GITHUB_PERSONAL_ACCESS_TOKEN=${your_token}",
"npx",
"-y",
"@modelcontextprotocol/server-github"
]
}
}
}License
ISC
Frequently asked questions
What is mcp-cursor-project?
mcp-cursor-project is MCP Cursor Project Repository
How do I install mcp-cursor-project?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-cursor-project open source?
Yes — it is hosted on GitHub at https://github.com/juicetea/mcp-cursor-project and has 1 stars.
Related MCP tools
Model Context Protocol Servers
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Search infrastructure for AI
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
Python SQL Parser and Transpiler
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP