CURSOR25X

by tuncer-byte

Not rated
GitHub

About

An interactive task loop server for Cursor IDE, designed to perform task-based operations for modern web application development.

Details

Author
tuncer-byte
Categories
Developer Tools

Setup

Install CURSOR25X in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/tuncer-byte/cursor25x

Follow the installation instructions in the repository README, then restart your MCP client.

CURSOR25X - Interactive Task Loop MCP Server

πŸš€CURSOR25Xis 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.

- πŸ”„Interactive Task Loop: Continuous task loop with user input
- πŸ“Automatic File Management: Automatically createscursor25xinput.cjsfile
- 🌐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.mdcrules

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

Add the following to your~/.cursor/mcp.jsonfile:

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

- Ctrl+Shift+P > "MCP: Connect to Server"
- Selectcursor25xserver
- Runstart_task_looptool

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

- πŸ”„ Starts interactive loop
- πŸ“ Createscursor25xinput.cjs
- πŸ“‹ Creates.cursor/rules/cursor25x.mdcrules file
- πŸ–₯️ Waits for user input in terminal
- ⚑ Processes tasks based on input

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
πŸš€ CURSOR25X prompt: create a modern React web app with authentication
πŸš€ CURSOR25X prompt: read and analyze the current project structure
πŸš€ CURSOR25X prompt: update the package.json with latest dependencies
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

Server automatically determines working directory in this order:
- CURSOR_WORKSPACEenvironment variable
- PWDenvironment variable
- ~/cursor25xdefault directory

.cursor/rules/cursor25x.mdcfile is automatically created and includes:

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

CURSOR25X is optimized for modern web application development:

- React/Vue/Angularprojects
- Node.jsbackend development
- Databaseintegration
- APIdevelopment
- Authenticationsystems
- Modern UI/UXdesign

# Check if server is running ps aux | grep cursor25x # Port check netstat -an | grep LISTEN
# Clean dependencies and reinstall rm -rf node_modules package-lock.json npm install npm run build

- Check~/.cursor/mcp.jsonfile
- Make sure paths are correct
- Restart Cursor IDE
- Fork the project
- Create feature branch (git checkout -b feature/amazing-feature)
- Commit changes (git commit -m 'Add amazing feature')
- Push to branch (git push origin feature/amazing-feature)
- Create Pull Request

MIT License - seeLICENSEfile for details.

- Developer:tuncer-byte
- MCP SDK:
@modelcontextprotocol/sdk
- Cursor IDE:
Cursor

- GitHub Issues:Issues
- Discussions:
Discussions

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

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

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Create crafted UI components inspired by the best 21st.dev design engineers.

Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server

An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .

MCP server for AI Diagram Maker β€” generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent

ALAPI MCP Tools,Call hundreds of API interfaces via MCP

AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform

MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.

APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.

One shared context layer for AI agents and humans β€” live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.

Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.