CURSOR25X

CURSOR25X

An interactive task loop MCP server for Cursor IDE that enables continuous web application development through a persistent terminal-based task processing system. It automates file management and project operations by processing user input in a continuous loop using integrated Cursor rules.

Category
Visit Server

README

CURSOR25X - Interactive Task Loop MCP Server

šŸ“± Social Media

YouTube LinkedIn Instagram

šŸš€ CURSOR25X is an interactive task loop MCP (Model Context Protocol) server developed for Cursor IDE. It performs task-based operations by continuously receiving user input and develops modern web applications.

šŸŽÆ Features

  • šŸ”„ Interactive Task Loop: Continuous task loop with user input
  • šŸ“ Automatic File Management: Automatically creates cursor25xinput.cjs file
  • 🌐 Web App Ready: Ready for modern web applications
  • šŸ“ Smart Working Directory: Automatically detects Cursor workspace
  • šŸ›‘ Graceful Exit: Clean exit with "stop" command
  • ⚔ Task Processing: Determines appropriate tasks based on input type
  • šŸ“‹ Cursor Rules Integration: .cursor/rules/cursor25x.mdc rules

šŸš€ Quick Setup

1. Clone Repository

git clone https://github.com/tuncer-byte/cursor25x.git
cd cursor25x

2. Install Dependencies

npm install
npm run build

3. Integrate with Cursor IDE

Add the following to your ~/.cursor/mcp.json file:

{
  "mcpServers": {
    "cursor25x": {
      "command": "node",
      "args": ["/path/to/cursor25x/dist/index.js"]
    }
  }
}

4. Start Using

In Cursor IDE:

  1. Ctrl+Shift+P > "MCP: Connect to Server"
  2. Select cursor25x server
  3. Run start_task_loop tool

šŸ”§ Usage

Main Tool: start_task_loop

One tool, maximum power!

// Run this tool in Cursor IDE:
mcp_cursor25x_start_task_loop()

What it does:

  • šŸ”„ Starts interactive loop
  • šŸ“ Creates cursor25xinput.cjs
  • šŸ“‹ Creates .cursor/rules/cursor25x.mdc rules file
  • šŸ–„ļø Waits for user input in terminal
  • ⚔ Processes tasks based on input

šŸ“Š Task Loop Workflow

graph TD
    A[Tool Started] --> B[Check Files]
    B --> C[Create cursor25xinput.cjs]
    C --> D[Create .cursor/rules/cursor25x.mdc]
    D --> E[Run Node Input Script]
    E --> F[Wait for User Input]
    F --> G{Input Type?}
    G -->|"create"| H[Create Task]
    G -->|"read"| I[Read Task]
    G -->|"update"| J[Update Task]
    G -->|"delete"| K[Delete Task]
    G -->|"help"| L[Help Task]
    G -->|"stop"| M[End Loop]
    H --> N[Return Result]
    I --> N
    J --> N
    K --> N
    L --> N
    N --> E

šŸ’” Example Usage Commands

Create Web Application

šŸš€ CURSOR25X prompt: create a modern React web app with authentication

Code Review

šŸš€ CURSOR25X prompt: read and analyze the current project structure

Update

šŸš€ CURSOR25X prompt: update the package.json with latest dependencies

Help

šŸš€ CURSOR25X prompt: help

End Loop

šŸš€ CURSOR25X prompt: stop

šŸ—ļø Project Structure

cursor25x/
ā”œā”€ā”€ src/
│   ā”œā”€ā”€ index.ts              # Main MCP server
│   ā”œā”€ā”€ interactive-loop.ts   # Task loop logic
│   ā”œā”€ā”€ input-handler.ts      # Input processing
│   └── rules.ts             # Task rules
ā”œā”€ā”€ dist/                    # Compiled JavaScript
ā”œā”€ā”€ .cursor/
│   └── rules/
│       └── cursor25x.mdc    # Cursor IDE rules
ā”œā”€ā”€ cursor25xinput.cjs       # Interactive input handler
ā”œā”€ā”€ package.json
ā”œā”€ā”€ tsconfig.json
└── README.md

šŸ› ļø Development

Run in Development Mode

npm run dev

Build

npm run build

Testing

# Test MCP server
node dist/index.js

šŸ”§ Configuration

Working Directory

Server automatically determines working directory in this order:

  1. CURSOR_WORKSPACE environment variable
  2. PWD environment variable
  3. ~/cursor25x default directory

Cursor Rules

.cursor/rules/cursor25x.mdc file is automatically created and includes:

  • Task loop workflow rules
  • Input processing guide
  • Error handling directives
  • Usage examples

🌐 Web App Support

CURSOR25X is optimized for modern web application development:

  • React/Vue/Angular projects
  • Node.js backend development
  • Database integration
  • API development
  • Authentication systems
  • Modern UI/UX design

🚨 Troubleshooting

MCP Connection Error

# Check if server is running
ps aux | grep cursor25x

# Port check
netstat -an | grep LISTEN

Build Error

# Clean dependencies and reinstall
rm -rf node_modules package-lock.json
npm install
npm run build

Cursor Integration Error

  1. Check ~/.cursor/mcp.json file
  2. Make sure paths are correct
  3. Restart Cursor IDE

šŸ¤ Contributing

  1. Fork the project
  2. Create feature branch (git checkout -b feature/amazing-feature)
  3. Commit changes (git commit -m 'Add amazing feature')
  4. Push to branch (git push origin feature/amazing-feature)
  5. Create Pull Request

šŸ“ License

MIT License - see LICENSE file for details.

šŸŽ‰ Credits

šŸ“ž Contact


šŸš€ Speed up your development workflow 25x with CURSOR25X!

Designed for modern AI-powered development. Perfect harmony with Cursor IDE.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured