trackmcp
Back to directory
juicetea

mcp-cursor-project

View on GitHub

MCP Cursor Project Repository

1 starsOthers Updated Sep 3, 2025

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:

bash
npm install

2. Set up your GitHub Personal Access Token:

bash
export GITHUB_PERSONAL_ACCESS_TOKEN=your_token_here

3. Start the MCP server:

bash
npm start

Configuration

The project uses the following configuration in `.cursor/mcp.json`:

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

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP