Pure Rust AI coordination — MCP server, multi-provider inference routing, local-first LLM orchestration. Sovereign AI for distributed computing. AGPL-3.0
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": {
"squirrel": {
"command": "cargo",
"args": [
"run",
"--",
"squirrel"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add squirrel cargo run -- squirrel
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"squirrel": {
"command": "cargo",
"args": [
"run",
"--",
"squirrel"
]
}
}
}
📋 Copy
README Excerpt
<!-- SPDX-License-Identifier: CC-BY-SA-4.0 --> **AI Coordination Primal** for the [ecoPrimals](https://github.com/ecoPrimals) ecosystem. **License**: [scyBorg](LICENSE) (AGPL-3.0-or-later + ORC + CC-BY-SA 4.0) | **Build**: GREEN | **Tests**: 7,132 passing | **Edition**: 2024 | **Coverage**: 90.1% region | **ecoBin**: 4.4 MB | **Methods**: 42+ IPC (42 registered + provenance proxy)
Tools (2)
LOCAL_AI_ENDPOINT MODEL_HUB_CACHE_DIR
Topics
agpl ai coordination distributed-computing ecoprimals inference llm local-first mcp no-cloud pure-rust rust self-hosted sovereign-computing