Reflection's autonomous runtime — wake, read prior state, do useful work, write back, sleep.
Project description
reflect
Autonomous agent runtime. Wake, read prior state, do useful work, write back, sleep.
Reflect runs on the Claude Agent SDK and is designed to operate continuously in the background — scheduling itself, reading inbox messages, executing work across independent tracks, and persisting state between sessions.
Install
uv tool install reflect-mcp
# or
pip install reflect-mcp
Quick start
reflect init my-project
cd my-project
reflect wake start main
MCP server (IDE integration)
The MCP server binary is reflect-manage (not reflect-mcp). Wire it in ~/.claude.json:
{
"mcpServers": {
"reflect": {
"command": "reflect-manage",
"env": {
"REFLECT_PROJECT": "/absolute/path/to/your/project"
}
}
}
}
REFLECT_PROJECT tells the MCP server which project to route state to. Without it, operations write to the uv install directory, not your workspace.
What's in the box
reflect— CLI:init,wake,track,project,inbox, and morereflect-wake— wake loop runner (invoked by cron orreflect wake start)reflect-manage— MCP server for IDE integration (see above)reflect-dispatch— cron dispatcher (per-track scheduling)
Status
v0.3 is alpha. APIs and config formats will change.
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 reflect_mcp-0.3.2.tar.gz.
File metadata
- Download URL: reflect_mcp-0.3.2.tar.gz
- Upload date:
- Size: 125.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.10","id":"oracular","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fb7a4394245a53966655c0e48c6559b2b2c9b1e07f030566495f61e1c0c58da
|
|
| MD5 |
576c8c2936781a748c056e86ddb6bf4e
|
|
| BLAKE2b-256 |
b34c6db1e156258d513f178f9191444d48cea19b819d23114f2984f7cd13582b
|
File details
Details for the file reflect_mcp-0.3.2-py3-none-any.whl.
File metadata
- Download URL: reflect_mcp-0.3.2-py3-none-any.whl
- Upload date:
- Size: 149.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.10","id":"oracular","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78414be74cc12a7607a157da35dc04408714ad21e490cb493b3cc96e5bccb7ec
|
|
| MD5 |
0c4d1cefd4fc4fadb7764154bcd9f98f
|
|
| BLAKE2b-256 |
148150a20b09ebfd8c03b93ad67b96c0c788718db59d7dfde2043dca78a60eb7
|