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
Connect an MCP Client that only supports local (stdio) servers to a Remote MCP Server, with auth support: TypeScript-based implementation.
Clojure MCP Trusted by 600+ developers. Trusted by 600+ developers. Trusted by 600+ developers.
5. Update .env file in the root directory with your mem0 API key: for the Model Context Protocol. Enhance AI assistants with powerful integrations.
- Discover available MCP servers from our curated registry TypeScript-based implementation.
Model Context Protocol integration for Python. Enhance AI assistants with powerful Python-based capabilities and integration support.
This repository contains Model Context Protocol (MCP) servers that enable MCP clients (like Claude Desktop or the cline.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP