Agentic AI server in Rust. Multi-provider LLM routing, tool calling, RAG, MCP, multi-tenant workflows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ares": {
"command": "cargo",
"args": [
"run",
"--",
"ares"
]
}
}
}
Run in terminal:
claude mcp add ares cargo run -- ares
Add to .cursor/mcp.json:
{
"mcpServers": {
"ares": {
"command": "cargo",
"args": [
"run",
"--",
"ares"
]
}
}
}