# Cursor Self-Meta.

A stdio-based MCP Server implementation in Perl which gives [Cursor IDE](https://cursor.sh) 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

```bash
# Installation instructions TBA
```

## Usage

```perl
# 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 [LICENSE](LICENSE) file for details.

## Acknowledgments

- TBA

## Status

🚧 Under Development 