Content
## How to Use
1. Global Installation
```bash
npm install -g cursor-status
```
2. Add Configuration in mcp
```json
{
"mcpServers": {
"cursor-status": {
"command": "npx",
"args": ["-y", "cursor-status"]
}
}
}
```
## Rules
Place the following rules in `userRules` for global effect, or in the `.cursorrules` file in the project root directory for project-specific effect.
- At the start of each conversation, first call the `set_cursor_status` tool with the status "Working: [Description]"
- Before the end of each conversation, the `set_cursor_status` tool must be called, even if there is no code output. If you just want to confirm details, as long as the output has stopped, use the status "Work Finished: [Summary]"
## Implementation Principle
This mcp provides a tool `set_cursor_status`, which uses rules to call this tool at the beginning and end of each conversation, thereby transmitting the cursor's status.
This tool does only one thing internally: it sends a GET request to `http://127.0.0.1:4090/status?cursor_status=xxxx`.
Then, a client is written to receive this request and parse the request parameters, thus achieving tracking and displaying of the cursor status.
## License
MIT
Connection Info
You Might Also Like
n8n
n8n is a workflow automation platform for technical teams, combining code...
ollama
Get up and running with OpenAI gpt-oss, DeepSeek-R1, Gemma 3 and other models.
dify
Dify is a platform for AI workflows, enabling file uploads and self-hosting.
open-webui
Open WebUI is an extensible web interface for various applications.
NextChat
NextChat is a light and fast AI assistant supporting Claude, DeepSeek, GPT4...
zed
Zed is a high-performance multiplayer code editor from the creators of Atom.
Cline
Cline is a versatile tool available on VS Marketplace for enhancing...
anything-llm
AnythingLLM: An all-in-one AI app for chatting with documents and using AI agents.
cherry-studio
🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)