From 315dbd4dd76be9c631745087b257681dd04a2f47 Mon Sep 17 00:00:00 2001 From: Maxime Houle Date: Wed, 22 Jul 2026 21:52:15 -0400 Subject: [PATCH] Add Glama score badge to Reelier entry Server is listed + verified on Glama (glama.ai/mcp/servers/seldonframe/reelier) with a passing Docker build test (starts + responds to introspection). Co-Authored-By: Claude Opus 4.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 775ba825b..574809480 100644 --- a/README.md +++ b/README.md @@ -1272,7 +1272,7 @@ Tools and integrations that enhance the development workflow and environment man - [sapientpants/sonarqube-mcp-server](https://github.com/sapientpants/sonarqube-mcp-server) 🦀 ☁️ 🏠 - A Model Context Protocol (MCP) server that integrates with SonarQube to provide AI assistants with access to code quality metrics, issues, and quality gate statuses - [sbroenne/mcp-server-excel](https://github.com/sbroenne/mcp-server-excel) #️⃣ 🏠 🪟 - Full-featured Excel MCP server. 173 operations: Power Query, DAX, VBA, PivotTables, Tables, Charts, ranges, formatting. 100% Excel compatibility - uses Excel app instead of creating .xlsx files. Windows only. - [SDGLBL/mcp-claude-code](https://github.com/SDGLBL/mcp-claude-code) 🐍 🏠 - An implementation of Claude Code capabilities using MCP, enabling AI code understanding, modification, and project analysis with comprehensive tool support. -- [seldonframe/reelier](https://github.com/seldonframe/reelier) 📇 🏠 🍎 🪟 🐧 - Record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift — CI + snapshot tests for MCP tool-call workflows. `npx -y reelier serve` +- [seldonframe/reelier](https://github.com/seldonframe/reelier) [![seldonframe/reelier MCP server](https://glama.ai/mcp/servers/seldonframe/reelier/badges/score.svg)](https://glama.ai/mcp/servers/seldonframe/reelier) 📇 🏠 🍎 🪟 🐧 - Record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift — CI + snapshot tests for MCP tool-call workflows. `npx -y reelier serve` - [selvage-lab/selvage](https://github.com/selvage-lab/selvage) 🐍 🏠 - LLM-based code review MCP server with AST-powered smart context extraction. Supports Claude, GPT, Gemini, and 20+ models via OpenRouter. - [NavinAgrawal/mcp-broker](https://github.com/NavinAgrawal/mcp-broker) [![NavinAgrawal/mcp-broker MCP server](https://glama.ai/mcp/servers/NavinAgrawal/mcp-broker/badges/score.svg)](https://glama.ai/mcp/servers/NavinAgrawal/mcp-broker) 🐍 🏠 🍎 🪟 🐧 - Local MCP process broker that exposes one compact client entry while routing to many configured upstream MCP servers with profile gates, lifecycle ownership, and mutating-tool allowlists. - [notasandy/mcp-code-sanitizer](https://github.com/notasandy/mcp-code-sanitizer) [![mcp-code-sanitizer MCP server](https://glama.ai/mcp/servers/notasandy/mcp-code-sanitizer/badges/score.svg)](https://glama.ai/mcp/servers/notasandy/mcp-code-sanitizer) 🐍 🏠 🍎 🪟 🐧 - Strict AI code reviewer powered by Groq. Finds bugs, vulnerabilities and SQL injections. Tools: analyze_code, compare_code, explain_code, generate_tests, analyze_file, HTML reports.