cursor_self_meta
1
Cursor Self-Meta is a stdio-based MCP server written in Perl that integrates with Cursor IDE. It offers an interface for accessing the application's internal state, enhancing its functionality by utilizing JSON-RPC over Stdio.
Cursor Self-Meta.
A stdio-based MCP Server implementation in Perl which gives Cursor IDE verbatim access to its own internal state (including all the Chat and Composer histories).
Description
TBA
Features
- Uses basic JSON-RPC over Stdio for secure, hassle-free local usage from within cursor
- TBA
- TBA
Requirements
- Perl 5.x or higher
- Additional dependencies TBA
Installation
# Installation instructions TBA
Usage
# Usage examples TBA
Protocol Implementation
TBA
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the Artistic License 2.0 - see the file for details.
Acknowledgments
- TBA
Status
🚧 Under Development