Give Claude superpowers: persistent memory, model swarms, and self-evolution.
๐ง Farnsworth: Your Claude Companion AI
9crfy4udrHQo8eP6mP393b5qwpGLQgcxVg9acmdwBAGS
Give Claude superpowers: persistent memory, model swarms, multimodal understanding, and self-evolution.
**Live Demo** โข **Documentation** โข **Smithery** โข **Roadmap** โข **Setup Wizard** โข **Isolated Mode**
๐ค Multi-Model Swarm Orchestration
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โ
โ ๐งช FARNSWORTH ร ๐ธ KIMI ร ๐ญ CLAUDE โ
โ โ
โ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โ
โ โ Ollama โ โ Moonshot โ โ Claude Code โ โ
โ โ (Local) โโโโโบโ API โโโโโบโ CLI โ โ
โ โ DeepSeek โ โ 256K ctx โ โ Claude Max โ โ
โ โ Phi-4 โ โ Eastern โ โ Anthropic โ โ
โ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โ
โ โ โ โ โ
โ โโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโ โ
โ โ โ
โ โโโโโโโโโโโโโโผโโโโโโโโโโโโโ โ
โ โ SWARM ORCHESTRATOR โ โ
โ โ โโโโโโโโโโโโโโโโโโ โ โ
โ โ โข Unified routing โ โ
โ โ โข Evolution learning โ โ
โ โ โข Autonomous chat โ โ
โ โ โข Cross-model memory โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Local + Cloud AI working together โ One container, infinite intelligence.
| Provider | Models | Capabilities |
|---|---|---|
| ๐งช Ollama | Farnsworth, DeepSeek, Phi, Swarm-Mind | Local GPU, fast inference, privacy |
| ๐ธ Kimi | Moonshot K2 | 256K context, Eastern philosophy, synthesis |
| ๐ญ Claude | Claude Code CLI | Nuanced thinking, uses your Claude Max subscription |
NEW in v2.9.3: All models participate as equals in autonomous swarm conversations. Each interaction is recorded for evolution learning. The system routes to the optimal backend (local Ollama, Moonshot API, or Claude CLI) automatically.
๐ Table of Contents
Tools (5)
web_browsingSpecialized agent for browsing the web and extracting information.vision_clipMultimodal understanding using CLIP for vision-related tasks.voice_whisperVoice processing and transcription capabilities using Whisper.memory_retrievalAccess hierarchical memory including working, episodic, and archival storage.swarm_orchestrationRoute tasks to the optimal backend model (Ollama, Moonshot, or Claude CLI).Configuration
{
"mcpServers": {
"farnsworth": {
"command": "npx",
"args": [
"-y",
"@smithery/sdk@latest",
"run",
"farnsworth",
"--config",
"./config.yaml"
]
}
}
}