From bde4634f9500f55d83d48b5aefa7633a1092a7ac Mon Sep 17 00:00:00 2001 From: ieranama <204714530+ieranama@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:07:11 +0200 Subject: [PATCH] Add Glama score badge to DiscoMCP entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 830c78c85..b695caa68 100644 --- a/README.md +++ b/README.md @@ -1054,7 +1054,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### 💻 Developer Tools -- [ieranama/discomcp](https://github.com/ieranama/discomcp) 🦀 🏠 🍎 🪟 🐧 - Profile any MCP server into a reusable, read-only skill that captures how you actually use it — your workflows, the identifier hops that chain one call into the next, and each tool's safety class. Exploration runs behind a default-deny gate that provably never writes (a `SELECT` runs; a `DROP` on the same tool is refused by inspecting the statement). One static binary. `npx @ieranama/discomcp` +- [ieranama/discomcp](https://github.com/ieranama/discomcp) [![ieranama/discomcp MCP server](https://glama.ai/mcp/servers/ieranama/discomcp/badges/score.svg)](https://glama.ai/mcp/servers/ieranama/discomcp) 🦀 🏠 🍎 🪟 🐧 - Profile any MCP server into a reusable, read-only skill that captures how you actually use it — your workflows, the identifier hops that chain one call into the next, and each tool's safety class. Exploration runs behind a default-deny gate that provably never writes (a `SELECT` runs; a `DROP` on the same tool is refused by inspecting the statement). One static binary. `npx @ieranama/discomcp` - [hivemindunit/llmintel-mcp](https://github.com/hivemindunit/llmintel-mcp) [![hivemindunit/llmintel-mcp MCP server](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp) 📇 ☁️ - Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to. Covers OpenAI, Anthropic, Azure, Bedrock, Google, and Cohere. No API key. `npx -y @llmintel/mcp` or `https://llmintel.ai/v1/mcp` - [rm-rf-prod/GroundTruth-MCP](https://github.com/rm-rf-prod/GroundTruth-MCP) [![rm-rf-prod/GroundTruth-MCP MCP server](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP/badges/score.svg)](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP for live docs, code audits, snippets, and best practices across 445+ libraries. 14 tools, 107 audit patterns with file:line precision, BM25-ranked snippets, lockfile-aware version pinning, npm/PyPI/crates.io/Go fallback. No API keys, no rate limits, Context7 alternative. `npx -y @groundtruth-mcp/gt-mcp` - [scarletkc/vexor](https://github.com/scarletkc/vexor) [![scarletkc/vexor MCP server](https://glama.ai/mcp/servers/scarletkc/vexor/badges/score.svg)](https://glama.ai/mcp/servers/scarletkc/vexor) 🐍 🏠 ☁️ 🍎 🪟 🐧 - A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`.