Shell history replacement with AI agent tracking and MCP server. Built in Rust, 100% local.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"suvadu": {
"command": "cargo",
"args": [
"run",
"--",
"suvadu"
]
}
}
}
Run in terminal:
claude mcp add suvadu cargo run -- suvadu
Add to .cursor/mcp.json:
{
"mcpServers": {
"suvadu": {
"command": "cargo",
"args": [
"run",
"--",
"suvadu"
]
}
}
}