★ 12 stars
Rust
🤖 AI/LLM
Updated 8d ago
Agent OS in Rust — one binary, 37 agents, 26 LLM providers, 37 channels (Telegram/Discord/Slack...), MCP server, A2A protocol, 120+ API endpoints, web dashboard
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"rustyhand": {
"command": "cargo",
"args": [
"run",
"--",
"rustyhand"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add rustyhand cargo run -- rustyhand
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"rustyhand": {
"command": "cargo",
"args": [
"run",
"--",
"rustyhand"
]
}
}
}
📋 Copy
Topics
agent-framework agent-os ai ai-agents anthropic autonomous-agents chatbot cli discord-bot llm mcp mcp-server multi-agent ollama open-source