Productivity|Development|AI / ML|CloudTypeScript
byterover-cli
ByteRover CLI provides AI coding agents with persistent, structured memory.
N/A rating (0 reviews)0 installs4,373 GitHub stars
AImemorycoding
It allows developers to curate project knowledge into a context tree, sync it to the cloud, and share it across tools and teammates. The interactive REPL enables agents to understand codebases, read and write files, execute code, and store knowledge for future sessions.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"byterover-cli": {
"args": [
"-y",
"byterover-cli"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.