Back to Apps

OpenRath
by rath-team
PyTorch-like runtime for dynamic multi-agent and multi-session AI workflows with traceable lineage.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
OpenRath provides a robust runtime for orchestrating multi-agent systems where the state is treated as a composable object (Session). It allows developers to build complex AI workflows that can fork, merge, and trace interactions across multiple agents and sessions, making it ideal for large-scale agent clusters and traceable provenance.
Tools
word_count: Counts words in a short text (demonstration tool).- Built-in filesystem tools: Allows agents to interact with the local workspace.
- Shell execution tools: Runs commands within a defined sandbox environment.
- Code execution: Executes Python code to perform calculations or data processing.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"openrath": {
"command": "python3",
"args": ["-m", "rath.mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install openrathInformation
- Pricing
- free
- Published
- 7/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"openrath": {
"command": "python3",
"args": ["-m", "rath.mcp"]
}
}
}





