diff --git a/README.md b/README.md index df6bec608..54245a302 100644 --- a/README.md +++ b/README.md @@ -1422,6 +1422,7 @@ Tools and integrations that enhance the development workflow and environment man - [sebastienrousseau/rlg](https://github.com/sebastienrousseau/rlg) [![sebastienrousseau/rlg-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/rlg/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/rlg) 🦀 🏠 🍎 🪟 🐧 - **Log-stream tools for on-call / SRE agent workflows** — expose `rlg` (RustLogs) log files as MCP tools. Three tools: `tail_log` (last N events, filtered by level/target), `filter_log` (JSON-path-style predicates), `summarize_errors` (grouped error taxonomy). Speaks JSON-RPC 2.0 over stdio; near-lock-free structured logging engine underneath (65k-slot ring buffer, 14 output formats, `os_log`/`journald` sinks). Install `cargo install rlg-mcp` or `docker run -i ghcr.io/sebastienrousseau/rlg-mcp`. Dual-licensed MIT OR Apache-2.0. - [get-tmonier/argot](https://github.com/get-tmonier/argot) [![get-tmonier/argot MCP server](https://glama.ai/mcp/servers/get-tmonier/argot/badges/score.svg)](https://glama.ai/mcp/servers/get-tmonier/argot) 🎖️ 🦀 🏠 🍎 🪟 🐧 - Guardrail that checks agent-written code against a repo's own git-history-learned patterns — flags foreign dependencies, reinvented functions, misplaced code, broken layering, and gamed tests. Exposes `voice_context` (the repo's familiar imports/idioms for a file, so agents write in-voice before generating), `check` (score a generated hunk against the repo's patterns), and `explain`. 100% local, no LLM, single Rust binary. `npm i -g @tmonier/argot` +- [MikhailHal/ariadne](https://github.com/MikhailHal/ariadne) [![MikhailHal/ariadne MCP server](https://glama.ai/mcp/servers/MikhailHal/ariadne/badges/score.svg)](https://glama.ai/mcp/servers/MikhailHal/ariadne) ☕ 🏠 🍎 🪟 🐧 - Affected-test selection for Kotlin/Android projects: returns only the unit tests impacted by the current working-tree changes, so agents skip full test runs while iterating. Function-level static analysis via Kotlin Analysis API — call graph over functions, properties (initializers, delegates, accessors), constructors and callable references — with automatic multi-module and Android variant source-set discovery. Verified on Now in Android (34 modules, ~4s per query). `brew install mikhailhal/tap/ariadne` ### 🔒 Delivery - [jordandalton/doordash-mcp-server](https://github.com/JordanDalton/DoorDash-MCP-Server) 🐍 – DoorDash Delivery (Unofficial)