From 3e1b50c54fa8cd73a3c4bd2c1b1dd7f546780765 Mon Sep 17 00:00:00 2001 From: bshea-1 <202353692+bshea-1@users.noreply.github.com> Date: Sun, 6 Sep 2026 13:15:51 -0400 Subject: [PATCH] Add Glama score badge to bshea-1/Routed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea8f1b5a0..300c49392 100644 --- a/README.md +++ b/README.md @@ -656,7 +656,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [lawrencehui/Citio](https://github.com/lawrencehui/Citio) [![lawrencehui/Citio MCP server](https://glama.ai/mcp/servers/lawrencehui/Citio/badges/score.svg)](https://glama.ai/mcp/servers/lawrencehui/Citio) 📇 ☁️ - Self-hosted AI teammate in Slack: @mention it and Claude Code or Codex investigates CloudWatch logs, runs tests, and opens pull requests. The bundled MCP server holds all credentials (GitHub, AWS, Slack) so the agent never sees keys. One-command deploy to your own AWS. MIT. - [spyrae/claude-concilium](https://github.com/spyrae/claude-concilium) 📇 🏠 🍎 🪟 🐧 - Multi-agent AI consultation framework for Claude Code. Three MCP servers wrapping CLI tools (Codex, Gemini, Qwen) for parallel code review and problem-solving with fallback chains and error detection. Includes ready-to-use Claude Code skill. - [blakerouse/ssh-mcp](https://github.com/blakerouse/ssh-mcp) 🏎️ 🏠 🍎 🪟 🐧 - MCP server exposing SSH control for Linux and Windows servers. Allows long running commands and the ability to perform commands on multiple hosts at the same time. -- [bshea-1/Routed](https://github.com/bshea-1/Routed) 📇 🏠 🍎 🪟 🐧 - Universal local router for Agent Skills across Cursor, Claude Code, Antigravity, and MCP clients with zero-token sub-20ms hybrid matching on local CPU. +- [bshea-1/Routed](https://github.com/bshea-1/Routed) [![bshea-1/Routed MCP server](https://glama.ai/mcp/servers/bshea-1/Routed/badges/score.svg)](https://glama.ai/mcp/servers/bshea-1/Routed) 📇 🏠 🍎 🪟 🐧 - Universal local router for Agent Skills across Cursor, Claude Code, Antigravity, and MCP clients with zero-token sub-20ms hybrid matching on local CPU. - [sipyourdrink-ltd/bernstein](https://github.com/sipyourdrink-ltd/bernstein) [![sipyourdrink-ltd/bernstein MCP server](https://glama.ai/mcp/servers/chernistry/bernstein/badges/score.svg)](https://glama.ai/mcp/servers/chernistry/bernstein) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Deterministic multi-agent orchestrator for 37 CLI coding agents (Claude Code, Codex, Cursor, Aider, Gemini CLI, GitHub Copilot CLI, OpenHands, OpenCode, Goose, Qwen, Ollama, and more). MCP server mode (stdio + HTTP/SSE) exposes the orchestrator to any MCP client. Git worktree isolation per agent, HMAC-chained audit trail, cost-aware model routing via contextual bandit. Apache 2.0. - [danieldoderlein/llm-bus](https://github.com/danieldoderlein/llm-bus) [![danieldoderlein/llm-bus MCP server](https://glama.ai/mcp/servers/danieldoderlein/llm-bus/badges/score.svg)](https://glama.ai/mcp/servers/danieldoderlein/llm-bus) 📇 ☁️ 🏠 - Multi-agent coordination bus over MCP: atomic gap-free claims, advisory file leases, a shared event ledger, presence, prose handoffs, and a task graph, so multiple coding agents (Claude Code, Cursor, Codex) stop colliding and re-deriving each other's work. Remote Streamable HTTP; self-hostable (AGPL-3.0) or hosted at llm-bus.com. - [polymatx/dibs](https://github.com/polymatx/dibs) [![polymatx/dibs MCP server](https://glama.ai/mcp/servers/polymatx/dibs/badges/score.svg)](https://glama.ai/mcp/servers/polymatx/dibs) 🏎️ 🏠 🍎 🪟 🐧 - Coordination layer for parallel coding agents: TTL file claims stored in the git common dir (visible across every worktree instantly), enforcement hooks that block colliding edits in Claude Code and at commit time, agent presence, handoff notes, and git-committed lessons searchable with BM25. Single static binary — no server, no database.