Add SwarmClaw to AI Agents and SwarmVault to Trending MCP Servers#19
Open
waydelyle wants to merge 1 commit into
Open
Add SwarmClaw to AI Agents and SwarmVault to Trending MCP Servers#19waydelyle wants to merge 1 commit into
waydelyle wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds two community resources.
SwarmClaw (AI Agents & Autonomous Coding)
SwarmClaw is a self-hosted multi-agent runtime that delegates to Claude Code, Codex, Gemini CLI, OpenCode, Copilot CLI, Cursor Agent, Goose, Qwen Code, and Droid. Features include an org chart view, schedules, runtime skills, persistent memory, sub-agent spawning, and reviewed conversation-to-skill learning. Multi-provider (23+ LLMs) and MCP-native. Ships as Electron desktop app, CLI, and Docker. MIT.
SwarmVault (Trending MCP Servers)
SwarmVault is a local-first RAG knowledge vault with a built-in MCP server. It compiles raw sources (books, notes, transcripts, exports, docs, code) into a durable markdown wiki with a knowledge graph and a hybrid SQLite FTS plus embeddings index.
Token-savings angle relevant to vibe coding: in long sessions, agents burn tokens re-reading source files. SwarmVault compiles those sources into compact wiki pages once, then the MCP server (
npx -y @swarmvaultai/cli mcp) hands the agent only the relevant chunks via page search and query tools. Practical token savings come from replacing repeated full-file reads with targeted retrieval. MIT.