MCP server for Rewind — the time-travel debugger for AI agents.
Project description
rewind-mcp
MCP server for Rewind — the time-travel debugger for AI agents.
This package bootstraps the native rewind-mcp binary so AI assistants like Claude Code, Cursor, and Windsurf can query your agent recordings directly.
Install
pip install rewind-mcp
The native binary is auto-downloaded on first use — no Rust toolchain required.
Configure
Find the absolute path (IDEs don't inherit your shell PATH):
which rewind-mcp
Claude Code
Add to .claude/settings.json:
{
"mcpServers": {
"rewind": {
"command": "/absolute/path/to/rewind-mcp"
}
}
}
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"rewind": {
"command": "/absolute/path/to/rewind-mcp"
}
}
}
Replace /absolute/path/to/rewind-mcp with the output of which rewind-mcp.
Full Documentation
See MCP Server docs for available tools and usage examples.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rewind_mcp-0.12.5.tar.gz.
File metadata
- Download URL: rewind_mcp-0.12.5.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee139dfbe94e7d85465795f8fee8f934fb8614caa0b468f3d1415b17c5c8d1b2
|
|
| MD5 |
6476c72fc72e4e2522b7f8dd674bbb8e
|
|
| BLAKE2b-256 |
dcbbd04b1b744640d9e1e41cd75ad63aa020a4d94e45a552005eef51ea1f0cad
|
File details
Details for the file rewind_mcp-0.12.5-py3-none-any.whl.
File metadata
- Download URL: rewind_mcp-0.12.5-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2126e3e9231a5309e25be50b31646a264468bcc9708ad1e32cb4e63119741882
|
|
| MD5 |
b2c9eac95254d6baf2c9cc5e6c4d5539
|
|
| BLAKE2b-256 |
57511d0eb279f0516faad7a9e214d0c0bccf6746400da9a695d8e076d7cdb79d
|