From 52b47c23a41cc64a98dcaa4ca3e44bfc7ed2a473 Mon Sep 17 00:00:00 2001 From: andyliszewski Date: Thu, 7 May 2026 10:31:53 -0700 Subject: [PATCH 001/403] Add grounding-ai --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..f6446837d 100644 --- a/README.md +++ b/README.md @@ -1949,6 +1949,7 @@ Tools for conducting research, surveys, interviews, and data collection. ### πŸ”Ž end to end RAG platforms +- [andyliszewski/grounding-ai](https://github.com/andyliszewski/grounding-ai) 🐍 🏠 - Build a searchable index from PDFs, EPUBs, and Word docs. Claude queries it via MCP and pulls grounded answers with exact page-and-section citations. Local-first, no cloud dependency. - [gogabrielordonez/mcp-ragchat](https://github.com/gogabrielordonez/mcp-ragchat) πŸ“‡ 🏠 - Add RAG-powered AI chat to any website with one command. Local vector store, multi-provider LLM (OpenAI/Anthropic/Gemini), self-contained chat server and embeddable widget. - [poll-the-people/customgpt-mcp](https://github.com/Poll-The-People/customgpt-mcp) 🐍 🏠 ☁️ - An MCP server for accessing all of CustomGPT.ai's anti-hallucination RAG-as-a-service API endpoints. - [vectara/vectara-mcp](https://github.com/vectara/vectara-mcp) 🐍 🏠 ☁️ - An MCP server for accessing Vectara's trusted RAG-as-a-service platform. From b5da78f271d7c38242bb48358c067aaaf36552d6 Mon Sep 17 00:00:00 2001 From: andyliszewski Date: Thu, 14 May 2026 17:53:02 -0700 Subject: [PATCH 002/403] Add Glama score badge Server is now listed at https://glama.ai/mcp/servers/andyliszewski/grounding-ai Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6446837d..059472a6b 100644 --- a/README.md +++ b/README.md @@ -1949,7 +1949,7 @@ Tools for conducting research, surveys, interviews, and data collection. ### πŸ”Ž end to end RAG platforms -- [andyliszewski/grounding-ai](https://github.com/andyliszewski/grounding-ai) 🐍 🏠 - Build a searchable index from PDFs, EPUBs, and Word docs. Claude queries it via MCP and pulls grounded answers with exact page-and-section citations. Local-first, no cloud dependency. +- [andyliszewski/grounding-ai](https://github.com/andyliszewski/grounding-ai) [![andyliszewski/grounding-ai MCP server](https://glama.ai/mcp/servers/andyliszewski/grounding-ai/badges/score.svg)](https://glama.ai/mcp/servers/andyliszewski/grounding-ai) 🐍 🏠 - Build a searchable index from PDFs, EPUBs, and Word docs. Claude queries it via MCP and pulls grounded answers with exact page-and-section citations. Local-first, no cloud dependency. - [gogabrielordonez/mcp-ragchat](https://github.com/gogabrielordonez/mcp-ragchat) πŸ“‡ 🏠 - Add RAG-powered AI chat to any website with one command. Local vector store, multi-provider LLM (OpenAI/Anthropic/Gemini), self-contained chat server and embeddable widget. - [poll-the-people/customgpt-mcp](https://github.com/Poll-The-People/customgpt-mcp) 🐍 🏠 ☁️ - An MCP server for accessing all of CustomGPT.ai's anti-hallucination RAG-as-a-service API endpoints. - [vectara/vectara-mcp](https://github.com/vectara/vectara-mcp) 🐍 🏠 ☁️ - An MCP server for accessing Vectara's trusted RAG-as-a-service platform. From b58cc77fea617ea6e1387ad483ee146d431380d9 Mon Sep 17 00:00:00 2001 From: bluetieroperations-create Date: Sat, 23 May 2026 07:57:04 -0700 Subject: [PATCH 003/403] Add BLACK_WALL to Security --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..d8292e080 100644 --- a/README.md +++ b/README.md @@ -2123,6 +2123,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [ark-forge/arkforge-mcp](https://github.com/ark-forge/arkforge-mcp) [![ze6ad36390 MCP server](https://glama.ai/mcp/servers/ze6ad36390/badges/score.svg)](https://glama.ai/mcp/servers/ze6ad36390) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Third-party certifying proxy β€” sign any HTTP call (AI agents, webhooks, microservices) with an independent Ed25519 signature, RFC 3161 timestamp, and Sigstore Rekor anchor. Works with Claude, GPT-4, Mistral, LangChain, AutoGen, or any HTTP client. - [atomicchonk/roadrecon_mcp_server](https://github.com/atomicchonk/roadrecon_mcp_server) 🐍 πŸͺŸ 🏠 MCP server for analyzing ROADrecon gather results from Azure tenant enumeration - [behrensd/mcp-firewall](https://github.com/behrensd/mcp-firewall) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Deterministic security proxy (iptables for MCP) that intercepts tool calls, enforces YAML policies, scans for secret leakage, and logs everything. No AI, no cloud. +- [bluetieroperations-create/blackwall-mcp](https://github.com/bluetieroperations-create/blackwall-mcp) πŸ“‡ ☁️ - Pre-action risk gate for AI agents. One `forecast` tool the agent calls before any irreversible action (send money, run SQL, delete data); returns a risk score (0–100), reversibility class, named red flags from 28 failure modes, and a gate: proceed / confirm / human-required. - [BurtTheCoder/mcp-dnstwist](https://github.com/BurtTheCoder/mcp-dnstwist) πŸ“‡ πŸͺŸ ☁️ - MCP server for dnstwist, a powerful DNS fuzzing tool that helps detect typosquatting, phishing, and corporate espionage. - [BurtTheCoder/mcp-maigret](https://github.com/BurtTheCoder/mcp-maigret) πŸ“‡ πŸͺŸ ☁️ - MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs. - [BurtTheCoder/mcp-shodan](https://github.com/BurtTheCoder/mcp-shodan) πŸ“‡ πŸͺŸ ☁️ - MCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more. From 93c1a0fd29f2bedd33fcd2840a1ea2bdfcd3cd7d Mon Sep 17 00:00:00 2001 From: SEKeener Date: Tue, 2 Jun 2026 09:58:12 -0700 Subject: [PATCH 004/403] =?UTF-8?q?Add=20AirTreks=20MCP=20=E2=80=94=20comp?= =?UTF-8?q?lex=20multi-city=20flight=20routing=20intelligence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 7 tools for round-the-world trip planning, alliance routing validation, carrier recommendations, and consultant handoff. 60+ carriers, surface sector detection, Star Alliance + oneworld + custom builds. Remote endpoint: https://mcp.airtreks.com/mcp No API key needed for routing tools (100 req/day free). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cd64e03b..42808ff0e 100644 --- a/README.md +++ b/README.md @@ -2497,6 +2497,7 @@ Tools for converting text-to-speech and vice-versa Access to travel and transportation information. Enables querying schedules, routes, and real-time travel data. +- [SEKeener/airtreks-mcp](https://github.com/SEKeener/airtreks-mcp) πŸ“‡ ☁️ - Complex multi-city flight routing intelligence. 7 tools: plan round-the-world trips across 60+ carriers, validate Star Alliance and oneworld alliance routings, get segment-by-segment carrier recommendations, identify surface sector savings, and hand off to human consultants. No API key needed (100 req/day free). Remote endpoint: https://mcp.airtreks.com/mcp - [alcylu/nightlife-mcp](https://github.com/alcylu/nightlife-mcp) [![nightlife](https://glama.ai/mcp/servers/alcylu/nightlife-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alcylu/nightlife-mcp) πŸ“‡ ☁️ - MCP server for Tokyo nightlife event discovery, venue search, performer info, AI recommendations, and VIP table booking. - [Autonomad1/autonomad-travel](https://github.com/Autonomad1/autonomad-travel) [![Autonomad1/autonomad-travel MCP server](https://glama.ai/mcp/servers/Autonomad1/autonomad-travel/badges/score.svg)](https://glama.ai/mcp/servers/Autonomad1/autonomad-travel) πŸ“‡ ☁️ - AI travel agent over MCP β€” live flights, hotels, activities, and events worldwide, then completes the booking on autonomad.ai (free signup at checkout, first month of Premium included). - [campertunity/mcp-server](https://github.com/campertunity/mcp-server) πŸŽ–οΈ πŸ“‡ 🏠 - Search campgrounds around the world on campertunity, check availability, and provide booking links From 2653ec3f63f8c9b55ab62f5d9cc3ec92c1780621 Mon Sep 17 00:00:00 2001 From: sena-labs Date: Sat, 6 Jun 2026 15:08:55 +0200 Subject: [PATCH 005/403] Add OzBridge (sena-labs/oz-mcp-server) to Coding Agents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cd64e03b..76fe43044 100644 --- a/README.md +++ b/README.md @@ -513,6 +513,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [PsChina/deepseek-as-subagent](https://github.com/PsChina/deepseek-as-subagent) [![PsChina/deepseek-as-subagent MCP server](https://glama.ai/mcp/servers/PsChina/deepseek-as-subagent/badges/score.svg)](https://glama.ai/mcp/servers/PsChina/deepseek-as-subagent) 🐍 🏠 🍎 πŸͺŸ 🐧 - Run DeepSeek as a real sub-agent inside Claude Code / Codex CLI. DeepSeek gets its own 7-tool agent loop (Read/Write/Edit/Bash/Glob/Grep/NotebookEdit) in a sandboxed workspace, not just a single LLM call. Includes token-based command sandbox, pre-flight web-search pattern, and cross-platform installer. - [religa/multi-mcp](https://github.com/religa/multi_mcp) 🐍 🍎 πŸͺŸ 🐧 - Parallel multi-model code review, security analysis, and AI debate with ChatGPT, Claude, and Gemini. Orchestrates multiple LLMs for compare, consensus, and OWASP Top 10 security checks. - [rinadelph/Agent-MCP](https://github.com/rinadelph/Agent-MCP) 🐍 🏠 - A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities. +- [sena-labs/oz-mcp-server](https://github.com/sena-labs/OzBridge) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Bridges Warp's Oz coding agent to any IDE or MCP client (Claude Code, Cursor, Codex), plus native `@oz` in VS Code Copilot Chat. Independent project; uses only Warp's documented public interfaces. MIT. - [shashankss1205/codegraphcontext](https://github.com/Shashankss1205/CodeGraphContext) 🐍 🏠 🍎 πŸͺŸ 🐧 An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans. - [sim-xia/blind-auditor](https://github.com/Sim-xia/Blind-Auditor) 🐍 🏠 🍎 πŸͺŸ 🐧 - A zero-cost MCP server that forces AI to self-correct generation messages using prompt injection, independent self-audition and context isolation. - [sim-xia/skill-cortex-server](https://github.com/Sim-xia/skill-cortex-server) 🐍 🏠 🍎 πŸͺŸ 🐧 - An MCP server that enable all IDEs/CLIs to access Claude Code Skills capabilities. From e8ed8835339521e2eb6ce7f40dab16c7c38a8ff7 Mon Sep 17 00:00:00 2001 From: AEGIS GOV DAO LLC Date: Mon, 8 Jun 2026 14:27:26 -0400 Subject: [PATCH 006/403] Add AegisGov SEC Intelligence MCP to Finance & Fintech section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Official SEC EDGAR data (data.sec.gov) for AI agents - Search companies, filings (10-K/10-Q/8-K), XBRL financials - FREE β€” no API key, no third-party dependency - Live: https://aegisgov-sec-mcp.vercel.app - GitHub: https://github.com/AEGISGOVDAO/aegisgov-sec-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77ce7ce69..92ee0cc3e 100644 --- a/README.md +++ b/README.md @@ -1410,6 +1410,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [@openpulsechain/mcp-server](https://github.com/openpulsechain/public/tree/main/mcp-server) [![openpulsechain/public MCP server](https://glama.ai/mcp/servers/openpulsechain/public/badges/score.svg)](https://glama.ai/mcp/servers/openpulsechain/public) πŸ“‡ ☁️ - PulseChain on-chain analytics: token safety scores (0-100), honeypot detection, whale tracking, smart money feed, scam alerts, DEX volume, bridge stats, holder leagues. 11 free + 9 pro tools. `npx @openpulsechain/mcp-server` - [0xDegenMo/lighter-mcp](https://github.com/0xDegenMo/lighter-mcp) [![0xDegenMo/lighter-mcp MCP server](https://glama.ai/mcp/servers/0xDegenMo/lighter-mcp/badges/score.svg)](https://glama.ai/mcp/servers/0xDegenMo/lighter-mcp) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for [Lighter](https://lighter.xyz) β€” a zero-fee zk-rollup perpetual DEX. Trade ~190 perpetuals (crypto + RWA: PAXG/XAU gold, XAG silver, WTI oil, equity tickers like TSLA/AMZN/ASML) from Claude Desktop, Cursor, Hermes, or any MCP client. Three credential tiers (PUBLIC market data β†’ READ account β†’ TRADE signing), native on-chain stop-loss / take-profit, server-side safety caps (max-quote-USD, slippage, symbol allowlist). `pip install 0xdegenmo-lighter-mcp`. - [aaronjmars/web3-research-mcp](https://github.com/aaronjmars/web3-research-mcp) πŸ“‡ ☁️ - Deep Research for crypto - free & fully local +- [AEGISGOVDAO/aegisgov-sec-mcp](https://github.com/AEGISGOVDAO/aegisgov-sec-mcp) [![AEGISGOVDAO/aegisgov-sec-mcp MCP server](https://glama.ai/mcp/servers/AEGISGOVDAO/aegisgov-sec-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AEGISGOVDAO/aegisgov-sec-mcp) πŸ“‡ ☁️ - SEC EDGAR data for AI agents via the official data.sec.gov API. Search 10,000+ public companies, retrieve 10-K/10-Q/8-K filings, and access XBRL financial data. Free, no API key required, no third-party dependency. - [ahmetsbilgin/finbrain-mcp](https://github.com/ahmetsbilgin/finbrain-mcp) πŸŽ–οΈ 🐍 ☁️ 🏠 - Access institutional-grade alternative financial data directly in your LLM workflows. - [ahnlabio/bicscan-mcp](https://github.com/ahnlabio/bicscan-mcp) πŸŽ–οΈ 🐍 ☁️ - Risk score / asset holdings of EVM blockchain address (EOA, CA, ENS) and even domain names. - [AletaIndex/aletaindex-fin-narratives](https://github.com/AletaIndex/aletaindex-fin-narratives) [![AletaIndex Narrative Intelligence MCP server](https://glama.ai/mcp/servers/AletaIndex/aletaindex-fin-narratives/badges/score.svg)](https://glama.ai/mcp/servers/AletaIndex/aletaindex-fin-narratives) 🐍 ☁️ 🍎πŸͺŸπŸ§ - Financial narrative intelligence for AI agents. Tracks how financial stories evolve across 109 tickers β€” clustering news into structured narratives, measuring sentiment momentum, and mapping narrative risk across portfolios. Install via Smithery or `uvx narrative-intelligence-mcp`. From 0d3aa9aecbfe0911f8aa2f252c8369f8eb7d2cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0i=20Nh=E1=BB=9B?= Date: Tue, 16 Jun 2026 13:28:22 +0000 Subject: [PATCH 007/403] Add io.github.hoainho/podium-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a66be271..1e4451302 100644 --- a/README.md +++ b/README.md @@ -1043,6 +1043,7 @@ Tools and integrations that enhance the development workflow and environment man - [Adityaaery20/media-mcp](https://github.com/Adityaaery20/media-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Local image and video processing MCP server with 13 tools for resize, convert, compress, crop, thumbnail, metadata extraction, rotate, flip, filters, and ffmpeg-based video operations. No API keys required. - [InsForge/insforge-mcp](https://github.com/InsForge/insforge-mcp) πŸ“‡ ☁️ - AI-native backend-as-a-service platform enabling AI agents to build and manage full-stack applications. Provides Auth, Database (PostgreSQL), Storage, and Functions as production-grade infrastructure, reducing MVP development time from weeks to hours. - [Inspizzz/jetbrains-datalore-mcp](https://github.com/inspizzz/jetbrains-datalore-mcp) 🐍 ☁️ - MCP server for interacting with cloud deployments of Jetbrains Datalore platform. Fully incorporated Datalore API ( run, run interactively, get run data, fetch files ) +- [io.github.hoainho/podium-mcp](https://github.com/hoainho/podium-mcp) [![hoainho/podium-mcp MCP server](https://glama.ai/mcp/servers/hoainho/podium-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hoainho/podium-mcp) πŸ“‡ 🏠 🍎 - Mobile E2E MCP (40 tools): iOS-simulator control, native UI automation, Maestro flows, React Native debugging (logs/network/state), and WebView DOM inspection. Requires macOS + Xcode. - [ios-simulator-mcp](https://github.com/joshuayoes/ios-simulator-mcp) πŸ“‡ 🏠 🍎 - A Model Context Protocol (MCP) server for interacting with iOS simulators. This server allows you to interact with iOS simulators by getting information about them, controlling UI interactions, and inspecting UI elements. - [isaacphi/mcp-language-server](https://github.com/isaacphi/mcp-language-server) 🏎️ 🏠 - MCP Language Server helps MCP enabled clients navigate codebases more easily by giving them access to semantic tools like get definition, references, rename, and diagnostics. - [blackwell-systems/agent-lsp](https://github.com/blackwell-systems/agent-lsp) [![blackwell-systems/agent-lsp MCP server](https://glama.ai/mcp/servers/blackwell-systems/agent-lsp/badges/score.svg)](https://glama.ai/mcp/servers/blackwell-systems/agent-lsp) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Stateful MCP server over real language servers. 50 tools, 30 CI-verified languages, 20 agent workflows. Persistent sessions keep the index warm across files and projects. Speculative execution simulates edits in memory before writing to disk. From ea8ceb852d954edcb43c65c8ec7f53cfc30a7844 Mon Sep 17 00:00:00 2001 From: Dmitrii Dmitriev Date: Thu, 18 Jun 2026 13:02:46 +0300 Subject: [PATCH 008/403] Add Italy transfer MCP server to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acc79369c..57ea637e9 100644 --- a/README.md +++ b/README.md @@ -2808,6 +2808,7 @@ Access to travel and transportation information. Enables querying schedules, rou - [SoapyRED/freightutils-mcp](https://github.com/SoapyRED/freightutils-mcp) [![SoapyRED/freightutils-mcp MCP server](https://glama.ai/mcp/servers/SoapyRED/freightutils-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SoapyRED/freightutils-mcp) πŸ“‡ ☁️ - 17 freight calculation and reference tools β€” ADR dangerous goods, HS codes, LDM/CBM/chargeable weight calculators, duty estimation, airline codes, UN/LOCODE, and more. Free REST APIs + MCP server. - [srinath1510/alltrails-mcp-server](https://github.com/srinath1510/alltrails-mcp-server) 🐍 ☁️ - A MCP server that provides access to AllTrails data, allowing you to search for hiking trails and get detailed trail information - [tickadoo/tickadoo-mcp](https://github.com/tickadoo/tickadoo-mcp) [![tickadoo MCP server](https://glama.ai/mcp/servers/tickadoo/tickadoo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tickadoo/tickadoo-mcp) πŸ“‡ ☁️ - Discover and book theatre, shows, events, tours and experiences across 700+ cities worldwide. Real-time pricing, availability, and booking links via tickadoo.com. +- [trendbender/italy-transfer](https://github.com/trendbender/italy-transfer) πŸ“‡ ☁️ - Real-time train, bus, ferry and private transfer prices between 40+ Italian cities. Compare transport options across Italy instantly. - [shaikhspeare/wanderlog-mcp](https://github.com/shaikhspeare/wanderlog-mcp) [![shaikhspeare/wanderlog-mcp MCP server](https://glama.ai/mcp/servers/shaikhspeare/wanderlog-mcp/badges/score.svg)](https://glama.ai/mcp/servers/shaikhspeare/wanderlog-mcp) πŸ“‡ ☁️ - MCP server for Wanderlog that lets AI clients read and edit trip itineraries through natural language, including trips, places, notes, hotels, checklists, and date updates. - [vbhjckfd/timetable-api-node](https://github.com/vbhjckfd/timetable-api-node) [![vbhjckfd/timetable-api-node MCP server](https://glama.ai/mcp/servers/vbhjckfd/timetable-api-node/badges/score.svg)](https://glama.ai/mcp/servers/vbhjckfd/timetable-api-node) πŸ“‡ ☁️ - Real-time Lviv (Ukraine) public transport: stop arrivals, live vehicle positions, route geometry, and nearby stop discovery. No API key required. - [vessel-api/vesselapi-mcp](https://github.com/vessel-api/vesselapi-mcp) [![vessel-api-mcp-server MCP server](https://glama.ai/mcp/servers/@vessel-api/vessel-api-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@vessel-api/vessel-api-mcp-server) πŸ“‡ ☁️ - Maritime vessel tracking via VesselAPI. Search vessels, get real-time positions, ETAs, port events, emissions, inspections, and NAVTEX safety messages. From 4163e2e6f34279028fc23274d472340d394b657f Mon Sep 17 00:00:00 2001 From: Dmitrii Dmitriev Date: Thu, 18 Jun 2026 13:25:08 +0300 Subject: [PATCH 009/403] Add Glama score badge for italy-transfer MCP server Updated the entry for trendbender/italy-transfer to include a badge and corrected formatting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57ea637e9..a162669b5 100644 --- a/README.md +++ b/README.md @@ -2808,7 +2808,7 @@ Access to travel and transportation information. Enables querying schedules, rou - [SoapyRED/freightutils-mcp](https://github.com/SoapyRED/freightutils-mcp) [![SoapyRED/freightutils-mcp MCP server](https://glama.ai/mcp/servers/SoapyRED/freightutils-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SoapyRED/freightutils-mcp) πŸ“‡ ☁️ - 17 freight calculation and reference tools β€” ADR dangerous goods, HS codes, LDM/CBM/chargeable weight calculators, duty estimation, airline codes, UN/LOCODE, and more. Free REST APIs + MCP server. - [srinath1510/alltrails-mcp-server](https://github.com/srinath1510/alltrails-mcp-server) 🐍 ☁️ - A MCP server that provides access to AllTrails data, allowing you to search for hiking trails and get detailed trail information - [tickadoo/tickadoo-mcp](https://github.com/tickadoo/tickadoo-mcp) [![tickadoo MCP server](https://glama.ai/mcp/servers/tickadoo/tickadoo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tickadoo/tickadoo-mcp) πŸ“‡ ☁️ - Discover and book theatre, shows, events, tours and experiences across 700+ cities worldwide. Real-time pricing, availability, and booking links via tickadoo.com. -- [trendbender/italy-transfer](https://github.com/trendbender/italy-transfer) πŸ“‡ ☁️ - Real-time train, bus, ferry and private transfer prices between 40+ Italian cities. Compare transport options across Italy instantly. +- [trendbender/italy-transfer](https://github.com/trendbender/italy-transfer) [![trendbender/italy-transfer MCP server](https://glama.ai/mcp/servers/trendbender/italy-transfer/badges/score.svg)](https://glama.ai/mcp/servers/trendbender/italy-transfer) πŸ“‡ ☁️ - Real-time train, bus, ferry and private transfer prices between 40+ Italian cities. Compare transport options across Italy instantly. - [shaikhspeare/wanderlog-mcp](https://github.com/shaikhspeare/wanderlog-mcp) [![shaikhspeare/wanderlog-mcp MCP server](https://glama.ai/mcp/servers/shaikhspeare/wanderlog-mcp/badges/score.svg)](https://glama.ai/mcp/servers/shaikhspeare/wanderlog-mcp) πŸ“‡ ☁️ - MCP server for Wanderlog that lets AI clients read and edit trip itineraries through natural language, including trips, places, notes, hotels, checklists, and date updates. - [vbhjckfd/timetable-api-node](https://github.com/vbhjckfd/timetable-api-node) [![vbhjckfd/timetable-api-node MCP server](https://glama.ai/mcp/servers/vbhjckfd/timetable-api-node/badges/score.svg)](https://glama.ai/mcp/servers/vbhjckfd/timetable-api-node) πŸ“‡ ☁️ - Real-time Lviv (Ukraine) public transport: stop arrivals, live vehicle positions, route geometry, and nearby stop discovery. No API key required. - [vessel-api/vesselapi-mcp](https://github.com/vessel-api/vesselapi-mcp) [![vessel-api-mcp-server MCP server](https://glama.ai/mcp/servers/@vessel-api/vessel-api-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@vessel-api/vessel-api-mcp-server) πŸ“‡ ☁️ - Maritime vessel tracking via VesselAPI. Search vessels, get real-time positions, ETAs, port events, emissions, inspections, and NAVTEX safety messages. From 5e4046ba0c1b3028ecc1a5ca05376f0d33c9913a Mon Sep 17 00:00:00 2001 From: Roshan Jonnalagadda Date: Fri, 19 Jun 2026 12:20:55 +1000 Subject: [PATCH 010/403] Add Sendmux MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 132fe778f..967c331fa 100644 --- a/README.md +++ b/README.md @@ -683,6 +683,7 @@ Integration with communication platforms for message management and channel oper - [saseq/discord-mcp](https://github.com/SaseQ/discord-mcp) β˜• πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - A MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities. - [sawa-zen/vrchat-mcp](https://github.com/sawa-zen/vrchat-mcp) - πŸ“‡ 🏠 This is an MCP server for interacting with the VRChat API. You can retrieve information about friends, worlds, avatars, and more in VRChat. - [Sealjay/mcp-hey](https://github.com/Sealjay/mcp-hey) [![Sealjay/mcp-hey MCP server](https://glama.ai/mcp/servers/Sealjay/mcp-hey/badges/score.svg)](https://glama.ai/mcp/servers/Sealjay/mcp-hey) πŸ“‡ 🏠 🍎 - Local MCP server for Hey.com email. Read, search, send, reply, and manage the screener via locally cached session from Hey's webview auth. +- [Sendmux/sendmux-sdk](https://github.com/Sendmux/sendmux-sdk/tree/main/packages/python/mcp) 🐍 ☁️ 🏠 - Email inbox API MCP server for AI agents to receive, search, and send mail through hosted or local Sendmux Product MCP. - [SirGreed808/zoho-mail-mcp](https://github.com/SirGreed808/zoho-mail-mcp) [![SirGreed808/zoho-mail-mcp MCP server](https://glama.ai/mcp/servers/SirGreed808/zoho-mail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SirGreed808/zoho-mail-mcp) πŸ“‡ 🏠 - MCP server for Zoho Mail. Read, search, and send email from Claude. - [softeria/ms-365-mcp-server](https://github.com/softeria/ms-365-mcp-server) πŸ“‡ ☁️ - MCP server that connects to Microsoft Office and the whole Microsoft 365 suite using Graph API (including Outlook, mail, files, Excel, calendar) - [Spix-HQ/spix-mcp](https://github.com/Spix-HQ/spix-mcp) [![Spix-HQ/spix-mcp MCP server](https://glama.ai/mcp/servers/Spix-HQ/spix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Spix-HQ/spix-mcp) 🐍 ☁️ - Give AI agents a real phone number and voice. Make outbound calls, handle inbound calls, send email, and manage contacts via 26 MCP tools. ~500ms voice latency (Deepgram Nova-3 + Claude + Cartesia Sonic-3). Install: `pip install spix-mcp`. [Free tier available](https://spix.sh). From 55211c1962020baa1d55f647a2daae2e68a5cef8 Mon Sep 17 00:00:00 2001 From: liftkkkk Date: Sat, 20 Jun 2026 19:46:44 +0800 Subject: [PATCH 011/403] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7db3e7af..45efea741 100644 --- a/README.md +++ b/README.md @@ -1990,6 +1990,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [KVANTRA-dev/NOUZ-MCP](https://github.com/KVANTRA-dev/NOUZ-MCP) [![NOUZ-MCP MCP server](https://glama.ai/mcp/servers/KVANTRA-dev/NOUZ-MCP/badges/score.svg)](https://glama.ai/mcp/servers/KVANTRA-dev/NOUZ-MCP) 🐍 🏠 🍎 πŸͺŸ 🐧 - Semantic knowledge graph for Obsidian. Three modes (pure graph / semantic classification / strict hierarchy), local embeddings, sign classification via cosine similarity to user-defined cores, bottom-up core_mix aggregation, semantic bridge discovery, and drift detection. `pip install nouz-mcp` - [leesgit/claude-session-continuity-mcp](https://github.com/leesgit/claude-session-continuity-mcp) [![claude-session-continuity-mcp MCP server](https://glama.ai/mcp/servers/leesgit/claude-session-continuity-mcp/badges/score.svg)](https://glama.ai/mcp/servers/leesgit/claude-session-continuity-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Zero-config session continuity for Claude Code. Auto-captures context via Claude Hooks, provides 25 tools for memory, tasks, solutions, and knowledge graph. Multilingual semantic search (94+ languages) with cross-language retrieval. - [lfrmonteiro99/memento-mcp](https://github.com/lfrmonteiro99/memento-mcp) [![lfrmonteiro99/memento-mcp MCP server](https://glama.ai/mcp/servers/lfrmonteiro99/memento-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lfrmonteiro99/memento-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first persistent memory for AI coding agents. Captures facts, decisions, patterns, and architecture notes in SQLite (with optional cloud embeddings) to reduce repeated context across sessions. +- [liftkkkk/owl-mcp](https://github.com/liftkkkk/owl-mcp) 🐍 🏠 - MCP server for OWL/TTL/RDF ontologies. Supports SPARQL queries, HermiT/Pellet reasoning, and CRUD operations on knowledge graphs. Works with Claude Desktop, Cursor, and Windsurf. - [linxule/lotus-wisdom-mcp](https://github.com/linxule/lotus-wisdom-mcp) πŸ“‡ 🏠 ☁️ - Contemplative problem-solving using the Lotus Sutra's wisdom framework. Multi-perspective reasoning with skillful means, non-dual recognition, and meditation pauses. Available as local stdio or remote Cloudflare Worker. - [lithtrix/lithtrix-mcp](https://github.com/lithtrix/lithtrix-mcp) [![lithtrix/lithtrix-mcp MCP server](https://glama.ai/mcp/servers/lithtrix/lithtrix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lithtrix/lithtrix-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Memory Consolidation for AI agents across vendors, owners, and time. Persistent memory, credibility-scored web search, browser fetch, and shared Commons pool under a stable `ltx_` key. Self-registration in one API call, no dashboard required. `npx lithtrix-mcp` - [louis030195/easy-obsidian-mcp](https://github.com/louis030195/easy-obsidian-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Interact with Obsidian vaults for knowledge management. Create, read, update, and search notes. Works with local Obsidian vaults using filesystem access. From f9aec3dcce4478b652e7e17e6eee222a6221c1ca Mon Sep 17 00:00:00 2001 From: FarEastAI Date: Mon, 22 Jun 2026 11:09:35 +0800 Subject: [PATCH 012/403] Add FarEastAI/feode-mcp to the README Add FEODE (offshore oilfield services) remote MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7db3e7af..c816db0bd 100644 --- a/README.md +++ b/README.md @@ -3028,6 +3028,7 @@ Interact with Git repositories and version control platforms. Enables repository - [esignaturescom/mcp-server-esignatures](https://github.com/esignaturescom/mcp-server-esignatures) 🐍 ☁️️ - Contract and template management for drafting, reviewing, and sending binding contracts via the eSignatures API. - [evalstate/mcp-hfspace](https://github.com/evalstate/mcp-hfspace) πŸ“‡ ☁️ - Use HuggingFace Spaces directly from Claude. Use Open Source Image Generation, Chat, Vision tasks and more. Supports Image, Audio and text uploads/downloads. - [evalstate/mcp-miro](https://github.com/evalstate/mcp-miro) πŸ“‡ ☁️ - Access MIRO whiteboards, bulk create and read items. Requires OAUTH key for REST API. +- [FarEastAI/feode-mcp](https://github.com/FarEastAI/feode-mcp) πŸŽ–οΈπŸ“‡ ☁️ - Offshore oilfield services: query FEODE's well plug & abandonment, subsea wellhead (BV+CCS classed), continuous circulation drilling, and a NOV Grant Prideco drill-string spec reference. - [feuerdev/keep-mcp](https://github.com/feuerdev/keep-mcp) 🐍 ☁️ - Read, create, update and delete Google Keep notes. - [fotoetienne/gqai](https://github.com/fotoetienne/gqai) 🏎 🏠 - Define tools using regular GraphQL queries/mutations and gqai automatically generates an MCP server for you. - [FoodXDevelopment/foodblock-mcp](https://github.com/FoodXDevelopment/foodblock) πŸ“‡ 🏠 - 17 MCP tools for the food industry. Describe food in plain English and get structured, content-addressed data blocks back. Covers actors, places, ingredients, products, transforms, transfers, and observations. Works standalone with zero config via `npx foodblock-mcp`. From 9a1bdebe2d6ab0b44ad179c4d5d309a9eef018b5 Mon Sep 17 00:00:00 2001 From: stevejford Date: Tue, 23 Jun 2026 15:13:09 +1000 Subject: [PATCH 013/403] Add stevejford/shiply-mcp to Cloud Platforms Agent-first web host: publish a static site or edge function in one call (no account), remote MCP at https://shiply.now/mcp. Listed on the Official MCP Registry as now.shiply/shiply. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7db3e7af..e996404ea 100644 --- a/README.md +++ b/README.md @@ -476,6 +476,7 @@ Cloud platform service integration. Enables management and interaction with clou - [spre-sre/lumino-mcp-server](https://github.com/spre-sre/lumino-mcp-server) 🐍 ☁️ - AI-powered SRE observability for Kubernetes and OpenShift with 40+ tools for Tekton pipeline debugging, log analysis, root cause analysis, and predictive monitoring. - [StacklokLabs/mkp](https://github.com/StacklokLabs/mkp) 🏎️ ☁️ - MKP is a Model Context Protocol (MCP) server for Kubernetes that allows LLM-powered applications to interact with Kubernetes clusters. It provides tools for listing and applying Kubernetes resources through the MCP protocol. - [StacklokLabs/ocireg-mcp](https://github.com/StacklokLabs/ocireg-mcp) 🏎️ ☁️ - An SSE-based MCP server that allows LLM-powered applications to interact with OCI registries. It provides tools for retrieving information about container images, listing tags, and more. +- [stevejford/shiply-mcp](https://github.com/stevejford/shiply-mcp) πŸ“‡ ☁️ - Agent-first web host: publish a static site or edge function to the web in one call (no account), then manage updates, custom domains, SSL, env vars, databases, and email. Hosted remote MCP at https://shiply.now/mcp. - [strowk/mcp-k8s-go](https://github.com/strowk/mcp-k8s-go) 🏎️ ☁️/🏠 - Kubernetes cluster operations through MCP - [TencentCloudBase/CloudBase-AI-ToolKit](https://github.com/TencentCloudBase/CloudBase-AI-ToolKit) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - One-stop backend services for WeChat Mini-Programs and full-stack apps. Provides specialized MCP tools for serverless cloud functions, databases, and one-click deployment to production with China market access through WeChat ecosystem. - [thunderboltsid/mcp-nutanix](https://github.com/thunderboltsid/mcp-nutanix) 🏎️ 🏠/☁️ - Go-based MCP Server for interfacing with Nutanix Prism Central resources. From 413ee740eb340e6b52cb0ed11380a4e448147ac6 Mon Sep 17 00:00:00 2001 From: liftkkkk Date: Wed, 24 Jun 2026 09:11:32 +0800 Subject: [PATCH 014/403] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45efea741..8b12c0d37 100644 --- a/README.md +++ b/README.md @@ -1990,7 +1990,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [KVANTRA-dev/NOUZ-MCP](https://github.com/KVANTRA-dev/NOUZ-MCP) [![NOUZ-MCP MCP server](https://glama.ai/mcp/servers/KVANTRA-dev/NOUZ-MCP/badges/score.svg)](https://glama.ai/mcp/servers/KVANTRA-dev/NOUZ-MCP) 🐍 🏠 🍎 πŸͺŸ 🐧 - Semantic knowledge graph for Obsidian. Three modes (pure graph / semantic classification / strict hierarchy), local embeddings, sign classification via cosine similarity to user-defined cores, bottom-up core_mix aggregation, semantic bridge discovery, and drift detection. `pip install nouz-mcp` - [leesgit/claude-session-continuity-mcp](https://github.com/leesgit/claude-session-continuity-mcp) [![claude-session-continuity-mcp MCP server](https://glama.ai/mcp/servers/leesgit/claude-session-continuity-mcp/badges/score.svg)](https://glama.ai/mcp/servers/leesgit/claude-session-continuity-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Zero-config session continuity for Claude Code. Auto-captures context via Claude Hooks, provides 25 tools for memory, tasks, solutions, and knowledge graph. Multilingual semantic search (94+ languages) with cross-language retrieval. - [lfrmonteiro99/memento-mcp](https://github.com/lfrmonteiro99/memento-mcp) [![lfrmonteiro99/memento-mcp MCP server](https://glama.ai/mcp/servers/lfrmonteiro99/memento-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lfrmonteiro99/memento-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first persistent memory for AI coding agents. Captures facts, decisions, patterns, and architecture notes in SQLite (with optional cloud embeddings) to reduce repeated context across sessions. -- [liftkkkk/owl-mcp](https://github.com/liftkkkk/owl-mcp) 🐍 🏠 - MCP server for OWL/TTL/RDF ontologies. Supports SPARQL queries, HermiT/Pellet reasoning, and CRUD operations on knowledge graphs. Works with Claude Desktop, Cursor, and Windsurf. +- [liftkkkk/owl-mcp](https://github.com/liftkkkk/owl-mcp) [![liftkkkk/owl-mcp MCP server](https://glama.ai/mcp/servers/liftkkkk/owl-mcp/badges/score.svg)](https://glama.ai/mcp/servers/liftkkkk/owl-mcp) 🐍 🏠 - MCP server for OWL/TTL/RDF ontologies. Supports SPARQL queries, HermiT/Pellet reasoning, and CRUD operations on knowledge graphs. Works with Claude Desktop, Cursor, and Windsurf. - [linxule/lotus-wisdom-mcp](https://github.com/linxule/lotus-wisdom-mcp) πŸ“‡ 🏠 ☁️ - Contemplative problem-solving using the Lotus Sutra's wisdom framework. Multi-perspective reasoning with skillful means, non-dual recognition, and meditation pauses. Available as local stdio or remote Cloudflare Worker. - [lithtrix/lithtrix-mcp](https://github.com/lithtrix/lithtrix-mcp) [![lithtrix/lithtrix-mcp MCP server](https://glama.ai/mcp/servers/lithtrix/lithtrix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lithtrix/lithtrix-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Memory Consolidation for AI agents across vendors, owners, and time. Persistent memory, credibility-scored web search, browser fetch, and shared Commons pool under a stable `ltx_` key. Self-registration in one API call, no dashboard required. `npx lithtrix-mcp` - [louis030195/easy-obsidian-mcp](https://github.com/louis030195/easy-obsidian-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Interact with Obsidian vaults for knowledge management. Create, read, update, and search notes. Works with local Obsidian vaults using filesystem access. From c4f0f49863ada4d937ed5f6b72e9e16e378e136e Mon Sep 17 00:00:00 2001 From: stevejford Date: Wed, 24 Jun 2026 11:57:56 +1000 Subject: [PATCH 015/403] Add Glama score badge for stevejford/shiply-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e996404ea..10462e825 100644 --- a/README.md +++ b/README.md @@ -476,7 +476,7 @@ Cloud platform service integration. Enables management and interaction with clou - [spre-sre/lumino-mcp-server](https://github.com/spre-sre/lumino-mcp-server) 🐍 ☁️ - AI-powered SRE observability for Kubernetes and OpenShift with 40+ tools for Tekton pipeline debugging, log analysis, root cause analysis, and predictive monitoring. - [StacklokLabs/mkp](https://github.com/StacklokLabs/mkp) 🏎️ ☁️ - MKP is a Model Context Protocol (MCP) server for Kubernetes that allows LLM-powered applications to interact with Kubernetes clusters. It provides tools for listing and applying Kubernetes resources through the MCP protocol. - [StacklokLabs/ocireg-mcp](https://github.com/StacklokLabs/ocireg-mcp) 🏎️ ☁️ - An SSE-based MCP server that allows LLM-powered applications to interact with OCI registries. It provides tools for retrieving information about container images, listing tags, and more. -- [stevejford/shiply-mcp](https://github.com/stevejford/shiply-mcp) πŸ“‡ ☁️ - Agent-first web host: publish a static site or edge function to the web in one call (no account), then manage updates, custom domains, SSL, env vars, databases, and email. Hosted remote MCP at https://shiply.now/mcp. +- [stevejford/shiply-mcp](https://github.com/stevejford/shiply-mcp) [![stevejford/shiply-mcp MCP server](https://glama.ai/mcp/servers/stevejford/shiply-mcp/badges/score.svg)](https://glama.ai/mcp/servers/stevejford/shiply-mcp) πŸ“‡ ☁️ - Agent-first web host: publish a static site or edge function to the web in one call (no account), then manage updates, custom domains, SSL, env vars, databases, and email. Hosted remote MCP at https://shiply.now/mcp. - [strowk/mcp-k8s-go](https://github.com/strowk/mcp-k8s-go) 🏎️ ☁️/🏠 - Kubernetes cluster operations through MCP - [TencentCloudBase/CloudBase-AI-ToolKit](https://github.com/TencentCloudBase/CloudBase-AI-ToolKit) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - One-stop backend services for WeChat Mini-Programs and full-stack apps. Provides specialized MCP tools for serverless cloud functions, databases, and one-click deployment to production with China market access through WeChat ecosystem. - [thunderboltsid/mcp-nutanix](https://github.com/thunderboltsid/mcp-nutanix) 🏎️ 🏠/☁️ - Go-based MCP Server for interfacing with Nutanix Prism Central resources. From aefa761d9ede9df8cbe087849abbf6c122c8718b Mon Sep 17 00:00:00 2001 From: KyleMillion Date: Tue, 23 Jun 2026 21:52:35 -0500 Subject: [PATCH 016/403] =?UTF-8?q?feat:=20add=20The=20Stall=20=E2=80=94?= =?UTF-8?q?=20209=20pay-per-call=20AI=20capabilities=20via=20x402=20(MCP)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Stall is an x402-native capability chassis by IntuiTek. 209 live capabilities covering equities, DeFi, options, macro, on-chain intelligence, weather, aviation, and more. Pay-per-call in USDC on Base mainnet. No API key, no subscription. Glama listing: https://glama.ai/mcp/servers/thebrierfox/the-stall --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fd373a24..1d678bf91 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ Servers for accessing many apps and tools through a single MCP server. - [sonnyflylock/voxie-ai-directory-mcp](https://github.com/sonnyflylock/voxie-ai-directory-mcp) πŸ“‡ ☁️ - AI Phone Number Directory providing access to AI services via webchat. Query Voxie AI personas and third-party services like ChatGPT, with instant webchat URLs for free interactions. - [SureScaleAI/openai-gpt-image-mcp](https://github.com/SureScaleAI/openai-gpt-image-mcp) πŸ“‡ ☁️ - OpenAI GPT image generation/editing MCP server. - [sxhxliang/mcp-access-point](https://github.com/sxhxliang/mcp-access-point) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Turn a web service into an MCP server in one click without making any code changes. +- [thebrierfox/the-stall](https://github.com/thebrierfox/the-stall) [![thebrierfox/the-stall MCP server](https://glama.ai/mcp/servers/thebrierfox/the-stall/badges/score.svg)](https://glama.ai/mcp/servers/thebrierfox/the-stall) πŸ“‡ ☁️ - 209 pay-per-call AI capabilities via x402 USDC micropayments on Base mainnet. Covers US/global equities, crypto/DeFi analytics, options chains, dealer GEX, macro indicators, congressional trades, prediction markets, on-chain intelligence, EVM & Solana analysis, SEC filings, weather, aviation, and more. No API key β€” pay per call from $0.001 USDC. - [TheLunarCompany/lunar#mcpx](https://github.com/TheLunarCompany/lunar/tree/main/mcpx) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - MCPX is a production-ready, open-source gateway to manage MCP servers at scaleβ€”centralize tool discovery, access controls, call prioritization, and usage tracking to simplify agent workflows. - [thinkchainai/mcpbundles](https://github.com/thinkchainai/mcpbundles) - MCP Bundles: Create custom bundles of tools and connect providers with OAuth or API keys. Use one MCP server across thousands of integrations, with programmatic tool calling and MCP UI for managing bundles and credentials. - [tigranbs/mcgravity](https://github.com/tigranbs/mcgravity) πŸ“‡ 🏠 - A proxy tool for composing multiple MCP servers into one unified endpoint. Scale your AI tools by load balancing requests across multiple MCP servers, similar to how Nginx works for web servers. From da1748142212d69048ca45276369f0b53108cb3a Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 24 Jun 2026 15:58:15 +0900 Subject: [PATCH 017/403] Add Mushi Mushi to awesome MCP servers list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug-translation MCP for vibe coders β€” plain-English diagnosis and paste-ready fix prompts from user-felt bug reports. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fd373a24..4121ced9b 100644 --- a/README.md +++ b/README.md @@ -1091,6 +1091,7 @@ Tools and integrations that enhance the development workflow and environment man - [kao273183/mk-qa-master](https://github.com/kao273183/mk-qa-master) [![kao273183/mk-qa-master MCP server](https://glama.ai/mcp/servers/kao273183/mk-qa-master/badges/score.svg)](https://glama.ai/mcp/servers/kao273183/mk-qa-master) 🐍 🏠 🍎 πŸͺŸ 🐧 - AI 測試倧師 β€” end-to-end QA loop over MCP. Drives pytest / Jest / Cypress / Go / Maestro from one surface; analyzes URLs (Web DOM) or live mobile screens (`maestro hierarchy`) to extract testable modules, generates runnable pytest or Maestro YAML with real selectors (not `# TODO` stubs), runs with auto-retry, then writes a prioritized `optimization-plan.md` ranked by evidence (flaky vs broken vs coverage gap). Mobile-first: iOS Simulator, Android Emulator, real devices, and BlueStacks (`QA_ANDROID_HOST=127.0.0.1:5555`). Install via `uvx mk-qa-master`. - [Kapeli/dash-mcp-server](https://github.com/Kapeli/dash-mcp-server) [![Kapeli/dash-mcp-server MCP server](https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server) 🐍 🏠 🍎 - MCP server for [Dash](https://kapeli.com/dash), the macOS API documentation browser. Instant search over 200+ documentation sets. - [kenneives/design-token-bridge-mcp](https://github.com/kenneives/design-token-bridge-mcp) [![design-token-bridge-mcp MCP server](https://glama.ai/mcp/servers/kenneives/design-token-bridge-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kenneives/design-token-bridge-mcp) πŸ“‡ 🏠 - Translates design tokens between platforms β€” extract from Tailwind, CSS, Figma, or W3C DTCG, then generate Material 3 (Kotlin), SwiftUI, Tailwind config, and CSS Variables with WCAG contrast validation. +- [Mushi Mushi](https://github.com/kensaurus/mushi-mushi) [![kensaurus/mushi-mushi MCP server](https://glama.ai/mcp/servers/kensaurus/mushi-mushi/badges/score.svg)](https://glama.ai/mcp/servers/kensaurus/mushi-mushi) 🏎️ ☁️ - Bug translation for vibe coders: pull a plain-English diagnosis and a paste-ready fix prompt for any user-felt bug, with evidence, blast radius, and fix dispatch β€” from your AI coding agent. No second LLM key. - [kerbelp/metatron](https://github.com/kerbelp/metatron) [![kerbelp/metatron MCP server](https://glama.ai/mcp/servers/kerbelp/metatron/badges/score.svg)](https://glama.ai/mcp/servers/kerbelp/metatron) 🐍 🏠 🍎 πŸͺŸ 🐧 - Self-hosted codebase priors and conventions server. Captures codebase design patterns, conventions, and implementation decisions from git history and developer feedback, serving them to coding agents to ensure local project standards are followed. - [kevinswint/xcode-studio-mcp](https://github.com/kevinswint/xcode-studio-mcp) [![kevinswint/xcode-studio-mcp MCP server](https://glama.ai/mcp/servers/kevinswint/xcode-studio-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kevinswint/xcode-studio-mcp) πŸ“‡ 🏠 🍎 - Unified MCP server for iOS development β€” build, run, screenshot, and interact with iOS Simulator. - [kindly-software/kdb](https://github.com/kindly-software/kdb) πŸ¦€ ☁️ - AI-powered time-travel debugger with bidirectional execution replay, audit-compliant hash-chain logging, and SIMD-accelerated stack unwinding. Free Hobby tier available. From a8fb49927918559ac116b2ddbf509201ba3d2bfc Mon Sep 17 00:00:00 2001 From: Brian Boisjoli Date: Wed, 24 Jun 2026 06:30:07 -0400 Subject: [PATCH 018/403] Add vibekit-mcp server (Coding Agents) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fd373a24..f687a2ee7 100644 --- a/README.md +++ b/README.md @@ -580,6 +580,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [Touchpoint-Labs/touchpoint](https://github.com/Touchpoint-Labs/touchpoint) [![Touchpoint MCP server](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint/badges/score.svg)](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint) 🐍 🏠 🍎 πŸͺŸ 🐧 - Playwright for the entire OS. Gives AI agents the ability to see, find, and interact with UI elements in any desktop application. - [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) - A secure shell command execution server implementing the Model Context Protocol (MCP) - [VertexStudio/developer](https://github.com/VertexStudio/developer) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Comprehensive developer tools for file editing, shell command execution, and screen capture capabilities +- [vibekit-mcp](https://www.npmjs.com/package/vibekit-mcp) πŸ“‡ ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client deploy apps, manage hosting/env vars, run coding tasks, and chat with each app's persistent server-side agent (every app gets its own agent, git repo, and live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. - [wende/cicada](https://github.com/wende/cicada) 🐍 🏠 🍎 πŸͺŸ 🐧 - Code Intelligence for Elixir: module search, function tracking, and PR attribution through tree-sitter AST parsing - [wonderwhy-er/DesktopCommanderMCP](https://github.com/wonderwhy-er/DesktopCommanderMCP) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - A swiss-army-knife that can manage/execute programs and read/write/search/edit code and text files. - [x51xxx/codex-mcp-tool](https://github.com/x51xxx/codex-mcp-tool) πŸ“‡ ☁️ - MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1) From 6e3fc7ecf16e06baa18a5f1bc9357f48caaf0110 Mon Sep 17 00:00:00 2001 From: mediiiiium Date: Wed, 24 Jun 2026 20:36:49 +0900 Subject: [PATCH 019/403] Add mediiiiium/mcp-jp to Aggregators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fd373a24..4c01c48eb 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ Servers for accessing many apps and tools through a single MCP server. - [mambalabsdev/mcp-gtm-suite](https://github.com/mambalabsdev/mcp-gtm-suite) [![mambalabsdev/mcp-gtm-suite MCP server](https://glama.ai/mcp/servers/mambalabsdev/mcp-gtm-suite/badges/score.svg)](https://glama.ai/mcp/servers/mambalabsdev/mcp-gtm-suite) πŸ“‡ ☁️ - Six GTM signal tools in one MCP server, covering hiring signals, tech stack detection, job board scanning, LinkedIn URL resolution, ICP scoring, and signal aggregation via Apify actors. - [Markgatcha/universal-mcp-toolkit](https://github.com/Markgatcha/universal-mcp-toolkit) [![Markgatcha/universal-mcp-toolkit MCP server](https://glama.ai/mcp/servers/Markgatcha/universal-mcp-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/Markgatcha/universal-mcp-toolkit) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - A universal MCP aggregator toolkit that connects AI agents to multiple MCP servers through a single unified configuration. Features ready-made templates, cross-repo prompt workflows, and an npm package for zero-config installation.universal MCP aggregator toolkit that connects AI agents to multiple MCP servers through a single unified configuration. Features ready-made templates, cross-repo prompt workflows, and an npm package for zero-config installation. - [MastadoonPrime/sylex-search](https://github.com/MastadoonPrime/sylex-search) [![MastadoonPrime/sylex-search MCP server](https://glama.ai/mcp/servers/MastadoonPrime/sylex-search/badges/score.svg)](https://glama.ai/mcp/servers/MastadoonPrime/sylex-search) 🐍 πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Universal search engine for AI agents. Discover products, services, and businesses across every category. 10 MCP tools, zero LLM calls, millisecond responses. `npx sylex-search` +- [mediiiiium/mcp-jp](https://github.com/mediiiiium/mcp-jp) 🐍 ☁️ - Collection of MCP servers for Japanese SMB SaaS that have no official MCP (KING OF TIME, SmartHR, kaonavi, Smaregi, LINE Lstep, CloudSign, and 30+ more). Each connector is an independent pip-installable package. - [merterbak/Grok-MCP](https://github.com/merterbak/Grok-MCP) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - MCP server for xAI's [Grok API](https://docs.x.ai/docs/overview) with agentic tool calling, image generation, vision, and file support. - [metatool-ai/metatool-app](https://github.com/metatool-ai/metatool-app) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MetaMCP is the one unified middleware MCP server that manages your MCP connections with GUI. - [MikkoParkkola/mcp-gateway](https://github.com/MikkoParkkola/mcp-gateway) [![MikkoParkkola/mcp-gateway MCP server](https://glama.ai/mcp/servers/MikkoParkkola/mcp-gateway/badges/score.svg)](https://glama.ai/mcp/servers/MikkoParkkola/mcp-gateway) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Universal MCP gateway with single-port multiplexing and Meta-MCP. 4 meta-tools replace 100+ registrations, saving 95% context window. Hot-reloadable capabilities, OpenAPI auto-import, 42 starter capabilities (25 zero-config). From b7f1b06410c1e28f8a6a23b75b984424aaf2badf Mon Sep 17 00:00:00 2001 From: Douglas Dimola <32626222+DougDimola@users.noreply.github.com> Date: Thu, 25 Jun 2026 10:38:16 +0200 Subject: [PATCH 020/403] Add new FoundersOS server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fd373a24..df50a39ef 100644 --- a/README.md +++ b/README.md @@ -2939,6 +2939,7 @@ Interact with Git repositories and version control platforms. Enables repository - [devroopsaha744/TexMCP](https://github.com/devroopsaha744/TexMCP) 🐍 🏠 - An MCP server that converts LaTeX into high-quality PDF documents. It provides tools for rendering both raw LaTeX input and customizable templates, producing shareable, production-ready artifacts such as reports, resumes, and research papers. - [ellmos-ai/n8n-manager-mcp](https://github.com/ellmos-ai/n8n-manager-mcp) [![ellmos-ai/n8n-manager-mcp MCP server](https://glama.ai/mcp/servers/ellmos-ai/n8n-manager-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ellmos-ai/n8n-manager-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for managing n8n workflows through AI assistants, including workflow CRUD, synchronization, inspection, and execution support. - [ernestocorona/kanboard-mcp](https://github.com/ErnestoCorona/kanboard-mcp) [![ErnestoCorona/kanboard-mcp MCP server](https://glama.ai/mcp/servers/ErnestoCorona/kanboard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ErnestoCorona/kanboard-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - TypeScript MCP server for [Kanboard](https://kanboard.org) with multi-project routing via `.kanboard.yaml`. 37 tools, 982 unit tests, Docker multi-arch on GHCR, provenance-signed npm releases via OIDC, DiΓ‘taxis-structured docs, MIT licensed. +- [Founders OS](https://github.com/OurThinkTank/founders-os) πŸ“‡ 🏠 - Self-hosted business context for your AI client: CRM, check points, automation triggers, financial ledger, tasks, playbooks, news feeds, projects, and semantic memory in one MCP server. Ask one question and it reads your CRM and books together. Your data stays in your own database. MIT licensed. - [foxintheloop/UpTier](https://github.com/foxintheloop/UpTier) πŸ“‡ 🏠 πŸͺŸ - Desktop task manager with clean To Do-style UI and 25+ MCP tools for prioritization, goal tracking, and multi-profile workflows. - [getalai/alai-mcp-server](https://github.com/getalai/alai-mcp-server) [![Alai MCP server](https://glama.ai/mcp/servers/getalai/Alai/badges/score.svg)](https://glama.ai/mcp/servers/getalai/Alai) 🐍 ☁️ πŸŽ–οΈ - Generate, edit, and export high quality presentations with AI to PDF, PPTX, or a shareable link. - [giuseppe-coco/Google-Workspace-MCP-Server](https://github.com/giuseppe-coco/Google-Workspace-MCP-Server) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - MCP server that seamlessly interacts with your Google Calendar, Gmail, Drive and so on. From 7f54624f293dca0dc6f499ee0e7ca41afa1b09f0 Mon Sep 17 00:00:00 2001 From: WhoSoEverM8 Date: Thu, 25 Jun 2026 14:37:26 +0200 Subject: [PATCH 021/403] Add knowmind server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d2564e9d..feb2b8cea 100644 --- a/README.md +++ b/README.md @@ -1944,6 +1944,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [s60yucca/mnemos](https://github.com/s60yucca/mnemos) [![s60yucca/mnemos MCP server](https://glama.ai/mcp/servers/s60yucca/mnemos/badges/score.svg)](https://glama.ai/mcp/servers/s60yucca/mnemos) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Persistent memory engine for AI coding agents. Stores architecture decisions, bug root causes, and project conventions across sessions. Single Go binary with embedded SQLite, FTS5 search, context assembly within token budgets, and autopilot setup for Claude Code, Kiro, and Cursor. - [SaravananJaichandar/world-model-mcp](https://github.com/SaravananJaichandar/world-model-mcp) [![SaravananJaichandar/world-model-mcp MCP server](https://glama.ai/mcp/servers/SaravananJaichandar/world-model-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SaravananJaichandar/world-model-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Temporal knowledge graph for codebases. Captures decision traces, links test failures to code changes, learns co-edit patterns, predicts regression risk, and enforces learned constraints at the edit boundary via a PreToolUse hook. 22 MCP tools, 9 SQLite databases with FTS5, supports Python/TypeScript/JavaScript/Solidity/Go/Rust/Java. Install via `pip install world-model-mcp`. - [sachitrafa/YourMemory](https://github.com/sachitrafa/YourMemory) [![sachitrafa/YourMemory MCP server](https://glama.ai/mcp/servers/sachitrafa/YourMemory/badges/score.svg)](https://glama.ai/mcp/servers/sachitrafa/YourMemory) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory for AI agents with Ebbinghaus forgetting-curve decay, hybrid BM25+vector retrieval, and entity graph for multi-hop reasoning. Memories auto-prune by importance and recall rate. Built-in browser dashboard, multi-agent support, and `yourmemory ask` for zero-API-call local queries. `pip install yourmemory` +- [Schubeler-Consulting/knowmind](https://github.com/Schubeler-Consulting/knowmind) πŸ“‡ ☁️ - AI agent memory and knowledge graph, hosted in Germany (GDPR-compliant). Hybrid recall (BM25 + vector + Neo4j graph hops with cross-encoder rerank), typed relations, and bi-temporal store across sessions via MCP. Works with Claude, ChatGPT, and Cursor. `npx -y knowmind mcp` - [SecurityRonin/alaya](https://github.com/SecurityRonin/alaya) [![SecurityRonin/alaya MCP server](https://glama.ai/mcp/servers/SecurityRonin/alaya/badges/score.svg)](https://glama.ai/mcp/servers/SecurityRonin/alaya) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Neuroscience-inspired memory engine for AI agents. Stores episodes, consolidates knowledge through a Bjork-strength lifecycle (strengthening, transformation, forgetting), and builds a personal knowledge graph with emergent categories, preferences, and semantic recall. Local SQLite, zero config, 10 MCP tools. Install via `npx alaya-mcp`. - [SecurityRonin/docx-mcp](https://github.com/SecurityRonin/docx-mcp) [![docx-mcp MCP server](https://glama.ai/mcp/servers/SecurityRonin/docx-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SecurityRonin/docx-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Read and edit Word (.docx) documents with track changes, comments, footnotes, and structural validation. The only MCP server combining w:ins/w:del tracked changes, threaded comments, and footnotes with OOXML-level paraId validation and document auditing. 18 tools, Python 3.10+. - [sheawinkler/ContextLattice](https://github.com/sheawinkler/ContextLattice) [![sheawinkler/ContextLattice MCP server](https://glama.ai/mcp/servers/sheawinkler/context-lattice/badges/score.svg)](https://glama.ai/mcp/servers/sheawinkler/context-lattice) 🏠 🍎 πŸͺŸ 🐧 πŸ¦€ 🏎️ - Private-by-default memory and context layer for agents with Go/Rust runtime, staged retrieval across fused data backends, and long-horizon context continuity. From 307bffbb0eafb95cd94c1164b1f645fb1d1d4bda Mon Sep 17 00:00:00 2001 From: ekocam Date: Fri, 26 Jun 2026 12:03:50 +0300 Subject: [PATCH 022/403] Add orcalayer/orcalayer-mcp to Finance & Fintech Co-Authored-By: Claude Opus 4.8 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..b242d880d 100644 --- a/README.md +++ b/README.md @@ -1734,6 +1734,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [openaccountants/openaccountants](https://github.com/openaccountants/openaccountants) [![openaccountants/openaccountants MCP server](https://glama.ai/mcp/servers/openaccountants/openaccountants/badges/score.svg)](https://glama.ai/mcp/servers/openaccountants/openaccountants) πŸ“‡ ☁️ - Open-source AI accounting skills, checked by licensed accountants jurisdiction by jurisdiction. 3 tools: list skills by country/category, get full skill content, and get individual sections. Skills teach AI agents tax computations (income tax, VAT, payroll) across 134 countries plus US states and Canadian provinces. Hosted at `https://www.openaccountants.com/api/mcp`. - [openMF/mcp-mifosx-self-service](https://github.com/openMF/mcp-mifosx-self-service) 🐍 ☁️ - A self-service integration for user registration, authentication, account management, transactions, and third-party transfers with Apache Fineract. - [openMF/mcp-mifosx](https://github.com/openMF/mcp-mifosx) ☁️ 🏠 - A core banking integration for managing clients, loans, savings, shares, financial transactions and generating financial reports. +- [orcalayer/orcalayer-mcp](https://github.com/orcalayer/orcalayer-mcp) 🐍 ☁️ - Polymarket whale tracking & smart-money analytics. Filtered leaderboard (airdrop-farmers excluded), hedge detection, NegRisk correction, and Ukraine territorial markets with ISW frontline overlay. - [partymola/monzo-mcp](https://github.com/partymola/monzo-mcp) [![partymola/monzo-mcp MCP server](https://glama.ai/mcp/servers/partymola/monzo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/partymola/monzo-mcp) 🐍 ☁️ 🏠 - Read-only MCP server for the Monzo banking API (UK). OAuth with auto-refresh, local SQLite transaction cache, full-text search, and spending analysis with category breakdowns. - [payclaw/mcp-server](https://github.com/payclaw/mcp-server) [![payclaw-mcp MCP server](https://glama.ai/mcp/servers/@payclaw/payclaw-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@payclaw/payclaw-mcp) πŸ“‡ ☁️ - Virtual Visa cards for AI agents. Just-in-time card issuance per transaction, human-approved spend authorization, MCP-native. Works anywhere Visa is accepted. - [mikusnuz/pexbot-mcp](https://github.com/mikusnuz/pexbot-mcp) [![mikusnuz/pexbot-mcp MCP server](https://glama.ai/mcp/servers/mikusnuz/pexbot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mikusnuz/pexbot-mcp) πŸ“‡ ☁️ - AI simulated crypto trading with real-time Upbit prices. 11 tools for registration, trading, and autonomous AI investment with 100M KRW virtual balance. `npx -y @pexbot/mcp` From 9b0f04bcd8eca0842065a636b1aea2f5f5d3f65d Mon Sep 17 00:00:00 2001 From: ekocam Date: Fri, 26 Jun 2026 12:55:28 +0300 Subject: [PATCH 023/403] Add Glama score badge to orcalayer/orcalayer-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b242d880d..8d42c7771 100644 --- a/README.md +++ b/README.md @@ -1734,7 +1734,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [openaccountants/openaccountants](https://github.com/openaccountants/openaccountants) [![openaccountants/openaccountants MCP server](https://glama.ai/mcp/servers/openaccountants/openaccountants/badges/score.svg)](https://glama.ai/mcp/servers/openaccountants/openaccountants) πŸ“‡ ☁️ - Open-source AI accounting skills, checked by licensed accountants jurisdiction by jurisdiction. 3 tools: list skills by country/category, get full skill content, and get individual sections. Skills teach AI agents tax computations (income tax, VAT, payroll) across 134 countries plus US states and Canadian provinces. Hosted at `https://www.openaccountants.com/api/mcp`. - [openMF/mcp-mifosx-self-service](https://github.com/openMF/mcp-mifosx-self-service) 🐍 ☁️ - A self-service integration for user registration, authentication, account management, transactions, and third-party transfers with Apache Fineract. - [openMF/mcp-mifosx](https://github.com/openMF/mcp-mifosx) ☁️ 🏠 - A core banking integration for managing clients, loans, savings, shares, financial transactions and generating financial reports. -- [orcalayer/orcalayer-mcp](https://github.com/orcalayer/orcalayer-mcp) 🐍 ☁️ - Polymarket whale tracking & smart-money analytics. Filtered leaderboard (airdrop-farmers excluded), hedge detection, NegRisk correction, and Ukraine territorial markets with ISW frontline overlay. +- [orcalayer/orcalayer-mcp](https://github.com/orcalayer/orcalayer-mcp) [![orcalayer/orcalayer-mcp MCP server](https://glama.ai/mcp/servers/orcalayer/orcalayer-mcp/badges/score.svg)](https://glama.ai/mcp/servers/orcalayer/orcalayer-mcp) 🐍 ☁️ - Polymarket whale tracking & smart-money analytics. Filtered leaderboard (airdrop-farmers excluded), hedge detection, NegRisk correction, and Ukraine territorial markets with ISW frontline overlay. - [partymola/monzo-mcp](https://github.com/partymola/monzo-mcp) [![partymola/monzo-mcp MCP server](https://glama.ai/mcp/servers/partymola/monzo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/partymola/monzo-mcp) 🐍 ☁️ 🏠 - Read-only MCP server for the Monzo banking API (UK). OAuth with auto-refresh, local SQLite transaction cache, full-text search, and spending analysis with category breakdowns. - [payclaw/mcp-server](https://github.com/payclaw/mcp-server) [![payclaw-mcp MCP server](https://glama.ai/mcp/servers/@payclaw/payclaw-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@payclaw/payclaw-mcp) πŸ“‡ ☁️ - Virtual Visa cards for AI agents. Just-in-time card issuance per transaction, human-approved spend authorization, MCP-native. Works anywhere Visa is accepted. - [mikusnuz/pexbot-mcp](https://github.com/mikusnuz/pexbot-mcp) [![mikusnuz/pexbot-mcp MCP server](https://glama.ai/mcp/servers/mikusnuz/pexbot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mikusnuz/pexbot-mcp) πŸ“‡ ☁️ - AI simulated crypto trading with real-time Upbit prices. 11 tools for registration, trading, and autonomous AI investment with 100M KRW virtual balance. `npx -y @pexbot/mcp` From aa4b53ff13cfcb00a8c8e456035d3129c8737628 Mon Sep 17 00:00:00 2001 From: "609.sol" <90005524+609NFT@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:43:23 -0400 Subject: [PATCH 024/403] Use GitHub-hosted repo URL + tighten description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f687a2ee7..7ce8a8909 100644 --- a/README.md +++ b/README.md @@ -580,7 +580,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [Touchpoint-Labs/touchpoint](https://github.com/Touchpoint-Labs/touchpoint) [![Touchpoint MCP server](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint/badges/score.svg)](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint) 🐍 🏠 🍎 πŸͺŸ 🐧 - Playwright for the entire OS. Gives AI agents the ability to see, find, and interact with UI elements in any desktop application. - [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) - A secure shell command execution server implementing the Model Context Protocol (MCP) - [VertexStudio/developer](https://github.com/VertexStudio/developer) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Comprehensive developer tools for file editing, shell command execution, and screen capture capabilities -- [vibekit-mcp](https://www.npmjs.com/package/vibekit-mcp) πŸ“‡ ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client deploy apps, manage hosting/env vars, run coding tasks, and chat with each app's persistent server-side agent (every app gets its own agent, git repo, and live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. +- [vibekit-mcp](https://github.com/609NFT/vibekit-mcp) πŸ“‡ ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. - [wende/cicada](https://github.com/wende/cicada) 🐍 🏠 🍎 πŸͺŸ 🐧 - Code Intelligence for Elixir: module search, function tracking, and PR attribution through tree-sitter AST parsing - [wonderwhy-er/DesktopCommanderMCP](https://github.com/wonderwhy-er/DesktopCommanderMCP) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - A swiss-army-knife that can manage/execute programs and read/write/search/edit code and text files. - [x51xxx/codex-mcp-tool](https://github.com/x51xxx/codex-mcp-tool) πŸ“‡ ☁️ - MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1) From a8318aada19a82c59e9e6104dd08bc22b77192b5 Mon Sep 17 00:00:00 2001 From: "609.sol" <90005524+609NFT@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:07:12 -0400 Subject: [PATCH 025/403] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ce8a8909..14c9c1a90 100644 --- a/README.md +++ b/README.md @@ -580,7 +580,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [Touchpoint-Labs/touchpoint](https://github.com/Touchpoint-Labs/touchpoint) [![Touchpoint MCP server](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint/badges/score.svg)](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint) 🐍 🏠 🍎 πŸͺŸ 🐧 - Playwright for the entire OS. Gives AI agents the ability to see, find, and interact with UI elements in any desktop application. - [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) - A secure shell command execution server implementing the Model Context Protocol (MCP) - [VertexStudio/developer](https://github.com/VertexStudio/developer) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Comprehensive developer tools for file editing, shell command execution, and screen capture capabilities -- [vibekit-mcp](https://github.com/609NFT/vibekit-mcp) πŸ“‡ ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. +- [vibekit-mcp](https://github.com/609NFT/vibekit-mcp) πŸ“‡ ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. [![vibekit-mcp MCP server](https://glama.ai/mcp/servers/609NFT/vibekit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/609NFT/vibekit-mcp) - [wende/cicada](https://github.com/wende/cicada) 🐍 🏠 🍎 πŸͺŸ 🐧 - Code Intelligence for Elixir: module search, function tracking, and PR attribution through tree-sitter AST parsing - [wonderwhy-er/DesktopCommanderMCP](https://github.com/wonderwhy-er/DesktopCommanderMCP) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - A swiss-army-knife that can manage/execute programs and read/write/search/edit code and text files. - [x51xxx/codex-mcp-tool](https://github.com/x51xxx/codex-mcp-tool) πŸ“‡ ☁️ - MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1) From bad35c815edbde2c992c22e64b8c2b91edbe2038 Mon Sep 17 00:00:00 2001 From: "609.sol" <90005524+609NFT@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:08:26 -0400 Subject: [PATCH 026/403] Use full owner/repo name format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14c9c1a90..f45ebd156 100644 --- a/README.md +++ b/README.md @@ -580,7 +580,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [Touchpoint-Labs/touchpoint](https://github.com/Touchpoint-Labs/touchpoint) [![Touchpoint MCP server](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint/badges/score.svg)](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint) 🐍 🏠 🍎 πŸͺŸ 🐧 - Playwright for the entire OS. Gives AI agents the ability to see, find, and interact with UI elements in any desktop application. - [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) - A secure shell command execution server implementing the Model Context Protocol (MCP) - [VertexStudio/developer](https://github.com/VertexStudio/developer) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Comprehensive developer tools for file editing, shell command execution, and screen capture capabilities -- [vibekit-mcp](https://github.com/609NFT/vibekit-mcp) πŸ“‡ ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. [![vibekit-mcp MCP server](https://glama.ai/mcp/servers/609NFT/vibekit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/609NFT/vibekit-mcp) +- [609NFT/vibekit-mcp](https://github.com/609NFT/vibekit-mcp) πŸ“‡ ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. [![609NFT/vibekit-mcp MCP server](https://glama.ai/mcp/servers/609NFT/vibekit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/609NFT/vibekit-mcp) - [wende/cicada](https://github.com/wende/cicada) 🐍 🏠 🍎 πŸͺŸ 🐧 - Code Intelligence for Elixir: module search, function tracking, and PR attribution through tree-sitter AST parsing - [wonderwhy-er/DesktopCommanderMCP](https://github.com/wonderwhy-er/DesktopCommanderMCP) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - A swiss-army-knife that can manage/execute programs and read/write/search/edit code and text files. - [x51xxx/codex-mcp-tool](https://github.com/x51xxx/codex-mcp-tool) πŸ“‡ ☁️ - MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1) From 0698b8a481469349a4503e9c9e3908b03df3da5e Mon Sep 17 00:00:00 2001 From: sena-labs Date: Sat, 27 Jun 2026 03:39:11 +0200 Subject: [PATCH 027/403] Add Glama score badge to OzBridge entry Server is listed on Glama (sena-labs/OzBridge) with a Dockerfile for reproducible build + introspection. Addresses the merge checklist. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76fe43044..cebe6c5a3 100644 --- a/README.md +++ b/README.md @@ -513,7 +513,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [PsChina/deepseek-as-subagent](https://github.com/PsChina/deepseek-as-subagent) [![PsChina/deepseek-as-subagent MCP server](https://glama.ai/mcp/servers/PsChina/deepseek-as-subagent/badges/score.svg)](https://glama.ai/mcp/servers/PsChina/deepseek-as-subagent) 🐍 🏠 🍎 πŸͺŸ 🐧 - Run DeepSeek as a real sub-agent inside Claude Code / Codex CLI. DeepSeek gets its own 7-tool agent loop (Read/Write/Edit/Bash/Glob/Grep/NotebookEdit) in a sandboxed workspace, not just a single LLM call. Includes token-based command sandbox, pre-flight web-search pattern, and cross-platform installer. - [religa/multi-mcp](https://github.com/religa/multi_mcp) 🐍 🍎 πŸͺŸ 🐧 - Parallel multi-model code review, security analysis, and AI debate with ChatGPT, Claude, and Gemini. Orchestrates multiple LLMs for compare, consensus, and OWASP Top 10 security checks. - [rinadelph/Agent-MCP](https://github.com/rinadelph/Agent-MCP) 🐍 🏠 - A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities. -- [sena-labs/oz-mcp-server](https://github.com/sena-labs/OzBridge) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Bridges Warp's Oz coding agent to any IDE or MCP client (Claude Code, Cursor, Codex), plus native `@oz` in VS Code Copilot Chat. Independent project; uses only Warp's documented public interfaces. MIT. +- [sena-labs/oz-mcp-server](https://github.com/sena-labs/OzBridge) [![sena-labs/OzBridge MCP server](https://glama.ai/mcp/servers/sena-labs/OzBridge/badges/score.svg)](https://glama.ai/mcp/servers/sena-labs/OzBridge) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Bridges Warp's Oz coding agent to any IDE or MCP client (Claude Code, Cursor, Codex), plus native `@oz` in VS Code Copilot Chat. Independent project; uses only Warp's documented public interfaces. MIT. - [shashankss1205/codegraphcontext](https://github.com/Shashankss1205/CodeGraphContext) 🐍 🏠 🍎 πŸͺŸ 🐧 An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans. - [sim-xia/blind-auditor](https://github.com/Sim-xia/Blind-Auditor) 🐍 🏠 🍎 πŸͺŸ 🐧 - A zero-cost MCP server that forces AI to self-correct generation messages using prompt injection, independent self-audition and context isolation. - [sim-xia/skill-cortex-server](https://github.com/Sim-xia/skill-cortex-server) 🐍 🏠 🍎 πŸͺŸ 🐧 - An MCP server that enable all IDEs/CLIs to access Claude Code Skills capabilities. From fb8d7db03a475f2b68805fa949b501e032122b3f Mon Sep 17 00:00:00 2001 From: degenlegion-com Date: Sun, 28 Jun 2026 16:18:26 +0300 Subject: [PATCH 028/403] feat: add @waxseal/mcp to Cryptography section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..c362b3c18 100644 --- a/README.md +++ b/README.md @@ -726,6 +726,7 @@ Tools for building and operating AI conversation agents that hold structured dia Tools for encrypting and decrypting data. +- [degenlegion-com/waxseal-sdk](https://github.com/degenlegion-com/waxseal-sdk) [![degenlegion-com/waxseal-sdk MCP server](https://glama.ai/mcp/servers/degenlegion-com/waxseal-sdk/badges/score.svg)](https://glama.ai/mcp/servers/degenlegion-com/waxseal-sdk) πŸ“‡ ☁️ 🏠 - On-chain Ed25519 identity for AI agents β€” verify seals by fingerprint, validate document signatures, and gate irreversible actions behind human-signed approval tokens. Hosted at `api.waxseal.id/mcp`; local install (`npx @waxseal/mcp`) for signing. - [denismaggior8/enigma-python-mcp](https://github.com/denismaggior8/enigma-python-mcp) [![denismaggior8/enigma-python-mcp MCP server](https://glama.ai/mcp/servers/denismaggior8/enigma-python-mcp/badges/score.svg)](https://glama.ai/mcp/servers/denismaggior8/enigma-python-mcp) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - A Model Context Protocol server that brings the capabilities of [enigmapython](https://github.com/denismaggior8/enigma-python) library to LLMs, allowing them to encrypt and decrypt messages using historically accurate Enigma machine emulators. - [laszlopere/mcp-bytesmith](https://github.com/laszlopere/mcp-bytesmith) [![laszlopere/mcp-bytesmith MCP server](https://glama.ai/mcp/servers/laszlopere/mcp-bytesmith/badges/score.svg)](https://glama.ai/mcp/servers/laszlopere/mcp-bytesmith) 🐍 🏠 - Local byte-wrangling toolbox: encoding (hex/Base64/Base32/Base58/Base45…), cryptographic + CRC hashing, base conversion, and CSPRNG tokens/passphrases, plus an opt-in Ethereum/EVM toolset (keccak, ABI/RLP codecs, EIP-191/712 hashing, function/event selectors, EIP-55). No network calls. `uvx mcp-bytesmith`. From 9befdb3a1d862783bf002d0f58fbcd664eebd0f9 Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 28 Jun 2026 11:24:19 -0400 Subject: [PATCH 029/403] Add memkeeper to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..00b94bae8 100644 --- a/README.md +++ b/README.md @@ -2119,6 +2119,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [SVerITG/Metis](https://github.com/SVerITG/Metis) [![Metis MCP server](https://glama.ai/mcp/servers/SVerITG/Metis/badges/score.svg)](https://glama.ai/mcp/servers/SVerITG/Metis) 🐍 🏠 🍎 πŸͺŸ 🐧 - A private, local research "second brain" for Claude: project-aware memory, cited answers from your own library (won't invent what it can't find), linked notes/meetings/ideas via a domain-specific knowledge layer, daily briefs (news + new papers in your field), a live meeting assistant, cross-pollination across your work, and 34 routed agents. A governed layer between you and the AI, with guardrails like data protection. A Research Cortex. - [syndicalt/zaxy](https://github.com/syndicalt/zaxy) [![syndicalt/zaxy MCP server](https://glama.ai/mcp/servers/syndicalt/zaxy/badges/score.svg)](https://glama.ai/mcp/servers/syndicalt/zaxy) 🐍 🏠 🍎 πŸͺŸ 🐧 - Event-sourced agent memory on a hash-chained append-only log with an embedded temporal knowledge graph (Kuzu, no sidecar). Cited Memory Checkout context, salience-based forgetting that attenuates instead of deleting, compaction-recovery hooks for Claude Code, token-budgeted checkout, and review-gated consolidation. 47 MCP tools with an 8-tool core profile default. `pip install zaxy-memory` [Docs](https://docs.zaxy.io) - [mnemoverse/mcp-memory-server](https://github.com/mnemoverse/mcp-memory-server) [![mnemoverse/mcp-memory-server MCP server](https://glama.ai/mcp/servers/mnemoverse/mcp-memory-server/badges/score.svg)](https://glama.ai/mcp/servers/mnemoverse/mcp-memory-server) πŸ“‡ ☁️ - Hosted memory that learns and forgets β€” feedback re-ranks what helps, recall fades by recency, similar memories consolidate. One key across Claude, Cursor, VS Code & ChatGPT. +- [teflon07/memkeeper](https://github.com/teflon07/memkeeper) πŸ¦€ 🏠 🍎 🐧 - Local-first memory for AI agents: a single self-contained Rust binary over one SQLite file. Hybrid BM25/FTS + on-device ONNX embeddings + cross-encoder rerank; abstains instead of returning a confident wrong memory. No server, no API key, zero marginal cost. `memkeeper mcp` ### βš–οΈ Legal Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information. From 64aa4d83b0da4568f4479538343ebadf0f4dde70 Mon Sep 17 00:00:00 2001 From: ferinator Date: Sun, 28 Jun 2026 19:47:04 +0200 Subject: [PATCH 030/403] Add Bullrun to finance servers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..50ae8e4e6 100644 --- a/README.md +++ b/README.md @@ -1536,6 +1536,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [Bortlesboat/bitcoin-mcp](https://github.com/Bortlesboat/bitcoin-mcp) [![bitcoin-mcp MCP server](https://glama.ai/mcp/servers/@Bortlesboat/bitcoin-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@Bortlesboat/bitcoin-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Self-hosted Bitcoin Core MCP server β€” 43 tools, 6 prompts, and 7 resources. Fee intelligence with USD conversion and send-now-or-wait advice, mempool analysis, mining pool rankings, market sentiment, block/transaction inspection, and BTC price. Your local node or hosted via Satoshi API (zero install). - [botwallet-co/mcp](https://github.com/botwallet-co/mcp) [![botwallet-co/mcp MCP server](https://glama.ai/mcp/servers/botwallet-co/mcp/badges/score.svg)](https://glama.ai/mcp/servers/botwallet-co/mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Wallet for AI agents. Earn via invoices, spend on other agents and paid APIs, manage USDC on Solana with human-set spending limits and FROST 2-of-2 threshold signing. - [bubilife1202/crossfin](https://github.com/bubilife1202/crossfin) πŸ“‡ ☁️ - Korean & global crypto exchange routing, arbitrage signals, and x402 USDC micropayments for AI agents. 16 tools, 9 exchanges, 11 bridge coins. +- [Bullrun](https://bull-run.org) πŸ“‡ ☁️ - Stock screening, company financials, and personal portfolio analysis over a remote, OAuth-protected MCP server. - [cahthuranag/mcp-server](https://github.com/cahthuranag/mcp-server) [![cahthuranag/mcp-server MCP server](https://glama.ai/mcp/servers/cahthuranag/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/cahthuranag/mcp-server) πŸ“‡ ☁️ - AllRatesToday currency exchange rates: real-time mid-market rates for 160+ currencies (Reuters/Refinitiv), historical data (1d/7d/30d/1y), currency list, and multi-target lookups. Free tier, no key needed for the simple-rate endpoint. Install: `npx @allratestoday/mcp-server`. - [carsol/monarch-mcp-server](https://github.com/carsol/monarch-mcp-server) 🐍 ☁️ - MCP server providing read-only access to Monarch Money financial data, enabling AI assistants to analyze transactions, budgets, accounts, and cashflow data with MFA support. - [calintzy/evmscope](https://github.com/calintzy/evmscope) [![calintzy/evmscope MCP server](https://glama.ai/mcp/servers/calintzy/evmscope/badges/score.svg)](https://glama.ai/mcp/servers/calintzy/evmscope) πŸ“‡ ☁️ - EVM blockchain intelligence toolkit with 20 tools for token prices, gas comparison, swap quotes, yield rates, honeypot detection, and transaction simulation across Ethereum, Polygon, Arbitrum, Base, and Optimism. Zero config, no API keys required. From 84948a43a21892f868656f6f9197b2a3bf4a7b34 Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 28 Jun 2026 13:52:04 -0400 Subject: [PATCH 031/403] memkeeper: add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b94bae8..f3a113edf 100644 --- a/README.md +++ b/README.md @@ -2119,7 +2119,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [SVerITG/Metis](https://github.com/SVerITG/Metis) [![Metis MCP server](https://glama.ai/mcp/servers/SVerITG/Metis/badges/score.svg)](https://glama.ai/mcp/servers/SVerITG/Metis) 🐍 🏠 🍎 πŸͺŸ 🐧 - A private, local research "second brain" for Claude: project-aware memory, cited answers from your own library (won't invent what it can't find), linked notes/meetings/ideas via a domain-specific knowledge layer, daily briefs (news + new papers in your field), a live meeting assistant, cross-pollination across your work, and 34 routed agents. A governed layer between you and the AI, with guardrails like data protection. A Research Cortex. - [syndicalt/zaxy](https://github.com/syndicalt/zaxy) [![syndicalt/zaxy MCP server](https://glama.ai/mcp/servers/syndicalt/zaxy/badges/score.svg)](https://glama.ai/mcp/servers/syndicalt/zaxy) 🐍 🏠 🍎 πŸͺŸ 🐧 - Event-sourced agent memory on a hash-chained append-only log with an embedded temporal knowledge graph (Kuzu, no sidecar). Cited Memory Checkout context, salience-based forgetting that attenuates instead of deleting, compaction-recovery hooks for Claude Code, token-budgeted checkout, and review-gated consolidation. 47 MCP tools with an 8-tool core profile default. `pip install zaxy-memory` [Docs](https://docs.zaxy.io) - [mnemoverse/mcp-memory-server](https://github.com/mnemoverse/mcp-memory-server) [![mnemoverse/mcp-memory-server MCP server](https://glama.ai/mcp/servers/mnemoverse/mcp-memory-server/badges/score.svg)](https://glama.ai/mcp/servers/mnemoverse/mcp-memory-server) πŸ“‡ ☁️ - Hosted memory that learns and forgets β€” feedback re-ranks what helps, recall fades by recency, similar memories consolidate. One key across Claude, Cursor, VS Code & ChatGPT. -- [teflon07/memkeeper](https://github.com/teflon07/memkeeper) πŸ¦€ 🏠 🍎 🐧 - Local-first memory for AI agents: a single self-contained Rust binary over one SQLite file. Hybrid BM25/FTS + on-device ONNX embeddings + cross-encoder rerank; abstains instead of returning a confident wrong memory. No server, no API key, zero marginal cost. `memkeeper mcp` +- [teflon07/memkeeper](https://github.com/teflon07/memkeeper) [![teflon07/memkeeper MCP server](https://glama.ai/mcp/servers/teflon07/memkeeper/badges/score.svg)](https://glama.ai/mcp/servers/teflon07/memkeeper) πŸ¦€ 🏠 🍎 🐧 - Local-first memory for AI agents: a single self-contained Rust binary over one SQLite file. Hybrid BM25/FTS + on-device ONNX embeddings + cross-encoder rerank; abstains instead of returning a confident wrong memory. No server, no API key, zero marginal cost. `memkeeper mcp` ### βš–οΈ Legal Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information. From 2849e93b7ef5adc7eed290ba815575aa8fa92d77 Mon Sep 17 00:00:00 2001 From: ferinator Date: Mon, 29 Jun 2026 14:16:52 +0200 Subject: [PATCH 032/403] Point Bullrun listing at public repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50ae8e4e6..2d3b6d7e6 100644 --- a/README.md +++ b/README.md @@ -1536,7 +1536,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [Bortlesboat/bitcoin-mcp](https://github.com/Bortlesboat/bitcoin-mcp) [![bitcoin-mcp MCP server](https://glama.ai/mcp/servers/@Bortlesboat/bitcoin-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@Bortlesboat/bitcoin-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Self-hosted Bitcoin Core MCP server β€” 43 tools, 6 prompts, and 7 resources. Fee intelligence with USD conversion and send-now-or-wait advice, mempool analysis, mining pool rankings, market sentiment, block/transaction inspection, and BTC price. Your local node or hosted via Satoshi API (zero install). - [botwallet-co/mcp](https://github.com/botwallet-co/mcp) [![botwallet-co/mcp MCP server](https://glama.ai/mcp/servers/botwallet-co/mcp/badges/score.svg)](https://glama.ai/mcp/servers/botwallet-co/mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Wallet for AI agents. Earn via invoices, spend on other agents and paid APIs, manage USDC on Solana with human-set spending limits and FROST 2-of-2 threshold signing. - [bubilife1202/crossfin](https://github.com/bubilife1202/crossfin) πŸ“‡ ☁️ - Korean & global crypto exchange routing, arbitrage signals, and x402 USDC micropayments for AI agents. 16 tools, 9 exchanges, 11 bridge coins. -- [Bullrun](https://bull-run.org) πŸ“‡ ☁️ - Stock screening, company financials, and personal portfolio analysis over a remote, OAuth-protected MCP server. +- [ferinator/bullrun-mcp](https://github.com/ferinator/bullrun-mcp) πŸ“‡ ☁️ - Stock screening, company financials, and personal portfolio analysis over a remote, OAuth-protected MCP server. - [cahthuranag/mcp-server](https://github.com/cahthuranag/mcp-server) [![cahthuranag/mcp-server MCP server](https://glama.ai/mcp/servers/cahthuranag/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/cahthuranag/mcp-server) πŸ“‡ ☁️ - AllRatesToday currency exchange rates: real-time mid-market rates for 160+ currencies (Reuters/Refinitiv), historical data (1d/7d/30d/1y), currency list, and multi-target lookups. Free tier, no key needed for the simple-rate endpoint. Install: `npx @allratestoday/mcp-server`. - [carsol/monarch-mcp-server](https://github.com/carsol/monarch-mcp-server) 🐍 ☁️ - MCP server providing read-only access to Monarch Money financial data, enabling AI assistants to analyze transactions, budgets, accounts, and cashflow data with MFA support. - [calintzy/evmscope](https://github.com/calintzy/evmscope) [![calintzy/evmscope MCP server](https://glama.ai/mcp/servers/calintzy/evmscope/badges/score.svg)](https://glama.ai/mcp/servers/calintzy/evmscope) πŸ“‡ ☁️ - EVM blockchain intelligence toolkit with 20 tools for token prices, gas comparison, swap quotes, yield rates, honeypot detection, and transaction simulation across Ethereum, Polygon, Arbitrum, Base, and Optimism. Zero config, no API keys required. From c1c90ee07c627547290ce3f911a0289b86fa92c5 Mon Sep 17 00:00:00 2001 From: ferinator Date: Mon, 29 Jun 2026 15:23:46 +0200 Subject: [PATCH 033/403] Add Glama badge to Bullrun listing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d3b6d7e6..5371b3ea6 100644 --- a/README.md +++ b/README.md @@ -1536,7 +1536,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [Bortlesboat/bitcoin-mcp](https://github.com/Bortlesboat/bitcoin-mcp) [![bitcoin-mcp MCP server](https://glama.ai/mcp/servers/@Bortlesboat/bitcoin-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@Bortlesboat/bitcoin-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Self-hosted Bitcoin Core MCP server β€” 43 tools, 6 prompts, and 7 resources. Fee intelligence with USD conversion and send-now-or-wait advice, mempool analysis, mining pool rankings, market sentiment, block/transaction inspection, and BTC price. Your local node or hosted via Satoshi API (zero install). - [botwallet-co/mcp](https://github.com/botwallet-co/mcp) [![botwallet-co/mcp MCP server](https://glama.ai/mcp/servers/botwallet-co/mcp/badges/score.svg)](https://glama.ai/mcp/servers/botwallet-co/mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Wallet for AI agents. Earn via invoices, spend on other agents and paid APIs, manage USDC on Solana with human-set spending limits and FROST 2-of-2 threshold signing. - [bubilife1202/crossfin](https://github.com/bubilife1202/crossfin) πŸ“‡ ☁️ - Korean & global crypto exchange routing, arbitrage signals, and x402 USDC micropayments for AI agents. 16 tools, 9 exchanges, 11 bridge coins. -- [ferinator/bullrun-mcp](https://github.com/ferinator/bullrun-mcp) πŸ“‡ ☁️ - Stock screening, company financials, and personal portfolio analysis over a remote, OAuth-protected MCP server. +- [ferinator/bullrun-mcp](https://github.com/ferinator/bullrun-mcp) [![Bullrun MCP server](https://glama.ai/mcp/servers/ferinator/bullrun-mcp/badge)](https://glama.ai/mcp/servers/ferinator/bullrun-mcp) πŸ“‡ ☁️ - Stock screening, company financials, and personal portfolio analysis over a remote, OAuth-protected MCP server. - [cahthuranag/mcp-server](https://github.com/cahthuranag/mcp-server) [![cahthuranag/mcp-server MCP server](https://glama.ai/mcp/servers/cahthuranag/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/cahthuranag/mcp-server) πŸ“‡ ☁️ - AllRatesToday currency exchange rates: real-time mid-market rates for 160+ currencies (Reuters/Refinitiv), historical data (1d/7d/30d/1y), currency list, and multi-target lookups. Free tier, no key needed for the simple-rate endpoint. Install: `npx @allratestoday/mcp-server`. - [carsol/monarch-mcp-server](https://github.com/carsol/monarch-mcp-server) 🐍 ☁️ - MCP server providing read-only access to Monarch Money financial data, enabling AI assistants to analyze transactions, budgets, accounts, and cashflow data with MFA support. - [calintzy/evmscope](https://github.com/calintzy/evmscope) [![calintzy/evmscope MCP server](https://glama.ai/mcp/servers/calintzy/evmscope/badges/score.svg)](https://glama.ai/mcp/servers/calintzy/evmscope) πŸ“‡ ☁️ - EVM blockchain intelligence toolkit with 20 tools for token prices, gas comparison, swap quotes, yield rates, honeypot detection, and transaction simulation across Ethereum, Polygon, Arbitrum, Base, and Optimism. Zero config, no API keys required. From 38656e2a29a30c8296e3e6f1545ccf9ac5c90b2d Mon Sep 17 00:00:00 2001 From: ferinator Date: Mon, 29 Jun 2026 15:37:53 +0200 Subject: [PATCH 034/403] Use Glama score badge for Bullrun --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5371b3ea6..975adce4c 100644 --- a/README.md +++ b/README.md @@ -1536,7 +1536,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [Bortlesboat/bitcoin-mcp](https://github.com/Bortlesboat/bitcoin-mcp) [![bitcoin-mcp MCP server](https://glama.ai/mcp/servers/@Bortlesboat/bitcoin-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@Bortlesboat/bitcoin-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Self-hosted Bitcoin Core MCP server β€” 43 tools, 6 prompts, and 7 resources. Fee intelligence with USD conversion and send-now-or-wait advice, mempool analysis, mining pool rankings, market sentiment, block/transaction inspection, and BTC price. Your local node or hosted via Satoshi API (zero install). - [botwallet-co/mcp](https://github.com/botwallet-co/mcp) [![botwallet-co/mcp MCP server](https://glama.ai/mcp/servers/botwallet-co/mcp/badges/score.svg)](https://glama.ai/mcp/servers/botwallet-co/mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Wallet for AI agents. Earn via invoices, spend on other agents and paid APIs, manage USDC on Solana with human-set spending limits and FROST 2-of-2 threshold signing. - [bubilife1202/crossfin](https://github.com/bubilife1202/crossfin) πŸ“‡ ☁️ - Korean & global crypto exchange routing, arbitrage signals, and x402 USDC micropayments for AI agents. 16 tools, 9 exchanges, 11 bridge coins. -- [ferinator/bullrun-mcp](https://github.com/ferinator/bullrun-mcp) [![Bullrun MCP server](https://glama.ai/mcp/servers/ferinator/bullrun-mcp/badge)](https://glama.ai/mcp/servers/ferinator/bullrun-mcp) πŸ“‡ ☁️ - Stock screening, company financials, and personal portfolio analysis over a remote, OAuth-protected MCP server. +- [ferinator/bullrun-mcp](https://github.com/ferinator/bullrun-mcp) [![ferinator/bullrun-mcp MCP server](https://glama.ai/mcp/servers/ferinator/bullrun-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ferinator/bullrun-mcp) πŸ“‡ ☁️ - Stock screening, company financials, and personal portfolio analysis over a remote, OAuth-protected MCP server. - [cahthuranag/mcp-server](https://github.com/cahthuranag/mcp-server) [![cahthuranag/mcp-server MCP server](https://glama.ai/mcp/servers/cahthuranag/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/cahthuranag/mcp-server) πŸ“‡ ☁️ - AllRatesToday currency exchange rates: real-time mid-market rates for 160+ currencies (Reuters/Refinitiv), historical data (1d/7d/30d/1y), currency list, and multi-target lookups. Free tier, no key needed for the simple-rate endpoint. Install: `npx @allratestoday/mcp-server`. - [carsol/monarch-mcp-server](https://github.com/carsol/monarch-mcp-server) 🐍 ☁️ - MCP server providing read-only access to Monarch Money financial data, enabling AI assistants to analyze transactions, budgets, accounts, and cashflow data with MFA support. - [calintzy/evmscope](https://github.com/calintzy/evmscope) [![calintzy/evmscope MCP server](https://glama.ai/mcp/servers/calintzy/evmscope/badges/score.svg)](https://glama.ai/mcp/servers/calintzy/evmscope) πŸ“‡ ☁️ - EVM blockchain intelligence toolkit with 20 tools for token prices, gas comparison, swap quotes, yield rates, honeypot detection, and transaction simulation across Ethereum, Polygon, Arbitrum, Base, and Optimism. Zero config, no API keys required. From 72e2f7d8a11d3ccbd6fa43c58d53c461d8943a07 Mon Sep 17 00:00:00 2001 From: Doug Sureel Date: Mon, 29 Jun 2026 18:32:59 -0700 Subject: [PATCH 035/403] Add RadMail (email OS for agents, zero-auth sandbox) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..298da9390 100644 --- a/README.md +++ b/README.md @@ -652,6 +652,7 @@ Integration with communication platforms for message management and channel oper - [sethbang/proton-mail-mcp](https://github.com/sethbang/proton-mail-mcp) [![proton-mail-mcp MCP server](https://glama.ai/mcp/servers/sethbang/proton-mail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sethbang/proton-mail-mcp) πŸ“‡ 🏠 - Unofficial Proton Mail MCP server β€” send, read, search, and organize email over SMTP and IMAP (via Proton Mail Bridge). Bulk ops with dry-run previews, read-only mode, and Trash-by-default deletes. Not affiliated with Proton AG. - [shahabazdev/inxmail-mcp](https://github.com/shahabazdev/inxmail-mcp) [![shahabazdev/inxmail-mcp MCP server](https://glama.ai/mcp/servers/shahabazdev/inxmail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/shahabazdev/inxmail-mcp) πŸ“‡ ☁️ - Manage Inxmail Commerce transactional emails β€” events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking. - [TheSameAbramovych/qmailing-mcp-server](https://github.com/TheSameAbramovych/qmailing-mcp-server) [![TheSameAbramovych/qmailing-mcp-server MCP server](https://glama.ai/mcp/servers/TheSameAbramovych/qmailing-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/TheSameAbramovych/qmailing-mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - AI agents read & send email, manage mailboxes, custom domains and webhooks via the QMailing API (npm stdio + hosted OAuth connector). +- [dougsureel-tech/radmail-mcp](https://github.com/dougsureel-tech/radmail-mcp) ☁️ πŸ“‡ - Email operating system for agents: a `search` tool to find the one message by sender/subject/content (no filesystem grep), two-axis triage (importance Γ— urgency), an explainable "Right Now" lane, commitment follow-through, and reviewable drafts. A machine-verifiable hard-stop keeps money/banking-change/first-contact human-only (BEC defense). Zero-auth HTTP sandbox at radmail.ai/api/mcp/sandbox β€” no account, no key. - [rchanllc/joltsms-mcp-server](https://github.com/rchanllc/joltsms-mcp-server) [![joltsms-mcp-server MCP server](https://glama.ai/mcp/servers/@rchanllc/joltsms-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@rchanllc/joltsms-mcp-server) πŸ“‡ ☁️ - Provision dedicated real-SIM US phone numbers, receive inbound SMS, poll for messages, and extract OTP codes. Built for AI agents automating phone verification across platforms. - [virtualsms-io/mcp-server](https://github.com/virtualsms-io/mcp-server) [![virtualsms-io/mcp-server](https://glama.ai/mcp/servers/virtualsms-io/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/virtualsms-io/mcp-server) πŸ“‡ ☁️ - Receive SMS verification codes with AI agents. Get virtual phone numbers for WhatsApp, Telegram, Google, and 500+ services. Own modem infrastructure across 200+ countries with real-time WebSocket delivery. 12 tools for number discovery, purchase, and code extraction. - [jagan-shanmugam/mattermost-mcp-host](https://github.com/jagan-shanmugam/mattermost-mcp-host) 🐍 🏠 - A MCP server along with MCP host that provides access to Mattermost teams, channels and messages. MCP host is integrated as a bot in Mattermost with access to MCP servers that can be configured. From a47e416300f386dc6ec658461ff09a9275f9a479 Mon Sep 17 00:00:00 2001 From: djerok Date: Tue, 30 Jun 2026 23:00:48 +0800 Subject: [PATCH 036/403] =?UTF-8?q?Add=20djerok/glm=5Fmcp=5Fclaude=20to=20?= =?UTF-8?q?Coding=20Agents=20=F0=9F=A4=96=F0=9F=A4=96=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..4e2bcc73d 100644 --- a/README.md +++ b/README.md @@ -569,6 +569,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [pdavis68/RepoMapper](https://github.com.mcas.ms/pdavis68/RepoMapper) 🐧 πŸͺŸ 🍎 - An MCP server (and command-line tool) to provide a dynamic map of chat-related files from the repository with their function prototypes and related files in order of relevance. Based on the "Repo Map" functionality in Aider.chat - [preflight-dev/preflight](https://github.com/preflight-dev/preflight) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - 24-tool MCP server for Claude Code that catches vague prompts before they waste tokens. Includes 12-category prompt scorecards, session history search with LanceDB vectors, cross-service contract awareness, correction pattern learning, and cost estimation. - [PsChina/deepseek-as-subagent](https://github.com/PsChina/deepseek-as-subagent) [![PsChina/deepseek-as-subagent MCP server](https://glama.ai/mcp/servers/PsChina/deepseek-as-subagent/badges/score.svg)](https://glama.ai/mcp/servers/PsChina/deepseek-as-subagent) 🐍 🏠 🍎 πŸͺŸ 🐧 - Run DeepSeek as a real sub-agent inside Claude Code / Codex CLI. DeepSeek gets its own 7-tool agent loop (Read/Write/Edit/Bash/Glob/Grep/NotebookEdit) in a sandboxed workspace, not just a single LLM call. Includes token-based command sandbox, pre-flight web-search pattern, and cross-platform installer. +- [djerok/glm_mcp_claude](https://github.com/djerok/glm_mcp_claude) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Run GLM (Zhipu/Z.ai) as a real sub-agent inside the Claude Code app on a subscription Claude. GLM gets its own agent loop with Read/Write/Edit/Bash/Glob tools (not just a single LLM call), plus automatic Opus-vs-GLM routing and diff/dry-run/git-revert oversight. ~10x cheaper than Opus. Requires a Z.ai GLM Coding Plan key. - [religa/multi-mcp](https://github.com/religa/multi_mcp) 🐍 🍎 πŸͺŸ 🐧 - Parallel multi-model code review, security analysis, and AI debate with ChatGPT, Claude, and Gemini. Orchestrates multiple LLMs for compare, consensus, and OWASP Top 10 security checks. - [rinadelph/Agent-MCP](https://github.com/rinadelph/Agent-MCP) 🐍 🏠 - A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities. - [shashankss1205/codegraphcontext](https://github.com/Shashankss1205/CodeGraphContext) 🐍 🏠 🍎 πŸͺŸ 🐧 An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans. From 85d842d8e1016e2f462888cdf48353089af4d886 Mon Sep 17 00:00:00 2001 From: mediiiiium Date: Wed, 1 Jul 2026 06:25:57 +0900 Subject: [PATCH 037/403] Add Glama score badge to mediiiiium/mcp-jp entry 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 4c01c48eb..0e0aed514 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ Servers for accessing many apps and tools through a single MCP server. - [mambalabsdev/mcp-gtm-suite](https://github.com/mambalabsdev/mcp-gtm-suite) [![mambalabsdev/mcp-gtm-suite MCP server](https://glama.ai/mcp/servers/mambalabsdev/mcp-gtm-suite/badges/score.svg)](https://glama.ai/mcp/servers/mambalabsdev/mcp-gtm-suite) πŸ“‡ ☁️ - Six GTM signal tools in one MCP server, covering hiring signals, tech stack detection, job board scanning, LinkedIn URL resolution, ICP scoring, and signal aggregation via Apify actors. - [Markgatcha/universal-mcp-toolkit](https://github.com/Markgatcha/universal-mcp-toolkit) [![Markgatcha/universal-mcp-toolkit MCP server](https://glama.ai/mcp/servers/Markgatcha/universal-mcp-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/Markgatcha/universal-mcp-toolkit) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - A universal MCP aggregator toolkit that connects AI agents to multiple MCP servers through a single unified configuration. Features ready-made templates, cross-repo prompt workflows, and an npm package for zero-config installation.universal MCP aggregator toolkit that connects AI agents to multiple MCP servers through a single unified configuration. Features ready-made templates, cross-repo prompt workflows, and an npm package for zero-config installation. - [MastadoonPrime/sylex-search](https://github.com/MastadoonPrime/sylex-search) [![MastadoonPrime/sylex-search MCP server](https://glama.ai/mcp/servers/MastadoonPrime/sylex-search/badges/score.svg)](https://glama.ai/mcp/servers/MastadoonPrime/sylex-search) 🐍 πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Universal search engine for AI agents. Discover products, services, and businesses across every category. 10 MCP tools, zero LLM calls, millisecond responses. `npx sylex-search` -- [mediiiiium/mcp-jp](https://github.com/mediiiiium/mcp-jp) 🐍 ☁️ - Collection of MCP servers for Japanese SMB SaaS that have no official MCP (KING OF TIME, SmartHR, kaonavi, Smaregi, LINE Lstep, CloudSign, and 30+ more). Each connector is an independent pip-installable package. +- [mediiiiium/mcp-jp](https://github.com/mediiiiium/mcp-jp) [![mediiiiium/mcp-jp MCP server](https://glama.ai/mcp/servers/mediiiiium/mcp-jp/badges/score.svg)](https://glama.ai/mcp/servers/mediiiiium/mcp-jp) 🐍 ☁️ - Collection of MCP servers for Japanese SMB SaaS that have no official MCP (KING OF TIME, SmartHR, kaonavi, Smaregi, LINE Lstep, CloudSign, and 30+ more). Each connector is an independent pip-installable package. - [merterbak/Grok-MCP](https://github.com/merterbak/Grok-MCP) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - MCP server for xAI's [Grok API](https://docs.x.ai/docs/overview) with agentic tool calling, image generation, vision, and file support. - [metatool-ai/metatool-app](https://github.com/metatool-ai/metatool-app) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MetaMCP is the one unified middleware MCP server that manages your MCP connections with GUI. - [MikkoParkkola/mcp-gateway](https://github.com/MikkoParkkola/mcp-gateway) [![MikkoParkkola/mcp-gateway MCP server](https://glama.ai/mcp/servers/MikkoParkkola/mcp-gateway/badges/score.svg)](https://glama.ai/mcp/servers/MikkoParkkola/mcp-gateway) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Universal MCP gateway with single-port multiplexing and Meta-MCP. 4 meta-tools replace 100+ registrations, saving 95% context window. Hot-reloadable capabilities, OpenAPI auto-import, 42 starter capabilities (25 zero-config). From a97727fc33b608a1ca062511e62f421644908964 Mon Sep 17 00:00:00 2001 From: Jupiter-Guy Date: Tue, 30 Jun 2026 22:12:16 -0700 Subject: [PATCH 038/403] Update README with new and modified MCP server entries Removed duplicate entry for AgentRecall and added Entroly. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e151a6b22..e3389b18e 100644 --- a/README.md +++ b/README.md @@ -1913,7 +1913,8 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [ailenshen/apple-notes-mcp](https://github.com/ailenshen/apple-notes-mcp) [![apple-notes-mcp MCP server](https://glama.ai/mcp/servers/ailenshen/apple-notes-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ailenshen/apple-notes-mcp) πŸ“‡ 🏠 🍎 - Read and write Apple Notes with bidirectional Markdown conversion. Fast SQLite queries for listing/searching, AppleScript + native import for full CRUD. Supports stdio and Streamable HTTP transports. - [AgenticRevolution/memory-nexus-cloud](https://github.com/AgenticRevolution/memory-nexus-cloud) πŸ“‡ ☁️ - Cloud-hosted persistent semantic memory for AI agents. Semantic search, knowledge graphs, specialist expertise hats, and multi-tenant isolation. Free 7-day trial. - [AgentModule/mcp](https://github.com/AgentModule/mcp) [![AgentModule/mcp MCP server](https://glama.ai/mcp/servers/AgentModule/mcp/badges/score.svg)](https://glama.ai/mcp/servers/AgentModule/mcp) πŸ“‡ ☁️ - Agent-native knowledge infrastructure. Deterministic, vertical-specific knowledge bases engineered for autonomous agent consumption via MCP. Ethics module (22 modules, EU AI Act mapped) included with every membership. Free 24hr ethics trial. -- [Goldentrii/AgentRecall](https://github.com/Goldentrii/AgentRecall) [![Goldentrii/AgentRecall-MCP MCP server](https://glama.ai/mcp/servers/Goldentrii/AgentRecall-MCP/badges/score.svg)](https://glama.ai/mcp/servers/Goldentrii/AgentRecall-MCP) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Persistent, compounding memory for AI agents across sessions. Uses the Intelligent Distance Protocol to surface the most contextually relevant past memories. Five tools: `session_start`, `remember`, `recall`, `check`, `session_end`. `npx agent-recall-mcp` +- [Entroly](https://github.com/garrytan/entroly) - witness/ravs auditable context control plane +- - [Goldentrii/AgentRecall](https://github.com/Goldentrii/AgentRecall) [![Goldentrii/AgentRecall-MCP MCP server](https://glama.ai/mcp/servers/Goldentrii/AgentRecall-MCP/badges/score.svg)](https://glama.ai/mcp/servers/Goldentrii/AgentRecall-MCP) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Persistent, compounding memory for AI agents across sessions. Uses the Intelligent Distance Protocol to surface the most contextually relevant past memories. Five tools: `session_start`, `remember`, `recall`, `check`, `session_end`. `npx agent-recall-mcp` - [AlekseiMarchenko/central-intelligence](https://github.com/AlekseiMarchenko/central-intelligence) [![central-intelligence MCP server](https://glama.ai/mcp/servers/AlekseiMarchenko/central-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/AlekseiMarchenko/central-intelligence) πŸ“‡ ☁️ - Persistent memory for AI agents. Five tools (remember, recall, context, forget, share) with semantic search via vector embeddings and agent/user/org scoping. Works with Claude Code, Cursor, Windsurf, and any MCP client. - [epicsagas/alcove](https://github.com/epicsagas/alcove)[![alcove MCP server](https://glama.ai/mcp/servers/epicsagas/alcove/badges/score.svg)](https://glama.ai/mcp/servers/epicsagas/alcove) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - MCP server that gives AI coding agents on-demand access to private project docs via BM25 ranked search. One setup for Claude Code, Cursor, Codex, Gemini CLI, and more. Docs stay private, never in public repos. - [eidetic-works/nucleus-mcp](https://github.com/eidetic-works/nucleus-mcp) [![nucleus-mcp MCP server](https://glama.ai/mcp/servers/eidetic-works/nucleus-mcp/badges/score.svg)](https://glama.ai/mcp/servers/eidetic-works/nucleus-mcp) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Sovereign Agent OS β€” persistent memory, governance, and audit trails for AI agents. One brain for Cursor, Claude Code, Windsurf, and Gemini. Local-first `.brain/` directory with engrams, hypervisor file protection, and optional remote sync. `pip install nucleus-mcp` or Streamable HTTP at `relay.nucleusos.dev`. From 7081d9378612a54d990b2565bc5020d58ebf66b0 Mon Sep 17 00:00:00 2001 From: Jupiter-Guy Date: Tue, 30 Jun 2026 22:25:27 -0700 Subject: [PATCH 039/403] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3389b18e..56f93b041 100644 --- a/README.md +++ b/README.md @@ -1914,7 +1914,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [AgenticRevolution/memory-nexus-cloud](https://github.com/AgenticRevolution/memory-nexus-cloud) πŸ“‡ ☁️ - Cloud-hosted persistent semantic memory for AI agents. Semantic search, knowledge graphs, specialist expertise hats, and multi-tenant isolation. Free 7-day trial. - [AgentModule/mcp](https://github.com/AgentModule/mcp) [![AgentModule/mcp MCP server](https://glama.ai/mcp/servers/AgentModule/mcp/badges/score.svg)](https://glama.ai/mcp/servers/AgentModule/mcp) πŸ“‡ ☁️ - Agent-native knowledge infrastructure. Deterministic, vertical-specific knowledge bases engineered for autonomous agent consumption via MCP. Ethics module (22 modules, EU AI Act mapped) included with every membership. Free 24hr ethics trial. - [Entroly](https://github.com/garrytan/entroly) - witness/ravs auditable context control plane -- - [Goldentrii/AgentRecall](https://github.com/Goldentrii/AgentRecall) [![Goldentrii/AgentRecall-MCP MCP server](https://glama.ai/mcp/servers/Goldentrii/AgentRecall-MCP/badges/score.svg)](https://glama.ai/mcp/servers/Goldentrii/AgentRecall-MCP) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Persistent, compounding memory for AI agents across sessions. Uses the Intelligent Distance Protocol to surface the most contextually relevant past memories. Five tools: `session_start`, `remember`, `recall`, `check`, `session_end`. `npx agent-recall-mcp` +- [Goldentrii/AgentRecall](https://github.com/Goldentrii/AgentRecall) [![Goldentrii/AgentRecall-MCP MCP server](https://glama.ai/mcp/servers/Goldentrii/AgentRecall-MCP/badges/score.svg)](https://glama.ai/mcp/servers/Goldentrii/AgentRecall-MCP) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Persistent, compounding memory for AI agents across sessions. Uses the Intelligent Distance Protocol to surface the most contextually relevant past memories. Five tools: `session_start`, `remember`, `recall`, `check`, `session_end`. `npx agent-recall-mcp` - [AlekseiMarchenko/central-intelligence](https://github.com/AlekseiMarchenko/central-intelligence) [![central-intelligence MCP server](https://glama.ai/mcp/servers/AlekseiMarchenko/central-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/AlekseiMarchenko/central-intelligence) πŸ“‡ ☁️ - Persistent memory for AI agents. Five tools (remember, recall, context, forget, share) with semantic search via vector embeddings and agent/user/org scoping. Works with Claude Code, Cursor, Windsurf, and any MCP client. - [epicsagas/alcove](https://github.com/epicsagas/alcove)[![alcove MCP server](https://glama.ai/mcp/servers/epicsagas/alcove/badges/score.svg)](https://glama.ai/mcp/servers/epicsagas/alcove) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - MCP server that gives AI coding agents on-demand access to private project docs via BM25 ranked search. One setup for Claude Code, Cursor, Codex, Gemini CLI, and more. Docs stay private, never in public repos. - [eidetic-works/nucleus-mcp](https://github.com/eidetic-works/nucleus-mcp) [![nucleus-mcp MCP server](https://glama.ai/mcp/servers/eidetic-works/nucleus-mcp/badges/score.svg)](https://glama.ai/mcp/servers/eidetic-works/nucleus-mcp) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Sovereign Agent OS β€” persistent memory, governance, and audit trails for AI agents. One brain for Cursor, Claude Code, Windsurf, and Gemini. Local-first `.brain/` directory with engrams, hypervisor file protection, and optional remote sync. `pip install nucleus-mcp` or Streamable HTTP at `relay.nucleusos.dev`. From e8083e219d1ac6564d34462dc06154e68b9412fb Mon Sep 17 00:00:00 2001 From: juyterman1000 Date: Tue, 30 Jun 2026 22:38:50 -0700 Subject: [PATCH 040/403] Add Entroly to Knowledge & Memory section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56f93b041..89a552d17 100644 --- a/README.md +++ b/README.md @@ -1913,7 +1913,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [ailenshen/apple-notes-mcp](https://github.com/ailenshen/apple-notes-mcp) [![apple-notes-mcp MCP server](https://glama.ai/mcp/servers/ailenshen/apple-notes-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ailenshen/apple-notes-mcp) πŸ“‡ 🏠 🍎 - Read and write Apple Notes with bidirectional Markdown conversion. Fast SQLite queries for listing/searching, AppleScript + native import for full CRUD. Supports stdio and Streamable HTTP transports. - [AgenticRevolution/memory-nexus-cloud](https://github.com/AgenticRevolution/memory-nexus-cloud) πŸ“‡ ☁️ - Cloud-hosted persistent semantic memory for AI agents. Semantic search, knowledge graphs, specialist expertise hats, and multi-tenant isolation. Free 7-day trial. - [AgentModule/mcp](https://github.com/AgentModule/mcp) [![AgentModule/mcp MCP server](https://glama.ai/mcp/servers/AgentModule/mcp/badges/score.svg)](https://glama.ai/mcp/servers/AgentModule/mcp) πŸ“‡ ☁️ - Agent-native knowledge infrastructure. Deterministic, vertical-specific knowledge bases engineered for autonomous agent consumption via MCP. Ethics module (22 modules, EU AI Act mapped) included with every membership. Free 24hr ethics trial. -- [Entroly](https://github.com/garrytan/entroly) - witness/ravs auditable context control plane +- [juyterman1000/entroly](https://github.com/juyterman1000/entroly) 🐍 πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Auditable context control plane and MCP server for AI coding agents. Compresses context 70–95% (BM25 + entropy + dep-graph knapsack), stabilizes prompt prefixes for provider cache discounts, routes easy tasks to cheaper models (RAVS Bayesian router), and verifies answers locally with WITNESS hallucination guard (0.844 AUROC, $0, ~3 ms). MemoryOS adds local budget-aware working/episodic/semantic memory with decay, safety scanning, and durable persistence. 38 agent integrations (Cursor, Claude Code, Codex, Aider, and more). Ships as MCP server (`entroly serve`), HTTP proxy, or Python/Rust library. Apache-2.0, local-first. `pip install entroly` - [Goldentrii/AgentRecall](https://github.com/Goldentrii/AgentRecall) [![Goldentrii/AgentRecall-MCP MCP server](https://glama.ai/mcp/servers/Goldentrii/AgentRecall-MCP/badges/score.svg)](https://glama.ai/mcp/servers/Goldentrii/AgentRecall-MCP) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Persistent, compounding memory for AI agents across sessions. Uses the Intelligent Distance Protocol to surface the most contextually relevant past memories. Five tools: `session_start`, `remember`, `recall`, `check`, `session_end`. `npx agent-recall-mcp` - [AlekseiMarchenko/central-intelligence](https://github.com/AlekseiMarchenko/central-intelligence) [![central-intelligence MCP server](https://glama.ai/mcp/servers/AlekseiMarchenko/central-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/AlekseiMarchenko/central-intelligence) πŸ“‡ ☁️ - Persistent memory for AI agents. Five tools (remember, recall, context, forget, share) with semantic search via vector embeddings and agent/user/org scoping. Works with Claude Code, Cursor, Windsurf, and any MCP client. - [epicsagas/alcove](https://github.com/epicsagas/alcove)[![alcove MCP server](https://glama.ai/mcp/servers/epicsagas/alcove/badges/score.svg)](https://glama.ai/mcp/servers/epicsagas/alcove) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - MCP server that gives AI coding agents on-demand access to private project docs via BM25 ranked search. One setup for Claude Code, Cursor, Codex, Gemini CLI, and more. Docs stay private, never in public repos. From dd85bffe778dec7fd77849114082df91988e9c13 Mon Sep 17 00:00:00 2001 From: avots Date: Wed, 1 Jul 2026 12:12:46 +0300 Subject: [PATCH 041/403] Add avots (hosted multi-model AI media + chat MCP server) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds avots to the Aggregators section (alphabetically, between askbudi and blockrunai). Hosted remote MCP server β€” Streamable HTTP + Bearer at https://mcp.avots.ai/. Glama score badge included. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..0c71e7fa2 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ Servers for accessing many apps and tools through a single MCP server. - [arikusi/deepseek-mcp-server](https://github.com/arikusi/deepseek-mcp-server) [![deepseek-mcp-server MCP server](https://glama.ai/mcp/servers/arikusi/deepseek-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/arikusi/deepseek-mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking. - [ariekogan/ateam-mcp](https://github.com/ariekogan/ateam-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Build, validate, and deploy multi-agent AI solutions on the ADAS platform. Design skills with tools, manage solution lifecycle, and connect from any AI environment via stdio or HTTP. - [askbudi/roundtable](https://github.com/askbudi/roundtable) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Meta-MCP server that unifies multiple AI coding assistants (Codex, Claude Code, Cursor, Gemini) through intelligent auto-discovery and standardized MCP interface, providing zero-configuration access to the entire AI coding ecosystem. +- [avotsai/avots-mcp](https://github.com/avotsai/avots-mcp) [![avotsai/avots-mcp MCP server](https://glama.ai/mcp/servers/avotsai/avots-mcp/badges/score.svg)](https://glama.ai/mcp/servers/avotsai/avots-mcp) πŸ“‡ ☁️ - Hosted multi-model AI media + chat: image, video, audio, face-swap and talking-avatar generation plus chat across 300+ models (Claude, GPT, Gemini, DeepSeek…) from one balance and one key. - [blockrunai/blockrun-mcp](https://github.com/blockrunai/blockrun-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Access 30+ AI models (GPT-5, Claude, Gemini, Grok, DeepSeek) without API keys. Pay-per-use via x402 micropayments with USDC on Base. - [cinderwright-ai/cinderwright-api](https://github.com/cinderwright-ai/cinderwright-api) [![Score](https://glama.ai/mcp/servers/cinderwright-ai/cinderwright-api/badges/score.svg)](https://glama.ai/mcp/servers/cinderwright-ai/cinderwright-api) πŸ“‡ ☁️ - x402 Discovery Hub. Search engine for the agent economy with 1450+ services indexed. Pay with USDC on Base via x402. - [Continuum-AI-Corp/orcarouter-mcp-server](https://github.com/Continuum-AI-Corp/orcarouter-mcp-server) [![Continuum-AI-Corp/orcarouter-mcp-server MCP server](https://glama.ai/mcp/servers/Continuum-AI-Corp/orcarouter-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Continuum-AI-Corp/orcarouter-mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Browse 160+ LLM models (OpenAI, Anthropic, Google, Qwen, DeepSeek, …) with live pricing β€” no API key required for catalog tools. Routes chat completions through the OrcaRouter gateway with automatic fallback. `npx -y @orcarouter/mcp`. From a65226b09c0525b4ef6bb8b553345c54fe581cb4 Mon Sep 17 00:00:00 2001 From: wppoland Date: Wed, 1 Jul 2026 19:33:11 +0200 Subject: [PATCH 042/403] Add wppoland/woocommerce-mcp to E-Commerce --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..fd77ee39e 100644 --- a/README.md +++ b/README.md @@ -1426,6 +1426,7 @@ MCP servers for e-commerce platforms and online store management. - [nicktcode/swissgroceries-mcp](https://github.com/nicktcode/swissgroceries-mcp) [![nicktcode/swissgroceries-mcp MCP server](https://glama.ai/mcp/servers/nicktcode/swissgroceries-mcp/badges/score.svg)](https://glama.ai/mcp/servers/nicktcode/swissgroceries-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Swiss grocery search, weekly promotions, and multi-store shopping plans across Migros, Coop, Aldi, Denner, Lidl, Farmy, Volg, and Otto's. Cross-chain unit-price comparison and three planning strategies (single_store / split_cart / absolute_cheapest). Install via `npx -y @nicktcode/swissgroceries-mcp`. - [slookisen/lokal](https://github.com/slookisen/lokal) [![slookisen/lokal MCP server](https://glama.ai/mcp/servers/slookisen/lokal/badges/score.svg)](https://glama.ai/mcp/servers/slookisen/lokal) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Search and discover 1,400+ verified local food producers in Norway β€” farms, REKO rings, farmers' markets, and farm shops. Natural-language search (NO/EN), geo-filtered discovery, and A2A protocol support, backed by [rettfrabonden.com](https://rettfrabonden.com). Install via `npx lokal-mcp`. - [tokenofesteem/mcp](https://github.com/tokenofesteem/mcp) [![tokenofesteem/mcp MCP server](https://glama.ai/mcp/servers/tokenofesteem/mcp/badges/score.svg)](https://glama.ai/mcp/servers/tokenofesteem/mcp) πŸŽ–οΈ πŸ“‡ ☁️ - An agent can commission a funny, personalized printed booklet and have it printed and mailed as a gift, including a surprise for its own user. Pay with an account token, or tokenless with a single-use Stripe payment over HTTP 402. Remote MCP, US shipping, $19.99. +- [wppoland/woocommerce-mcp](https://github.com/wppoland/woocommerce-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Read-only MCP server for WordPress + WooCommerce. Five tools over the existing WP/WooCommerce REST APIs: list/search products, product details, recent orders, sales reports (week/month/last_month/year), and public blog-post search. No writes, no store-side plugin to install. Built by WPPoland. Install: `git clone` + `npm run build`. ### 🌳 Environment & Nature From ee49e6d325f180fab88920882fb2206ff1ca18cc Mon Sep 17 00:00:00 2001 From: Josee Date: Thu, 2 Jul 2026 04:21:49 +0300 Subject: [PATCH 043/403] Add truetick-gg/mcp - TrueTick Minecraft hosting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..66cbf4470 100644 --- a/README.md +++ b/README.md @@ -1857,6 +1857,7 @@ Integration with gaming related data, game engines, and services - [kitao/pyxel-mcp](https://github.com/kitao/pyxel-mcp) [![pyxel-mcp MCP server](https://glama.ai/mcp/servers/@kitao/pyxel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@kitao/pyxel-mcp) 🐍 🏠 - MCP server for [Pyxel](https://github.com/kitao/pyxel) retro game engine, enabling AI to run, capture screenshots, inspect sprites, and analyze audio of Pyxel games. - [kkjdaniel/bgg-mcp](https://github.com/kkjdaniel/bgg-mcp) 🏎️ ☁️ - An MCP server that enables interaction with board game related data via the BoardGameGeek API (XML API2). - [lodordev/mcp-romm](https://github.com/lodordev/mcp-romm) [![lodordev/mcp-romm MCP server](https://glama.ai/mcp/servers/lodordev/mcp-romm/badges/score.svg)](https://glama.ai/mcp/servers/lodordev/mcp-romm) 🐍 🏠 - MCP server for [RomM](https://github.com/rommapp/romm) retro game library manager. 19 read-only tools for browsing platforms, searching ROMs, viewing metadata, managing collections, tracking saves, firmware, devices, and task monitoring. OAuth2 auth with automatic token refresh. +- [truetick-gg/mcp](https://github.com/truetick-gg/mcp) πŸ“‡ ☁️ - Manage [TrueTick](https://truetick.gg) Minecraft hosting servers from AI agents: create/start/stop servers, live TPS/MSPT metrics, RCON console, file access, backups, and Modrinth/CurseForge mods. - [zefarie/pterodactyl-mcp](https://github.com/zefarie/pterodactyl-mcp) [![pterodactyl](https://glama.ai/mcp/servers/zefarie/pterodactyl-mcp/badges/score.svg)](https://glama.ai/mcp/servers/zefarie/pterodactyl-mcp) πŸ“‡ ☁️ 🏠 - Manage Pterodactyl and Pelican game server panels through AI. 73 tools for server management, power control, file operations, backups, schedules, databases, users, nodes, and eggs. - [n24q02m/better-godot-mcp](https://github.com/n24q02m/better-godot-mcp) [![better-godot-mcp MCP server](https://glama.ai/mcp/servers/@n24q02m/better-godot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@n24q02m/better-godot-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - 18 composite tools for structured Godot 4.x interaction: scenes, nodes, GDScript, shaders, animation, tilemap, physics, audio, navigation, UI, input mapping, and signals. - [NAJEMWEHBE/unreal-ai-connection](https://github.com/NAJEMWEHBE/unreal-ai-connection) [![NAJEMWEHBE/unreal-ai-connection MCP server](https://glama.ai/mcp/servers/NAJEMWEHBE/unreal-ai-connection/badges/score.svg)](https://glama.ai/mcp/servers/NAJEMWEHBE/unreal-ai-connection) 🌊 🐍 🏠 πŸͺŸ - Drive the Unreal Engine 5.7 editor from any MCP client over a local TCP socket β€” 105 editor-automation tools (72 native C++ + 33 bridge-side). Native C++ plugin + thin Python bridge, ~50ms round-trips. 498 tests, MIT. From c36e188eb2adc144db59eb93b3301038d9e48961 Mon Sep 17 00:00:00 2001 From: Doug Sureel Date: Thu, 2 Jul 2026 01:33:52 -0700 Subject: [PATCH 044/403] Add Glama score badge to RadMail entry (per glama-check) Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 298da9390..27f74eabf 100644 --- a/README.md +++ b/README.md @@ -652,7 +652,7 @@ Integration with communication platforms for message management and channel oper - [sethbang/proton-mail-mcp](https://github.com/sethbang/proton-mail-mcp) [![proton-mail-mcp MCP server](https://glama.ai/mcp/servers/sethbang/proton-mail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sethbang/proton-mail-mcp) πŸ“‡ 🏠 - Unofficial Proton Mail MCP server β€” send, read, search, and organize email over SMTP and IMAP (via Proton Mail Bridge). Bulk ops with dry-run previews, read-only mode, and Trash-by-default deletes. Not affiliated with Proton AG. - [shahabazdev/inxmail-mcp](https://github.com/shahabazdev/inxmail-mcp) [![shahabazdev/inxmail-mcp MCP server](https://glama.ai/mcp/servers/shahabazdev/inxmail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/shahabazdev/inxmail-mcp) πŸ“‡ ☁️ - Manage Inxmail Commerce transactional emails β€” events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking. - [TheSameAbramovych/qmailing-mcp-server](https://github.com/TheSameAbramovych/qmailing-mcp-server) [![TheSameAbramovych/qmailing-mcp-server MCP server](https://glama.ai/mcp/servers/TheSameAbramovych/qmailing-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/TheSameAbramovych/qmailing-mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - AI agents read & send email, manage mailboxes, custom domains and webhooks via the QMailing API (npm stdio + hosted OAuth connector). -- [dougsureel-tech/radmail-mcp](https://github.com/dougsureel-tech/radmail-mcp) ☁️ πŸ“‡ - Email operating system for agents: a `search` tool to find the one message by sender/subject/content (no filesystem grep), two-axis triage (importance Γ— urgency), an explainable "Right Now" lane, commitment follow-through, and reviewable drafts. A machine-verifiable hard-stop keeps money/banking-change/first-contact human-only (BEC defense). Zero-auth HTTP sandbox at radmail.ai/api/mcp/sandbox β€” no account, no key. +- [radmail-ai/radmail-mcp](https://github.com/radmail-ai/radmail-mcp) [![radmail-ai/radmail-mcp MCP server](https://glama.ai/mcp/servers/radmail-ai/radmail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/radmail-ai/radmail-mcp) ☁️ πŸ“‡ - Email operating system for agents: a `search` tool to find the one message by sender/subject/content (no filesystem grep), two-axis triage (importance Γ— urgency), an explainable "Right Now" lane, commitment follow-through, and reviewable drafts. A machine-verifiable hard-stop keeps money/banking-change/first-contact human-only (BEC defense). Zero-auth HTTP sandbox at radmail.ai/api/mcp/sandbox β€” no account, no key. - [rchanllc/joltsms-mcp-server](https://github.com/rchanllc/joltsms-mcp-server) [![joltsms-mcp-server MCP server](https://glama.ai/mcp/servers/@rchanllc/joltsms-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@rchanllc/joltsms-mcp-server) πŸ“‡ ☁️ - Provision dedicated real-SIM US phone numbers, receive inbound SMS, poll for messages, and extract OTP codes. Built for AI agents automating phone verification across platforms. - [virtualsms-io/mcp-server](https://github.com/virtualsms-io/mcp-server) [![virtualsms-io/mcp-server](https://glama.ai/mcp/servers/virtualsms-io/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/virtualsms-io/mcp-server) πŸ“‡ ☁️ - Receive SMS verification codes with AI agents. Get virtual phone numbers for WhatsApp, Telegram, Google, and 500+ services. Own modem infrastructure across 200+ countries with real-time WebSocket delivery. 12 tools for number discovery, purchase, and code extraction. - [jagan-shanmugam/mattermost-mcp-host](https://github.com/jagan-shanmugam/mattermost-mcp-host) 🐍 🏠 - A MCP server along with MCP host that provides access to Mattermost teams, channels and messages. MCP host is integrated as a bot in Mattermost with access to MCP servers that can be configured. From f72f971003ae8afadc73a104fb0c176713e9d0b9 Mon Sep 17 00:00:00 2001 From: Minh Hong Date: Fri, 3 Jul 2026 10:56:07 +0700 Subject: [PATCH 045/403] Add minhhq-a1/odoo-pulse to Workplace & Productivity --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..4942f25a1 100644 --- a/README.md +++ b/README.md @@ -2970,6 +2970,7 @@ Interact with Git repositories and version control platforms. Enables repository - [MarceauSolutions/hvac-quotes-mcp](https://github.com/MarceauSolutions/hvac-quotes-mcp) 🐍 🏠 ☁️ - HVAC equipment RFQ management for contractors - submit quotes to distributors, track responses, and compare pricing - [Martinqi826/dida-mcp](https://github.com/Martinqi826/dida-mcp) [![Martinqi826/dida-mcp MCP server](https://glama.ai/mcp/servers/Martinqi826/dida-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Martinqi826/dida-mcp) 🐍 ☁️ - [Dida365](https://dida365.com/) (TickTick China) MCP server for AI-powered task management. 13 tools for projects, tasks, tags, and habits with OAuth 2.0 authentication. Compatible with OpenClaw, Claude Desktop, and any MCP client. - [MarkusPfundstein/mcp-gsuite](https://github.com/MarkusPfundstein/mcp-gsuite) 🐍 ☁️ - Integration with gmail and Google Calendar. +- [minhhq-a1/odoo-pulse](https://github.com/minhhq-a1/odoo-pulse) 🐍 ☁️ - An AI business analyst for Odoo ERP: one-call reports with a verdict (business_pulse, pipeline_review, receivables_health, inventory_risk, sales_snapshot, absence_overview) over the XML-RPC API. - [mnoomnoo/resume-mcp-server](https://github.com/mnoomnoo/resume-mcp-server) [![mnoomnoo/resume-mcp-server MCP server](https://glama.ai/mcp/servers/mnoomnoo/resume-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/mnoomnoo/resume-mcp-server) 🐍 🏠 πŸͺŸ 🐧 - MCP server for searching and retrieving structured information from local resume and job application documents (.docx, .pdf, .md, .txt) with auto hot-reload. 21 tools for full-text search and filtering by skill, company, and education, plus structured extraction of work experience, achievements, badge skills, and side projects. `pip install resume-mcp-server` - [moro3k/mcp-altegio](https://github.com/moro3k/mcp-altegio) πŸ“‡ ☁️ - MCP server for Altegio API β€” appointments, clients, services, staff schedules for salon/spa/clinic management. 18 tools with Docker support. - [io.github.opsconduit/jobber-mcp](https://github.com/opsconduit/jobber-mcp) [![opsconduit/jobber-mcp MCP server](https://glama.ai/mcp/servers/opsconduit/jobber-mcp/badges/score.svg)](https://glama.ai/mcp/servers/opsconduit/jobber-mcp) πŸ“‡ ☁️ 🏠 - Customer-hosted, read-only MCP server for Jobber operations queries: owner action lists, overdue invoices, stale requests, estimates, jobs, and safe read-only GraphQL validation. From 572ae1a99c69f63c27ffbbaaf5e122067a4b168a Mon Sep 17 00:00:00 2001 From: Bill Barthel Date: Fri, 3 Jul 2026 04:17:52 +0000 Subject: [PATCH 046/403] Add HireJack MCP server (tech hiring intelligence) to Workplace & Productivity --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..0070492e3 100644 --- a/README.md +++ b/README.md @@ -2993,6 +2993,7 @@ Interact with Git repositories and version control platforms. Enables repository - [tubasasakunn/context-apps-mcp](https://github.com/tubasasakunn/context-apps-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI-powered productivity suite connecting Todo, Idea, Journal, and Timer apps with Claude via Model Context Protocol. - [tuanle96/mcp-odoo](https://github.com/tuanle96/mcp-odoo) [![tuanle96/mcp-odoo MCP server](https://glama.ai/mcp/servers/tuanle96/mcp-odoo/badges/score.svg)](https://glama.ai/mcp/servers/tuanle96/mcp-odoo) 🐍 🏠 🍎 πŸͺŸ 🐧 - Production-grade MCP server for Odoo ERP (16-19) with zero Odoo-side install. 24 tools across read, write (approval-token gated), diagnose, migrate, and audit. JSON-2 transport for Odoo 19+, real Docker Compose smoke tests against Odoo 16/17/18/19, diagnostics (`diagnose_odoo_call`, `upgrade_risk_report`, `fit_gap_report`, `scan_addons_source`), and 5 reusable agent prompts. - [twtrubiks/odoo19-mcp-server](https://github.com/twtrubiks/odoo19-mcp-server) [![twtrubiks/odoo19-mcp-server MCP server](https://glama.ai/mcp/servers/twtrubiks/odoo19-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/twtrubiks/odoo19-mcp-server) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP Server for Odoo 19 ERP using JSON-RPC API, built with FastMCP. Supports CRUD operations, model inspection, and user/company context with readonly mode and delete confirmation safety. +- [TVLSS/hirejack-mcp](https://github.com/TVLSS/hirejack-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Live tech-hiring intelligence from [HireJack](https://hirejack.com): search 130K+ live job postings collected daily from ~500 tech companies' own career sites, plus company hiring profiles and tech stacks, salary benchmarks, market pulse, and skill trends. Five tools need no account (`npx -y @hirejack/mcp`); the hosted OAuth endpoint unlocks the full 22-tool career-intelligence surface. - [universalamateur/reclaim-mcp-server](https://github.com/universalamateur/reclaim-mcp-server) 🐍 ☁️ - Reclaim.ai calendar integration with 40 tools for tasks, habits, focus time, scheduling links, and productivity analytics. - [UnMarkdown/mcp-server](https://github.com/UnMarkdown/mcp-server) [![mcp-server MCP server](https://glama.ai/mcp/servers/@UnMarkdown/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@UnMarkdown/mcp-server) πŸ“‡ ☁️ - The document publishing layer for AI tools. Convert markdown to formatted documents for Google Docs, Word, Slack, OneNote, Email, and Plain Text with 62 templates. - [urbanmorph/mdshare](https://github.com/urbanmorph/mdshare) πŸ“‡ ☁️ - Markdown collaboration for AI workflows. Share markdown instantly via public links with four permission levels (admin, edit, comment, view), inline comments anchored to text, real-time WebSocket sync, and version history. Free, no login. `npx mdshare-mcp` lets AI agents read docs, review comments, incorporate feedback, and resolve threads β€” the full review loop without copy-pasting between tools. From ab48a81676b803f20db9931571823aae2f2d7a27 Mon Sep 17 00:00:00 2001 From: lodar Date: Fri, 3 Jul 2026 08:19:27 +0000 Subject: [PATCH 047/403] Add 5dive-ai/5dive-mcp to Coding Agents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..8b25a038f 100644 --- a/README.md +++ b/README.md @@ -527,6 +527,7 @@ Code execution servers. Allow LLMs to execute code in a secure environment, e.g. Full coding agents that enable LLMs to read, edit, and execute code and solve general programming tasks completely autonomously. +- [5dive-ai/5dive-mcp](https://github.com/5dive-ai/5dive-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Manage a 5dive agent fleet from any MCP client: file tasks, message and inspect agents, and read the fleet digest. Thin adapter over the 5dive CLI. - [agent-blueprint/mcp-server](https://github.com/agent-blueprint/mcp-server) [![agent-blueprint/mcp-server MCP server](https://glama.ai/mcp/servers/agent-blueprint/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/agent-blueprint/mcp-server) πŸ“‡ ☁️ - 8 MCP tools for exploring and downloading AI agent blueprints. List blueprints, get summaries, download full Agent Skills directories for implementation by coding agents. Vendor-agnostic output works with any enterprise platform. Install: `npx agentblueprint`. - [dugubuyan/agent-nexus](https://github.com/dugubuyan/agent-nexus) [![AgentNexus MCP server](https://glama.ai/mcp/servers/dugubuyan/agent-nexus/badges/score.svg)](https://glama.ai/mcp/servers/dugubuyan/agent-nexus) 🐍 🏠 ☁️ β€” Service-boundary-aware document exchange center for coordinating heterogeneous LLM code agents. Versioned Markdown store, pub-sub notifications, diff-aware updates, and lifecycle stage tracking. Each service registers as a sub-project; agents subscribe to cross-service document changes and receive structured diffs via MCP. - [agentic-mcp-tools/owlex](https://github.com/agentic-mcp-tools/owlex) 🐍 🏠 🍎 πŸͺŸ 🐧 - AI council server: query CLI agents (Claude Code, Codex, Gemini, and OpenCode) in parallel with deliberation rounds From 5138a70981c8e8894e57db57fc70d4c8bad78bec Mon Sep 17 00:00:00 2001 From: rajivbul Date: Fri, 3 Jul 2026 19:19:16 +0530 Subject: [PATCH 048/403] Add RajeevSirohi/mcp-server-terraform to DevOps section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..3606b8646 100644 --- a/README.md +++ b/README.md @@ -464,6 +464,7 @@ Cloud platform service integration. Enables management and interaction with clou - [s-b-e-n-s-o-n/portkey-admin-mcp](https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp) [![portkey-admin-mcp MCP server](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp/badges/score.svg)](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp) πŸ“‡ ☁️ - MCP server for the Portkey AI Gateway Admin API β€” 150 tools for prompts, configs, analytics, keys, guardrails, integrations, and more. - [pulumi/mcp-server](https://github.com/pulumi/mcp-server) πŸŽ–οΈ πŸ“‡ 🏠 - MCP server for interacting with Pulumi using the Pulumi Automation API and Pulumi Cloud API. Enables MCP clients to perform Pulumi operations like retrieving package information, previewing changes, deploying updates, and retrieving stack outputs programmatically. - [pythonanywhere/pythonanywhere-mcp-server](https://github.com/pythonanywhere/pythonanywhere-mcp-server) 🐍 🏠 - MCP server implementation for PythonAnywhere cloud platform. +- [RajeevSirohi/mcp-server-terraform](https://github.com/RajeevSirohi/mcp-server-terraform) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Safety-first Terraform operations: plan/apply/destroy with two-step confirmation gates, plan risk & cost analysis that flags expensive always-on resources (NAT gateways, EKS, Azure Firewall), drift detection, import/taint/refresh, provider auth pre-flight checks, and audit logging. - [qiniu/qiniu-mcp-server](https://github.com/qiniu/qiniu-mcp-server) 🐍 ☁️ - A MCP built on Qiniu Cloud products, supporting access to Qiniu Cloud Storage, media processing services, etc. - [redis/mcp-redis-cloud](https://github.com/redis/mcp-redis-cloud) πŸ“‡ ☁️ - Manage your Redis Cloud resources effortlessly using natural language. Create databases, monitor subscriptions, and configure cloud deployments with simple commands. - [reza-gholizade/k8s-mcp-server](https://github.com/reza-gholizade/k8s-mcp-server) 🏎️ ☁️/🏠 - A Kubernetes Model Context Protocol (MCP) server that provides tools for interacting with Kubernetes clusters through a standardized interface, including API resource discovery, resource management, pod logs, metrics, and events. From d19be1bd7f94b523256d28111a73af99b3a7a147 Mon Sep 17 00:00:00 2001 From: Nir Diamant <28316913+NirDiamant@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:37:16 +0300 Subject: [PATCH 049/403] Add hushvert/mcp to Other Tools and Integrations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..969ea3797 100644 --- a/README.md +++ b/README.md @@ -3074,6 +3074,7 @@ Interact with Git repositories and version control platforms. Enables repository - [HenryHaoson/Yuque-MCP-Server](https://github.com/HenryHaoson/Yuque-MCP-Server) - πŸ“‡ ☁️ A Model-Context-Protocol (MCP) server for integrating with Yuque API, allowing AI models to manage documents, interact with knowledge bases, search content, and access analytics data from the Yuque platform. - [hiromitsusasaki/raindrop-io-mcp-server](https://github.com/hiromitsusasaki/raindrop-io-mcp-server) πŸ“‡ ☁️ - An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP). - [hmk/attio-mcp-server](https://github.com/hmk/attio-mcp-server) - πŸ“‡ ☁️ Allows AI clients to manage records and notes in Attio CRM +- [hushvert/mcp](https://github.com/hushvert/mcp) πŸ“‡ ☁️ - File-conversion tools for AI agents: convert documents, images, audio, video, archives and PDFs across formats (convert_file, convert_poll, list_formats, check_usage). Runs local-doable conversions in the browser and refuses to bill for them. Backed by hushvert.com. - [hypescale/storyblok-mcp-server](https://github.com/hypescale/storyblok-mcp-server) [![storyblok-mcp-server MCP server](https://glama.ai/mcp/servers/martinkogut/storyblok-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/martinkogut/storyblok-mcp-server) πŸ“‡ ☁️ - MCP server for the Storyblok headless CMS with 160 tools across 30 modules. Manage stories, components, assets, workflows, releases, and more via AI assistants. - [imprvhub/mcp-claude-spotify](https://github.com/imprvhub/mcp-claude-spotify) πŸ“‡ ☁️ 🏠 - An integration that allows Claude Desktop to interact with Spotify using the Model Context Protocol (MCP). - [inkbytefo/screenmonitormcp](https://github.com/inkbytefo/screenmonitormcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Real-time screen analysis, context-aware recording, and UI monitoring MCP server. Supports AI vision, event hooks, and multimodal agent workflows. From fe480db51881577786ec5bbf8895eb88114514c5 Mon Sep 17 00:00:00 2001 From: NirDiamant <28316913+NirDiamant@users.noreply.github.com> Date: Sat, 4 Jul 2026 02:30:05 +0000 Subject: [PATCH 050/403] Add Glama score badge to the hushvert/mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 969ea3797..cd3ede4de 100644 --- a/README.md +++ b/README.md @@ -3074,7 +3074,7 @@ Interact with Git repositories and version control platforms. Enables repository - [HenryHaoson/Yuque-MCP-Server](https://github.com/HenryHaoson/Yuque-MCP-Server) - πŸ“‡ ☁️ A Model-Context-Protocol (MCP) server for integrating with Yuque API, allowing AI models to manage documents, interact with knowledge bases, search content, and access analytics data from the Yuque platform. - [hiromitsusasaki/raindrop-io-mcp-server](https://github.com/hiromitsusasaki/raindrop-io-mcp-server) πŸ“‡ ☁️ - An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP). - [hmk/attio-mcp-server](https://github.com/hmk/attio-mcp-server) - πŸ“‡ ☁️ Allows AI clients to manage records and notes in Attio CRM -- [hushvert/mcp](https://github.com/hushvert/mcp) πŸ“‡ ☁️ - File-conversion tools for AI agents: convert documents, images, audio, video, archives and PDFs across formats (convert_file, convert_poll, list_formats, check_usage). Runs local-doable conversions in the browser and refuses to bill for them. Backed by hushvert.com. +- [hushvert/mcp](https://github.com/hushvert/mcp) [![hushvert/mcp MCP server](https://glama.ai/mcp/servers/ne8g9kgbrf/badges/score.svg)](https://glama.ai/mcp/servers/ne8g9kgbrf) πŸ“‡ ☁️ - File-conversion tools for AI agents: convert documents, images, audio, video, archives and PDFs across formats (convert_file, convert_poll, list_formats, check_usage). Runs local-doable conversions in the browser and refuses to bill for them. Backed by hushvert.com. - [hypescale/storyblok-mcp-server](https://github.com/hypescale/storyblok-mcp-server) [![storyblok-mcp-server MCP server](https://glama.ai/mcp/servers/martinkogut/storyblok-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/martinkogut/storyblok-mcp-server) πŸ“‡ ☁️ - MCP server for the Storyblok headless CMS with 160 tools across 30 modules. Manage stories, components, assets, workflows, releases, and more via AI assistants. - [imprvhub/mcp-claude-spotify](https://github.com/imprvhub/mcp-claude-spotify) πŸ“‡ ☁️ 🏠 - An integration that allows Claude Desktop to interact with Spotify using the Model Context Protocol (MCP). - [inkbytefo/screenmonitormcp](https://github.com/inkbytefo/screenmonitormcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Real-time screen analysis, context-aware recording, and UI monitoring MCP server. Supports AI vision, event hooks, and multimodal agent workflows. From c381aaf4d20446cff8cc0ef45ddc45ddffbb2075 Mon Sep 17 00:00:00 2001 From: Bill Barthel Date: Sat, 4 Jul 2026 03:00:07 +0000 Subject: [PATCH 051/403] Add Glama score badge to HireJack entry + fix alphabetical placement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0070492e3..2ba100050 100644 --- a/README.md +++ b/README.md @@ -2992,8 +2992,8 @@ Interact with Git repositories and version control platforms. Enables repository - [christulino/todoist-v1-mcp-server](https://github.com/christulino/todoist-v1-mcp-server) [![christulino/todoist-v1-mcp-server MCP server](https://glama.ai/mcp/servers/christulino/todoist-v1-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/christulino/todoist-v1-mcp-server) πŸ“‡ 🏠 - MCP server for Todoist built on the unified API v1. Stdio transport, 20 tools covering tasks, projects, sections, and labels. No daily reconnection issues. - [tubasasakunn/context-apps-mcp](https://github.com/tubasasakunn/context-apps-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI-powered productivity suite connecting Todo, Idea, Journal, and Timer apps with Claude via Model Context Protocol. - [tuanle96/mcp-odoo](https://github.com/tuanle96/mcp-odoo) [![tuanle96/mcp-odoo MCP server](https://glama.ai/mcp/servers/tuanle96/mcp-odoo/badges/score.svg)](https://glama.ai/mcp/servers/tuanle96/mcp-odoo) 🐍 🏠 🍎 πŸͺŸ 🐧 - Production-grade MCP server for Odoo ERP (16-19) with zero Odoo-side install. 24 tools across read, write (approval-token gated), diagnose, migrate, and audit. JSON-2 transport for Odoo 19+, real Docker Compose smoke tests against Odoo 16/17/18/19, diagnostics (`diagnose_odoo_call`, `upgrade_risk_report`, `fit_gap_report`, `scan_addons_source`), and 5 reusable agent prompts. +- [TVLSS/hirejack-mcp](https://github.com/TVLSS/hirejack-mcp) [![TVLSS/hirejack-mcp MCP server](https://glama.ai/mcp/servers/TVLSS/hirejack-mcp/badges/score.svg)](https://glama.ai/mcp/servers/TVLSS/hirejack-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Live tech-hiring intelligence from [HireJack](https://hirejack.com): search 130K+ live job postings collected daily from ~500 tech companies' own career sites, plus company hiring profiles and tech stacks, salary benchmarks, market pulse, and skill trends. Five tools need no account (`npx -y @hirejack/mcp`); the hosted OAuth endpoint unlocks the full 22-tool career-intelligence surface. - [twtrubiks/odoo19-mcp-server](https://github.com/twtrubiks/odoo19-mcp-server) [![twtrubiks/odoo19-mcp-server MCP server](https://glama.ai/mcp/servers/twtrubiks/odoo19-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/twtrubiks/odoo19-mcp-server) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP Server for Odoo 19 ERP using JSON-RPC API, built with FastMCP. Supports CRUD operations, model inspection, and user/company context with readonly mode and delete confirmation safety. -- [TVLSS/hirejack-mcp](https://github.com/TVLSS/hirejack-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Live tech-hiring intelligence from [HireJack](https://hirejack.com): search 130K+ live job postings collected daily from ~500 tech companies' own career sites, plus company hiring profiles and tech stacks, salary benchmarks, market pulse, and skill trends. Five tools need no account (`npx -y @hirejack/mcp`); the hosted OAuth endpoint unlocks the full 22-tool career-intelligence surface. - [universalamateur/reclaim-mcp-server](https://github.com/universalamateur/reclaim-mcp-server) 🐍 ☁️ - Reclaim.ai calendar integration with 40 tools for tasks, habits, focus time, scheduling links, and productivity analytics. - [UnMarkdown/mcp-server](https://github.com/UnMarkdown/mcp-server) [![mcp-server MCP server](https://glama.ai/mcp/servers/@UnMarkdown/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@UnMarkdown/mcp-server) πŸ“‡ ☁️ - The document publishing layer for AI tools. Convert markdown to formatted documents for Google Docs, Word, Slack, OneNote, Email, and Plain Text with 62 templates. - [urbanmorph/mdshare](https://github.com/urbanmorph/mdshare) πŸ“‡ ☁️ - Markdown collaboration for AI workflows. Share markdown instantly via public links with four permission levels (admin, edit, comment, view), inline comments anchored to text, real-time WebSocket sync, and version history. Free, no login. `npx mdshare-mcp` lets AI agents read docs, review comments, incorporate feedback, and resolve threads β€” the full review loop without copy-pasting between tools. From 8ebfbe37df398b94555668c4c8147dc9a71e73e3 Mon Sep 17 00:00:00 2001 From: Minh Hong Date: Sat, 4 Jul 2026 10:33:44 +0700 Subject: [PATCH 052/403] Add Glama badge for odoo-pulse --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4942f25a1..6a5530820 100644 --- a/README.md +++ b/README.md @@ -2970,7 +2970,7 @@ Interact with Git repositories and version control platforms. Enables repository - [MarceauSolutions/hvac-quotes-mcp](https://github.com/MarceauSolutions/hvac-quotes-mcp) 🐍 🏠 ☁️ - HVAC equipment RFQ management for contractors - submit quotes to distributors, track responses, and compare pricing - [Martinqi826/dida-mcp](https://github.com/Martinqi826/dida-mcp) [![Martinqi826/dida-mcp MCP server](https://glama.ai/mcp/servers/Martinqi826/dida-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Martinqi826/dida-mcp) 🐍 ☁️ - [Dida365](https://dida365.com/) (TickTick China) MCP server for AI-powered task management. 13 tools for projects, tasks, tags, and habits with OAuth 2.0 authentication. Compatible with OpenClaw, Claude Desktop, and any MCP client. - [MarkusPfundstein/mcp-gsuite](https://github.com/MarkusPfundstein/mcp-gsuite) 🐍 ☁️ - Integration with gmail and Google Calendar. -- [minhhq-a1/odoo-pulse](https://github.com/minhhq-a1/odoo-pulse) 🐍 ☁️ - An AI business analyst for Odoo ERP: one-call reports with a verdict (business_pulse, pipeline_review, receivables_health, inventory_risk, sales_snapshot, absence_overview) over the XML-RPC API. +- [minhhq-a1/odoo-pulse](https://github.com/minhhq-a1/odoo-pulse) [![minhhq-a1/odoo-pulse MCP server](https://glama.ai/mcp/servers/minhhq-a1/odoo-pulse/badges/score.svg)](https://glama.ai/mcp/servers/minhhq-a1/odoo-pulse) 🐍 ☁️ - An AI business analyst for Odoo ERP: one-call reports with a verdict (business_pulse, pipeline_review, receivables_health, inventory_risk, sales_snapshot, absence_overview) over the XML-RPC API. - [mnoomnoo/resume-mcp-server](https://github.com/mnoomnoo/resume-mcp-server) [![mnoomnoo/resume-mcp-server MCP server](https://glama.ai/mcp/servers/mnoomnoo/resume-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/mnoomnoo/resume-mcp-server) 🐍 🏠 πŸͺŸ 🐧 - MCP server for searching and retrieving structured information from local resume and job application documents (.docx, .pdf, .md, .txt) with auto hot-reload. 21 tools for full-text search and filtering by skill, company, and education, plus structured extraction of work experience, achievements, badge skills, and side projects. `pip install resume-mcp-server` - [moro3k/mcp-altegio](https://github.com/moro3k/mcp-altegio) πŸ“‡ ☁️ - MCP server for Altegio API β€” appointments, clients, services, staff schedules for salon/spa/clinic management. 18 tools with Docker support. - [io.github.opsconduit/jobber-mcp](https://github.com/opsconduit/jobber-mcp) [![opsconduit/jobber-mcp MCP server](https://glama.ai/mcp/servers/opsconduit/jobber-mcp/badges/score.svg)](https://glama.ai/mcp/servers/opsconduit/jobber-mcp) πŸ“‡ ☁️ 🏠 - Customer-hosted, read-only MCP server for Jobber operations queries: owner action lists, overdue invoices, stale requests, estimates, jobs, and safe read-only GraphQL validation. From 17d9b36037dd4decf3abc22d25b24c2aa3e9e107 Mon Sep 17 00:00:00 2001 From: lodar Date: Sat, 4 Jul 2026 07:56:57 +0000 Subject: [PATCH 053/403] Add Glama score badge to 5dive entry Glama listing is live and passing checks; adds the score badge after the description as requested by the maintainer bot. Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b25a038f..52a1b7741 100644 --- a/README.md +++ b/README.md @@ -527,7 +527,7 @@ Code execution servers. Allow LLMs to execute code in a secure environment, e.g. Full coding agents that enable LLMs to read, edit, and execute code and solve general programming tasks completely autonomously. -- [5dive-ai/5dive-mcp](https://github.com/5dive-ai/5dive-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Manage a 5dive agent fleet from any MCP client: file tasks, message and inspect agents, and read the fleet digest. Thin adapter over the 5dive CLI. +- [5dive-ai/5dive-mcp](https://github.com/5dive-ai/5dive-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Manage a 5dive agent fleet from any MCP client: file tasks, message and inspect agents, and read the fleet digest. Thin adapter over the 5dive CLI. [![5dive-mcp MCP server](https://glama.ai/mcp/servers/5dive-ai/5dive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/5dive-ai/5dive-mcp) - [agent-blueprint/mcp-server](https://github.com/agent-blueprint/mcp-server) [![agent-blueprint/mcp-server MCP server](https://glama.ai/mcp/servers/agent-blueprint/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/agent-blueprint/mcp-server) πŸ“‡ ☁️ - 8 MCP tools for exploring and downloading AI agent blueprints. List blueprints, get summaries, download full Agent Skills directories for implementation by coding agents. Vendor-agnostic output works with any enterprise platform. Install: `npx agentblueprint`. - [dugubuyan/agent-nexus](https://github.com/dugubuyan/agent-nexus) [![AgentNexus MCP server](https://glama.ai/mcp/servers/dugubuyan/agent-nexus/badges/score.svg)](https://glama.ai/mcp/servers/dugubuyan/agent-nexus) 🐍 🏠 ☁️ β€” Service-boundary-aware document exchange center for coordinating heterogeneous LLM code agents. Versioned Markdown store, pub-sub notifications, diff-aware updates, and lifecycle stage tracking. Each service registers as a sub-project; agents subscribe to cross-service document changes and receive structured diffs via MCP. - [agentic-mcp-tools/owlex](https://github.com/agentic-mcp-tools/owlex) 🐍 🏠 🍎 πŸͺŸ 🐧 - AI council server: query CLI agents (Claude Code, Codex, Gemini, and OpenCode) in parallel with deliberation rounds From 241ff5f1250416d62b8a67ad006dd1456a8b3704 Mon Sep 17 00:00:00 2001 From: Li Zhuojun Date: Sat, 4 Jul 2026 16:00:29 +0800 Subject: [PATCH 054/403] Add lizhuojunx86/chinese-history-mcp to Research A traceable Chinese-history MCP server over 9 classical texts; every result carries a book/chapter/paragraph citation with an honest review_status. Zero-dependency stdlib stdio JSON-RPC. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..b9a3cb108 100644 --- a/README.md +++ b/README.md @@ -2392,6 +2392,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [HubLensOfficial/mcp-server](https://github.com/HubLensOfficial/mcp-server) [![HubLensOfficial/mcp-server MCP server](https://glama.ai/mcp/servers/HubLensOfficial/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/HubLensOfficial/mcp-server) πŸ“‡ ☁️ - Query daily trending open-source projects from GitHub & Hacker News with AI-generated bilingual (EN/ZH) summaries, categories, use cases, and custom scoring. Stateless, no API key required. - [tushariitr-19/immigration-mcp](https://github.com/tushariitr-19/immigration-mcp) [![tushariitr-19/immigration-mcp MCP server](https://glama.ai/mcp/servers/tushariitr-19/immigration-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tushariitr-19/immigration-mcp) 🏎️ 🍎 πŸͺŸ 🐧 - MCP server for US immigration guidance β€” live Visa Bulletin, priority date checker and immigration term explanations. Free to use. - [kimimgo/viznoir](https://github.com/kimimgo/viznoir) [![viznoir MCP server](https://glama.ai/mcp/servers/kimimgo/viznoir/badges/score.svg)](https://glama.ai/mcp/servers/kimimgo/viznoir) 🐍 🏠 🐧 - Cinema-quality science visualization MCP server for CFD/FEA/SPH. 22 tools for rendering, slicing, contouring, volume rendering, and animating OpenFOAM/VTK/CGNS data. Headless EGL/OSMesa. +- [lizhuojunx86/chinese-history-mcp](https://github.com/lizhuojunx86/chinese-history-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Query 9 classical Chinese texts (pre-Qin to Wei-Jin: 史θ°/汉书/εŽζ±‰δΉ¦/δΈ‰ε›½εΏ—/ε·¦δΌ /θΊθ―­/孟子/吕氏ζ˜₯η§‹/θ΅„ζ²»ι€šι‰΄) by event, person, modern place name, or virtue β€” every result cites 【book Β· chapter Β· paragraph】 with original-text evidence and an honest `review_status`. Zero-dependency stdlib stdio JSON-RPC. - [mlava/scholar-sidekick-mcp](https://github.com/mlava/scholar-sidekick-mcp) [![mlava/scholar-sidekick-mcp MCP server](https://glama.ai/mcp/servers/mlava/scholar-sidekick-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mlava/scholar-sidekick-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Resolve any scholarly identifier (DOI, PMID, PMCID, ISBN, arXiv, ISSN, ADS bibcode, WHO IRIS URL) into structured CSL JSON, format in 10,000+ citation styles, or export to BibTeX/RIS/EndNote/Zotero RDF/CSV. Single or batch. Install: `npx -y scholar-sidekick-mcp`. - [mnemox-ai/idea-reality-mcp](https://github.com/mnemox-ai/idea-reality-mcp) [![idea-reality-mcp MCP server](https://glama.ai/mcp/servers/@mnemox-ai/idea-reality-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@mnemox-ai/idea-reality-mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Pre-build reality check for AI coding agents. Scans GitHub, Hacker News, npm, PyPI, and Product Hunt to detect existing competition before building, returning a reality signal score (0-100), duplicate likelihood, similar projects, and pivot hints. - [musharna/data-aggregator-mcp](https://github.com/musharna/data-aggregator-mcp) [![musharna/data-aggregator-mcp MCP server](https://glama.ai/mcp/servers/musharna/data-aggregator-mcp/badges/score.svg)](https://glama.ai/mcp/servers/musharna/data-aggregator-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Search and fetch research datasets across Zenodo, DataCite (Dryad/Figshare/Dataverse/OSF), NCBI omics (GEO/SRA/BioProject), and literature (PubMed/OpenAIRE) behind one normalized model β€” DOI deduplication, NCBI-Taxonomy synonym expansion, paperβ†’data linking, and checksum-verified download. `uvx data-aggregator-mcp`. From 0f58beac79b5e5f6fa94aaee66887469bbc4a942 Mon Sep 17 00:00:00 2001 From: mcurmi05 Date: Sat, 4 Jul 2026 22:39:30 +1000 Subject: [PATCH 055/403] Add vdiff (breaking-change diffs for npm packages) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3ee57e9c..5255e5169 100644 --- a/README.md +++ b/README.md @@ -925,6 +925,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [DeusData/codebase-memory-mcp](https://github.com/DeusData/codebase-memory-mcp) [![DeusData/codebase-memory-mcp MCP server](https://glama.ai/mcp/servers/DeusData/codebase-memory-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DeusData/codebase-memory-mcp) 🌊 🏠 🍎 πŸͺŸ 🐧 - Code-intelligence engine that indexes a repo into a persistent knowledge graph β€” functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, ~99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. `npx codebase-memory-mcp` - [forgemeshlabs/aso-audit-mcp](https://github.com/forgemeshlabs/aso-audit-mcp) [![forgemeshlabs/aso-audit-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/aso-audit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/aso-audit-mcp) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Free Agent Signal Optimization scanner for website/API agent readiness. Scores discovery, identity, trust, commerce, reputation, and memory signals; validates robots.txt AI bot rules, llms.txt, agent.json, Google A2A agent cards, MCP server cards, API catalogs, OAuth metadata, x402, pricing, security.txt, status endpoints, and cross-file identity consistency. Returns ASO maturity levels, evidence, and prioritized fix plans. Local stdio or Glama-hosted, no API key required. `npx -y @forgemeshlabs/aso-audit-mcp`. - [KyaniteLabs/checkyourself](https://github.com/KyaniteLabs/checkyourself) [![KyaniteLabs/checkyourself MCP server](https://glama.ai/mcp/servers/KyaniteLabs/checkyourself/badges/score.svg)](https://glama.ai/mcp/servers/KyaniteLabs/checkyourself) 🐍 🏠 - Local-first production-readiness audit for AI-built apps: read-only checks, an evidence-based 0-100 score, and guided fixes before launch. +- [mcurmi05/vdiff](https://github.com/mcurmi05/vdiff) [![mcurmi05/vdiff MCP server](https://glama.ai/mcp/servers/mcurmi05/vdiff/badges/score.svg)](https://glama.ai/mcp/servers/mcurmi05/vdiff) πŸ“‡ ☁️ - Breaking-change diffs for npm packages so coding agents stop writing code against outdated API knowledge. - [modus-agendi/managed-agent-control-mcp](https://github.com/modus-agendi/managed-agent-control-mcp) [![modus-agendi/managed-agent-control-mcp MCP server](https://glama.ai/mcp/servers/modus-agendi/managed-agent-control-mcp/badges/score.svg)](https://glama.ai/mcp/servers/modus-agendi/managed-agent-control-mcp) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Start, observe, and interact with Claude Managed Agents from any MCP client β€” launch an agent, poll its events to watch it work, reply, approve the tools it wants to run, and stop it. Runs over stdio, an HTTP container, or AWS Lambda, with pluggable inbound auth (bearer/OIDC/Cognito). - [getnahook/nahook-mcp](https://github.com/getnahook/nahook-mcp) [![getnahook/nahook-mcp MCP server](https://glama.ai/mcp/servers/getnahook/nahook-mcp/badges/score.svg)](https://glama.ai/mcp/servers/getnahook/nahook-mcp) πŸŽ–οΈ 🏎️ ☁️ - "The official MCP server for the Nahook webhook platform β€” trigger webhooks, inspect deliveries, retry failures, and manage endpoints from your AI assistant." - [naveenayalla1-CS50/mcp-server-toolkit](https://github.com/naveenayalla1-CS50/mcp-server-toolkit) [![naveenayalla1-CS50/mcp-server-toolkit MCP server](https://glama.ai/mcp/servers/naveenayalla1-CS50/mcp-server-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/naveenayalla1-CS50/mcp-server-toolkit) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Plug-and-play MCP server toolkit with semantic code search, natural language database queries, docs indexing, and OpenAPI introspection. One-command setup for Claude Code, Cursor, and Windsurf. From 1553c2b47e607d3bd14a9ba226abd99ce2bcc4e8 Mon Sep 17 00:00:00 2001 From: Ilia Sokolov Date: Sat, 4 Jul 2026 20:29:43 +0200 Subject: [PATCH 056/403] Add OfficeAgent.NET server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..5cb835e74 100644 --- a/README.md +++ b/README.md @@ -3006,6 +3006,7 @@ Interact with Git repositories and version control platforms. Enables repository - [human-pages-ai/humanpages](https://github.com/human-pages-ai/humanpages) [![humanpages MCP server](https://glama.ai/mcp/servers/human-pages-ai/humanpages/badges/score.svg)](https://glama.ai/mcp/servers/human-pages-ai/humanpages) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Access real-world people who listed themselves to be hired by agents. Search by skill, location, and equipment, send job offers, post listings, and message workers. Free tier, Pro subscription, and x402 pay-per-use. - [sunsiyuan/human-survey](https://github.com/sunsiyuan/human-survey) [![sunsiyuan/human-survey MCP server](https://glama.ai/mcp/servers/sunsiyuan/human-survey/badges/score.svg)](https://glama.ai/mcp/servers/sunsiyuan/human-survey) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Feedback collection for AI agents. Create surveys from JSON schema, collect structured responses from groups of people, and retrieve aggregated results. 4 MCP tools for long-horizon agent workflows: post-event feedback, product launches, team health checks. - [ianaleck/harvest-mcp-server](https://github.com/ianaleck/harvest-mcp-server) [![harvest-mcp-server MCP server](https://glama.ai/mcp/servers/ianaleck/harvest-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ianaleck/harvest-mcp-server) πŸ“‡ ☁️ 🏠 - Harvest time tracking integration with 40+ tools for managing time entries, projects, clients, tasks, and generating time reports via the Harvest API v2 +- [ilia-sokolov/OfficeAgent.NET](https://github.com/ilia-sokolov/OfficeAgent.NET) #️⃣ πŸŽ–οΈ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Let agents edit real Microsoft Word (.docx) documents β€” tracked changes, tables, styles, comments, content controls, and document properties β€” with edits validated and previewed before saving. Built on the Open XML SDK; reads and writes documents in place through filesystem or SharePoint storage without automating Word. Runs over stdio or streamable HTTP. - [nicolascroce/keepsake-mcp](https://github.com/nicolascroce/keepsake-mcp) πŸ“‡ ☁️ - Personal CRM β€” manage contacts, interactions, tasks, notes, daily journal, and tags through 42 MCP tools - [n24q02m/better-notion-mcp](https://github.com/n24q02m/better-notion-mcp) [![better-notion-mcp MCP server](https://glama.ai/mcp/servers/@n24q02m/better-notion-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@n24q02m/better-notion-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Markdown-first Notion MCP server with 9 composite tools and 39 actions. ~77% token reduction via tiered docs. Auto-pagination and bulk operations. - [khaoss85/mcp-orchestro](https://github.com/khaoss85/mcp-orchestro) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Trello for Claude Code: AI-powered task management with 60 MCP tools, visual Kanban board, and intelligent orchestration for product teams and developers. From 9ac762c88053e33c1744174981a40b15097d3f27 Mon Sep 17 00:00:00 2001 From: Ilia Sokolov Date: Sat, 4 Jul 2026 20:32:33 +0200 Subject: [PATCH 057/403] OfficeAgent.NET description correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb835e74..b11cb0576 100644 --- a/README.md +++ b/README.md @@ -3006,7 +3006,7 @@ Interact with Git repositories and version control platforms. Enables repository - [human-pages-ai/humanpages](https://github.com/human-pages-ai/humanpages) [![humanpages MCP server](https://glama.ai/mcp/servers/human-pages-ai/humanpages/badges/score.svg)](https://glama.ai/mcp/servers/human-pages-ai/humanpages) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Access real-world people who listed themselves to be hired by agents. Search by skill, location, and equipment, send job offers, post listings, and message workers. Free tier, Pro subscription, and x402 pay-per-use. - [sunsiyuan/human-survey](https://github.com/sunsiyuan/human-survey) [![sunsiyuan/human-survey MCP server](https://glama.ai/mcp/servers/sunsiyuan/human-survey/badges/score.svg)](https://glama.ai/mcp/servers/sunsiyuan/human-survey) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Feedback collection for AI agents. Create surveys from JSON schema, collect structured responses from groups of people, and retrieve aggregated results. 4 MCP tools for long-horizon agent workflows: post-event feedback, product launches, team health checks. - [ianaleck/harvest-mcp-server](https://github.com/ianaleck/harvest-mcp-server) [![harvest-mcp-server MCP server](https://glama.ai/mcp/servers/ianaleck/harvest-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ianaleck/harvest-mcp-server) πŸ“‡ ☁️ 🏠 - Harvest time tracking integration with 40+ tools for managing time entries, projects, clients, tasks, and generating time reports via the Harvest API v2 -- [ilia-sokolov/OfficeAgent.NET](https://github.com/ilia-sokolov/OfficeAgent.NET) #️⃣ πŸŽ–οΈ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Let agents edit real Microsoft Word (.docx) documents β€” tracked changes, tables, styles, comments, content controls, and document properties β€” with edits validated and previewed before saving. Built on the Open XML SDK; reads and writes documents in place through filesystem or SharePoint storage without automating Word. Runs over stdio or streamable HTTP. +- [ilia-sokolov/OfficeAgent.NET](https://github.com/ilia-sokolov/OfficeAgent.NET) #️⃣ πŸŽ–οΈ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Let agents edit real Microsoft Word (.docx) documents - tracked changes, tables, styles, comments, content controls, and document properties - with edits validated and previewed before saving. Built on the Open XML SDK; reads and writes documents in place through filesystem or SharePoint storage without automating Word. Runs over stdio or streamable HTTP. - [nicolascroce/keepsake-mcp](https://github.com/nicolascroce/keepsake-mcp) πŸ“‡ ☁️ - Personal CRM β€” manage contacts, interactions, tasks, notes, daily journal, and tags through 42 MCP tools - [n24q02m/better-notion-mcp](https://github.com/n24q02m/better-notion-mcp) [![better-notion-mcp MCP server](https://glama.ai/mcp/servers/@n24q02m/better-notion-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@n24q02m/better-notion-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Markdown-first Notion MCP server with 9 composite tools and 39 actions. ~77% token reduction via tiered docs. Auto-pagination and bulk operations. - [khaoss85/mcp-orchestro](https://github.com/khaoss85/mcp-orchestro) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Trello for Claude Code: AI-powered task management with 60 MCP tools, visual Kanban board, and intelligent orchestration for product teams and developers. From de2479ea85c31e6047cfcdfbbfefe2e9fc644320 Mon Sep 17 00:00:00 2001 From: Ilia Sokolov Date: Sat, 4 Jul 2026 21:00:16 +0200 Subject: [PATCH 058/403] Glama score badge was added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b11cb0576..8ea7014dd 100644 --- a/README.md +++ b/README.md @@ -3006,7 +3006,7 @@ Interact with Git repositories and version control platforms. Enables repository - [human-pages-ai/humanpages](https://github.com/human-pages-ai/humanpages) [![humanpages MCP server](https://glama.ai/mcp/servers/human-pages-ai/humanpages/badges/score.svg)](https://glama.ai/mcp/servers/human-pages-ai/humanpages) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Access real-world people who listed themselves to be hired by agents. Search by skill, location, and equipment, send job offers, post listings, and message workers. Free tier, Pro subscription, and x402 pay-per-use. - [sunsiyuan/human-survey](https://github.com/sunsiyuan/human-survey) [![sunsiyuan/human-survey MCP server](https://glama.ai/mcp/servers/sunsiyuan/human-survey/badges/score.svg)](https://glama.ai/mcp/servers/sunsiyuan/human-survey) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Feedback collection for AI agents. Create surveys from JSON schema, collect structured responses from groups of people, and retrieve aggregated results. 4 MCP tools for long-horizon agent workflows: post-event feedback, product launches, team health checks. - [ianaleck/harvest-mcp-server](https://github.com/ianaleck/harvest-mcp-server) [![harvest-mcp-server MCP server](https://glama.ai/mcp/servers/ianaleck/harvest-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ianaleck/harvest-mcp-server) πŸ“‡ ☁️ 🏠 - Harvest time tracking integration with 40+ tools for managing time entries, projects, clients, tasks, and generating time reports via the Harvest API v2 -- [ilia-sokolov/OfficeAgent.NET](https://github.com/ilia-sokolov/OfficeAgent.NET) #️⃣ πŸŽ–οΈ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Let agents edit real Microsoft Word (.docx) documents - tracked changes, tables, styles, comments, content controls, and document properties - with edits validated and previewed before saving. Built on the Open XML SDK; reads and writes documents in place through filesystem or SharePoint storage without automating Word. Runs over stdio or streamable HTTP. +- [ilia-sokolov/OfficeAgent.NET](https://github.com/ilia-sokolov/OfficeAgent.NET) [![ilia-sokolov/OfficeAgent.NET MCP server](https://glama.ai/mcp/servers/ilia-sokolov/OfficeAgent.NET/badges/score.svg)](https://glama.ai/mcp/servers/ilia-sokolov/OfficeAgent.NET) #️⃣ πŸŽ–οΈ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Let agents edit real Microsoft Word (.docx) documents - tracked changes, tables, styles, comments, content controls, and document properties - with edits validated and previewed before saving. Built on the Open XML SDK; reads and writes documents in place through filesystem or SharePoint storage without automating Word. Runs over stdio or streamable HTTP. - [nicolascroce/keepsake-mcp](https://github.com/nicolascroce/keepsake-mcp) πŸ“‡ ☁️ - Personal CRM β€” manage contacts, interactions, tasks, notes, daily journal, and tags through 42 MCP tools - [n24q02m/better-notion-mcp](https://github.com/n24q02m/better-notion-mcp) [![better-notion-mcp MCP server](https://glama.ai/mcp/servers/@n24q02m/better-notion-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@n24q02m/better-notion-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Markdown-first Notion MCP server with 9 composite tools and 39 actions. ~77% token reduction via tiered docs. Auto-pagination and bulk operations. - [khaoss85/mcp-orchestro](https://github.com/khaoss85/mcp-orchestro) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Trello for Claude Code: AI-powered task management with 60 MCP tools, visual Kanban board, and intelligent orchestration for product teams and developers. From a26a5137e5166afa149453e8a63f11f0e8a9058b Mon Sep 17 00:00:00 2001 From: clawdbotworker Date: Sat, 4 Jul 2026 20:12:30 +0000 Subject: [PATCH 059/403] Add ForgeMesh x402 Notary MCP server - Add forgemeshlabs/x402-notary-mcp to the Security section - Include the Glama score badge - Keep the entry alphabetized in the existing one-line format --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..e422767bb 100644 --- a/README.md +++ b/README.md @@ -2688,6 +2688,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [Erodenn/fetch-guard](https://github.com/Erodenn/fetch-guard) [![fetch-guard MCP server](https://glama.ai/mcp/servers/@Erodenn/fetch-guard/badges/score.svg)](https://glama.ai/mcp/servers/@Erodenn/fetch-guard) 🐍 🏠 🍎 πŸͺŸ 🐧 - URL fetcher and HTML-to-markdown converter with three-layer prompt injection defense: pre-extraction sanitization of hidden/off-screen elements and non-printing Unicode, 15-pattern risk scanning (HIGH/MEDIUM/OK), and per-request session-salt content boundary wrapping. - [firstorderai/authenticator_mcp](https://github.com/firstorderai/authenticator_mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 – A secure MCP (Model Context Protocol) server that enables AI agents to interact with the Authenticator App. - [forest6511/secretctl](https://github.com/forest6511/secretctl) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - AI-safe secrets manager with MCP integration. Run commands with credentials injected as environment variables - AI agents never see plaintext secrets. Features output sanitization, AES-256-GCM encryption, and Argon2id key derivation. +- [forgemeshlabs/x402-notary-mcp](https://github.com/forgemeshlabs/x402-notary-mcp) [![forgemeshlabs/x402-notary-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/x402-notary-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/x402-notary-mcp) πŸ“‡ ☁️ - Cryptographic receipts for AI outputs: notarize any model inference with a signed Ed25519 attestation, sha256 content hash, and Merkle chain-anchor on Base or Solana. $0.001 per call via x402 USDC micropayments; verification is free and needs no wallet. Notarizes the hash, never your prompts. `npx -y @forgemeshlabs/x402-notary-mcp` - [fosdickio/binary_ninja_mcp](https://github.com/fosdickio/binary_ninja_mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - A Binary Ninja plugin, MCP server, and bridge that seamlessly integrates [Binary Ninja](https://binary.ninja) with your favorite MCP client. It enables you to automate the process of performing binary analysis and reverse engineering. - [fr0gger/MCP_Security](https://github.com/fr0gger/MCP_Security) πŸ“‡ ☁️ - MCP server for querying the ORKL API. This server provides tools for fetching threat reports, analyzing threat actors, and retrieving intelligence sources. - [Gaffx/volatility-mcp](https://github.com/Gaffx/volatility-mcp) - MCP server for Volatility 3.x, allowing you to perform memory forensics analysis with AI assistant. Experience memory forensics without barriers as plugins like pslist and netscan become accessible through clean REST APIs and LLMs. From e0805dec779dcedae57875b54833d0894791b13b Mon Sep 17 00:00:00 2001 From: zcag Date: Sun, 5 Jul 2026 05:08:00 +0300 Subject: [PATCH 060/403] Add zcag/tela with Glama score badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..463c8a18f 100644 --- a/README.md +++ b/README.md @@ -2141,6 +2141,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [SVerITG/Metis](https://github.com/SVerITG/Metis) [![Metis MCP server](https://glama.ai/mcp/servers/SVerITG/Metis/badges/score.svg)](https://glama.ai/mcp/servers/SVerITG/Metis) 🐍 🏠 🍎 πŸͺŸ 🐧 - A private, local research "second brain" for Claude: project-aware memory, cited answers from your own library (won't invent what it can't find), linked notes/meetings/ideas via a domain-specific knowledge layer, daily briefs (news + new papers in your field), a live meeting assistant, cross-pollination across your work, and 34 routed agents. A governed layer between you and the AI, with guardrails like data protection. A Research Cortex. - [syndicalt/zaxy](https://github.com/syndicalt/zaxy) [![syndicalt/zaxy MCP server](https://glama.ai/mcp/servers/syndicalt/zaxy/badges/score.svg)](https://glama.ai/mcp/servers/syndicalt/zaxy) 🐍 🏠 🍎 πŸͺŸ 🐧 - Event-sourced agent memory on a hash-chained append-only log with an embedded temporal knowledge graph (Kuzu, no sidecar). Cited Memory Checkout context, salience-based forgetting that attenuates instead of deleting, compaction-recovery hooks for Claude Code, token-budgeted checkout, and review-gated consolidation. 47 MCP tools with an 8-tool core profile default. `pip install zaxy-memory` [Docs](https://docs.zaxy.io) - [mnemoverse/mcp-memory-server](https://github.com/mnemoverse/mcp-memory-server) [![mnemoverse/mcp-memory-server MCP server](https://glama.ai/mcp/servers/mnemoverse/mcp-memory-server/badges/score.svg)](https://glama.ai/mcp/servers/mnemoverse/mcp-memory-server) πŸ“‡ ☁️ - Hosted memory that learns and forgets β€” feedback re-ranks what helps, recall fades by recency, similar memories consolidate. One key across Claude, Cursor, VS Code & ChatGPT. +- [zcag/tela](https://github.com/zcag/tela) [![zcag/tela MCP server](https://glama.ai/mcp/servers/zcag/tela/badges/score.svg)](https://glama.ai/mcp/servers/zcag/tela) 🏎️ 🏠 ☁️ - Self-hostable, markdown-native team wiki with a built-in MCP server: agents search, read, and write your wiki pages (ranked Postgres full-text + semantic search, backlink traversal). Plus Atlas, which auto-generates a cited, coverage-checked wiki from your git repos and Jira. Go + Postgres. `npx tela-mcp` - [VonderVuflya/Yggdrasil](https://github.com/VonderVuflya/Yggdrasil) [![VonderVuflya/Yggdrasil MCP server](https://glama.ai/mcp/servers/VonderVuflya/Yggdrasil/badges/score.svg)](https://glama.ai/mcp/servers/VonderVuflya/Yggdrasil) 🐍 🏠 🍎 πŸͺŸ 🐧 - Durable, local-first memory for AI coding agents over MCP. Zero-dependency (pure Python + SQLite/FTS5), curated and semantically de-duped β€” you own the data as plain rows. Works with Claude Code, Codex & any MCP host. `uvx --from yggdrasil-memory ygg mcp` ### βš–οΈ Legal From 6ec010dba6f632d889dccdb2958c090d693ff22f Mon Sep 17 00:00:00 2001 From: Sean Markwei Date: Sun, 5 Jul 2026 06:27:37 +0000 Subject: [PATCH 061/403] Add seanmarkwei/agentram-mcp to Memory Persistent key-value memory for AI agents, no vector DB. Published on npm. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..9e3bf9943 100644 --- a/README.md +++ b/README.md @@ -2089,6 +2089,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [roomi-fields/notebooklm-mcp](https://github.com/roomi-fields/notebooklm-mcp) [![notebooklm-mcp MCP server](https://glama.ai/mcp/servers/@roomi-fields/notebooklm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@roomi-fields/notebooklm-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Full automation of Google NotebookLM β€” Q&A with citations, audio podcasts, video, content generation, source management, and notebook library. MCP + HTTP REST API. - [rushikeshmore/CodeCortex](https://github.com/rushikeshmore/CodeCortex) [![codecortex MCP server](https://glama.ai/mcp/servers/@rushikeshmore/codecortex/badges/score.svg)](https://glama.ai/mcp/servers/@rushikeshmore/codecortex) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Persistent codebase knowledge layer for AI coding agents. Pre-digests codebases into structured knowledge (symbols, dependency graphs, co-change patterns, architectural decisions) via tree-sitter native parsing (28 languages) and serves via MCP. 14 tools, ~85% token reduction. Works with Claude Code, Cursor, Codex, and any MCP client. - [s60yucca/mnemos](https://github.com/s60yucca/mnemos) [![s60yucca/mnemos MCP server](https://glama.ai/mcp/servers/s60yucca/mnemos/badges/score.svg)](https://glama.ai/mcp/servers/s60yucca/mnemos) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Persistent memory engine for AI coding agents. Stores architecture decisions, bug root causes, and project conventions across sessions. Single Go binary with embedded SQLite, FTS5 search, context assembly within token budgets, and autopilot setup for Claude Code, Kiro, and Cursor. +- [seanmarkwei/agentram-mcp](https://github.com/seanmarkwei/agentram-mcp) πŸ“‡ ☁️ - Persistent memory for AI agents through a simple key-value HTTP API. No vector database or embeddings required. Store, retrieve, search, and share memory across agents with shared namespaces and TTL support. `npx -y agentram-mcp` - [SagaPeak/artifacta-mcp](https://github.com/SagaPeak/artifacta-mcp) [![SagaPeak/artifacta-mcp MCP server](https://glama.ai/mcp/servers/SagaPeak/artifacta-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SagaPeak/artifacta-mcp) πŸŽ–οΈ πŸ“‡ 🐍 ☁️ 🍎 πŸͺŸ 🐧 - The artifact store for AI agents. Every output your agents produce β€” persisted, retrievable, shareable. Across runs, sessions, and tools. Session/agent metadata, content-hash dedup, expiring share links; 11 tools with path-confined uploads and destructive actions gated by default. TypeScript (`npx @artifacta-mcp/mcp`) and Python (`pipx run artifacta-mcp`). - [SaravananJaichandar/world-model-mcp](https://github.com/SaravananJaichandar/world-model-mcp) [![SaravananJaichandar/world-model-mcp MCP server](https://glama.ai/mcp/servers/SaravananJaichandar/world-model-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SaravananJaichandar/world-model-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Temporal knowledge graph for codebases. Captures decision traces, links test failures to code changes, learns co-edit patterns, predicts regression risk, and enforces learned constraints at the edit boundary via a PreToolUse hook. 22 MCP tools, 9 SQLite databases with FTS5, supports Python/TypeScript/JavaScript/Solidity/Go/Rust/Java. Install via `pip install world-model-mcp`. - [sachitrafa/YourMemory](https://github.com/sachitrafa/YourMemory) [![sachitrafa/YourMemory MCP server](https://glama.ai/mcp/servers/sachitrafa/YourMemory/badges/score.svg)](https://glama.ai/mcp/servers/sachitrafa/YourMemory) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory for AI agents with Ebbinghaus forgetting-curve decay, hybrid BM25+vector retrieval, and entity graph for multi-hop reasoning. Memories auto-prune by importance and recall rate. Built-in browser dashboard, multi-agent support, and `yourmemory ask` for zero-API-call local queries. `pip install yourmemory` From e4150c7d4304b1f58f4bf5091423570c308eba85 Mon Sep 17 00:00:00 2001 From: Pankaj Goswami Date: Sun, 5 Jul 2026 19:02:48 +0530 Subject: [PATCH 062/403] Add NLQueries MCP server to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..c4820a820 100644 --- a/README.md +++ b/README.md @@ -830,6 +830,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [neo4j-contrib/mcp-neo4j](https://github.com/neo4j-contrib/mcp-neo4j) 🐍 🏠 - Model Context Protocol with Neo4j (Run queries, Knowledge Graph Memory, Manaage Neo4j Aura Instances) - [neondatabase/mcp-server-neon](https://github.com/neondatabase/mcp-server-neon) πŸ“‡ ☁️ β€” An MCP Server for creating and managing Postgres databases using Neon Serverless Postgres - [niledatabase/nile-mcp-server](https://github.com/niledatabase/nile-mcp-server) MCP server for Nile's Postgres platform - Manage and query Postgres databases, tenants, users, auth using LLMs +- [NLQueries](https://github.com/nlqueries/nlqueries) - Natural language to validated SQL engine with multi-connector support (PostgreSQL, MySQL, Snowflake, BigQuery, DuckDB), document QA, semantic caching, and self-hosted MCP server. - [openlink/mcp-server-jdbc](https://github.com/OpenLinkSoftware/mcp-jdbc-server) 🐍 🏠 - An MCP server for generic Database Management System (DBMS) Connectivity via the Java Database Connectivity (JDBC) protocol - [openlink/mcp-server-odbc](https://github.com/OpenLinkSoftware/mcp-odbc-server) 🐍 🏠 - An MCP server for generic Database Management System (DBMS) Connectivity via the Open Database Connectivity (ODBC) protocol - [openlink/mcp-server-sqlalchemy](https://github.com/OpenLinkSoftware/mcp-sqlalchemy-server) 🐍 🏠 - An MCP server for generic Database Management System (DBMS) Connectivity via SQLAlchemy using Python ODBC (pyodbc) From 42c8fbf18b568c00cecbc164d6b9d600d6b45882 Mon Sep 17 00:00:00 2001 From: Pankaj Goswami Date: Sun, 5 Jul 2026 19:35:48 +0530 Subject: [PATCH 063/403] Fix link formatting for NLQueries entry in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4820a820..7362ce8cb 100644 --- a/README.md +++ b/README.md @@ -830,7 +830,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [neo4j-contrib/mcp-neo4j](https://github.com/neo4j-contrib/mcp-neo4j) 🐍 🏠 - Model Context Protocol with Neo4j (Run queries, Knowledge Graph Memory, Manaage Neo4j Aura Instances) - [neondatabase/mcp-server-neon](https://github.com/neondatabase/mcp-server-neon) πŸ“‡ ☁️ β€” An MCP Server for creating and managing Postgres databases using Neon Serverless Postgres - [niledatabase/nile-mcp-server](https://github.com/niledatabase/nile-mcp-server) MCP server for Nile's Postgres platform - Manage and query Postgres databases, tenants, users, auth using LLMs -- [NLQueries](https://github.com/nlqueries/nlqueries) - Natural language to validated SQL engine with multi-connector support (PostgreSQL, MySQL, Snowflake, BigQuery, DuckDB), document QA, semantic caching, and self-hosted MCP server. +- [nlqueries/nlqueries](https://github.com/nlqueries/nlqueries) 🐍🏠 - Natural language to validated SQL engine with multi-connector support (PostgreSQL, MySQL, Snowflake, BigQuery, DuckDB), document QA, semantic caching, and self-hosted MCP server. - [openlink/mcp-server-jdbc](https://github.com/OpenLinkSoftware/mcp-jdbc-server) 🐍 🏠 - An MCP server for generic Database Management System (DBMS) Connectivity via the Java Database Connectivity (JDBC) protocol - [openlink/mcp-server-odbc](https://github.com/OpenLinkSoftware/mcp-odbc-server) 🐍 🏠 - An MCP server for generic Database Management System (DBMS) Connectivity via the Open Database Connectivity (ODBC) protocol - [openlink/mcp-server-sqlalchemy](https://github.com/OpenLinkSoftware/mcp-sqlalchemy-server) 🐍 🏠 - An MCP server for generic Database Management System (DBMS) Connectivity via SQLAlchemy using Python ODBC (pyodbc) From ea446a5ba8a4d466743bfcf2ed4bf32e2211c629 Mon Sep 17 00:00:00 2001 From: Pankaj Goswami Date: Sun, 5 Jul 2026 22:15:03 +0530 Subject: [PATCH 064/403] Add badge to nlqueries/nlqueries entry in README Added a badge to the nlqueries/nlqueries entry in the list of MCP servers. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7362ce8cb..ed030d4fa 100644 --- a/README.md +++ b/README.md @@ -830,7 +830,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [neo4j-contrib/mcp-neo4j](https://github.com/neo4j-contrib/mcp-neo4j) 🐍 🏠 - Model Context Protocol with Neo4j (Run queries, Knowledge Graph Memory, Manaage Neo4j Aura Instances) - [neondatabase/mcp-server-neon](https://github.com/neondatabase/mcp-server-neon) πŸ“‡ ☁️ β€” An MCP Server for creating and managing Postgres databases using Neon Serverless Postgres - [niledatabase/nile-mcp-server](https://github.com/niledatabase/nile-mcp-server) MCP server for Nile's Postgres platform - Manage and query Postgres databases, tenants, users, auth using LLMs -- [nlqueries/nlqueries](https://github.com/nlqueries/nlqueries) 🐍🏠 - Natural language to validated SQL engine with multi-connector support (PostgreSQL, MySQL, Snowflake, BigQuery, DuckDB), document QA, semantic caching, and self-hosted MCP server. +- [nlqueries/nlqueries](https://github.com/nlqueries/nlqueries) 🐍🏠 - Natural language to validated SQL engine with multi-connector support (PostgreSQL, MySQL, Snowflake, BigQuery, DuckDB), document QA, semantic caching, and self-hosted MCP server. [![nlqueries/nlqueries MCP server](https://glama.ai/mcp/servers/nlqueries/nlqueries/badges/score.svg)](https://glama.ai/mcp/servers/nlqueries/nlqueries) - [openlink/mcp-server-jdbc](https://github.com/OpenLinkSoftware/mcp-jdbc-server) 🐍 🏠 - An MCP server for generic Database Management System (DBMS) Connectivity via the Java Database Connectivity (JDBC) protocol - [openlink/mcp-server-odbc](https://github.com/OpenLinkSoftware/mcp-odbc-server) 🐍 🏠 - An MCP server for generic Database Management System (DBMS) Connectivity via the Open Database Connectivity (ODBC) protocol - [openlink/mcp-server-sqlalchemy](https://github.com/OpenLinkSoftware/mcp-sqlalchemy-server) 🐍 🏠 - An MCP server for generic Database Management System (DBMS) Connectivity via SQLAlchemy using Python ODBC (pyodbc) From 37c64ed458d948c794301996e2fef94195f4340c Mon Sep 17 00:00:00 2001 From: TanmayKnight Date: Sun, 5 Jul 2026 19:24:32 -0400 Subject: [PATCH 065/403] Add memini to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..ca5fbcbf0 100644 --- a/README.md +++ b/README.md @@ -1911,6 +1911,7 @@ Control smart home devices, home network equipment, and automation systems. Persistent memory storage using knowledge graph structures. Enables AI models to maintain and query structured information across sessions. +- [lumayapartners/memini](https://github.com/lumayapartners/memini) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first project memory and guardrails for coding agents. Records failed attempts, fragile files, and decisions per repo; warns the agent before it repeats a recorded mistake. `npx -y memini mcp` - [soolaugust/0CompactMem](https://github.com/soolaugust/0CompactMem) [![soolaugust/0CompactMem MCP server](https://glama.ai/mcp/servers/soolaugust/0CompactMem/badges/score.svg)](https://glama.ai/mcp/servers/soolaugust/0CompactMem) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory MCP server with OS-style demand paging, kswapd-style eviction, and mlock pinning. Multi-agent shared SQLite store with BM25 + FTS5 retrieval, importance scoring, and capacity-aware reclaim. 5 tools: `memory_lookup`, `pin_memory`, `unpin_memory`, `memory_stats`, `list_pinned`. `uvx --from git+https://github.com/soolaugust/0CompactMem memory-os` - [a2cr/a2cr](https://github.com/a2cr/a2cr) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](https://glama.ai/mcp/servers/a2cr/a2cr) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history. - [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [![aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint β€” the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp` From f6fd3f5a773f1f66a38970fad3626c43389773be Mon Sep 17 00:00:00 2001 From: TanmayKnight Date: Sun, 5 Jul 2026 19:41:02 -0400 Subject: [PATCH 066/403] Add Glama score badge to memini entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca5fbcbf0..8673c54bf 100644 --- a/README.md +++ b/README.md @@ -1911,7 +1911,7 @@ Control smart home devices, home network equipment, and automation systems. Persistent memory storage using knowledge graph structures. Enables AI models to maintain and query structured information across sessions. -- [lumayapartners/memini](https://github.com/lumayapartners/memini) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first project memory and guardrails for coding agents. Records failed attempts, fragile files, and decisions per repo; warns the agent before it repeats a recorded mistake. `npx -y memini mcp` +- [lumayapartners/memini](https://github.com/lumayapartners/memini) [![lumayapartners/memini MCP server](https://glama.ai/mcp/servers/lumayapartners/memini/badges/score.svg)](https://glama.ai/mcp/servers/lumayapartners/memini) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first project memory and guardrails for coding agents. Records failed attempts, fragile files, and decisions per repo; warns the agent before it repeats a recorded mistake. `npx -y memini mcp` - [soolaugust/0CompactMem](https://github.com/soolaugust/0CompactMem) [![soolaugust/0CompactMem MCP server](https://glama.ai/mcp/servers/soolaugust/0CompactMem/badges/score.svg)](https://glama.ai/mcp/servers/soolaugust/0CompactMem) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory MCP server with OS-style demand paging, kswapd-style eviction, and mlock pinning. Multi-agent shared SQLite store with BM25 + FTS5 retrieval, importance scoring, and capacity-aware reclaim. 5 tools: `memory_lookup`, `pin_memory`, `unpin_memory`, `memory_stats`, `list_pinned`. `uvx --from git+https://github.com/soolaugust/0CompactMem memory-os` - [a2cr/a2cr](https://github.com/a2cr/a2cr) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](https://glama.ai/mcp/servers/a2cr/a2cr) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history. - [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [![aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint β€” the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp` From 493e2af7793bbe8012faa46b1e331bb6241335b8 Mon Sep 17 00:00:00 2001 From: Rajski Date: Sun, 5 Jul 2026 20:41:50 -0400 Subject: [PATCH 067/403] Add Rajskij/oura-mcp (Oura Ring health data for ChatGPT/Claude) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..3fd5cf2eb 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [tatsuju/opdstar-nhi-mcp](https://github.com/tatsuju/opdstar-nhi-mcp) [![opdstar-nhi-mcp MCP server](https://glama.ai/mcp/servers/tatsuju/opdstar-nhi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tatsuju/opdstar-nhi-mcp) πŸ“‡ ☁️ - Taiwan's first public MCP server for National Health Insurance (NHI) data β€” 234 rejection codes, 1,497 ICD-10β†’procedure mappings across 20 specialties, audit indicators (008/014/027/P043), and semantic wiki search over 8,232 chunks of official NHI documentation. Powered by [OPDSTAR](https://opdstar.com). Install: `npx @opdstar/nhi-mcp`. - [pkotecha-eng/aria-mcp-server](https://github.com/pkotecha-eng/aria-mcp-server) [![aria-mcp-server MCP server](https://glama.ai/mcp/servers/pkotecha-eng/aria-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/pkotecha-eng/aria-mcp-server) 🐍 - Clinical research MCP server for trial coordinators and life sciences teams. Real-time access to PubMed (35M+ papers) and ClinicalTrials.gov (400K+ trials). No API key required. - [pubspro/pubmed-search](https://github.com/pubspro/pubmed-search) [![pubspro/pubmed-search MCP server](https://glama.ai/mcp/servers/pubspro/pubmed-search/badges/score.svg)](https://glama.ai/mcp/servers/pubspro/pubmed-search) πŸ“‡ ☁️ - Search PubMed and summarize biomedical literature, designed for AI health agents. +- [Rajskij/oura-mcp](https://github.com/Rajskij/oura-mcp) πŸ“‡ ☁️ - Ask your Oura Ring about sleep, readiness, activity, stress and heart rate in ChatGPT or Claude, in any language. Read-only, token-efficient, self-hosted; 10 task-oriented tools grouped by how people actually ask. - [SidneyBissoli/medical-terminologies-mcp](https://github.com/SidneyBissoli/medical-terminologies-mcp) [![SidneyBissoli/medical-terminologies-mcp MCP server](https://glama.ai/mcp/servers/SidneyBissoli/medical-terminologies-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SidneyBissoli/medical-terminologies-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Unified MCP server for ICD-11 (WHO), LOINC, RxNorm, MeSH (NLM), ATC, CID-10 (Brazilian DataSUS), and optional SNOMED CT. 28 tools (34 with SNOMED) with `structuredContent` + `outputSchema` on every default tool. Hosted on Cloudflare Workers, listed on Smithery, and on npm. - [the-momentum/apple-health-mcp-server](https://github.com/the-momentum/apple-health-mcp-server) 🐍 🏠 🍎 πŸͺŸ 🐧 - An MCP server that provides access to exported data from Apple Health. Data analytics included. - [the-momentum/fhir-mcp-server](https://github.com/the-momentum/fhir-mcp-server) 🐍 🏠 ☁️ - MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language. From ef3bc6420ba2d32c477c5ae5709c990cd37a9503 Mon Sep 17 00:00:00 2001 From: 0xcircuitbreaker <0xcircuitbreaker@protonmail.com> Date: Sun, 5 Jul 2026 22:30:17 -0400 Subject: [PATCH 068/403] Add daedalusdevelopmentgroup/ddg-agent-payable-services to Aggregators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..5a582dc92 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) Servers for accessing many apps and tools through a single MCP server. +- [daedalusdevelopmentgroup/ddg-agent-payable-services](https://github.com/daedalusdevelopmentgroup/ddg-agent-payable-services) 🐍 ☁️ - Pay-per-call x402 gateway: one MCP server for 90+ agent tools (utilities, DNS/WHOIS, blockchain RPC, market data, prediction markets, DEX data, security audits) plus an OpenAI-compatible LLM gateway. USDC on Base, free-trial calls per agent. `pip install ddg-agent-services-mcp` or remote `https://mcp.daedalusdevelopmentgroup.com/mcp`. - [forgemeshlabs/coinopai-mcp](https://github.com/forgemeshlabs/coinopai-mcp) [![forgemeshlabs/coinopai-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/coinopai-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/coinopai-mcp) πŸ“‡ - Local stdio MCP server for x402-powered paid crypto intelligence: preflight checks, trade decisions with `decision_id`, later audit against real prices, risk state, signal history, and agent automation search over USDC micropayments on Base. - [1mcp/agent](https://github.com/1mcp-app/agent) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one. - [2s-io/sdk](https://github.com/2s-io/sdk) [![2s-io/sdk MCP server](https://glama.ai/mcp/servers/2s-io/sdk/badges/score.svg)](https://glama.ai/mcp/servers/2s-io/sdk) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Unified API for AI agents β€” 180+ tools across geocoding, weather (NWS), climate stations (NOAA), earthquakes (USGS), tides (NOAA), points of interest (OpenStreetMap), patents (USPTO ODP), US case law (CourtListener / Free Law Project), Federal Register, Wikipedia, scientific papers (arXiv / PubMed / Semantic Scholar), AI summarize / translate / extract / screenshot / image-describe, image compression, DNS / WHOIS, crypto address-validate + EVM gas oracle, OFAC sanctions screening, US Census ACS demographics, airport / ZIP lookup. Sub-cent to a few cents per call in USDC on Base via x402 β€” no API keys, no signup. `npx -y @2sio/mcp` From f8e983a30644cfaadb87d931b1091743ff472bca Mon Sep 17 00:00:00 2001 From: djerok Date: Mon, 6 Jul 2026 11:36:49 +0800 Subject: [PATCH 069/403] Fix repo URL to glm-mcp and add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e2bcc73d..a88b79177 100644 --- a/README.md +++ b/README.md @@ -569,7 +569,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [pdavis68/RepoMapper](https://github.com.mcas.ms/pdavis68/RepoMapper) 🐧 πŸͺŸ 🍎 - An MCP server (and command-line tool) to provide a dynamic map of chat-related files from the repository with their function prototypes and related files in order of relevance. Based on the "Repo Map" functionality in Aider.chat - [preflight-dev/preflight](https://github.com/preflight-dev/preflight) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - 24-tool MCP server for Claude Code that catches vague prompts before they waste tokens. Includes 12-category prompt scorecards, session history search with LanceDB vectors, cross-service contract awareness, correction pattern learning, and cost estimation. - [PsChina/deepseek-as-subagent](https://github.com/PsChina/deepseek-as-subagent) [![PsChina/deepseek-as-subagent MCP server](https://glama.ai/mcp/servers/PsChina/deepseek-as-subagent/badges/score.svg)](https://glama.ai/mcp/servers/PsChina/deepseek-as-subagent) 🐍 🏠 🍎 πŸͺŸ 🐧 - Run DeepSeek as a real sub-agent inside Claude Code / Codex CLI. DeepSeek gets its own 7-tool agent loop (Read/Write/Edit/Bash/Glob/Grep/NotebookEdit) in a sandboxed workspace, not just a single LLM call. Includes token-based command sandbox, pre-flight web-search pattern, and cross-platform installer. -- [djerok/glm_mcp_claude](https://github.com/djerok/glm_mcp_claude) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Run GLM (Zhipu/Z.ai) as a real sub-agent inside the Claude Code app on a subscription Claude. GLM gets its own agent loop with Read/Write/Edit/Bash/Glob tools (not just a single LLM call), plus automatic Opus-vs-GLM routing and diff/dry-run/git-revert oversight. ~10x cheaper than Opus. Requires a Z.ai GLM Coding Plan key. +- [djerok/glm-mcp](https://github.com/djerok/glm-mcp) [![djerok/glm-mcp MCP server](https://glama.ai/mcp/servers/djerok/glm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/djerok/glm-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Run GLM (Zhipu/Z.ai) as a real sub-agent inside the Claude Code app on a subscription Claude. GLM gets its own agent loop with Read/Write/Edit/Bash/Glob tools (not just a single LLM call), plus automatic Opus-vs-GLM routing and diff/dry-run/git-revert oversight. ~10x cheaper than Opus. Requires a Z.ai GLM Coding Plan key. - [religa/multi-mcp](https://github.com/religa/multi_mcp) 🐍 🍎 πŸͺŸ 🐧 - Parallel multi-model code review, security analysis, and AI debate with ChatGPT, Claude, and Gemini. Orchestrates multiple LLMs for compare, consensus, and OWASP Top 10 security checks. - [rinadelph/Agent-MCP](https://github.com/rinadelph/Agent-MCP) 🐍 🏠 - A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities. - [shashankss1205/codegraphcontext](https://github.com/Shashankss1205/CodeGraphContext) 🐍 🏠 🍎 πŸͺŸ 🐧 An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans. From 29ee0d2194d46ab07ae87a2ed514f3ebc3d4b8ee Mon Sep 17 00:00:00 2001 From: djerok Date: Mon, 6 Jul 2026 12:15:16 +0800 Subject: [PATCH 070/403] Align GLM MCP entry with current repo (Copilot support, usage ledger) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a88b79177..520e6560f 100644 --- a/README.md +++ b/README.md @@ -569,7 +569,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [pdavis68/RepoMapper](https://github.com.mcas.ms/pdavis68/RepoMapper) 🐧 πŸͺŸ 🍎 - An MCP server (and command-line tool) to provide a dynamic map of chat-related files from the repository with their function prototypes and related files in order of relevance. Based on the "Repo Map" functionality in Aider.chat - [preflight-dev/preflight](https://github.com/preflight-dev/preflight) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - 24-tool MCP server for Claude Code that catches vague prompts before they waste tokens. Includes 12-category prompt scorecards, session history search with LanceDB vectors, cross-service contract awareness, correction pattern learning, and cost estimation. - [PsChina/deepseek-as-subagent](https://github.com/PsChina/deepseek-as-subagent) [![PsChina/deepseek-as-subagent MCP server](https://glama.ai/mcp/servers/PsChina/deepseek-as-subagent/badges/score.svg)](https://glama.ai/mcp/servers/PsChina/deepseek-as-subagent) 🐍 🏠 🍎 πŸͺŸ 🐧 - Run DeepSeek as a real sub-agent inside Claude Code / Codex CLI. DeepSeek gets its own 7-tool agent loop (Read/Write/Edit/Bash/Glob/Grep/NotebookEdit) in a sandboxed workspace, not just a single LLM call. Includes token-based command sandbox, pre-flight web-search pattern, and cross-platform installer. -- [djerok/glm-mcp](https://github.com/djerok/glm-mcp) [![djerok/glm-mcp MCP server](https://glama.ai/mcp/servers/djerok/glm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/djerok/glm-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Run GLM (Zhipu/Z.ai) as a real sub-agent inside the Claude Code app on a subscription Claude. GLM gets its own agent loop with Read/Write/Edit/Bash/Glob tools (not just a single LLM call), plus automatic Opus-vs-GLM routing and diff/dry-run/git-revert oversight. ~10x cheaper than Opus. Requires a Z.ai GLM Coding Plan key. +- [djerok/glm-mcp](https://github.com/djerok/glm-mcp) [![djerok/glm-mcp MCP server](https://glama.ai/mcp/servers/djerok/glm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/djerok/glm-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Run GLM (Zhipu/Z.ai) as a real sub-agent inside Claude Code or GitHub Copilot. GLM gets its own agent loop (read/write/edit/run) on your repo β€” not a single LLM call β€” with peak-aware Opus-vs-GLM routing, diff/dry-run/git-revert oversight, and a usage ledger. ~10x cheaper than Opus. Requires a Z.ai GLM Coding Plan key. - [religa/multi-mcp](https://github.com/religa/multi_mcp) 🐍 🍎 πŸͺŸ 🐧 - Parallel multi-model code review, security analysis, and AI debate with ChatGPT, Claude, and Gemini. Orchestrates multiple LLMs for compare, consensus, and OWASP Top 10 security checks. - [rinadelph/Agent-MCP](https://github.com/rinadelph/Agent-MCP) 🐍 🏠 - A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities. - [shashankss1205/codegraphcontext](https://github.com/Shashankss1205/CodeGraphContext) 🐍 🏠 🍎 πŸͺŸ 🐧 An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans. From e54fe79a5eea57dc3f63e0874438d3c2e63c436d Mon Sep 17 00:00:00 2001 From: telly6 <365297145@qq.com> Date: Mon, 6 Jul 2026 14:00:18 +0800 Subject: [PATCH 071/403] =?UTF-8?q?Add=20Searchpin=20=E2=80=94=20free=20we?= =?UTF-8?q?b=20search=20for=20AI=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..5583cf47d 100644 --- a/README.md +++ b/README.md @@ -2599,6 +2599,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [StripFeed/mcp-server](https://github.com/StripFeed/mcp-server) [![stripfeed-mcp-server MCP server](https://glama.ai/mcp/servers/@StripFeed/stripfeed-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@StripFeed/stripfeed-mcp-server) πŸ“‡ ☁️ - Convert any URL to clean, token-efficient Markdown for AI agents. API-backed extraction with token counting, CSS selector support, and configurable caching via [StripFeed](https://www.stripfeed.dev). - [takashiishida/arxiv-latex-mcp](https://github.com/takashiishida/arxiv-latex-mcp) 🐍 ☁️ - Get the LaTeX source of arXiv papers to handle mathematical content and equations - [talonicdev/talonic-mcp](https://github.com/talonicdev/talonic-mcp) [![talonicdev/talonic-mcp MCP server](https://glama.ai/mcp/servers/talonicdev/talonic-mcp/badges/score.svg)](https://glama.ai/mcp/servers/talonicdev/talonic-mcp) πŸ“‡ ☁️ - Schema-validated document extraction with searchable workspace memory. Extract structured fields from PDFs, scans, images, and forms; AI agents can also search, filter, and query past extractions. +- [telly6/searchpin](https://github.com/telly6/searchpin) 🐍 🏠 - Free web search for AI agents with smart re-ranking. Multi-engine parallel search, zero API keys. Works natively within China's network, no proxy/VPN needed. Install via `pip install searchpin && searchpin-setup`. - [the0807/GeekNews-MCP-Server](https://github.com/the0807/GeekNews-MCP-Server) 🐍 ☁️ - An MCP Server that retrieves and processes news data from the GeekNews site. - [MarcinDudekDev/the-data-collector](https://github.com/MarcinDudekDev/the-data-collector) [![crypto-signals-mcp MCP server](https://glama.ai/mcp/servers/MarcinDudekDev/crypto-signals-mcp/badges/score.svg)](https://glama.ai/mcp/servers/MarcinDudekDev/crypto-signals-mcp) 🐍 ☁️ - MCP server for scraping Hacker News, Bluesky, and Substack with x402 micropayment support. Tools: hn_search, bluesky_search, substack_search. $0.05/call via USDC on Base. - [theagenttimes/tat-mcp-server](https://github.com/theagenttimes/tat-mcp-server) 🐍 ☁️ - Query articles, verified statistics, wire feed, and social tools from [The Agent Times](https://theagenttimes.com), the AI-native newspaper covering the agent economy. 13 tools including search, comments, citations, and agent leaderboards. No API key required. From af526c2ce6128a7c7364044eb658b654bd3acf3a Mon Sep 17 00:00:00 2001 From: telly6 <365297145@qq.com> Date: Mon, 6 Jul 2026 14:41:03 +0800 Subject: [PATCH 072/403] Add Glama badge for Searchpin MCP server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5583cf47d..e25ea0350 100644 --- a/README.md +++ b/README.md @@ -2599,7 +2599,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [StripFeed/mcp-server](https://github.com/StripFeed/mcp-server) [![stripfeed-mcp-server MCP server](https://glama.ai/mcp/servers/@StripFeed/stripfeed-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@StripFeed/stripfeed-mcp-server) πŸ“‡ ☁️ - Convert any URL to clean, token-efficient Markdown for AI agents. API-backed extraction with token counting, CSS selector support, and configurable caching via [StripFeed](https://www.stripfeed.dev). - [takashiishida/arxiv-latex-mcp](https://github.com/takashiishida/arxiv-latex-mcp) 🐍 ☁️ - Get the LaTeX source of arXiv papers to handle mathematical content and equations - [talonicdev/talonic-mcp](https://github.com/talonicdev/talonic-mcp) [![talonicdev/talonic-mcp MCP server](https://glama.ai/mcp/servers/talonicdev/talonic-mcp/badges/score.svg)](https://glama.ai/mcp/servers/talonicdev/talonic-mcp) πŸ“‡ ☁️ - Schema-validated document extraction with searchable workspace memory. Extract structured fields from PDFs, scans, images, and forms; AI agents can also search, filter, and query past extractions. -- [telly6/searchpin](https://github.com/telly6/searchpin) 🐍 🏠 - Free web search for AI agents with smart re-ranking. Multi-engine parallel search, zero API keys. Works natively within China's network, no proxy/VPN needed. Install via `pip install searchpin && searchpin-setup`. +- [telly6/searchpin](https://github.com/telly6/searchpin) 🐍 🏠 - Free web search for AI agents with smart re-ranking. Multi-engine parallel search, zero API keys. Works natively within China's network, no proxy/VPN needed. Install via `pip install searchpin && searchpin-setup`. [![telly6/searchpin MCP server](https://glama.ai/mcp/servers/telly6/searchpin/badges/score.svg)](https://glama.ai/mcp/servers/telly6/searchpin) - [the0807/GeekNews-MCP-Server](https://github.com/the0807/GeekNews-MCP-Server) 🐍 ☁️ - An MCP Server that retrieves and processes news data from the GeekNews site. - [MarcinDudekDev/the-data-collector](https://github.com/MarcinDudekDev/the-data-collector) [![crypto-signals-mcp MCP server](https://glama.ai/mcp/servers/MarcinDudekDev/crypto-signals-mcp/badges/score.svg)](https://glama.ai/mcp/servers/MarcinDudekDev/crypto-signals-mcp) 🐍 ☁️ - MCP server for scraping Hacker News, Bluesky, and Substack with x402 micropayment support. Tools: hn_search, bluesky_search, substack_search. $0.05/call via USDC on Base. - [theagenttimes/tat-mcp-server](https://github.com/theagenttimes/tat-mcp-server) 🐍 ☁️ - Query articles, verified statistics, wire feed, and social tools from [The Agent Times](https://theagenttimes.com), the AI-native newspaper covering the agent economy. 13 tools including search, comments, citations, and agent leaderboards. No API key required. From e2ee86ca2da1532c703b2e35692ecd00b8202dda Mon Sep 17 00:00:00 2001 From: Rashad Salaam Date: Mon, 6 Jul 2026 13:27:02 -0400 Subject: [PATCH 073/403] Add appstore-release-mcp server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..8cf056389 100644 --- a/README.md +++ b/README.md @@ -1197,6 +1197,7 @@ Tools and integrations that enhance the development workflow and environment man - [QuantGeekDev/docker-mcp](https://github.com/QuantGeekDev/docker-mcp) 🏎️ 🏠 - Docker container management and operations through MCP - [Quantum3-Labs/ARBuilder](https://github.com/Quantum3-Labs/ARBuilder) [![ARBuilder MCP server](https://glama.ai/mcp/servers/Quantum3-Labs/ARBuilder/badges/score.svg)](https://glama.ai/mcp/servers/Quantum3-Labs/ARBuilder) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - AI-powered code generator for the Arbitrum ecosystem. 19 MCP tools for Stylus smart contracts, SDK bridging, full-stack dApps, and Orbit chain deployment, backed by RAG-based retrieval over Arbitrum documentation. - [r-huijts/xcode-mcp-server](https://github.com/r-huijts/xcode-mcp-server) πŸ“‡ 🏠 🍎 - Xcode integration for project management, file operations, and build automation +- [rabdulsal/appstore-release-mcp](https://github.com/rabdulsal/appstore-release-mcp) πŸ“‡ 🏠 🍎 - Drives the full App Store release cycle for iOS/macOS apps: version bump, archive + sign + TestFlight upload via your fastlane lane (as async jobs with log polling β€” the step REST-only ASC servers can't do), metadata updates, and review submission via the ASC API. Zero-dependency ES256 JWT auth. `npx appstore-release-mcp` - [ReAPI-com/mcp-openapi](https://github.com/ReAPI-com/mcp-openapi) πŸ“‡ 🏠 - MCP server that lets LLMs know everything about your OpenAPI specifications to discover, explain and generate code/mock data - [Vbj1808/retrieval-lens](https://github.com/Vbj1808/retrieval-lens) [![Vbj1808/retrieval-lens MCP server](https://glama.ai/mcp/servers/Vbj1808/retrieval-lens/badges/score.svg)](https://glama.ai/mcp/servers/Vbj1808/retrieval-lens) πŸ“‡ 🏠 - Black-box flight recorder for RAG retrieval inside MCP agents. Logs chunks, scores, sources and rankings so you can audit, replay and diff retrieval runs. - [reflagcom/mcp](https://github.com/reflagcom/javascript/tree/main/packages/cli#model-context-protocol) πŸŽ–οΈ πŸ“‡ ☁️ - Flag features directly from chat in your IDE with [Reflag](https://reflag.com). From b1fbe17811f2eac14e1ae3ad0a187337f4ce361a Mon Sep 17 00:00:00 2001 From: Specshield Date: Tue, 7 Jul 2026 01:58:52 +0530 Subject: [PATCH 074/403] Add specshield-mcp-server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds SpecShield β€” the API-change deploy gate for AI coding agents. Read-only / analyze-only. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..a87058ff6 100644 --- a/README.md +++ b/README.md @@ -1228,6 +1228,7 @@ Tools and integrations that enhance the development workflow and environment man - [softvoyagers/pdfspark-api](https://github.com/softvoyagers/pdfspark-api) πŸ“‡ ☁️ - Free HTML/URL to PDF conversion API powered by Playwright. No API key required. - [softvoyagers/qrmint-api](https://github.com/softvoyagers/qrmint-api) πŸ“‡ ☁️ - Free styled QR code generator API with custom colors, logos, frames, and batch generation. No API key required. - [spacecode-ai/SpaceBridge-MCP](https://github.com/spacecode-ai/SpaceBridge-MCP) 🐍 🏠 🍎 🐧 - Bring structure and preserve context in vibe coding by automatically tracking issues. +- [specshield26/specshield-mcp-server](https://github.com/specshield26/specshield-mcp-server) πŸ“‡ ☁️ - The API-change deploy gate for AI coding agents: "is it safe to ship this API change to my consumers?" Analyze-only OpenAPI breaking-change detection + migration guides. - [srijanshukla18/xray](https://github.com/srijanshukla18/xray) 🐍 🏠 - Progressive code-intelligence MCP server: map project structure, fuzzy-find symbols, and assess change-impact across Python, JS/TS, and Go (powered by `ast-grep`). - [srclight/srclight](https://github.com/srclight/srclight) [![srclight MCP server](https://glama.ai/mcp/servers/@srclight/srclight/badges/score.svg)](https://glama.ai/mcp/servers/@srclight/srclight) 🐍 🏠 - Deep code indexing MCP server with SQLite FTS5, tree-sitter, and embeddings. 29 tools for symbol search, call graphs, git intelligence, and hybrid semantic search. - [st3v3nmw/sourcerer-mcp](https://github.com/st3v3nmw/sourcerer-mcp) 🏎️ ☁️ - MCP for semantic code search & navigation that reduces token waste From 2f9d4673cfac7e2d7e5b51d24537fa3a1250828c Mon Sep 17 00:00:00 2001 From: wppoland Date: Mon, 6 Jul 2026 22:45:42 +0200 Subject: [PATCH 075/403] Add Glama score badge to wppoland/woocommerce-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd77ee39e..7b385aa77 100644 --- a/README.md +++ b/README.md @@ -1426,7 +1426,7 @@ MCP servers for e-commerce platforms and online store management. - [nicktcode/swissgroceries-mcp](https://github.com/nicktcode/swissgroceries-mcp) [![nicktcode/swissgroceries-mcp MCP server](https://glama.ai/mcp/servers/nicktcode/swissgroceries-mcp/badges/score.svg)](https://glama.ai/mcp/servers/nicktcode/swissgroceries-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Swiss grocery search, weekly promotions, and multi-store shopping plans across Migros, Coop, Aldi, Denner, Lidl, Farmy, Volg, and Otto's. Cross-chain unit-price comparison and three planning strategies (single_store / split_cart / absolute_cheapest). Install via `npx -y @nicktcode/swissgroceries-mcp`. - [slookisen/lokal](https://github.com/slookisen/lokal) [![slookisen/lokal MCP server](https://glama.ai/mcp/servers/slookisen/lokal/badges/score.svg)](https://glama.ai/mcp/servers/slookisen/lokal) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Search and discover 1,400+ verified local food producers in Norway β€” farms, REKO rings, farmers' markets, and farm shops. Natural-language search (NO/EN), geo-filtered discovery, and A2A protocol support, backed by [rettfrabonden.com](https://rettfrabonden.com). Install via `npx lokal-mcp`. - [tokenofesteem/mcp](https://github.com/tokenofesteem/mcp) [![tokenofesteem/mcp MCP server](https://glama.ai/mcp/servers/tokenofesteem/mcp/badges/score.svg)](https://glama.ai/mcp/servers/tokenofesteem/mcp) πŸŽ–οΈ πŸ“‡ ☁️ - An agent can commission a funny, personalized printed booklet and have it printed and mailed as a gift, including a surprise for its own user. Pay with an account token, or tokenless with a single-use Stripe payment over HTTP 402. Remote MCP, US shipping, $19.99. -- [wppoland/woocommerce-mcp](https://github.com/wppoland/woocommerce-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Read-only MCP server for WordPress + WooCommerce. Five tools over the existing WP/WooCommerce REST APIs: list/search products, product details, recent orders, sales reports (week/month/last_month/year), and public blog-post search. No writes, no store-side plugin to install. Built by WPPoland. Install: `git clone` + `npm run build`. +- [wppoland/woocommerce-mcp](https://github.com/wppoland/woocommerce-mcp) [![wppoland/woocommerce-mcp MCP server](https://glama.ai/mcp/servers/wppoland/woocommerce-mcp/badges/score.svg)](https://glama.ai/mcp/servers/wppoland/woocommerce-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Read-only MCP server for WordPress + WooCommerce. Five tools over the existing WP/WooCommerce REST APIs: list/search products, product details, recent orders, sales reports (week/month/last_month/year), and public blog-post search. No writes, no store-side plugin to install. Built by WPPoland. Install: `git clone` + `npm run build`. ### 🌳 Environment & Nature From 81eb19ea94c6fff825af7fb604398c58adefa8a2 Mon Sep 17 00:00:00 2001 From: Specshield Date: Tue, 7 Jul 2026 02:17:45 +0530 Subject: [PATCH 076/403] Add specshield-mcp-server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a87058ff6..b30661f13 100644 --- a/README.md +++ b/README.md @@ -1228,7 +1228,7 @@ Tools and integrations that enhance the development workflow and environment man - [softvoyagers/pdfspark-api](https://github.com/softvoyagers/pdfspark-api) πŸ“‡ ☁️ - Free HTML/URL to PDF conversion API powered by Playwright. No API key required. - [softvoyagers/qrmint-api](https://github.com/softvoyagers/qrmint-api) πŸ“‡ ☁️ - Free styled QR code generator API with custom colors, logos, frames, and batch generation. No API key required. - [spacecode-ai/SpaceBridge-MCP](https://github.com/spacecode-ai/SpaceBridge-MCP) 🐍 🏠 🍎 🐧 - Bring structure and preserve context in vibe coding by automatically tracking issues. -- [specshield26/specshield-mcp-server](https://github.com/specshield26/specshield-mcp-server) πŸ“‡ ☁️ - The API-change deploy gate for AI coding agents: "is it safe to ship this API change to my consumers?" Analyze-only OpenAPI breaking-change detection + migration guides. +- [specshield26/specshield-mcp-server](https://github.com/specshield26/specshield-mcp-server) [![specshield26/specshield-mcp-server MCP server](https://glama.ai/mcp/servers/specshield26/specshield-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/specshield26/specshield-mcp-server) πŸ“‡ ☁️ - The API-change deploy gate for AI coding agents: "is it safe to ship this API change to my consumers?" Analyze-only OpenAPI breaking-change detection + migration guides. - [srijanshukla18/xray](https://github.com/srijanshukla18/xray) 🐍 🏠 - Progressive code-intelligence MCP server: map project structure, fuzzy-find symbols, and assess change-impact across Python, JS/TS, and Go (powered by `ast-grep`). - [srclight/srclight](https://github.com/srclight/srclight) [![srclight MCP server](https://glama.ai/mcp/servers/@srclight/srclight/badges/score.svg)](https://glama.ai/mcp/servers/@srclight/srclight) 🐍 🏠 - Deep code indexing MCP server with SQLite FTS5, tree-sitter, and embeddings. 29 tools for symbol search, call graphs, git intelligence, and hybrid semantic search. - [st3v3nmw/sourcerer-mcp](https://github.com/st3v3nmw/sourcerer-mcp) 🏎️ ☁️ - MCP for semantic code search & navigation that reduces token waste From ad176d498d61ca0eb803276629beb268ac244084 Mon Sep 17 00:00:00 2001 From: Akanowo Date: Tue, 7 Jul 2026 00:19:09 +0100 Subject: [PATCH 077/403] Add Sendchamp docs MCP to Communication section. Official read-only MCP server for Sendchamp SMS and OTP API documentation. Co-authored-by: Cursor --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b03c3aeb..ab313c242 100644 --- a/README.md +++ b/README.md @@ -655,7 +655,8 @@ Integration with communication platforms for message management and channel oper - [iletimerkezi/iletimerkezi-mcp-server](https://github.com/iletimerkezi/iletimerkezi-mcp-server) [![iletimerkezi/iletimerkezi-mcp-server MCP server](https://glama.ai/mcp/servers/iletimerkezi/iletimerkezi-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/iletimerkezi/iletimerkezi-mcp-server) πŸŽ–οΈ ☁️ - Send SMS, query delivery reports, manage senders / blacklists, register and check Δ°YS (Turkish messaging consent registry) records through the [iletiMerkezi](https://www.iletimerkezi.com) BTK-licensed SMS API. 11 tools, runtime-fetched manifest stays in lock-step with the live API. Install: `npx -y @iletimerkezi/mcp-server`. - [imdinu/apple-mail-mcp](https://github.com/imdinu/apple-mail-mcp) [![apple-mail-mcp MCP server](https://glama.ai/mcp/servers/@imdinu/apple-mail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@imdinu/apple-mail-mcp) 🐍 🏠 🍎 - Fast MCP server for Apple Mail β€” 87x faster email fetching via batch JXA and FTS5 search index for ~2ms body search. 6 tools: list accounts/mailboxes, get emails with filters, full-text search across all scopes, and attachment extraction. - [InditexTech/mcp-teams-server](https://github.com/InditexTech/mcp-teams-server) 🐍 ☁️ - MCP server that integrates Microsoft Teams messaging (read, post, mention, list members and threads) -- [Infobip/mcp](https://github.com/infobip/mcp) πŸŽ–οΈ ☁️ - Official Infobip MCP server for integrating Infobip global cloud communication platform. It equips AI agents with communication superpowers, allowing them to send and receive SMS and RCS messages, interact with WhatsApp and Viber, automate communication workflows, and manage customer data, all in a production-ready environment. +- [Infobip/mcp](https://github.com/infobip/mcp) +- [sendchamp/ai](https://github.com/sendchamp/ai) πŸŽ–οΈ ☁️ - Official Sendchamp docs MCP server for AI coding agents. Read-only search and retrieval over SMS, OTP verification, and Africa-specific routing documentation. Endpoint: `https://mcp.sendchamp.com/docs`. Pair with Agent Skills via `npx skills add sendchamp/ai`. πŸŽ–οΈ ☁️ - Official Infobip MCP server for integrating Infobip global cloud communication platform. It equips AI agents with communication superpowers, allowing them to send and receive SMS and RCS messages, interact with WhatsApp and Viber, automate communication workflows, and manage customer data, all in a production-ready environment. - [iprashantraj/mcp-discord-bridge](https://github.com/iprashantraj/mcp-discord-bridge) [![iprashantraj/mcp-discord-bridge MCP server](https://glama.ai/mcp/servers/iprashantraj/mcp-discord-bridge/badges/score.svg)](https://glama.ai/mcp/servers/iprashantraj/mcp-discord-bridge) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Discord MCP server with 46 tools for channels, messages, forums, webhooks, members, roles, threads, and moderation. Zero-install via `npx -y mcp-discord-bridge`. Also runs as a standalone bot with slash commands. - [jcoulaud/shipmail-mcp](https://github.com/jcoulaud/shipmail-mcp) [![jcoulaud/shipmail-mcp MCP server](https://glama.ai/mcp/servers/jcoulaud/shipmail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jcoulaud/shipmail-mcp) πŸ“‡ ☁️ - Business email MCP server for AI agents. Manage custom-domain mailboxes, read and send messages, draft replies, inspect threads, and automate Shipmail REST API/webhook workflows. - [sethbang/proton-mail-mcp](https://github.com/sethbang/proton-mail-mcp) [![proton-mail-mcp MCP server](https://glama.ai/mcp/servers/sethbang/proton-mail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sethbang/proton-mail-mcp) πŸ“‡ 🏠 - Unofficial Proton Mail MCP server β€” send, read, search, and organize email over SMTP and IMAP (via Proton Mail Bridge). Bulk ops with dry-run previews, read-only mode, and Trash-by-default deletes. Not affiliated with Proton AG. From fc00b97e3d00bdd062d532bebb46e6d9080d1dc9 Mon Sep 17 00:00:00 2001 From: mi60dev <15205103+mi60dev@users.noreply.github.com> Date: Tue, 7 Jul 2026 02:35:35 +0300 Subject: [PATCH 078/403] Add mi60dev/visionaire-engine to Browser Automation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..73e473ed0 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [feedthrough/feedthrough](https://github.com/feedthrough/feedthrough) [![feedthrough/feedthrough MCP server](https://glama.ai/mcp/servers/feedthrough/feedthrough/badges/score.svg)](https://glama.ai/mcp/servers/feedthrough/feedthrough) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - In-browser debug bridge that injects into your running web app, so an agent can read the DOM, console logs and network requests, and click/fill/inspect the page. Runs inside the page (not an external CDP driver), so it works in any browser and inside Cypress/Playwright runs. - [fradser/mcp-server-apple-reminders](https://github.com/FradSer/mcp-server-apple-reminders) πŸ“‡ 🏠 🍎 - An MCP server for interacting with Apple Reminders on macOS - [freema/firefox-devtools-mcp](https://github.com/freema/firefox-devtools-mcp) πŸ“‡ 🏠 - Firefox browser automation via WebDriver BiDi for testing, scraping, and browser control. Supports snapshot/UID-based interactions, network monitoring, console capture, and screenshots. +- [mi60dev/visionaire-engine](https://github.com/mi60dev/visionaire-engine) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Design-debugging context for AI agents from a real Chrome: which CSS rule WINS with file:line, blast radius (how many other elements that rule styles) + a scoped-fix selector, WordPress/Elementor origin attribution, interaction timelines, live CSS fix trials, and pixel/alignment/WCAG-contrast audits. No AI inside β€” deterministic CDP. - [segentic-lab/periscope-mcp](https://github.com/segentic-lab/periscope-mcp) [![segentic-lab/periscope-mcp MCP server](https://glama.ai/mcp/servers/segentic-lab/periscope-mcp/badges/score.svg)](https://glama.ai/mcp/servers/segentic-lab/periscope-mcp) 🐍 🏠 - Website & web-app testing built for AI agents rather than raw browser bindings: 66 Playwright tools with hard assertions, auto form-fill, persistent authenticated sessions (incl. interactive login for 2FA/SSO), network mocking, real INP, and accessibility/SEO/GEO (llms.txt, AI-crawler access, WebMCP) + Lighthouse audits. - [sh6drack/zen-mcp](https://github.com/sh6drack/zen-mcp) [![sh6drack/zen-mcp MCP server](https://glama.ai/mcp/servers/sh6drack/zen-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sh6drack/zen-mcp) πŸ“‡ 🏠 - Zen Browser automation via WebDriver BiDi. 20 tools for navigation, form filling, screenshots, and JavaScript evaluation. No Selenium or Playwright required. - [getrupt/ashra-mcp](https://github.com/getrupt/ashra-mcp) πŸ“‡ 🏠 - Extract structured data from any website. Just prompt and get JSON. From 72cb81b210ae59921eeed245c72f07329106c524 Mon Sep 17 00:00:00 2001 From: Jake Hall Date: Mon, 6 Jul 2026 16:57:06 -0700 Subject: [PATCH 079/403] Add TopicForge MCP server to Marketing section Programmatic SEO batch jobs for agents. Install: npx -y @topicforge/mcp Co-authored-by: Cursor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..78f189a98 100644 --- a/README.md +++ b/README.md @@ -2255,6 +2255,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [Synter-Media-AI/mcp-server](https://github.com/Synter-Media-AI/mcp-server) [![Synter-Media-AI/mcp-server MCP server](https://glama.ai/mcp/servers/Synter-Media-AI/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Synter-Media-AI/mcp-server) πŸ“‡ ☁️ - Cross-platform ad management MCP server with full read and write capabilities across Google, Meta, LinkedIn, Microsoft, Reddit, and TikTok. Create campaigns, adjust budgets, generate creatives, and pull performance data through natural language. - [Sweeppea-Development-Lab/sweeppea-mcp-info](https://github.com/Sweeppea-Development-Lab/sweeppea-mcp-info) [![Sweeppea-Development-Lab/sweeppea-mcp-info MCP server](https://glama.ai/mcp/servers/Sweeppea-Development-Lab/sweeppea-mcp-info/badges/score.svg)](https://glama.ai/mcp/servers/Sweeppea-Development-Lab/sweeppea-mcp-info) πŸ“‡ ☁️ - Sweepstakes management platform with 70 MCP tools for legally compliant promotions in the US and Canada. Manage participants, official rules, winner drawings, entry pages, billing, and more. Requires a [Sweeppea](https://www.sweeppea.com/) subscription. - [tomba-io/tomba-mcp-server](https://github.com/tomba-io/tomba-mcp-server) πŸ“‡ ☁️ - Email discovery, verification, and enrichment tools. Find email addresses, verify deliverability, enrich contact data, discover authors and LinkedIn profiles, validate phone numbers, and analyze technology stacks. +- [TopicForge/topicforge-mcp](https://github.com/TopicForge/topicforge-mcp) [![TopicForge/topicforge-mcp MCP server](https://glama.ai/mcp/servers/TopicForge/topicforge-mcp/badges/score.svg)](https://glama.ai/mcp/servers/TopicForge/topicforge-mcp) πŸ“‡ ☁️ - Programmatic SEO batch jobs for agents: `run_batch`, `get_batch_status`, `export_markdown`, plus topic cluster, FAQ schema, and meta description tools. Pay per article, no subscription. Install: `npx -y @topicforge/mcp`. - [whdrnr2583-cmd/token-meter](https://github.com/whdrnr2583-cmd/token-meter) [![whdrnr2583-cmd/token-meter MCP server](https://glama.ai/mcp/servers/whdrnr2583-cmd/token-meter/badges/score.svg)](https://glama.ai/mcp/servers/whdrnr2583-cmd/token-meter) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first dashboard + MCP server for Claude Code and Codex token usage. Cost, per-MCP/per-tool breakdown, hourly distribution, and session drill-down β€” your data never leaves your machine. - [ZLeventer/salesforce-marketing-mcp](https://github.com/ZLeventer/salesforce-marketing-mcp) [![salesforce-marketing-mcp MCP server](https://glama.ai/mcp/servers/ZLeventer/salesforce-marketing-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ZLeventer/salesforce-marketing-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Salesforce MCP server built for marketing and revenue ops teams. 47 tools for leads, contacts, accounts, campaigns, campaign members, tasks, and 17 reporting tools including campaign ROI, lead-source attribution, pipeline-by-campaign, multi-touch campaign influence, MQL trend, forecast summary, and the native SFDC Reports API. - [andrealufino/aapl-ads-mcp](https://github.com/andrealufino/aapl-ads-mcp) [![andrealufino/aapl-ads-mcp MCP server](https://glama.ai/mcp/servers/andrealufino/aapl-ads-mcp/badges/score.svg)](https://glama.ai/mcp/servers/andrealufino/aapl-ads-mcp) πŸ“‡ - From 222f7d3fb70433d2b166948530af02b7ec5486e5 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 7 Jul 2026 09:20:12 +0800 Subject: [PATCH 080/403] Add LLM Abacus (daily-verified LLM pricing dataset + MCP server) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..72a89d7dc 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Servers for accessing many apps and tools through a single MCP server. - [2s-io/sdk](https://github.com/2s-io/sdk) [![2s-io/sdk MCP server](https://glama.ai/mcp/servers/2s-io/sdk/badges/score.svg)](https://glama.ai/mcp/servers/2s-io/sdk) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Unified API for AI agents β€” 180+ tools across geocoding, weather (NWS), climate stations (NOAA), earthquakes (USGS), tides (NOAA), points of interest (OpenStreetMap), patents (USPTO ODP), US case law (CourtListener / Free Law Project), Federal Register, Wikipedia, scientific papers (arXiv / PubMed / Semantic Scholar), AI summarize / translate / extract / screenshot / image-describe, image compression, DNS / WHOIS, crypto address-validate + EVM gas oracle, OFAC sanctions screening, US Census ACS demographics, airport / ZIP lookup. Sub-cent to a few cents per call in USDC on Base via x402 β€” no API keys, no signup. `npx -y @2sio/mcp` - [8randonpickart5/alderpost-mcp](https://github.com/8randonpickart5/alderpost-mcp) [![alderpost-mcp MCP server](https://glama.ai/mcp/servers/8randonpickart5/alderpost-mcp/badges/score.svg)](https://glama.ai/mcp/servers/8randonpickart5/alderpost-mcp) πŸ“‡ ☁️ - 8 bundled intelligence endpoints (security, company, threat, compliance, sales, sports, property, health) via x402 micropayments on Base. - [GTCC777/pulsenetwork-mcp](https://github.com/GTCC777/pulsenetwork-mcp) [![GTCC777/pulsenetwork-mcp MCP server](https://glama.ai/mcp/servers/GTCC777/pulsenetwork-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GTCC777/pulsenetwork-mcp) πŸ“‡ - One MCP server exposing 66 specialized intelligence APIs (660+ endpoints) β€” finance, crypto, legal, immigration, healthcare cost, real estate, tax, climate, sports, science, and more β€” each an x402 pay-per-call tool in USDC on Base and Solana. Includes a `discover` meta-tool over the whole network and a cross-vertical referral graph. No API keys. `npx mcp-pulsenetwork` +- [LLM Abacus](https://github.com/szp2005/llm-prices-cn) - Daily-verified LLM API pricing dataset (44+ models, CN & global) with a hosted MCP server for live price queries and token cost estimation. - [tadas-github/a2asearch-mcp](https://github.com/tadas-github/a2asearch-mcp) [![tadas-github/a2asearch-mcp MCP server](https://glama.ai/mcp/servers/tadas-github/a2asearch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tadas-github/a2asearch-mcp) πŸ“‡ ☁️ - MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: `npx -y a2asearch-mcp`. Ask Claude: "Find MCP servers for database access". Free, no auth required. - [Aganium/agenium](https://github.com/Aganium/agenium) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Bridge any MCP server to the agent:// network β€” DNS-like identity, discovery, and trust for AI agents. Makes your tools discoverable and callable by other agents via `agent://` URIs with mTLS, trust scores, and capability search. - [elisymlabs/elisym](https://github.com/elisymlabs/elisym) [![elisymlabs/elisym MCP server](https://glama.ai/mcp/servers/elisymlabs/elisym/badges/score.svg)](https://glama.ai/mcp/servers/elisymlabs/elisym) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI agent discovery and marketplace on Nostr with Solana payments (SOL, USDC). NIP-89 discovery, NIP-90 jobs, NIP-44 v2 encryption, on-chain micropayments. From b0d5ca04d307f16bd2339e2434a9e0b497f73db1 Mon Sep 17 00:00:00 2001 From: rajivbul Date: Tue, 7 Jul 2026 13:18:01 +0530 Subject: [PATCH 081/403] Add Glama score badge to mcp-server-terraform entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3606b8646..298b0bdbb 100644 --- a/README.md +++ b/README.md @@ -464,7 +464,7 @@ Cloud platform service integration. Enables management and interaction with clou - [s-b-e-n-s-o-n/portkey-admin-mcp](https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp) [![portkey-admin-mcp MCP server](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp/badges/score.svg)](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp) πŸ“‡ ☁️ - MCP server for the Portkey AI Gateway Admin API β€” 150 tools for prompts, configs, analytics, keys, guardrails, integrations, and more. - [pulumi/mcp-server](https://github.com/pulumi/mcp-server) πŸŽ–οΈ πŸ“‡ 🏠 - MCP server for interacting with Pulumi using the Pulumi Automation API and Pulumi Cloud API. Enables MCP clients to perform Pulumi operations like retrieving package information, previewing changes, deploying updates, and retrieving stack outputs programmatically. - [pythonanywhere/pythonanywhere-mcp-server](https://github.com/pythonanywhere/pythonanywhere-mcp-server) 🐍 🏠 - MCP server implementation for PythonAnywhere cloud platform. -- [RajeevSirohi/mcp-server-terraform](https://github.com/RajeevSirohi/mcp-server-terraform) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Safety-first Terraform operations: plan/apply/destroy with two-step confirmation gates, plan risk & cost analysis that flags expensive always-on resources (NAT gateways, EKS, Azure Firewall), drift detection, import/taint/refresh, provider auth pre-flight checks, and audit logging. +- [RajeevSirohi/mcp-server-terraform](https://github.com/RajeevSirohi/mcp-server-terraform) [![RajeevSirohi/mcp-server-terraform MCP server](https://glama.ai/mcp/servers/RajeevSirohi/mcp-server-terraform/badges/score.svg)](https://glama.ai/mcp/servers/RajeevSirohi/mcp-server-terraform) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Safety-first Terraform operations: plan/apply/destroy with two-step confirmation gates, plan risk & cost analysis that flags expensive always-on resources (NAT gateways, EKS, Azure Firewall), drift detection, import/taint/refresh, provider auth pre-flight checks, and audit logging. - [qiniu/qiniu-mcp-server](https://github.com/qiniu/qiniu-mcp-server) 🐍 ☁️ - A MCP built on Qiniu Cloud products, supporting access to Qiniu Cloud Storage, media processing services, etc. - [redis/mcp-redis-cloud](https://github.com/redis/mcp-redis-cloud) πŸ“‡ ☁️ - Manage your Redis Cloud resources effortlessly using natural language. Create databases, monitor subscriptions, and configure cloud deployments with simple commands. - [reza-gholizade/k8s-mcp-server](https://github.com/reza-gholizade/k8s-mcp-server) 🏎️ ☁️/🏠 - A Kubernetes Model Context Protocol (MCP) server that provides tools for interacting with Kubernetes clusters through a standardized interface, including API resource discovery, resource management, pod logs, metrics, and events. From e421493498a433f2057d17a0445262a52dbaf89e Mon Sep 17 00:00:00 2001 From: mi60dev <15205103+mi60dev@users.noreply.github.com> Date: Tue, 7 Jul 2026 11:02:39 +0300 Subject: [PATCH 082/403] Add Glama score badge to visionaire-engine entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73e473ed0..1844cb92b 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [feedthrough/feedthrough](https://github.com/feedthrough/feedthrough) [![feedthrough/feedthrough MCP server](https://glama.ai/mcp/servers/feedthrough/feedthrough/badges/score.svg)](https://glama.ai/mcp/servers/feedthrough/feedthrough) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - In-browser debug bridge that injects into your running web app, so an agent can read the DOM, console logs and network requests, and click/fill/inspect the page. Runs inside the page (not an external CDP driver), so it works in any browser and inside Cypress/Playwright runs. - [fradser/mcp-server-apple-reminders](https://github.com/FradSer/mcp-server-apple-reminders) πŸ“‡ 🏠 🍎 - An MCP server for interacting with Apple Reminders on macOS - [freema/firefox-devtools-mcp](https://github.com/freema/firefox-devtools-mcp) πŸ“‡ 🏠 - Firefox browser automation via WebDriver BiDi for testing, scraping, and browser control. Supports snapshot/UID-based interactions, network monitoring, console capture, and screenshots. -- [mi60dev/visionaire-engine](https://github.com/mi60dev/visionaire-engine) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Design-debugging context for AI agents from a real Chrome: which CSS rule WINS with file:line, blast radius (how many other elements that rule styles) + a scoped-fix selector, WordPress/Elementor origin attribution, interaction timelines, live CSS fix trials, and pixel/alignment/WCAG-contrast audits. No AI inside β€” deterministic CDP. +- [mi60dev/visionaire-engine](https://github.com/mi60dev/visionaire-engine) [![mi60dev/visionaire-engine MCP server](https://glama.ai/mcp/servers/mi60dev/visionaire-engine/badges/score.svg)](https://glama.ai/mcp/servers/mi60dev/visionaire-engine) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Design-debugging context for AI agents from a real Chrome: which CSS rule WINS with file:line, blast radius (how many other elements that rule styles) + a scoped-fix selector, WordPress/Elementor origin attribution, interaction timelines, live CSS fix trials, and pixel/alignment/WCAG-contrast audits. No AI inside β€” deterministic CDP. - [segentic-lab/periscope-mcp](https://github.com/segentic-lab/periscope-mcp) [![segentic-lab/periscope-mcp MCP server](https://glama.ai/mcp/servers/segentic-lab/periscope-mcp/badges/score.svg)](https://glama.ai/mcp/servers/segentic-lab/periscope-mcp) 🐍 🏠 - Website & web-app testing built for AI agents rather than raw browser bindings: 66 Playwright tools with hard assertions, auto form-fill, persistent authenticated sessions (incl. interactive login for 2FA/SSO), network mocking, real INP, and accessibility/SEO/GEO (llms.txt, AI-crawler access, WebMCP) + Lighthouse audits. - [sh6drack/zen-mcp](https://github.com/sh6drack/zen-mcp) [![sh6drack/zen-mcp MCP server](https://glama.ai/mcp/servers/sh6drack/zen-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sh6drack/zen-mcp) πŸ“‡ 🏠 - Zen Browser automation via WebDriver BiDi. 20 tools for navigation, form filling, screenshots, and JavaScript evaluation. No Selenium or Playwright required. - [getrupt/ashra-mcp](https://github.com/getrupt/ashra-mcp) πŸ“‡ 🏠 - Extract structured data from any website. Just prompt and get JSON. From 2f0b8fbda14252996f4b3ba9fc538058f30097df Mon Sep 17 00:00:00 2001 From: "capad.io" Date: Tue, 7 Jul 2026 21:08:38 +0530 Subject: [PATCH 083/403] Add searchts (keyless web read/search for AI agents) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..a468a1132 100644 --- a/README.md +++ b/README.md @@ -2483,6 +2483,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [brave/brave-search-mcp-server](https://github.com/brave/brave-search-mcp-server) πŸ“‡ ☁️ - Web search capabilities using Brave's Search API - [cameronrye/activitypub-mcp](https://github.com/cameronrye/activitypub-mcp) πŸ“‡ 🏠 🐧 🍎 πŸͺŸ - A comprehensive MCP server that enables LLMs to explore and interact with the Fediverse through ActivityPub protocol. Features WebFinger discovery, timeline fetching, instance exploration, and cross-platform support for Mastodon, Pleroma, Misskey, and other ActivityPub servers. - [cameronrye/gopher-mcp](https://github.com/cameronrye/gopher-mcp) 🐍 🏠 - Modern, cross-platform MCP server enabling AI assistants to browse and interact with both Gopher protocol and Gemini protocol resources safely and efficiently. Features dual protocol support, TLS security, and structured content extraction. +- [capad-xyz/searchts](https://github.com/capad-xyz/searchts) [![capad-xyz/searchts MCP server](https://glama.ai/mcp/servers/capad-xyz/searchts/badges/score.svg)](https://glama.ai/mcp/servers/capad-xyz/searchts) 🐍 🏠 - Keyless web access for AI agents: an escalating open-source unlocker (browser-fingerprint fetch β†’ JS-render relay β†’ stealth browser) reads bot-walled pages as clean Markdown, plus multi-provider web search with rank fusion, subtitles-first video transcripts, and page asset grabbing. No API keys; ships a reproducible benchmark. - [einiba/canyougrab-api](https://github.com/einiba/canyougrab-api/tree/main/mcp-server) [![einiba/canyougrab-api MCP server](https://glama.ai/mcp/servers/einiba/canyougrab-api/badges/score.svg)](https://glama.ai/mcp/servers/einiba/canyougrab-api) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Confidence-scored domain availability checking with real-time DNS + WHOIS lookups. Bulk check up to 100 domains per request. Each result includes availability, confidence level, data source, and registration details. - [cevatkerim/unsplash-mcp](https://github.com/cevatkerim/unsplash-mcp) 🐍 ☁️ - Unsplash photo search with proper attribution. Returns ready-to-use attribution text and HTML for each photo, making it easy for LLMs to build content pages with properly credited images. Includes search, random photos, and download tracking. - [chanmeng/google-news-mcp-server](https://github.com/ChanMeng666/server-google-news) πŸ“‡ ☁️ - Google News integration with automatic topic categorization, multi-language support, and comprehensive search capabilities including headlines, stories, and related topics through [SerpAPI](https://serpapi.com/). From 5d239b0384f414d3e4adb7b959d8c62c867380e9 Mon Sep 17 00:00:00 2001 From: typing-game <167670128+typing-game@users.noreply.github.com> Date: Wed, 8 Jul 2026 13:31:10 +0900 Subject: [PATCH 084/403] Add argosvix/mcp-server to Monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..d1d2c3a5e 100644 --- a/README.md +++ b/README.md @@ -2271,6 +2271,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [alilxxey/openobserve-community-mcp](https://github.com/alilxxey/openobserve-community-mcp) [![alilxxey/openobserve-community-mcp MCP server](https://glama.ai/mcp/servers/alilxxey/openobserve-community-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alilxxey/openobserve-community-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Read-only MCP server for OpenObserve Community Edition via REST API. Search logs, traces, stream schemas, and dashboards without requiring the Enterprise license. - [Alog/alog-mcp](https://github.com/saikiyusuke/alog-mcp) πŸ“‡ ☁️ - AI agent activity logger & monitor MCP server with 20 tools. Post logs, create articles, manage social interactions, and monitor AI agent activities on the Alog platform. - [antonio-mello-ai/mcp-redis-monitor](https://github.com/antonio-mello-ai/mcp-redis-monitor) [![antonio-mello-ai/mcp-redis-monitor MCP server](https://glama.ai/mcp/servers/antonio-mello-ai/mcp-redis-monitor/badges/score.svg)](https://glama.ai/mcp/servers/antonio-mello-ai/mcp-redis-monitor) 🐍 🏠 - Read-only Redis monitoring β€” queue depths by type, Celery queue status, connected clients, server/memory stats, and key counts per database. 5 tools, built with FastMCP. Install: `uvx mcp-redis-monitor`. +- [argosvix/mcp-server](https://github.com/argosvix/mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Observability for AI agents: 87 tools to query LLM cost, errors, and latency across OpenAI/Anthropic/Gemini/Mistral, and operate alerts, budget gates, evals, and safety checks from Claude/Cursor. Install: `npx -y @argosvix/mcp-server`. - [arnavranjan005/mcp-telemetry](https://github.com/arnavranjan005/mcp-telemetry) [![arnavranjan005/mcp-telemetry MCP server](https://glama.ai/mcp/servers/arnavranjan005/mcp-telemetry/badges/score.svg)](https://glama.ai/mcp/servers/arnavranjan005/mcp-telemetry) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Socket.IO-style telemetry for MCP servers. Instrument a tool call with a few lines of `mcp-telemetry-sdk`, and `telemetry_subscribe` streams its live progress (steps, logs, cost, done) to any connected MCP client via `notifications/progress` β€” no polling, and a job started in one session can be watched from a completely different one. - [avivsinai/langfuse-mcp](https://github.com/avivsinai/langfuse-mcp) 🐍 ☁️ - Query Langfuse traces, debug exceptions, analyze sessions, and manage prompts. Full observability toolkit for LLM applications. - [alimuratkuslu/byok-observability-mcp](https://github.com/alimuratkuslu/byok-observability-mcp) [![alimuratkuslu/byok-observability-mcp MCP server](https://glama.ai/mcp/servers/alimuratkuslu/byok-observability-mcp/badges/score.svg)](https://github.com/alimuratkuslu/byok-observability-mcp) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Comprehensive MCP server for Grafana, Prometheus, Kafka UI, and Datadog with a secure "Bring Your Own Key" or BYOK model. From 6f5f1be6ca4edcdf34c94505544cc6f8667c22fb Mon Sep 17 00:00:00 2001 From: METAL <149898538+Guitarmaniac24@users.noreply.github.com> Date: Wed, 8 Jul 2026 01:14:46 -0400 Subject: [PATCH 085/403] Add Guitarmaniac24/Getabrain.ai to Research GetABrain MCP server lets agents query real, quality-scored humans for judgment (ratings, A/B tests, sentiment, rankings, image/video/audio review, voice/video/photo capture) and get schema-validated JSON back. Published on npm as @getabrain/mcp-server. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..12095742d 100644 --- a/README.md +++ b/README.md @@ -2422,6 +2422,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [connerlambden/bgpt-mcp](https://github.com/connerlambden/bgpt-mcp) [![bgpt-mcp MCP server](https://glama.ai/mcp/servers/@connerlambden/bgpt-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@connerlambden/bgpt-mcp) πŸ“‡ ☁️ - Search scientific papers with structured experimental data extracted from full-text studies. Returns 25+ fields per paper including methods, results, sample sizes, and quality scores. 50 free searches, then $0.01/result. - [dhamma-seeker/tripitaka-mcp](https://github.com/dhamma-seeker/tripitaka-mcp) [![dhamma-seeker/tripitaka-mcp MCP server](https://glama.ai/mcp/servers/dhamma-seeker/tripitaka-mcp/badges/score.svg)](https://glama.ai/mcp/servers/dhamma-seeker/tripitaka-mcp) 🐍 ☁️ 🏠 - Search, cite, and compare the Pāli Canon (TipiαΉ­aka) β€” full coverage at parity with SuttaCentral (~444K segments across Sutta, Vinaya, Abhidhamma). Hybrid trigram+vector search, full-sutta fetch with cross-reference URLs (SuttaCentral + 84000.org), segment-aligned translation comparison, and Pāli word lookup against the P. A. Payutto dictionary. Free, non-commercial β€” offered as Dhamma Dāna. Hosted at `https://tripitaka-mcp.com` or self-host via Docker. - [Embassy-of-the-Free-Mind/sourcelibrary-v2](https://github.com/Embassy-of-the-Free-Mind/sourcelibrary-v2/tree/main/mcp-server) πŸ“‡ ☁️ - Search and cite rare historical texts (alchemy, Hermeticism, Renaissance philosophy) with DOI-backed academic citations from [Source Library](https://sourcelibrary.org) +- [Guitarmaniac24/Getabrain.ai](https://github.com/Guitarmaniac24/Getabrain.ai/tree/main/packages/mcp-server) πŸ“‡ ☁️ - Query real, quality-scored humans as an agent tool. [GetABrain](https://getabrain.ai) routes a question to paid human workers and returns schema-validated JSON β€” 16 response types (yes/no, ratings, rankings, A/B tests, sentiment, image/video/audio review, voice/video/photo capture). Fully programmatic signup with a $5 free trial credit, no card required. `npx -y @getabrain/mcp-server`. - [HubLensOfficial/mcp-server](https://github.com/HubLensOfficial/mcp-server) [![HubLensOfficial/mcp-server MCP server](https://glama.ai/mcp/servers/HubLensOfficial/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/HubLensOfficial/mcp-server) πŸ“‡ ☁️ - Query daily trending open-source projects from GitHub & Hacker News with AI-generated bilingual (EN/ZH) summaries, categories, use cases, and custom scoring. Stateless, no API key required. - [tushariitr-19/immigration-mcp](https://github.com/tushariitr-19/immigration-mcp) [![tushariitr-19/immigration-mcp MCP server](https://glama.ai/mcp/servers/tushariitr-19/immigration-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tushariitr-19/immigration-mcp) 🏎️ 🍎 πŸͺŸ 🐧 - MCP server for US immigration guidance β€” live Visa Bulletin, priority date checker and immigration term explanations. Free to use. - [kimimgo/viznoir](https://github.com/kimimgo/viznoir) [![viznoir MCP server](https://glama.ai/mcp/servers/kimimgo/viznoir/badges/score.svg)](https://glama.ai/mcp/servers/kimimgo/viznoir) 🐍 🏠 🐧 - Cinema-quality science visualization MCP server for CFD/FEA/SPH. 22 tools for rendering, slicing, contouring, volume rendering, and animating OpenFOAM/VTK/CGNS data. Headless EGL/OSMesa. From f2f88d7abc1e81978356526e71b0b1c1a756c617 Mon Sep 17 00:00:00 2001 From: mmxrealQQ Date: Wed, 8 Jul 2026 09:56:36 +0200 Subject: [PATCH 086/403] Add Brain On BNB AI ($BOBAI) server to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..37e45f161 100644 --- a/README.md +++ b/README.md @@ -1729,6 +1729,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [jacksun911/megalaunch-mcp](https://github.com/jacksun911/megalaunch-mcp) [![jacksun911/megalaunch-mcp MCP server](https://glama.ai/mcp/servers/jacksun911/megalaunch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jacksun911/megalaunch-mcp) πŸ“‡ ☁️ - AI-powered meme token launch service on Solana/pump.fun. Create tokens with AI-generated art, bundled buys, and Jito-powered MEV protection. Supports Basic and Premium packages. - [minhyeoky/mcp-server-ledger](https://github.com/minhyeoky/mcp-server-ledger) 🐍 🏠 - A ledger-cli integration for managing financial transactions and generating reports. - [mission69b/t2000](https://github.com/mission69b/t2000) [![mission69b/t2000 MCP server](https://glama.ai/mcp/servers/mission69b/t2000/badges/score.svg)](https://glama.ai/mcp/servers/mission69b/t2000) πŸ“‡ ☁️ - Non-custodial DeFi banking for AI agents on Sui. 35 tools, 20 prompts for save, borrow, invest, exchange, send, pay β€” with auto yield optimization across NAVI, Suilend, and Cetus. +- [mmxrealQQ/bobai-buyburn](https://github.com/mmxrealQQ/bobai-buyburn) πŸŽ–οΈ πŸ“‡ ☁️ - Live verifiable on-chain data for the $BOBAI token on BNB Chain β€” price computed from pair reserves Γ— Chainlink (no price API), liquidity depth with LP-burn proof, buyback-and-burn audit trail, fee-on-transfer-safe trade params, and an earnable NFT buy-drop. 13 read-only tools + 2 guided prompts, no API key. Remote HTTP MCP at `https://brainonbnb.com/mcp` with a plain-REST mirror. - [moxiespirit/oathscore](https://github.com/moxiespirit/oathscore) [![oath-score MCP server](https://glama.ai/mcp/servers/moxiespirit/oath-score/badges/score.svg)](https://glama.ai/mcp/servers/moxiespirit/oath-score) 🐍 ☁️ - The trust layer for AI trading agents. Real-time world state (exchange status, VIX/VVIX/SKEW, economic events) in one call, plus independent quality ratings (0-100) for financial data APIs. 8 MCP tools. - [muvon/mcp-binance-futures](https://github.com/muvon/mcp-binance-futures) [![binance](https://glama.ai/mcp/servers/Muvon/mcp-binance-futures/badges/score.svg)](https://glama.ai/mcp/servers/Muvon/mcp-binance-futures) 🐍 ☁️ - MCP server for Binance USDT-M Futures trading β€” exposes tools for market data, account state, order management, and position/margin control. - [narumiruna/yfinance-mcp](https://github.com/narumiruna/yfinance-mcp) 🐍 ☁️ - An MCP server that uses yfinance to obtain information from Yahoo Finance. From 02fb2ea2242e647199a019049bcd7db0df75e2b7 Mon Sep 17 00:00:00 2001 From: MinhHQ <169115789+minhhq-a1@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:20:45 +0700 Subject: [PATCH 087/403] Fix duplicate entry for odoo-pulse in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a5530820..8a26007c7 100644 --- a/README.md +++ b/README.md @@ -2970,7 +2970,7 @@ Interact with Git repositories and version control platforms. Enables repository - [MarceauSolutions/hvac-quotes-mcp](https://github.com/MarceauSolutions/hvac-quotes-mcp) 🐍 🏠 ☁️ - HVAC equipment RFQ management for contractors - submit quotes to distributors, track responses, and compare pricing - [Martinqi826/dida-mcp](https://github.com/Martinqi826/dida-mcp) [![Martinqi826/dida-mcp MCP server](https://glama.ai/mcp/servers/Martinqi826/dida-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Martinqi826/dida-mcp) 🐍 ☁️ - [Dida365](https://dida365.com/) (TickTick China) MCP server for AI-powered task management. 13 tools for projects, tasks, tags, and habits with OAuth 2.0 authentication. Compatible with OpenClaw, Claude Desktop, and any MCP client. - [MarkusPfundstein/mcp-gsuite](https://github.com/MarkusPfundstein/mcp-gsuite) 🐍 ☁️ - Integration with gmail and Google Calendar. -- [minhhq-a1/odoo-pulse](https://github.com/minhhq-a1/odoo-pulse) [![minhhq-a1/odoo-pulse MCP server](https://glama.ai/mcp/servers/minhhq-a1/odoo-pulse/badges/score.svg)](https://glama.ai/mcp/servers/minhhq-a1/odoo-pulse) 🐍 ☁️ - An AI business analyst for Odoo ERP: one-call reports with a verdict (business_pulse, pipeline_review, receivables_health, inventory_risk, sales_snapshot, absence_overview) over the XML-RPC API. +- [minhhq-a1/odoo-pulse](https://github.com/minhhq-a1/odoo-pulse) [![minhhq-a1/odoo-pulse MCP server](https://glama.ai/mcp/servers/minhhq-a1/odoo-pulse/badges/score.svg)](https://glama.ai/mcp/servers/minhhq-a1/odoo-pulse) 🐍 ☁️ - An AI Business Analyst for Odoo ERP: one-call reports with a verdict (business_pulse, pipeline_review, receivables_health, inventory_risk, sales_snapshot, absence_overview) over the XML-RPC API. - [mnoomnoo/resume-mcp-server](https://github.com/mnoomnoo/resume-mcp-server) [![mnoomnoo/resume-mcp-server MCP server](https://glama.ai/mcp/servers/mnoomnoo/resume-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/mnoomnoo/resume-mcp-server) 🐍 🏠 πŸͺŸ 🐧 - MCP server for searching and retrieving structured information from local resume and job application documents (.docx, .pdf, .md, .txt) with auto hot-reload. 21 tools for full-text search and filtering by skill, company, and education, plus structured extraction of work experience, achievements, badge skills, and side projects. `pip install resume-mcp-server` - [moro3k/mcp-altegio](https://github.com/moro3k/mcp-altegio) πŸ“‡ ☁️ - MCP server for Altegio API β€” appointments, clients, services, staff schedules for salon/spa/clinic management. 18 tools with Docker support. - [io.github.opsconduit/jobber-mcp](https://github.com/opsconduit/jobber-mcp) [![opsconduit/jobber-mcp MCP server](https://glama.ai/mcp/servers/opsconduit/jobber-mcp/badges/score.svg)](https://glama.ai/mcp/servers/opsconduit/jobber-mcp) πŸ“‡ ☁️ 🏠 - Customer-hosted, read-only MCP server for Jobber operations queries: owner action lists, overdue invoices, stale requests, estimates, jobs, and safe read-only GraphQL validation. From 49a2fe7c2eab734c16c8dbe1a821ef6743f81764 Mon Sep 17 00:00:00 2001 From: Xuchen Yao Date: Wed, 8 Jul 2026 17:47:27 +0800 Subject: [PATCH 088/403] Add SeaMeet MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..4585f6963 100644 --- a/README.md +++ b/README.md @@ -3053,6 +3053,7 @@ Interact with Git repositories and version control platforms. Enables repository - [bit2beat/bitrix24-mcp](https://github.com/bit2beat/bitrix24-mcp) [![bit2beat/bitrix24-mcp MCP server](https://glama.ai/mcp/servers/bit2beat/bitrix24-mcp/badges/score.svg)](https://glama.ai/mcp/servers/bit2beat/bitrix24-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server that connects Claude to Bitrix24 β€” CRM, tasks, disk, calendar, chat, business processes, telephony and product catalog. Built by [Bit2Beat](https://bit2beat.com). - [tempguru-co/tempguru-mcp](https://github.com/tempguru-co/tempguru-mcp) πŸ“‡ ☁️ - W-2 event staffing for AI agents across 300+ US and Canadian markets. Brand ambassadors, registration, hospitality, setup/breakdown, ushers. Read-only data lookups for coverage, rates, lead-time guidance, and state compliance, plus an opt-in request_quote submission. No auth required. MCP server at `https://mcp.tempguru.co/mcp` and skills at [`tempguru-co/tempguru-agent-skills`](https://github.com/tempguru-co/tempguru-agent-skills). [![Glama](https://glama.ai/mcp/servers/Tempguru-co/tempguru-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Tempguru-co/tempguru-mcp) - [juergenkoller-software/inkra-mcp](https://github.com/juergenkoller-software/inkra-mcp) [![juergenkoller-software/inkra-mcp MCP server](https://glama.ai/mcp/servers/juergenkoller-software/inkra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/juergenkoller-software/inkra-mcp) 🏠 🍎 - MCP bridge for [Inkra](https://store.juergenkoller.software/en/apps/inkra) β€” native macOS Markdown editor (SwiftUI + AppKit, not Electron) with live KaTeX/Mermaid preview. 18 MCP tools for document editing, outline navigation, folder browsing, bookmarks, and view modes. +- [seameet-ai/seameet-mcp](https://github.com/seameet-ai/seameet-mcp) [![seameet-ai/seameet-mcp MCP server](https://glama.ai/mcp/servers/seameet-ai/seameet-mcp/badges/score.svg)](https://glama.ai/mcp/servers/seameet-ai/seameet-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ - Connect AI agents to SeaMeet meeting recordings, transcripts, AI summaries, screenshots, action items, webhooks, and desktop recorder controls. - [Servation/job-search-mcp](https://github.com/Servation/job-search-mcp) [![job-search-mcp MCP server](https://glama.ai/mcp/servers/Servation/job-search-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Servation/job-search-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Claude Desktop job search assistant: searches LinkedIn plus 8 ATS boards (Greenhouse, Lever, Ashby, Workday, SmartRecruiters, Hacker News, RemoteOK, Remotive), scores each job 0-100 for fit (Claude judges directly, no LLM API key), and shows a ranked, triageable board inline in the chat. ### πŸ› οΈ Other Tools and Integrations From d698f5fa5d7c94aaeaebd70517873c29562017be Mon Sep 17 00:00:00 2001 From: typing-game <167670128+typing-game@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:51:41 +0900 Subject: [PATCH 089/403] Add Glama score badge for argosvix/mcp-server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1d2c3a5e..d7a11ed11 100644 --- a/README.md +++ b/README.md @@ -2271,7 +2271,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [alilxxey/openobserve-community-mcp](https://github.com/alilxxey/openobserve-community-mcp) [![alilxxey/openobserve-community-mcp MCP server](https://glama.ai/mcp/servers/alilxxey/openobserve-community-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alilxxey/openobserve-community-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Read-only MCP server for OpenObserve Community Edition via REST API. Search logs, traces, stream schemas, and dashboards without requiring the Enterprise license. - [Alog/alog-mcp](https://github.com/saikiyusuke/alog-mcp) πŸ“‡ ☁️ - AI agent activity logger & monitor MCP server with 20 tools. Post logs, create articles, manage social interactions, and monitor AI agent activities on the Alog platform. - [antonio-mello-ai/mcp-redis-monitor](https://github.com/antonio-mello-ai/mcp-redis-monitor) [![antonio-mello-ai/mcp-redis-monitor MCP server](https://glama.ai/mcp/servers/antonio-mello-ai/mcp-redis-monitor/badges/score.svg)](https://glama.ai/mcp/servers/antonio-mello-ai/mcp-redis-monitor) 🐍 🏠 - Read-only Redis monitoring β€” queue depths by type, Celery queue status, connected clients, server/memory stats, and key counts per database. 5 tools, built with FastMCP. Install: `uvx mcp-redis-monitor`. -- [argosvix/mcp-server](https://github.com/argosvix/mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Observability for AI agents: 87 tools to query LLM cost, errors, and latency across OpenAI/Anthropic/Gemini/Mistral, and operate alerts, budget gates, evals, and safety checks from Claude/Cursor. Install: `npx -y @argosvix/mcp-server`. +- [argosvix/mcp-server](https://github.com/argosvix/mcp-server) [![argosvix/mcp-server MCP server](https://glama.ai/mcp/servers/@argosvix/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@argosvix/mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Observability for AI agents: 87 tools to query LLM cost, errors, and latency across OpenAI/Anthropic/Gemini/Mistral, and operate alerts, budget gates, evals, and safety checks from Claude/Cursor. Install: `npx -y @argosvix/mcp-server`. - [arnavranjan005/mcp-telemetry](https://github.com/arnavranjan005/mcp-telemetry) [![arnavranjan005/mcp-telemetry MCP server](https://glama.ai/mcp/servers/arnavranjan005/mcp-telemetry/badges/score.svg)](https://glama.ai/mcp/servers/arnavranjan005/mcp-telemetry) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Socket.IO-style telemetry for MCP servers. Instrument a tool call with a few lines of `mcp-telemetry-sdk`, and `telemetry_subscribe` streams its live progress (steps, logs, cost, done) to any connected MCP client via `notifications/progress` β€” no polling, and a job started in one session can be watched from a completely different one. - [avivsinai/langfuse-mcp](https://github.com/avivsinai/langfuse-mcp) 🐍 ☁️ - Query Langfuse traces, debug exceptions, analyze sessions, and manage prompts. Full observability toolkit for LLM applications. - [alimuratkuslu/byok-observability-mcp](https://github.com/alimuratkuslu/byok-observability-mcp) [![alimuratkuslu/byok-observability-mcp MCP server](https://glama.ai/mcp/servers/alimuratkuslu/byok-observability-mcp/badges/score.svg)](https://github.com/alimuratkuslu/byok-observability-mcp) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Comprehensive MCP server for Grafana, Prometheus, Kafka UI, and Datadog with a secure "Bring Your Own Key" or BYOK model. From 0bb467f4d753f309a3285d793bbef2fe5c96be14 Mon Sep 17 00:00:00 2001 From: a-baran-orhan Date: Wed, 8 Jul 2026 20:31:49 +0300 Subject: [PATCH 090/403] add posecode to architecture & design --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..2fdda21d1 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [GittyBurstein/mermaid-mcp-server](https://github.com/GittyBurstein/mermaid-mcp-server) 🐍 ☁️ - MCP server that turns local projects or GitHub repositories into Mermaid diagrams and renders them via Kroki. - [karyaboyraz/mockit-mcp](https://github.com/karyaboyraz/mockit-mcp) [![karyaboyraz/mockit-mcp MCP server](https://glama.ai/mcp/servers/karyaboyraz/mockit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/karyaboyraz/mockit-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Generate premium iOS mobile UI mockups (PNG + HTML) from a single text prompt. Pairs Claude (Opus 4.7 by default) with a Playwright headless renderer. Two backends β€” `claude` CLI (uses your Claude Code subscription) or Anthropic API. Stdio + HTTP transports, MIT. - [Narasimhaponnada/mermaid-mcp](https://github.com/Narasimhaponnada/mermaid-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI-powered Mermaid diagram generation with 22+ diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams, architecture diagrams, state machines, and more. Features 50+ pre-built templates, advanced layout engines, SVG/PNG/PDF exports, and seamless integration with GitHub Copilot, Claude, and any MCP-compatible client. Install via NPM: `npm install -g @narasimhaponnada/mermaid-mcp-server` +- [posecode-dev/posecode](https://github.com/posecode-dev/posecode) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - "Mermaid for human movement" β€” a text language any LLM can write, rendered as a safe, anatomically-clamped 3D human figure in the browser. - [rdanieli/tentra-mcp](https://github.com/rdanieli/tentra-mcp) [![rdanieli/tentra-mcp MCP server](https://glama.ai/mcp/servers/rdanieli/tentra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/rdanieli/tentra-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - AI-native architecture platform for engineering teams. Describe a system in natural language (e.g. "payment service with Stripe, Kafka, PostgreSQL") β†’ get an interactive typed diagram with 167 cloud components β†’ export to 14 production frameworks (Java Spring Boot, Python FastAPI, Go chi, Rust Axum, .NET, Kotlin Ktor, Ruby Rails, Elixir Phoenix, Docker Compose, Terraform, Mermaid, ADR, and more). Drift detection (`sync_architecture`) scores saved diagrams against live code 0–100 with a structured diff. 9 quality-lint rules catch orphans, SPOFs, god services. Also includes a secondary persistent code-graph layer for AI coding agents (free offline via `npx tentra-mcp --local init`). Agent-as-LLM pattern β€” zero LLM cost on our side, zero API key on yours. 35 MCP tools. Works in Cursor, Claude Code, Codex, Windsurf. - [yenchieh/diagramzu-mcp](https://github.com/yenchieh/diagramzu-mcp) πŸ“‡ ☁️ - Let your AI author Mermaid diagrams (flowchart, sequence, ER, mindmap) in a shared workspace, then read, comment on, embed, and present them at a clean URL β€” instead of pasting back hundreds of lines of prose. Hosted endpoint `https://mcp.diagramzu.ai/mcp` or local `npx -y @diagramzu/mcp`. 14 tools incl. diagram CRUD, version history, comments, presentation decks, and `analyze_diagram` lints. From af47d31887a71d75ebfecd380be6c61b052dbc63 Mon Sep 17 00:00:00 2001 From: a-baran-orhan Date: Wed, 8 Jul 2026 20:50:00 +0300 Subject: [PATCH 091/403] Add Glama score badge to posecode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fdda21d1..6405bd9c6 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [GittyBurstein/mermaid-mcp-server](https://github.com/GittyBurstein/mermaid-mcp-server) 🐍 ☁️ - MCP server that turns local projects or GitHub repositories into Mermaid diagrams and renders them via Kroki. - [karyaboyraz/mockit-mcp](https://github.com/karyaboyraz/mockit-mcp) [![karyaboyraz/mockit-mcp MCP server](https://glama.ai/mcp/servers/karyaboyraz/mockit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/karyaboyraz/mockit-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Generate premium iOS mobile UI mockups (PNG + HTML) from a single text prompt. Pairs Claude (Opus 4.7 by default) with a Playwright headless renderer. Two backends β€” `claude` CLI (uses your Claude Code subscription) or Anthropic API. Stdio + HTTP transports, MIT. - [Narasimhaponnada/mermaid-mcp](https://github.com/Narasimhaponnada/mermaid-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI-powered Mermaid diagram generation with 22+ diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams, architecture diagrams, state machines, and more. Features 50+ pre-built templates, advanced layout engines, SVG/PNG/PDF exports, and seamless integration with GitHub Copilot, Claude, and any MCP-compatible client. Install via NPM: `npm install -g @narasimhaponnada/mermaid-mcp-server` -- [posecode-dev/posecode](https://github.com/posecode-dev/posecode) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - "Mermaid for human movement" β€” a text language any LLM can write, rendered as a safe, anatomically-clamped 3D human figure in the browser. +- [posecode-dev/posecode](https://github.com/posecode-dev/posecode) [![posecode-dev/posecode MCP server](https://glama.ai/mcp/servers/posecode-dev/posecode/badges/score.svg)](https://glama.ai/mcp/servers/posecode-dev/posecode) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - "Mermaid for human movement" β€” a text language any LLM can write, rendered as a safe, anatomically-clamped 3D human figure in the browser. - [rdanieli/tentra-mcp](https://github.com/rdanieli/tentra-mcp) [![rdanieli/tentra-mcp MCP server](https://glama.ai/mcp/servers/rdanieli/tentra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/rdanieli/tentra-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - AI-native architecture platform for engineering teams. Describe a system in natural language (e.g. "payment service with Stripe, Kafka, PostgreSQL") β†’ get an interactive typed diagram with 167 cloud components β†’ export to 14 production frameworks (Java Spring Boot, Python FastAPI, Go chi, Rust Axum, .NET, Kotlin Ktor, Ruby Rails, Elixir Phoenix, Docker Compose, Terraform, Mermaid, ADR, and more). Drift detection (`sync_architecture`) scores saved diagrams against live code 0–100 with a structured diff. 9 quality-lint rules catch orphans, SPOFs, god services. Also includes a secondary persistent code-graph layer for AI coding agents (free offline via `npx tentra-mcp --local init`). Agent-as-LLM pattern β€” zero LLM cost on our side, zero API key on yours. 35 MCP tools. Works in Cursor, Claude Code, Codex, Windsurf. - [yenchieh/diagramzu-mcp](https://github.com/yenchieh/diagramzu-mcp) πŸ“‡ ☁️ - Let your AI author Mermaid diagrams (flowchart, sequence, ER, mindmap) in a shared workspace, then read, comment on, embed, and present them at a clean URL β€” instead of pasting back hundreds of lines of prose. Hosted endpoint `https://mcp.diagramzu.ai/mcp` or local `npx -y @diagramzu/mcp`. 14 tools incl. diagram CRUD, version history, comments, presentation decks, and `analyze_diagram` lints. From f8cdb837d7c2b28193cbf387a06e7c6dc4266161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0hsan=20G=C3=B6rgel?= Date: Wed, 8 Jul 2026 20:58:06 +0300 Subject: [PATCH 092/403] Add queue-inspector-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..fe7cd28dc 100644 --- a/README.md +++ b/README.md @@ -844,6 +844,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [QuantGeekDev/mongo-mcp](https://github.com/QuantGeekDev/mongo-mcp) πŸ“‡ 🏠 - MongoDB integration that enables LLMs to interact directly with databases. - [quarkiverse/mcp-server-jdbc](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc) β˜• 🏠 - Connect to any JDBC-compatible database and query, insert, update, delete, and more. - [rashidazarang/airtable-mcp](https://github.com/rashidazarang/airtable-mcp) 🐍 ☁️ - Connect AI tools directly to Airtable. Query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration through a standardized MCP interface. +- [Yusufihsangorgel/queue-inspector-mcp](https://github.com/Yusufihsangorgel/queue-inspector-mcp) πŸ“‡ 🏠 - Inspect and operate Redis-backed job queues (Asynq and BullMQ): per-state counts, job detail with decoded payload and last error, and faithful retry/delete running each library's own scripts. Read-only mode for production. - [redis/mcp-redis](https://github.com/redis/mcp-redis) 🐍 🏠 - The Redis official MCP Server offers an interface to manage and search data in Redis. - [runekaagaard/mcp-alchemy](https://github.com/runekaagaard/mcp-alchemy) 🐍 🏠 - Universal SQLAlchemy-based database integration supporting PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server and many more databases. Features schema and relationship inspection, and large dataset analysis capabilities. - [narekmalk/safedb-mcp](https://github.com/narekmalk/safedb-mcp) [![narekmalk/safedb-mcp MCP server](https://glama.ai/mcp/servers/narekmalk/safedb-mcp/badges/score.svg)](https://glama.ai/mcp/servers/narekmalk/safedb-mcp) ☁️ 🏠 - Secure MCP server for safe, read-only DB access by AI agents, with SQL guardrails, table allowlists, PII masking, and audit logs. From 573d14554a1860d0c0e6b244a26d68600d460cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0hsan=20G=C3=B6rgel?= Date: Wed, 8 Jul 2026 21:16:47 +0300 Subject: [PATCH 093/403] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe7cd28dc..f3f1ee85a 100644 --- a/README.md +++ b/README.md @@ -844,7 +844,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [QuantGeekDev/mongo-mcp](https://github.com/QuantGeekDev/mongo-mcp) πŸ“‡ 🏠 - MongoDB integration that enables LLMs to interact directly with databases. - [quarkiverse/mcp-server-jdbc](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc) β˜• 🏠 - Connect to any JDBC-compatible database and query, insert, update, delete, and more. - [rashidazarang/airtable-mcp](https://github.com/rashidazarang/airtable-mcp) 🐍 ☁️ - Connect AI tools directly to Airtable. Query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration through a standardized MCP interface. -- [Yusufihsangorgel/queue-inspector-mcp](https://github.com/Yusufihsangorgel/queue-inspector-mcp) πŸ“‡ 🏠 - Inspect and operate Redis-backed job queues (Asynq and BullMQ): per-state counts, job detail with decoded payload and last error, and faithful retry/delete running each library's own scripts. Read-only mode for production. +- [Yusufihsangorgel/queue-inspector-mcp](https://github.com/Yusufihsangorgel/queue-inspector-mcp) πŸ“‡ 🏠 - Inspect and operate Redis-backed job queues (Asynq and BullMQ): per-state counts, job detail with decoded payload and last error, and faithful retry/delete running each library's own scripts. Read-only mode for production. [![Yusufihsangorgel/queue-inspector-mcp MCP server](https://glama.ai/mcp/servers/Yusufihsangorgel/queue-inspector-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Yusufihsangorgel/queue-inspector-mcp) - [redis/mcp-redis](https://github.com/redis/mcp-redis) 🐍 🏠 - The Redis official MCP Server offers an interface to manage and search data in Redis. - [runekaagaard/mcp-alchemy](https://github.com/runekaagaard/mcp-alchemy) 🐍 🏠 - Universal SQLAlchemy-based database integration supporting PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server and many more databases. Features schema and relationship inspection, and large dataset analysis capabilities. - [narekmalk/safedb-mcp](https://github.com/narekmalk/safedb-mcp) [![narekmalk/safedb-mcp MCP server](https://glama.ai/mcp/servers/narekmalk/safedb-mcp/badges/score.svg)](https://glama.ai/mcp/servers/narekmalk/safedb-mcp) ☁️ 🏠 - Secure MCP server for safe, read-only DB access by AI agents, with SQL guardrails, table allowlists, PII masking, and audit logs. From d176e70c2f14fb90bd067226b459b1c251cab54f Mon Sep 17 00:00:00 2001 From: Turbyho Date: Wed, 8 Jul 2026 23:47:49 +0200 Subject: [PATCH 094/403] =?UTF-8?q?Add=20fw-context-mcp=20=E2=80=94=20buil?= =?UTF-8?q?d-aware=20C/C++=20firmware=20code=20intelligence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..82dbbcf6a 100644 --- a/README.md +++ b/README.md @@ -1399,6 +1399,7 @@ Provides access to documentation and shortcuts for working on embedded devices. - [kukapay/opcua-mcp](https://github.com/kukapay/opcua-mcp) 🐍 πŸ“Ÿ - An MCP server that connects to OPC UA-enabled industrial systems. - [octoco-ltd/sheetsdata-mcp](https://github.com/octoco-ltd/sheetsdata-mcp) [![octoco-ltd/sheetsdata-mcp MCP server](https://glama.ai/mcp/servers/octoco-ltd/sheetsdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/octoco-ltd/sheetsdata-mcp) 🐍 ☁️ πŸ“Ÿ - Instant access to electronic component datasheets for AI agents β€” specs, pinouts, package info, absolute max ratings extracted from manufacturer PDFs on demand. - [stack-chan/stack-chan](https://github.com/stack-chan/stack-chan) πŸ“‡ πŸ“Ÿ - A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions. +- [turbyho/fw-context-mcp](https://github.com/turbyho/fw-context-mcp) [![turbyho/fw-context-mcp MCP server](https://glama.ai/mcp/servers/turbyho/fw-context-mcp/badges/score.svg)](https://glama.ai/mcp/servers/turbyho/fw-context-mcp) 🐍 πŸ“Ÿ 🏠 🍎 πŸͺŸ 🐧 - Build-aware code intelligence for embedded C/C++ firmware. Indexes your project from compile_commands.json via libclang into SQLite+FTS5. 31 MCP tools for symbol search, call graphs, hotspot analysis, dead code detection, and vector search. For Zephyr, PlatformIO, Mbed OS, Arduino, FreeRTOS. - [yoelbassin/gnuradioMCP](https://github.com/yoelbassin/gnuradioMCP) 🐍 πŸ“Ÿ 🏠 - An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts. - [catallo/misterclaw](https://github.com/catallo/misterclaw) [![catallo/misterclaw MCP server](https://glama.ai/mcp/servers/catallo/misterclaw/badges/score.svg)](https://glama.ai/mcp/servers/catallo/misterclaw) 🏎️ πŸ“Ÿ 🏠 🐧 🍎 - MiSTerClaw β€” MCP remote control for MiSTer-FPGA. Launch games, search ROMs, take screenshots, manage systems, and set up Tailscale VPN. Auto-discovers 70+ systems with dynamic core/ROM scanning. - [zackpeters93/ugs-mcp](https://github.com/zackpeters93/ugs-mcp) [![zackpeters93/ugs-mcp MCP server](https://glama.ai/mcp/servers/zackpeters93/ugs-mcp/badges/score.svg)](https://glama.ai/mcp/servers/zackpeters93/ugs-mcp) 🐍 πŸ“Ÿ 🏠 🍎 - CNC machine control via Universal G-code Sender (GRBL). Jog axes, home, run G-code files, inspect toolpaths, estimate cycle times. Motion commands require two-step token confirmation β€” Claude cannot move hardware autonomously. From 18a2eaca3cbacb642e4cb64fdcb2cb3fd37dd944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taygun=20Sava=C5=9F?= Date: Thu, 9 Jul 2026 01:34:48 +0300 Subject: [PATCH 095/403] =?UTF-8?q?docs(readme):=20=F0=9F=93=9D=20add=20Pa?= =?UTF-8?q?tina=20Unity=20MCP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..b63fd9aa3 100644 --- a/README.md +++ b/README.md @@ -1870,6 +1870,7 @@ Integration with gaming related data, game engines, and services - [hkaanengin/opendota-mcp-server](https://github.com/hkaanengin/opendota-mcp-server) 🐍 🏠 ☁️ - MCP server providing AI assistants with access to Dota 2 statistics via OpenDota API. 20+ tools for player stats, hero data, and match analysis with natural language support. - [hope1026/weppy-roblox-mcp](https://github.com/hope1026/weppy-roblox-mcp) [![roblox-mcp MCP server](https://glama.ai/mcp/servers/hope1026/roblox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hope1026/roblox-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ - MCP server and plugin that lets AI agents (Claude Code, Cursor, Codex, Gemini) directly control a live Roblox Studio session β€” create scripts, instances, terrain, lighting, and assets via natural language. 21 tools, 140+ actions, bidirectional sync, and automated playtest. - [IvanMurzak/Unity-MCP](https://github.com/IvanMurzak/Unity-MCP) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - MCP Server for Unity Editor and for a game made with Unity +- [taygunsavas/patina-unity-mcp](https://github.com/taygunsavas/patina-unity-mcp) πŸ¦€ #️⃣ 🏠 🍎 πŸͺŸ 🐧 - Control the Unity Editor from MCP hosts through a local Rust server and C# bridge, with one-click host setup and 86 Unity commands for scenes, GameObjects, prefabs, assets, scripts, console, tests, and build settings. - [jiayao/mcp-chess](https://github.com/jiayao/mcp-chess) 🐍 🏠 - A MCP server playing chess against LLMs. - [jkiley129/steam-mcp](https://github.com/jkiley129/steam-mcp) [![steam-mcp MCP server](https://glama.ai/mcp/servers/jkiley129/steam-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jkiley129/steam-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Connect Claude to your Steam library. Query your games, playtime, recently played, and store metadata via natural language. - [kitao/pyxel-mcp](https://github.com/kitao/pyxel-mcp) [![pyxel-mcp MCP server](https://glama.ai/mcp/servers/@kitao/pyxel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@kitao/pyxel-mcp) 🐍 🏠 - MCP server for [Pyxel](https://github.com/kitao/pyxel) retro game engine, enabling AI to run, capture screenshots, inspect sprites, and analyze audio of Pyxel games. From 8c5be7aa9d908d1a91d8061c0cf5436ba69f5bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taygun=20Sava=C5=9F?= Date: Thu, 9 Jul 2026 01:46:13 +0300 Subject: [PATCH 096/403] =?UTF-8?q?docs(readme):=20=F0=9F=93=9D=20add=20Pa?= =?UTF-8?q?tina=20Glama=20badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b63fd9aa3..be82b2760 100644 --- a/README.md +++ b/README.md @@ -1870,7 +1870,7 @@ Integration with gaming related data, game engines, and services - [hkaanengin/opendota-mcp-server](https://github.com/hkaanengin/opendota-mcp-server) 🐍 🏠 ☁️ - MCP server providing AI assistants with access to Dota 2 statistics via OpenDota API. 20+ tools for player stats, hero data, and match analysis with natural language support. - [hope1026/weppy-roblox-mcp](https://github.com/hope1026/weppy-roblox-mcp) [![roblox-mcp MCP server](https://glama.ai/mcp/servers/hope1026/roblox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hope1026/roblox-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ - MCP server and plugin that lets AI agents (Claude Code, Cursor, Codex, Gemini) directly control a live Roblox Studio session β€” create scripts, instances, terrain, lighting, and assets via natural language. 21 tools, 140+ actions, bidirectional sync, and automated playtest. - [IvanMurzak/Unity-MCP](https://github.com/IvanMurzak/Unity-MCP) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - MCP Server for Unity Editor and for a game made with Unity -- [taygunsavas/patina-unity-mcp](https://github.com/taygunsavas/patina-unity-mcp) πŸ¦€ #️⃣ 🏠 🍎 πŸͺŸ 🐧 - Control the Unity Editor from MCP hosts through a local Rust server and C# bridge, with one-click host setup and 86 Unity commands for scenes, GameObjects, prefabs, assets, scripts, console, tests, and build settings. +- [taygunsavas/patina-unity-mcp](https://github.com/taygunsavas/patina-unity-mcp) [![taygunsavas/patina-unity-mcp MCP server](https://glama.ai/mcp/servers/taygunsavas/patina-unity-mcp/badges/score.svg)](https://glama.ai/mcp/servers/taygunsavas/patina-unity-mcp) πŸ¦€ #️⃣ 🏠 🍎 πŸͺŸ 🐧 - Control the Unity Editor from MCP hosts through a local Rust server and C# bridge, with one-click host setup and 86 Unity commands for scenes, GameObjects, prefabs, assets, scripts, console, tests, and build settings. - [jiayao/mcp-chess](https://github.com/jiayao/mcp-chess) 🐍 🏠 - A MCP server playing chess against LLMs. - [jkiley129/steam-mcp](https://github.com/jkiley129/steam-mcp) [![steam-mcp MCP server](https://glama.ai/mcp/servers/jkiley129/steam-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jkiley129/steam-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Connect Claude to your Steam library. Query your games, playtime, recently played, and store metadata via natural language. - [kitao/pyxel-mcp](https://github.com/kitao/pyxel-mcp) [![pyxel-mcp MCP server](https://glama.ai/mcp/servers/@kitao/pyxel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@kitao/pyxel-mcp) 🐍 🏠 - MCP server for [Pyxel](https://github.com/kitao/pyxel) retro game engine, enabling AI to run, capture screenshots, inspect sprites, and analyze audio of Pyxel games. From 1608cbe493b6f20f734784cc5bff1076269ec8c4 Mon Sep 17 00:00:00 2001 From: afghanfansmedia-ai Date: Wed, 8 Jul 2026 21:34:22 -0700 Subject: [PATCH 097/403] Add SongCheck (AI music detector) to Multimedia Process --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..dd0057699 100644 --- a/README.md +++ b/README.md @@ -2376,6 +2376,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [verIdyia/autoeq-mcp](https://github.com/verIdyia/autoeq-mcp) [![autoeq-mcp MCP server](https://glama.ai/mcp/servers/verIdyia/autoeq-mcp/badges/score.svg)](https://glama.ai/mcp/servers/verIdyia/autoeq-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Headphone/IEM equalization database with 8,800+ models from AutoEQ. Search by name or sound signature, get parametric EQ settings, compare headphones band-by-band, and browse Harman preference score rankings. Includes automatic sound signature classification (Neutral, Warm, Bright, Dark, V-shaped, etc.). - [rendobar/mcp](https://github.com/rendobar/mcp) [![rendobar/mcp MCP server](https://glama.ai/mcp/servers/rendobar/mcp/badges/score.svg)](https://glama.ai/mcp/servers/rendobar/mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Submit media-processing jobs to the Rendobar API and upload local files in one tool call. Transcode, run raw FFmpeg, burn captions, and add watermarks over REST. Free tier. - [woladi/macos-vision-mcp](https://github.com/woladi/macos-vision-mcp) [![macos-vision-mcp MCP server](https://glama.ai/mcp/servers/woladi/macos-vision-mcp/badges/score.svg)](https://glama.ai/mcp/servers/woladi/macos-vision-mcp) πŸ“‡ 🏠 🍎 - Local OCR and image analysis via Apple Vision Framework. Wraps macOS's native Vision API to expose OCR for images and PDFs (with reading-order paragraphs, bounding boxes, line/paragraph IDs, and confidence), face / barcode / QR / document-corner detection, and image classification β€” all as MCP tools any client (Claude Code, Claude Desktop, Cursor, Codex CLI) can call. ~97% token savings vs sending raw images. Fully offline, no API keys, files never leave the Mac. One-line install: `npx -y macos-vision-mcp`. +- [afghanfansmedia-ai/songcheck-mcp](https://github.com/afghanfansmedia-ai/songcheck-mcp) 🐍 ☁️ - Is this song AI or human? Detect AI-generated music (Suno, Udio) and media from any AI agent. Returns a verdict, AI-probability score, confidence, and provenance signals (Content Credentials / SynthID), plus scan_catalog to audit a whole music folder. ### πŸ–₯️ OS Automation From 2f202aa9aba8f80ad1f211d6c473fa6ba2f550a4 Mon Sep 17 00:00:00 2001 From: goofrey <64430698+goofrey@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:22:05 +0000 Subject: [PATCH 098/403] Add Zoom Search MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..14f9e1e01 100644 --- a/README.md +++ b/README.md @@ -2516,6 +2516,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [gemy411/multi-research-agents](https://github.com/gemy411/multi-agents-research) ☁️ - a KTOR server/ MCP server written in Kotlin applying multi-agents schools in a flexible research system to be used with coding or for research any general case. - [giskard09/giskard-search](https://github.com/giskard09/giskard-search) [![giskard09/giskard-search MCP server](https://glama.ai/mcp/servers/giskard09/giskard-search/badges/score.svg)](https://glama.ai/mcp/servers/giskard09/giskard-search) 🐍 🏠 - Pay-per-use semantic web search for AI agents. Powered by SearxNG, agents pay in sats via Lightning Network micropayments β€” no API keys required. Self-hosted with phoenixd. - [genomoncology/biomcp](https://github.com/genomoncology/biomcp) 🐍 ☁️ - Biomedical research server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info. +- [goofrey/zoom-search](https://github.com/goofrey/zoom-search) 🐍 ☁️ 🏠 - MCP search and evidence tool for AI agents. Rewrites queries, zooms into source domains, and returns sourced answers with metrics. - [gregm711/agent-domain-service-mcp](https://github.com/gregm711/agent-domain-service-mcp) πŸ“‡ ☁️ - AI-powered domain brainstorming, analysis, and availability checking via AgentDomainService.com. Generate creative domain names from descriptions, get AI scoring for brandability/memorability, and check real-time availability with pricing. No API keys required. - [HasData/hasdata-mcp](https://github.com/HasData/hasdata-mcp) [![HasData/hasdata-mcp MCP server](https://glama.ai/mcp/servers/HasData/hasdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/HasData/hasdata-mcp) πŸ“‡ ☁️ - Remote MCP server providing structured data APIs for Google (Search, Maps, Trends, Flights), Amazon, Airbnb, Zillow, Yelp, and more. 40+ tools returns clean JSON data instead of browser automation or raw HTML scraping. Designed for AI agents requiring reliable hosted data access. - [hbg/mcp-paperswithcode](https://github.com/hbg/mcp-paperswithcode) - 🐍 ☁️ MCP to search through PapersWithCode API From b1fd52a331bf3b839725bb96f7d6088242bf8b92 Mon Sep 17 00:00:00 2001 From: Aditya Arya <82873763+adityarya24@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:19:00 +0530 Subject: [PATCH 099/403] Add astro-skill to Spirituality & Esoterica --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..2ba26161c 100644 --- a/README.md +++ b/README.md @@ -2838,6 +2838,7 @@ Integration with social media platforms to allow posting, analytics, and interac Astrology, tarot, numerology, Vedic systems, Human Design and other divinatory or esoteric tools β€” for AI agents that compute charts, draw cards, run dasha cycles, or generate horoscopes. +- [adityarya24/astro-skill](https://github.com/adityarya24/astro-skill) 🐍 🏠 🍎 πŸͺŸ 🐧 - Open-source Vedic astrology engine and stdio MCP server β€” deterministic kundali, Vimshottari dasha (maha/antar/pratyantar), panchang, gochar + Sade Sati, ashtakavarga, guna milan, divisional charts, and 12-page Hindi janma patrika PDFs. Bundled Swiss Ephemeris, SQLite client storage, no API key. - [astroway/astroway-mcp](https://github.com/astroway/astroway-mcp) [![astroway/astroway-mcp MCP server](https://glama.ai/mcp/servers/astroway/astroway-mcp/badges/score.svg)](https://glama.ai/mcp/servers/astroway/astroway-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Comprehensive astrology MCP exposing every endpoint of the AstroWay Calculation API β€” natal charts, synastry, transits, Vedic dashas (Vimshottari, Yogini, Ashtottari, Kalachakra), 16 Vargas, Tarot (Rider-Waite-Smith / Marseille / Lenormand), Numerology (5 systems), Human Design, AI horoscopes. Sub-arcsecond Swiss Ephemeris precision, 10 000 free credits/month. Install: `npx @astroway/mcp`. - [openfate-ai/bazi-mcp](https://github.com/openfate-ai/bazi-mcp) [![openfate-ai/bazi-mcp MCP server](https://glama.ai/mcp/servers/openfate-ai/bazi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/openfate-ai/bazi-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Deterministic Bazi / Four Pillars MCP server with True Solar Time, lunar/solar conversion, Da Yun luck cycles, branch interactions, reverse Bazi lookup, and OpenFate calculation metadata. Install: `npx -y @openfate/bazi-mcp`. From 73b2da3299f18f1c65881eccc999a5c67ff9e1aa Mon Sep 17 00:00:00 2001 From: Aditya Arya <82873763+adityarya24@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:23:18 +0530 Subject: [PATCH 100/403] Add Glama score badge to astro-skill entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ba26161c..6db3c2fd7 100644 --- a/README.md +++ b/README.md @@ -2838,7 +2838,7 @@ Integration with social media platforms to allow posting, analytics, and interac Astrology, tarot, numerology, Vedic systems, Human Design and other divinatory or esoteric tools β€” for AI agents that compute charts, draw cards, run dasha cycles, or generate horoscopes. -- [adityarya24/astro-skill](https://github.com/adityarya24/astro-skill) 🐍 🏠 🍎 πŸͺŸ 🐧 - Open-source Vedic astrology engine and stdio MCP server β€” deterministic kundali, Vimshottari dasha (maha/antar/pratyantar), panchang, gochar + Sade Sati, ashtakavarga, guna milan, divisional charts, and 12-page Hindi janma patrika PDFs. Bundled Swiss Ephemeris, SQLite client storage, no API key. +- [adityarya24/astro-skill](https://github.com/adityarya24/astro-skill) [![adityarya24/astro-skill MCP server](https://glama.ai/mcp/servers/adityarya24/astro-skill/badges/score.svg)](https://glama.ai/mcp/servers/adityarya24/astro-skill) 🐍 🏠 🍎 πŸͺŸ 🐧 - Open-source Vedic astrology engine and stdio MCP server β€” deterministic kundali, Vimshottari dasha (maha/antar/pratyantar), panchang, gochar + Sade Sati, ashtakavarga, guna milan, divisional charts, and 12-page Hindi janma patrika PDFs. Bundled Swiss Ephemeris, SQLite client storage, no API key. - [astroway/astroway-mcp](https://github.com/astroway/astroway-mcp) [![astroway/astroway-mcp MCP server](https://glama.ai/mcp/servers/astroway/astroway-mcp/badges/score.svg)](https://glama.ai/mcp/servers/astroway/astroway-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Comprehensive astrology MCP exposing every endpoint of the AstroWay Calculation API β€” natal charts, synastry, transits, Vedic dashas (Vimshottari, Yogini, Ashtottari, Kalachakra), 16 Vargas, Tarot (Rider-Waite-Smith / Marseille / Lenormand), Numerology (5 systems), Human Design, AI horoscopes. Sub-arcsecond Swiss Ephemeris precision, 10 000 free credits/month. Install: `npx @astroway/mcp`. - [openfate-ai/bazi-mcp](https://github.com/openfate-ai/bazi-mcp) [![openfate-ai/bazi-mcp MCP server](https://glama.ai/mcp/servers/openfate-ai/bazi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/openfate-ai/bazi-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Deterministic Bazi / Four Pillars MCP server with True Solar Time, lunar/solar conversion, Da Yun luck cycles, branch interactions, reverse Bazi lookup, and OpenFate calculation metadata. Install: `npx -y @openfate/bazi-mcp`. From bcf254732e9c7bb792667f1891ec917a6b544808 Mon Sep 17 00:00:00 2001 From: goofrey <64430698+goofrey@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:33:32 +0000 Subject: [PATCH 101/403] Add Glama badge for Zoom Search --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14f9e1e01..757e172de 100644 --- a/README.md +++ b/README.md @@ -2516,7 +2516,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [gemy411/multi-research-agents](https://github.com/gemy411/multi-agents-research) ☁️ - a KTOR server/ MCP server written in Kotlin applying multi-agents schools in a flexible research system to be used with coding or for research any general case. - [giskard09/giskard-search](https://github.com/giskard09/giskard-search) [![giskard09/giskard-search MCP server](https://glama.ai/mcp/servers/giskard09/giskard-search/badges/score.svg)](https://glama.ai/mcp/servers/giskard09/giskard-search) 🐍 🏠 - Pay-per-use semantic web search for AI agents. Powered by SearxNG, agents pay in sats via Lightning Network micropayments β€” no API keys required. Self-hosted with phoenixd. - [genomoncology/biomcp](https://github.com/genomoncology/biomcp) 🐍 ☁️ - Biomedical research server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info. -- [goofrey/zoom-search](https://github.com/goofrey/zoom-search) 🐍 ☁️ 🏠 - MCP search and evidence tool for AI agents. Rewrites queries, zooms into source domains, and returns sourced answers with metrics. +- [goofrey/zoom-search](https://github.com/goofrey/zoom-search) [![goofrey/zoom-search MCP server](https://glama.ai/mcp/servers/goofrey/zoom-search/badges/score.svg)](https://glama.ai/mcp/servers/goofrey/zoom-search) 🐍 ☁️ 🏠 - MCP search and evidence tool for AI agents. Rewrites queries, zooms into source domains, and returns sourced answers with metrics. - [gregm711/agent-domain-service-mcp](https://github.com/gregm711/agent-domain-service-mcp) πŸ“‡ ☁️ - AI-powered domain brainstorming, analysis, and availability checking via AgentDomainService.com. Generate creative domain names from descriptions, get AI scoring for brandability/memorability, and check real-time availability with pricing. No API keys required. - [HasData/hasdata-mcp](https://github.com/HasData/hasdata-mcp) [![HasData/hasdata-mcp MCP server](https://glama.ai/mcp/servers/HasData/hasdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/HasData/hasdata-mcp) πŸ“‡ ☁️ - Remote MCP server providing structured data APIs for Google (Search, Maps, Trends, Flights), Amazon, Airbnb, Zillow, Yelp, and more. 40+ tools returns clean JSON data instead of browser automation or raw HTML scraping. Designed for AI agents requiring reliable hosted data access. - [hbg/mcp-paperswithcode](https://github.com/hbg/mcp-paperswithcode) - 🐍 ☁️ MCP to search through PapersWithCode API From 915d1ae88274e7d51299d7f7655f25a29a69019b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20J=2E=20del=20=C3=81guila?= Date: Thu, 9 Jul 2026 19:33:20 +0200 Subject: [PATCH 102/403] Add Data Olympus to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..fe340c150 100644 --- a/README.md +++ b/README.md @@ -2035,6 +2035,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [leesgit/claude-session-continuity-mcp](https://github.com/leesgit/claude-session-continuity-mcp) [![claude-session-continuity-mcp MCP server](https://glama.ai/mcp/servers/leesgit/claude-session-continuity-mcp/badges/score.svg)](https://glama.ai/mcp/servers/leesgit/claude-session-continuity-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Zero-config session continuity for Claude Code. Auto-captures context via Claude Hooks, provides 25 tools for memory, tasks, solutions, and knowledge graph. Multilingual semantic search (94+ languages) with cross-language retrieval. - [lfrmonteiro99/memento-mcp](https://github.com/lfrmonteiro99/memento-mcp) [![lfrmonteiro99/memento-mcp MCP server](https://glama.ai/mcp/servers/lfrmonteiro99/memento-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lfrmonteiro99/memento-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first persistent memory for AI coding agents. Captures facts, decisions, patterns, and architecture notes in SQLite (with optional cloud embeddings) to reduce repeated context across sessions. - [linxule/lotus-wisdom-mcp](https://github.com/linxule/lotus-wisdom-mcp) πŸ“‡ 🏠 ☁️ - Contemplative problem-solving using the Lotus Sutra's wisdom framework. Multi-perspective reasoning with skillful means, non-dual recognition, and meditation pauses. Available as local stdio or remote Cloudflare Worker. +- [knaisoma/data-olympus](https://github.com/knaisoma/data-olympus) 🐍 🏠 🍎 πŸͺŸ 🐧 - Governance-grade project knowledge MCP server for coding agents. Git-native Markdown knowledge base with proposed vs accepted guidance, validity windows, supersession chains, and status-aware retrieval of current in-force decisions and standards. `pip install data-olympus` - [lithtrix/lithtrix-mcp](https://github.com/lithtrix/lithtrix-mcp) [![lithtrix/lithtrix-mcp MCP server](https://glama.ai/mcp/servers/lithtrix/lithtrix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lithtrix/lithtrix-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Memory Consolidation for AI agents across vendors, owners, and time. Persistent memory, credibility-scored web search, browser fetch, and shared Commons pool under a stable `ltx_` key. Self-registration in one API call, no dashboard required. `npx lithtrix-mcp` - [louis030195/easy-obsidian-mcp](https://github.com/louis030195/easy-obsidian-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Interact with Obsidian vaults for knowledge management. Create, read, update, and search notes. Works with local Obsidian vaults using filesystem access. - [LuizEduPP/rememb](https://github.com/LuizEduPP/Rememb) [![rememb MCP server](https://glama.ai/mcp/servers/LuizEduPP/Rememb/badges/score.svg)](https://glama.ai/mcp/servers/LuizEduPP/Rememb) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory for AI agents with sectioned entries (project/user/context/etc), semantic search, CLI, and per-project scope. Local JSON, zero config, no server required. From 31281662513c72f24a5a59470423d66f60a1c8c9 Mon Sep 17 00:00:00 2001 From: Ben Roy Date: Thu, 9 Jul 2026 18:45:14 +0100 Subject: [PATCH 103/403] Add beshogun/planwire-mcp (UK planning data) to Real Estate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..d05ff9d81 100644 --- a/README.md +++ b/README.md @@ -2408,6 +2408,7 @@ auto-download. Install via `npx atlassian-trello-mcp`. MCP servers for real estate CRM, property management, and agent workflows. - [ashev87/propstack-mcp](https://github.com/ashev87/propstack-mcp) [![propstack-mcp MCP server](https://glama.ai/mcp/servers/@ashev87/propstack-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@ashev87/propstack-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Propstack CRM MCP: search contacts, manage properties, track deals, schedule viewings for real estate agents (Makler). +- [beshogun/planwire-mcp](https://github.com/beshogun/planwire-mcp) πŸ“‡ ☁️ - UK planning application data for AI agents: search planning applications by council, postcode, keyword, status, type, or date range; find applications near a lat/lng point; fetch a specific application; and list supported councils. Requires a PlanWire API key. `npx -y planwire-mcp` - [forgemeshlabs/disruption-intelligence-mcp](https://github.com/forgemeshlabs/disruption-intelligence-mcp) [![forgemeshlabs/disruption-intelligence-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/disruption-intelligence-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/disruption-intelligence-mcp) πŸ“‡ ☁️ - AI-native commercial disruption intelligence for MCP clients and x402-powered agents. Supports WARN/layoff intelligence, company context, geospatial territory disruption, and x402 payment challenge inspection via the hosted Forgemesh API. - [jbechtel-97/dealflowpro-mcp-server](https://github.com/jbechtel-97/dealflowpro-mcp-server) [![jbechtel-97/dealflowpro-mcp-server MCP server](https://glama.ai/mcp/servers/jbechtel-97/dealflowpro-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/jbechtel-97/dealflowpro-mcp-server) πŸ“‡ ☁️ - Multifamily real estate deal analysis β€” cap rate, DSCR, cash-on-cash, IRR, DFP Score (0-100), max offer price, and market intelligence for 2-200 unit properties. - [pedra-ai/pedra-mcp](https://github.com/pedra-ai/pedra-mcp) [![pedra-ai/pedra-mcp MCP server](https://glama.ai/mcp/servers/@pedra-ai/pedra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@pedra-ai/pedra-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI photo and video editing for real-estate listings via the Pedra API: virtual staging, renovation, room emptying, photo enhancement, sky replacement, object removal/blur, and property video generation. `npx @pedra-ai/mcp` From 9a59dc129faf6e2ff6a6d344ab66d3b76004e91f Mon Sep 17 00:00:00 2001 From: Ben Roy Date: Thu, 9 Jul 2026 20:23:49 +0100 Subject: [PATCH 104/403] Add Glama score badge for planwire-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d05ff9d81..c04c97fc0 100644 --- a/README.md +++ b/README.md @@ -2408,7 +2408,7 @@ auto-download. Install via `npx atlassian-trello-mcp`. MCP servers for real estate CRM, property management, and agent workflows. - [ashev87/propstack-mcp](https://github.com/ashev87/propstack-mcp) [![propstack-mcp MCP server](https://glama.ai/mcp/servers/@ashev87/propstack-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@ashev87/propstack-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Propstack CRM MCP: search contacts, manage properties, track deals, schedule viewings for real estate agents (Makler). -- [beshogun/planwire-mcp](https://github.com/beshogun/planwire-mcp) πŸ“‡ ☁️ - UK planning application data for AI agents: search planning applications by council, postcode, keyword, status, type, or date range; find applications near a lat/lng point; fetch a specific application; and list supported councils. Requires a PlanWire API key. `npx -y planwire-mcp` +- [beshogun/planwire-mcp](https://github.com/beshogun/planwire-mcp) [![beshogun/planwire-mcp MCP server](https://glama.ai/mcp/servers/beshogun/planwire-mcp/badges/score.svg)](https://glama.ai/mcp/servers/beshogun/planwire-mcp) πŸ“‡ ☁️ - UK planning application data for AI agents: search planning applications by council, postcode, keyword, status, type, or date range; find applications near a lat/lng point; fetch a specific application; and list supported councils. Requires a PlanWire API key. `npx -y planwire-mcp` - [forgemeshlabs/disruption-intelligence-mcp](https://github.com/forgemeshlabs/disruption-intelligence-mcp) [![forgemeshlabs/disruption-intelligence-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/disruption-intelligence-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/disruption-intelligence-mcp) πŸ“‡ ☁️ - AI-native commercial disruption intelligence for MCP clients and x402-powered agents. Supports WARN/layoff intelligence, company context, geospatial territory disruption, and x402 payment challenge inspection via the hosted Forgemesh API. - [jbechtel-97/dealflowpro-mcp-server](https://github.com/jbechtel-97/dealflowpro-mcp-server) [![jbechtel-97/dealflowpro-mcp-server MCP server](https://glama.ai/mcp/servers/jbechtel-97/dealflowpro-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/jbechtel-97/dealflowpro-mcp-server) πŸ“‡ ☁️ - Multifamily real estate deal analysis β€” cap rate, DSCR, cash-on-cash, IRR, DFP Score (0-100), max offer price, and market intelligence for 2-200 unit properties. - [pedra-ai/pedra-mcp](https://github.com/pedra-ai/pedra-mcp) [![pedra-ai/pedra-mcp MCP server](https://glama.ai/mcp/servers/@pedra-ai/pedra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@pedra-ai/pedra-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI photo and video editing for real-estate listings via the Pedra API: virtual staging, renovation, room emptying, photo enhancement, sky replacement, object removal/blur, and property video generation. `npx @pedra-ai/mcp` From 8e046ec3f86bdefb96d8cceb68d065926d4410bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20J=2E=20del=20=C3=81guila?= Date: Thu, 9 Jul 2026 21:41:05 +0200 Subject: [PATCH 105/403] Add Glama badge for Data Olympus --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe340c150..f10e7fbf6 100644 --- a/README.md +++ b/README.md @@ -2035,7 +2035,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [leesgit/claude-session-continuity-mcp](https://github.com/leesgit/claude-session-continuity-mcp) [![claude-session-continuity-mcp MCP server](https://glama.ai/mcp/servers/leesgit/claude-session-continuity-mcp/badges/score.svg)](https://glama.ai/mcp/servers/leesgit/claude-session-continuity-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Zero-config session continuity for Claude Code. Auto-captures context via Claude Hooks, provides 25 tools for memory, tasks, solutions, and knowledge graph. Multilingual semantic search (94+ languages) with cross-language retrieval. - [lfrmonteiro99/memento-mcp](https://github.com/lfrmonteiro99/memento-mcp) [![lfrmonteiro99/memento-mcp MCP server](https://glama.ai/mcp/servers/lfrmonteiro99/memento-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lfrmonteiro99/memento-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first persistent memory for AI coding agents. Captures facts, decisions, patterns, and architecture notes in SQLite (with optional cloud embeddings) to reduce repeated context across sessions. - [linxule/lotus-wisdom-mcp](https://github.com/linxule/lotus-wisdom-mcp) πŸ“‡ 🏠 ☁️ - Contemplative problem-solving using the Lotus Sutra's wisdom framework. Multi-perspective reasoning with skillful means, non-dual recognition, and meditation pauses. Available as local stdio or remote Cloudflare Worker. -- [knaisoma/data-olympus](https://github.com/knaisoma/data-olympus) 🐍 🏠 🍎 πŸͺŸ 🐧 - Governance-grade project knowledge MCP server for coding agents. Git-native Markdown knowledge base with proposed vs accepted guidance, validity windows, supersession chains, and status-aware retrieval of current in-force decisions and standards. `pip install data-olympus` +- [knaisoma/data-olympus](https://github.com/knaisoma/data-olympus) [![knaisoma/data-olympus MCP server](https://glama.ai/mcp/servers/knaisoma/data-olympus/badges/score.svg)](https://glama.ai/mcp/servers/knaisoma/data-olympus) 🐍 🏠 🍎 πŸͺŸ 🐧 - Governance-grade project knowledge MCP server for coding agents. Git-native Markdown knowledge base with proposed vs accepted guidance, validity windows, supersession chains, and status-aware retrieval of current in-force decisions and standards. `pip install data-olympus` - [lithtrix/lithtrix-mcp](https://github.com/lithtrix/lithtrix-mcp) [![lithtrix/lithtrix-mcp MCP server](https://glama.ai/mcp/servers/lithtrix/lithtrix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lithtrix/lithtrix-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Memory Consolidation for AI agents across vendors, owners, and time. Persistent memory, credibility-scored web search, browser fetch, and shared Commons pool under a stable `ltx_` key. Self-registration in one API call, no dashboard required. `npx lithtrix-mcp` - [louis030195/easy-obsidian-mcp](https://github.com/louis030195/easy-obsidian-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Interact with Obsidian vaults for knowledge management. Create, read, update, and search notes. Works with local Obsidian vaults using filesystem access. - [LuizEduPP/rememb](https://github.com/LuizEduPP/Rememb) [![rememb MCP server](https://glama.ai/mcp/servers/LuizEduPP/Rememb/badges/score.svg)](https://glama.ai/mcp/servers/LuizEduPP/Rememb) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory for AI agents with sectioned entries (project/user/context/etc), semantic search, CLI, and per-project scope. Local JSON, zero config, no server required. From 914187fa5682b9557b6fa58df5dae413db76812c Mon Sep 17 00:00:00 2001 From: "Ketan (CometChat)" Date: Fri, 10 Jul 2026 01:55:46 +0530 Subject: [PATCH 106/403] Add CometChat docs MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..ceedbd721 100644 --- a/README.md +++ b/README.md @@ -633,6 +633,7 @@ Integration with communication platforms for message management and channel oper - [chigwell/telegram-mcp](https://github.com/chigwell/telegram-mcp) 🐍 🏠 - Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and handling read status. - [clawaimail/mcp](https://github.com/joansongjr/clawaimail) [![joansongjr/clawaimail MCP server](https://glama.ai/mcp/servers/joansongjr/clawaimail/badges/score.svg)](https://glama.ai/mcp/servers/joansongjr/clawaimail) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Email infrastructure for AI agents. Create inboxes on the fly, send and receive real emails, search messages, and manage threads via API. Install with `npx clawaimail-mcp`. - [codefuturist/email-mcp](https://github.com/codefuturist/email-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - IMAP/SMTP email MCP server with 42 tools for reading, searching, sending, scheduling, and managing emails across multiple accounts. Supports IMAP IDLE push, AI triage, desktop notifications, and auto-detects providers like Gmail, Outlook, and iCloud. +- [cometchat/docs-mcp](https://github.com/cometchat/docs-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - CometChat's official MCP server β€” searches CometChat documentation and returns curated implementation bundles for adding real-time chat, voice, video, and moderation to your app (React, React Native, Flutter, iOS, Android, JS SDK). - [conarti/mattermost-mcp](https://github.com/conarti/mattermost-mcp) πŸ“‡ ☁️ - MCP server for Mattermost API. List channels, read/post messages, manage threads and reactions, monitor topics. Supports flexible configuration via CLI args, environment variables, or config files. - [Danielpeter-99/calcom-mcp](https://github.com/Danielpeter-99/calcom-mcp) 🐍 🏠 - MCP server for Calcom. Manage event types, create bookings, and access Cal.com scheduling data through LLMs. - [discourse/discourse-mcp](https://github.com/discourse/discourse-mcp) πŸŽ–οΈ πŸ’Ž ☁️ 🏠 πŸ’¬ 🍎 πŸͺŸ 🐧 - Official Discourse MCP server for forum integration. Search topics, read posts, manage categories and tags, discover users, and interact with Discourse communities. From ba3c13e4cc628f654ed22bb2ac9fd32be21b006c Mon Sep 17 00:00:00 2001 From: acaracappa Date: Thu, 9 Jul 2026 22:59:43 -0400 Subject: [PATCH 107/403] Add Orbit Sentinel (space regulatory filings) to Aerospace & Astrodynamics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..7723087b4 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,7 @@ Servers for accessing many apps and tools through a single MCP server. - [gregario/astronomy-oracle](https://github.com/gregario/astronomy-oracle) [![astronomy-oracle MCP server](https://glama.ai/mcp/servers/gregario/astronomy-oracle/badges/score.svg)](https://glama.ai/mcp/servers/gregario/astronomy-oracle) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Accurate astronomical catalog data and observing session planner. 13,000+ deep-sky objects from OpenNGC with deterministic visibility, rise/transit/set, and alt/az calculations. `npx astronomy-oracle` - [IO-Aerospace-software-community/mcp-server](https://github.com/IO-Aerospace-software-engineering/mcp-server) #️⃣ ☁️/🏠 🐧 - IO Aerospace MCP Server: a .NET-based MCP server for aerospace & astrodynamics β€” ephemeris, orbital conversions, DSS tools, time conversions, and unit/math utilities. Supports STDIO and SSE transports; Docker and native .NET deployment documented. +- [viventine-space/orbit-sentinel-mcp](https://github.com/viventine-space/orbit-sentinel-mcp) πŸŽ–οΈ 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - Search 419,000+ space regulatory filings from FCC, ITU, UNOOSA, and FAA β€” semantic search, entity dossiers, spectrum holdings, launch licenses, and filing alerts, powered by [Orbit Sentinel](https://viventine.com/orbit-sentinel/). `brew install --cask viventine-space/tap/orbit-sentinel-mcp` ### 🎨 Art & Culture From ed8ce52e06d68a785ecaa9bb53d8c2cd1784b74c Mon Sep 17 00:00:00 2001 From: max Date: Fri, 10 Jul 2026 06:03:33 +0300 Subject: [PATCH 108/403] Add rob925 mcp-shield --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..5e88ef05c 100644 --- a/README.md +++ b/README.md @@ -2726,6 +2726,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [mrexodia/ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) 🐍 🏠 - MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and allows you to generate malware analysis reports automatically. - [mrz1880/mcp-keycloak-admin](https://github.com/mrz1880/mcp-keycloak-admin) [![mrz1880/mcp-keycloak-admin MCP server](https://glama.ai/mcp/servers/mrz1880/mcp-keycloak-admin/badges/score.svg)](https://glama.ai/mcp/servers/mrz1880/mcp-keycloak-admin) πŸ“‡ 🏠 - Administer Keycloak through its Admin REST API β€” users, roles, clients, groups, identity providers, federation and events. Safe by default: read-only mode, realm allow-list, and confirmation for destructive actions. `npx -y mcp-keycloak-admin` - [muhannad-hash/mcp-shield](https://github.com/muhannad-hash/mcp-shield) [![mcp-shield MCP server](https://glama.ai/mcp/servers/muhannad-hash/mcp-shield/badges/score.svg)](https://glama.ai/mcp/servers/muhannad-hash/mcp-shield) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Security scanner for MCP servers. Detects backdoors, exfiltration code, obfuscation, dangerous code execution, prompt injection, and supply chain risks before you install. Four tools: scan npm packages, scan local directories, check prompt injection, and audit supply chain trust score. `npx @muhannad-hash/mcp-shield` +- [rob925/mcp-shield](https://github.com/rob925/mcp-shield) 🐍 🏠 🍎 πŸͺŸ 🐧 - Static security scanner and MCP server for MCP servers and AI agent tools. Detects secrets, shell execution, risky tool descriptions, environment access, and prompt-injection phrases. `mcp-shield-server` - [nickpending/mcp-recon](https://github.com/nickpending/mcp-recon) 🏎️ 🏠 - Conversational recon interface and MCP server powered by httpx and asnmap. Supports various reconnaissance levels for domain analysis, security header inspection, certificate analysis, and ASN lookup. - [operantlabs/operant-mcp](https://github.com/operantlabs/operant-mcp) [![operant-mcp MCP server](https://glama.ai/mcp/servers/operantlabs/operant-mcp/badges/score.svg)](https://glama.ai/mcp/servers/operantlabs/operant-mcp) πŸ“‡ ☁️ 🏠 - Security testing MCP server with 51 tools for penetration testing, network forensics, memory analysis, and vulnerability assessment. - [OrygnsCode/opa-mcp-server](https://github.com/OrygnsCode/opa-mcp-server) [![OrygnsCode/opa-mcp-server MCP server](https://glama.ai/mcp/servers/OrygnsCode/opa-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/OrygnsCode/opa-mcp-server) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Open Policy Agent (OPA) and Rego policy toolkit. 32 tools spanning authoring (format, lint, check, deps), evaluation (eval, test, bench, coverage), and OPA REST control (policies, data, decisions, compile). Wraps the OPA CLI and the [Regal](https://github.com/StyraInc/regal) linter, with AI-assisted helpers for explaining decisions, generating test skeletons, and suggesting fixes. From 7b6cd73aaf7d70c17423780d2d32ac463ac9b340 Mon Sep 17 00:00:00 2001 From: dabito Date: Thu, 9 Jul 2026 23:33:26 -0700 Subject: [PATCH 109/403] Add hledit-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..cbf9dcb09 100644 --- a/README.md +++ b/README.md @@ -1458,6 +1458,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [bzsanti/oxidize-python](https://github.com/bzsanti/oxidize-python) [![bzsanti/oxidize-python MCP server](https://glama.ai/mcp/servers/bzsanti/oxidize-python/badges/score.svg)](https://glama.ai/mcp/servers/bzsanti/oxidize-python) 🐍 🏠 🍎 πŸͺŸ 🐧 - Rust-powered PDF toolkit: create, read, and analyze PDFs; extract text and entities for RAG; convert to Markdown; split, merge, rotate, and reorder pages; add content, annotations, and form fields; and encrypt documents. Ships in the `oxidize-pdf` PyPI package β€” run locally with `uvx oxidize-mcp`. - [ckanthony/Chisel](https://github.com/ckanthony/Chisel) [![chisel MCP server](https://glama.ai/mcp/servers/@ckanthony/chisel/badges/score.svg)](https://glama.ai/mcp/servers/@ckanthony/chisel) πŸ¦€ 🏠 🍎 🐧 ☁️ - Reduce context usage on file use. Send only unified diffs instead of full files (up to 20-100Γ— fewer tokens), and read large files with targeted `grep`/`sed` instead of full reads (up to 500Γ—). Kernel-enforced path confinement hard-locks the agent to a configured root: no accidental reads or writes outside scope. Standalone for your file access or embed in any MCP server (Rust, Node.js, Python via WASM). - [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - Share code context with LLMs via MCP or clipboard +- [dabito/hledit-mcp](https://github.com/dabito/hledit-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Hash-anchored file edits for MCP clients. Reads files with line anchors, validates anchors against current content, and rejects stale writes before changing files. - [Dissimilis/DirForge](https://github.com/Dissimilis/DirForge) [![Dissimilis/DirForge MCP server](https://glama.ai/mcp/servers/Dissimilis/DirForge/badges/score.svg)](https://glama.ai/mcp/servers/Dissimilis/DirForge) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - Read-only directory listing web app with a built-in MCP server: directory browsing, file reading, content search, archive inspection, file hashes, and disk usage tools over a configured root. - [drolosoft/go-docs-mcp](https://github.com/drolosoft/go-docs-mcp) [![drolosoft/go-docs-mcp MCP server](https://glama.ai/mcp/servers/drolosoft/go-docs-mcp/badges/score.svg)](https://glama.ai/mcp/servers/drolosoft/go-docs-mcp) 🏎️ 🏠 🍎 🐧 - Multi-format document MCP server β€” read, search, OCR, and extract from PDF, TXT, MD, DOCX, CSV, and images. Single Go binary, 12 tools, smart mtime-based caching, directory-locked security. - [ebbfijsf/agent-reader](https://github.com/ebbfijsf/agent-reader) [![agent-reader MCP server](https://glama.ai/mcp/servers/ebbfijsf/agent-reader/badges/score.svg)](https://glama.ai/mcp/servers/ebbfijsf/agent-reader) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Document beautifier for AI agents. Converts Markdown to styled webpages (with sidebar TOC), Word, PDF, and full-screen image slideshows. Zero-config via `npx agent-reader mcp`. From ae5e944b8199a53a4326ac99de487343789a6a27 Mon Sep 17 00:00:00 2001 From: dabito Date: Thu, 9 Jul 2026 23:48:25 -0700 Subject: [PATCH 110/403] Add Glama badge for hledit-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbf9dcb09..67e5fd145 100644 --- a/README.md +++ b/README.md @@ -1458,7 +1458,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [bzsanti/oxidize-python](https://github.com/bzsanti/oxidize-python) [![bzsanti/oxidize-python MCP server](https://glama.ai/mcp/servers/bzsanti/oxidize-python/badges/score.svg)](https://glama.ai/mcp/servers/bzsanti/oxidize-python) 🐍 🏠 🍎 πŸͺŸ 🐧 - Rust-powered PDF toolkit: create, read, and analyze PDFs; extract text and entities for RAG; convert to Markdown; split, merge, rotate, and reorder pages; add content, annotations, and form fields; and encrypt documents. Ships in the `oxidize-pdf` PyPI package β€” run locally with `uvx oxidize-mcp`. - [ckanthony/Chisel](https://github.com/ckanthony/Chisel) [![chisel MCP server](https://glama.ai/mcp/servers/@ckanthony/chisel/badges/score.svg)](https://glama.ai/mcp/servers/@ckanthony/chisel) πŸ¦€ 🏠 🍎 🐧 ☁️ - Reduce context usage on file use. Send only unified diffs instead of full files (up to 20-100Γ— fewer tokens), and read large files with targeted `grep`/`sed` instead of full reads (up to 500Γ—). Kernel-enforced path confinement hard-locks the agent to a configured root: no accidental reads or writes outside scope. Standalone for your file access or embed in any MCP server (Rust, Node.js, Python via WASM). - [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - Share code context with LLMs via MCP or clipboard -- [dabito/hledit-mcp](https://github.com/dabito/hledit-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Hash-anchored file edits for MCP clients. Reads files with line anchors, validates anchors against current content, and rejects stale writes before changing files. +- [dabito/hledit-mcp](https://github.com/dabito/hledit-mcp) [![dabito/hledit-mcp MCP server](https://glama.ai/mcp/servers/dabito/hledit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/dabito/hledit-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Hash-anchored file edits for MCP clients. Reads files with line anchors, validates anchors against current content, and rejects stale writes before changing files. - [Dissimilis/DirForge](https://github.com/Dissimilis/DirForge) [![Dissimilis/DirForge MCP server](https://glama.ai/mcp/servers/Dissimilis/DirForge/badges/score.svg)](https://glama.ai/mcp/servers/Dissimilis/DirForge) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - Read-only directory listing web app with a built-in MCP server: directory browsing, file reading, content search, archive inspection, file hashes, and disk usage tools over a configured root. - [drolosoft/go-docs-mcp](https://github.com/drolosoft/go-docs-mcp) [![drolosoft/go-docs-mcp MCP server](https://glama.ai/mcp/servers/drolosoft/go-docs-mcp/badges/score.svg)](https://glama.ai/mcp/servers/drolosoft/go-docs-mcp) 🏎️ 🏠 🍎 🐧 - Multi-format document MCP server β€” read, search, OCR, and extract from PDF, TXT, MD, DOCX, CSV, and images. Single Go binary, 12 tools, smart mtime-based caching, directory-locked security. - [ebbfijsf/agent-reader](https://github.com/ebbfijsf/agent-reader) [![agent-reader MCP server](https://glama.ai/mcp/servers/ebbfijsf/agent-reader/badges/score.svg)](https://glama.ai/mcp/servers/ebbfijsf/agent-reader) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Document beautifier for AI agents. Converts Markdown to styled webpages (with sidebar TOC), Word, PDF, and full-screen image slideshows. Zero-config via `npx agent-reader mcp`. From c1c96ad254179dc6f0b74b1ffd59cce27de2d62c Mon Sep 17 00:00:00 2001 From: Spiegel Date: Fri, 10 Jul 2026 20:36:38 +0900 Subject: [PATCH 111/403] Add htmldrop (HTML artifact publishing) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..4fa6cee29 100644 --- a/README.md +++ b/README.md @@ -3217,6 +3217,7 @@ Interact with Git repositories and version control platforms. Enables repository - [UnitVectorY-Labs/mcp-graphql-forge](https://github.com/UnitVectorY-Labs/mcp-graphql-forge) 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents. - [wanaku-ai/wanaku](https://github.com/wanaku-ai/wanaku) - ☁️ 🏠 The Wanaku MCP Router is a SSE-based MCP server that provides an extensible routing engine that allows integrating your enterprise systems with AI agents. - [megberts/mcp-websitepublisher-ai](https://github.com/megberts/mcp-websitepublisher-ai) ☁️ - Build and publish websites through AI conversation. 27 MCP tools for pages, assets, entities, records and integrations. Remote server with OAuth 2.1 auto-discovery, works with Claude, ChatGPT, Mistral/Le Chat and Cursor. +- [vin-spiegel/htmldrop](https://github.com/vin-spiegel/htmldrop) πŸŽ–οΈ πŸ“‡ ☁️ - Publish HTML artifacts (reports, dashboards, demos) as instant shareable links with TTL expiry, social preview cards, and optional password protection. Hosted at [htmldrop.link](https://htmldrop.link) or self-hostable. - [wishfinity/wishfinity-mcp-plusw](https://github.com/wishfinity/wishfinity-mcp-plusw) πŸ“‡ ☁️ 🏠 - Universal wishlist for AI shopping experiences. Save any product URL from any store to a wishlist. Works with Claude, ChatGPT, LangChain, n8n, and any MCP client. - [wong2/mcp-cli](https://github.com/wong2/mcp-cli) πŸ“‡ 🏠 - CLI tool for testing MCP servers - [ws-mcp](https://github.com/nick1udwig/ws-mcp) - Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz)) From 04658686ff41eab6c817a02cd78965e1f3299a2e Mon Sep 17 00:00:00 2001 From: Rererr Date: Fri, 10 Jul 2026 21:13:24 +0900 Subject: [PATCH 112/403] Add amenbo server to Search & Data Extraction --- README-ja.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-ja.md b/README-ja.md index c04ffc95a..9076cd43d 100644 --- a/README-ja.md +++ b/README-ja.md @@ -522,6 +522,7 @@ aliyun/alibabacloud-tablestore-mcp-server β˜• 🐍 ☁️ - ι˜Ώι‡ŒδΊ‘θ‘¨ζ Όε­˜ - [yamanoku/baseline-mcp-server](https://github.com/yamanoku/baseline-mcp-server) πŸ“‡ 🏠 - Web Platform APIを使ってBaselineγηŠΆζ…‹γ‚’ζ€œη΄’γ—γ¦γγ‚Œγ‚‹MCPァーバー - [Wuye-AI/mcp-server-wuye-ai](https://github.com/wuye-ai/mcp-server-wuye-ai) πŸŽ–οΈ πŸ“‡ ☁️ - CRICプロパティAIγƒ—γƒ©γƒƒγƒˆγƒ•γ‚©γƒΌγƒ γ«ζŽ₯ηΆšγ™γ‚‹MCPァーバーです。CRICプロパティAIγ―γ€ε…‹θ€Œη‘žγŒγƒ—γƒ­γƒ‘γƒ†γ‚£ζ₯­η•Œε‘γ‘γ«ι–‹η™Ίγ—γŸγ‚€γƒ³γƒ†γƒͺγ‚Έγ‚§γƒ³γƒˆAIγ‚’γ‚·γ‚Ήγ‚Ώγƒ³γƒˆγ§γ™γ€‚ - [Pearch-ai/mcp_pearch](https://github.com/Pearch-ai/mcp_pearch) πŸŽ–οΈ 🐍 ☁️ - δΊΊζη™ΊζŽ˜γ«γ‹γ‹γ‚‹ζ™‚ι–“γ‚’ηŸ­ηΈγ™γ‚‹γ€ζœ€ι«˜γδΊΊη‰©ζ€œη΄’エンジン +- [Rererr/amenbo](https://github.com/Rererr/amenbo) πŸ“‡ 🏠 - ζ—₯本θͺžWebη‰ΉεŒ–γδ½Žθ² θ·γƒ»γƒˆγƒΌγ‚―γƒ³εŠΉηŽ‡ι‡θ¦–γWebεŽι›†γ‚΅γƒΌγƒγƒΌγ€‚θ¦‹ε‡Ίγ—γƒ„γƒͺγƒΌγ«γ‚ˆγ‚‹ζ΅ιšŽι–‹η€Ίγ€Shift_JIS/EUC-JPγζ–‡ε­—εŒ–γ‘ε―Ύη­–γ€PDF/CSVζŠ½ε‡Ίγ€robots.txt遡εˆγη€Όε„€ζ­£γ—γ„γ‚―γƒ­γƒΌγƒ«γ‚’ε‚™γˆγ‚‹γ€‚`npx -y amenbo`で導ε…₯可能。 ### πŸ”’ γ‚»γ‚­γƒ₯γƒͺティ diff --git a/README.md b/README.md index 5b03c3aeb..f0614e8d0 100644 --- a/README.md +++ b/README.md @@ -2580,6 +2580,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [r-huijts/opentk-mcp](https://github.com/r-huijts/opentk-mcp) πŸ“‡ ☁️ - Access Dutch Parliament (Tweede Kamer) information including documents, debates, activities, and legislative cases through structured search capabilities (based on opentk project by Bert Hubert) - [reading-plus-ai/mcp-server-deep-research](https://github.com/reading-plus-ai/mcp-server-deep-research) πŸ“‡ ☁️ - MCP server providing OpenAI/Perplexity-like autonomous deep research, structured query elaboration, and concise reporting. - [reflex-search/reflex](https://github.com/reflex-search/reflex) [![reflex-search/reflex MCP server](https://glama.ai/mcp/servers/reflex-search/reflex/badges/score.svg)](https://glama.ai/mcp/servers/reflex-search/reflex) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Local full-text code search for AI coding agents. Trigram-indexed, sub-100ms queries across large codebases, offline, 18 languages. +- [Rererr/amenbo](https://github.com/Rererr/amenbo) πŸ“‡ 🏠 - Japanese-web-native web fetching optimized for low target-site impact and token efficiency. Outline-first progressive disclosure, Shift_JIS/EUC-JP mojibake handling, PDF/CSV extraction, and polite crawling (robots.txt, rate limits, honest User-Agent). Install via `npx -y amenbo`. - [ricocf/mcp-wolframalpha](https://github.com/ricocf/mcp-wolframalpha) 🐍 🏠 ☁️ - An MCP server lets AI assistants use the Wolfram Alpha API for real-time access to computational knowledge and data. - [rubenayla/partle-mcp](https://github.com/rubenayla/partle-mcp) [![rubenayla/partle-mcp MCP server](https://glama.ai/mcp/servers/@rubenayla/partle/badges/score.svg)](https://glama.ai/mcp/servers/@rubenayla/partle) 🐍 ☁️ - Search products and stores in nearby physical stores. Find what you need locally instead of waiting for delivery. Remote MCP server (Streamable HTTP, no API key required). - [sascharo/gxtract](https://github.com/sascharo/gxtract) 🐍 ☁️ πŸͺŸ 🐧 🍎 - GXtract is a MCP server designed to integrate with VS Code and other compatible editors. It provides a suite of tools for interacting with the GroundX platform, enabling you to leverage its powerful document understanding capabilities directly within your development environment. From d8a8e70e90e407f2307ecd89611af3c6e483d248 Mon Sep 17 00:00:00 2001 From: Alexandre06 Date: Fri, 10 Jul 2026 17:33:10 +0300 Subject: [PATCH 113/403] =?UTF-8?q?Add=20Opedd=20=E2=80=94=20licensed,=20r?= =?UTF-8?q?ights-cleared=20content=20for=20AI=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..31a32cc8f 100644 --- a/README.md +++ b/README.md @@ -2558,6 +2558,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [modelcontextprotocol/server-fetch](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/fetch) 🐍 🏠 ☁️ - Efficient web content fetching and processing for AI consumption - [mzxrai/mcp-webresearch](https://github.com/mzxrai/mcp-webresearch) πŸ” πŸ“š - Search Google and do deep web research on any topic - [pranciskus/newsmcp](https://github.com/pranciskus/newsmcp) [![news-mcp-world-news-for-ai-agents MCP server](https://glama.ai/mcp/servers/@pranciskus/news-mcp-world-news-for-ai-agents/badges/score.svg)](https://glama.ai/mcp/servers/@pranciskus/news-mcp-world-news-for-ai-agents) πŸ“‡ ☁️ - Real-time world news for AI agents β€” events clustered from hundreds of sources, classified by topic and geography, ranked by importance. Free, no API key. `npx -y @newsmcp/server` +- [Opedd/opedd-mcp](https://github.com/Opedd/opedd-mcp) [![Opedd/opedd-mcp MCP server](https://glama.ai/mcp/servers/@Opedd/opedd-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@Opedd/opedd-mcp) πŸ“‡ ☁️ - Licensed, rights-cleared content for AI agents β€” discover, purchase, verify, and retrieve expert analysis with a verifiable license key per article, on-chain proof, and EU AI Act Article 53 attestation. The alternative to unlicensed scraping for RAG and AI search. `npx opedd-mcp` - [n24q02m/wet-mcp](https://github.com/n24q02m/wet-mcp) [![wet-mcp MCP server](https://glama.ai/mcp/servers/@n24q02m/wet-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@n24q02m/wet-mcp) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Web search (embedded SearXNG), content extraction, and library docs indexing with hybrid search (FTS5 + semantic). Built-in Qwen3 embedding, no API keys required. - [nickclyde/duckduckgo-mcp-server](https://github.com/nickclyde/duckduckgo-mcp-server) 🐍 ☁️ - Web search using DuckDuckGo - [nkapila6/mcp-local-rag](https://github.com/nkapila6/mcp-local-rag) 🏠 🐍 - "primitive" RAG-like web search model context protocol (MCP) server that runs locally. No APIs needed. From b3a990a2bf9996963e9d5529481d4f8736ece874 Mon Sep 17 00:00:00 2001 From: acaracappa Date: Fri, 10 Jul 2026 13:25:03 -0400 Subject: [PATCH 114/403] Add Glama score badge to Orbit Sentinel entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7723087b4..9fc45613e 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ Servers for accessing many apps and tools through a single MCP server. - [gregario/astronomy-oracle](https://github.com/gregario/astronomy-oracle) [![astronomy-oracle MCP server](https://glama.ai/mcp/servers/gregario/astronomy-oracle/badges/score.svg)](https://glama.ai/mcp/servers/gregario/astronomy-oracle) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Accurate astronomical catalog data and observing session planner. 13,000+ deep-sky objects from OpenNGC with deterministic visibility, rise/transit/set, and alt/az calculations. `npx astronomy-oracle` - [IO-Aerospace-software-community/mcp-server](https://github.com/IO-Aerospace-software-engineering/mcp-server) #️⃣ ☁️/🏠 🐧 - IO Aerospace MCP Server: a .NET-based MCP server for aerospace & astrodynamics β€” ephemeris, orbital conversions, DSS tools, time conversions, and unit/math utilities. Supports STDIO and SSE transports; Docker and native .NET deployment documented. -- [viventine-space/orbit-sentinel-mcp](https://github.com/viventine-space/orbit-sentinel-mcp) πŸŽ–οΈ 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - Search 419,000+ space regulatory filings from FCC, ITU, UNOOSA, and FAA β€” semantic search, entity dossiers, spectrum holdings, launch licenses, and filing alerts, powered by [Orbit Sentinel](https://viventine.com/orbit-sentinel/). `brew install --cask viventine-space/tap/orbit-sentinel-mcp` +- [viventine-space/orbit-sentinel-mcp](https://github.com/viventine-space/orbit-sentinel-mcp) [![Viventine-Space/orbit-sentinel-mcp MCP server](https://glama.ai/mcp/servers/Viventine-Space/orbit-sentinel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Viventine-Space/orbit-sentinel-mcp) πŸŽ–οΈ 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - Search 419,000+ space regulatory filings from FCC, ITU, UNOOSA, and FAA β€” semantic search, entity dossiers, spectrum holdings, launch licenses, and filing alerts, powered by [Orbit Sentinel](https://viventine.com/orbit-sentinel/). `brew install --cask viventine-space/tap/orbit-sentinel-mcp` ### 🎨 Art & Culture From 725c889d497073048a4fb3b0ff9b30359d2bd815 Mon Sep 17 00:00:00 2001 From: nodeflareapp Date: Fri, 10 Jul 2026 20:49:53 +0000 Subject: [PATCH 115/403] Add Nodeflare-app/nodeflare-mcp (RPC on 23 EVM chains) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..d3b8cbe16 100644 --- a/README.md +++ b/README.md @@ -1488,6 +1488,7 @@ Provides direct access to local file systems with configurable permissions. Enab ### πŸ’° Finance & Fintech - [wkalidev/multichain-mcp](https://github.com/wkalidev/multichain-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Read balances/prices and prepare transfers across Stacks, Celo, and Base from one MCP server β€” no RPC keys required to start. Free tier (`get_balance`, `get_prices`) plus license-gated Pro/Team tools (`get_portfolio`, `prepare_transfer`, `deploy_token`). `npx @wkalidev/multichain-mcp` +- [Nodeflare-app/nodeflare-mcp](https://github.com/Nodeflare-app/nodeflare-mcp) [![Nodeflare-app/nodeflare-mcp MCP server](https://glama.ai/mcp/servers/Nodeflare-app/nodeflare-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Nodeflare-app/nodeflare-mcp) πŸ“‡ ☁️ - Pay-per-request JSON-RPC on 23 EVM chains (Ethereum, Base, Arbitrum, plus young chains Robinhood Chain, Plasma, Ink, Zircuit) from independent bare-metal nodes. Free reads with no key; heavy methods (eth_getLogs, trace, debug) via a free API key or x402 USDC pay-per-call on Base/Polygon/Arbitrum. In the official MCP Registry. `npx -y nodeflare-mcp` - [InnarM/blank-invoice-maker-mcp](https://github.com/InnarM/blank-invoice-maker-mcp) [![InnarM/blank-invoice-maker-mcp MCP server](https://glama.ai/mcp/servers/InnarM/blank-invoice-maker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/InnarM/blank-invoice-maker-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Create free, no-signup invoices from your AI assistant. Returns a deep link that opens [Blank Invoice Maker](https://blankinvoicemaker.com) pre-filled β€” review and download a watermark-free PDF. Invoice data stays in the browser. `npx blank-invoice-maker-mcp` - [qinisolabs/bizdays](https://github.com/qinisolabs/bizdays) [![qinisolabs/bizdays MCP server](https://glama.ai/mcp/servers/qinisolabs/bizdays/badges/score.svg)](https://glama.ai/mcp/servers/qinisolabs/bizdays) πŸ“‡ 🏠 ☁️ - Business-day & public-holiday calculations for 200+ countries (add/count working days, next business day, country weekend rules). - [0rkz/byte-mcp-server](https://github.com/0rkz/byte-mcp-server) [![0rkz/byte-mcp-server MCP server](https://glama.ai/mcp/servers/0rkz/byte-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/0rkz/byte-mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - PayPerByte β€” per-byte data marketplace for AI agents on Arbitrum. Discover publishers, evaluate on-chain Proof-of-Quality Score (PQS), subscribe + pay per request in USDC via x402 gateway. 15 tools, zero API keys. From a89c162ce7fefd5851e75366d40de9e4d8c0bb8c Mon Sep 17 00:00:00 2001 From: threadctx-dev Date: Fri, 10 Jul 2026 21:45:52 -0400 Subject: [PATCH 116/403] Add threadctx-mcp to Knowledge & Memory Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..a9accfa57 100644 --- a/README.md +++ b/README.md @@ -2110,6 +2110,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [stevepridemore/graph-memory](https://github.com/stevepridemore/graph-memory) [![stevepridemore/graph-memory MCP server](https://glama.ai/mcp/servers/stevepridemore/graph-memory/badges/score.svg)](https://glama.ai/mcp/servers/stevepridemore/graph-memory) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Personal knowledge graph for Claude on Neo4j. Typed entities (Person/Project/Decision/Preference/Concept), bi-temporal edge validity (`valid_at`/`invalid_at`), per-type weighted decay, contradiction detection, and a nightly "dream" extraction process. Local bge-small-en embeddings, no API keys. Optional OAuth 2.1 + Cloudflare Tunnel for cross-device use across Claude Code, Desktop, web, and iOS. - [SubDownload/subdownload-mcp](https://github.com/SubDownload/subdownload-mcp) [![SubDownload/subdownload-mcp MCP server](https://glama.ai/mcp/servers/SubDownload/subdownload-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SubDownload/subdownload-mcp) 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - YouTube knowledge base for AI agents. Summarize videos, fetch full transcripts (including videos without captions, via AI ASR), search channels and playlists, and save everything into a per-user knowledge base for cross-session recall. OAuth 2.1 with Dynamic Client Registration. Hosted at [subdownload.com](https://subdownload.com?utm_source=gthb_awesome_9jqqed&utm_medium=code&utm_campaign=Awesome). `https://api.subdownload.com/mcp`, free credits on signup. - [TechDocsStudio/biel-mcp](https://github.com/TechDocsStudio/biel-mcp) πŸ“‡ ☁️ - Let AI tools like Cursor, VS Code, or Claude Desktop answer questions using your product docs. Biel.ai provides the RAG system and MCP server. +- [threadctx-dev/threadctx-mcp](https://github.com/threadctx-dev/threadctx-mcp) [![threadctx-dev/threadctx-mcp MCP server](https://glama.ai/mcp/servers/threadctx-dev/threadctx-mcp/badges/score.svg)](https://glama.ai/mcp/servers/threadctx-dev/threadctx-mcp) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Shared team memory for AI coding agents. Decisions, fixes, and gotchas persist per repo and are shared across Claude Code, Cursor, and any MCP client β€” what one teammate's agent learns, everyone's agents remember. Local-first, zero-dependency. `npx -y threadctx-mcp` - [tomohiro-owada/devrag](https://github.com/tomohiro-owada/devrag) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Lightweight local RAG MCP server for semantic vector search over markdown documents. Reduces token consumption by 40x with sqlite-vec and multilingual-e5-small embeddings. Supports filtered search by directory and filename patterns. - [topoteretes/cognee](https://github.com/topoteretes/cognee/tree/dev/cognee-mcp) πŸ“‡ 🏠 - Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources - [timowhite88/farnsworth-syntek](https://github.com/timowhite88/farnsworth-syntek) πŸ“‡ ☁️ - 7-layer recursive agent memory with context branching, holographic recall, dream consolidation, and on-chain persistence. MCP-native with 10 tools for persistent agent cognition. From 828b485e72a13157594d258cafa0f90a11a2d349 Mon Sep 17 00:00:00 2001 From: Haibin Yu <115338940+haiiibin@users.noreply.github.com> Date: Fri, 10 Jul 2026 22:05:09 -0700 Subject: [PATCH 117/403] Add haiiibin/data-profiler-mcp to Data Science Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..6a0c54a40 100644 --- a/README.md +++ b/README.md @@ -1351,6 +1351,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [datalayer/jupyter-mcp-server](https://github.com/datalayer/jupyter-mcp-server) 🐍 🏠 - Model Context Protocol (MCP) Server for Jupyter. - [growthbook/growthbook-mcp](https://github.com/growthbook/growthbook-mcp) πŸŽ–οΈ πŸ“‡ 🏠 πŸͺŸ 🐧 🍎 β€” Tools for creating and interacting with GrowthBook feature flags and experiments. - [gpartin/WaveGuardClient](https://github.com/gpartin/WaveGuardClient) [![WaveGuard MCP server](https://glama.ai/mcp/servers/WaveGuard/badges/score.svg)](https://glama.ai/mcp/servers/WaveGuard) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Physics-based anomaly detection via MCP. Uses Klein-Gordon wave equations on GPU to detect anomalies with high precision (avg 0.90). 9 tools: scan, fingerprint, compare, token risk, wallet profiling, volume check, price manipulation detection. +- [haiiibin/data-profiler-mcp](https://github.com/haiiibin/data-profiler-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Profiles tabular data files (CSV, TSV, Parquet, Excel, JSON) for LLM agents: one-call dataset overview, per-column statistics, a data-quality audit (missing values, duplicates, mixed types, outliers), and memory-saving dtype suggestions. Pure Python (pandas); files are read locally and nothing leaves your machine. - [HumanSignal/label-studio-mcp-server](https://github.com/HumanSignal/label-studio-mcp-server) πŸŽ–οΈ 🐍 ☁️ πŸͺŸ 🐧 🍎 - Create, manage, and automate Label Studio projects, tasks, and predictions for data labeling workflows. - [jjsantos01/jupyter-notebook-mcp](https://github.com/jjsantos01/jupyter-notebook-mcp) 🐍 🏠 - connects Jupyter Notebook to Claude AI, allowing Claude to directly interact with and control Jupyter Notebooks. - [kdqed/zaturn](https://github.com/kdqed/zaturn) 🐍 🏠 πŸͺŸ 🐧 🍎 - Link multiple data sources (SQL, CSV, Parquet, etc.) and ask AI to analyze the data for insights and visualizations. From 056a3503eb430585f561581a63cb76be686fe498 Mon Sep 17 00:00:00 2001 From: Haibin Yu <115338940+haiiibin@users.noreply.github.com> Date: Fri, 10 Jul 2026 22:10:48 -0700 Subject: [PATCH 118/403] data-profiler-mcp: add pip install command to description (now on PyPI) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a0c54a40..4ba68afa5 100644 --- a/README.md +++ b/README.md @@ -1351,7 +1351,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [datalayer/jupyter-mcp-server](https://github.com/datalayer/jupyter-mcp-server) 🐍 🏠 - Model Context Protocol (MCP) Server for Jupyter. - [growthbook/growthbook-mcp](https://github.com/growthbook/growthbook-mcp) πŸŽ–οΈ πŸ“‡ 🏠 πŸͺŸ 🐧 🍎 β€” Tools for creating and interacting with GrowthBook feature flags and experiments. - [gpartin/WaveGuardClient](https://github.com/gpartin/WaveGuardClient) [![WaveGuard MCP server](https://glama.ai/mcp/servers/WaveGuard/badges/score.svg)](https://glama.ai/mcp/servers/WaveGuard) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Physics-based anomaly detection via MCP. Uses Klein-Gordon wave equations on GPU to detect anomalies with high precision (avg 0.90). 9 tools: scan, fingerprint, compare, token risk, wallet profiling, volume check, price manipulation detection. -- [haiiibin/data-profiler-mcp](https://github.com/haiiibin/data-profiler-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Profiles tabular data files (CSV, TSV, Parquet, Excel, JSON) for LLM agents: one-call dataset overview, per-column statistics, a data-quality audit (missing values, duplicates, mixed types, outliers), and memory-saving dtype suggestions. Pure Python (pandas); files are read locally and nothing leaves your machine. +- [haiiibin/data-profiler-mcp](https://github.com/haiiibin/data-profiler-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Profiles tabular data files (CSV, TSV, Parquet, Excel, JSON) for LLM agents: one-call dataset overview, per-column statistics, a data-quality audit (missing values, duplicates, mixed types, outliers), and memory-saving dtype suggestions. Pure Python (pandas); files are read locally and nothing leaves your machine. `pip install data-profiler-mcp`. - [HumanSignal/label-studio-mcp-server](https://github.com/HumanSignal/label-studio-mcp-server) πŸŽ–οΈ 🐍 ☁️ πŸͺŸ 🐧 🍎 - Create, manage, and automate Label Studio projects, tasks, and predictions for data labeling workflows. - [jjsantos01/jupyter-notebook-mcp](https://github.com/jjsantos01/jupyter-notebook-mcp) 🐍 🏠 - connects Jupyter Notebook to Claude AI, allowing Claude to directly interact with and control Jupyter Notebooks. - [kdqed/zaturn](https://github.com/kdqed/zaturn) 🐍 🏠 πŸͺŸ 🐧 🍎 - Link multiple data sources (SQL, CSV, Parquet, etc.) and ask AI to analyze the data for insights and visualizations. From ea93ed1994afa79e6268d317f45c8c8a328f3727 Mon Sep 17 00:00:00 2001 From: Haibin Yu <115338940+haiiibin@users.noreply.github.com> Date: Fri, 10 Jul 2026 22:37:55 -0700 Subject: [PATCH 119/403] Add haiiibin/acb-tax-mcp to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..882382149 100644 --- a/README.md +++ b/README.md @@ -1584,6 +1584,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [equivault/equivault-mcp](https://github.com/equivault/equivault-mcp) [![equivault/equivault-mcp MCP server](https://glama.ai/mcp/servers/equivault/equivault-mcp/badges/score.svg)](https://glama.ai/mcp/servers/equivault/equivault-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Official [EquiVault](https://equivault.ai) MCP β€” AI-powered equity research for Claude. 38 tools covering company fundamentals, financial statements, ratios & metrics, stock quotes, screening, peer comparison, investment narrative, guidance tracking, segments, capital allocation, insider transactions, earnings quality, signals intelligence, alerts, briefs, portfolio analytics, and more. Tier-aware with graceful upgrade prompts. Install via `npx equivault-mcp`. - [AiAgentKarl/solana-mcp-server](https://github.com/AiAgentKarl/solana-mcp-server) [![AiAgentKarl/solana-mcp-server MCP server](https://glama.ai/mcp/servers/AiAgentKarl/solana-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/AiAgentKarl/solana-mcp-server) 🐍 🏠 - Solana blockchain data for AI agents β€” wallet balances, token prices, DeFi yields (Raydium + Orca), and token safety checks (RugCheck scores, holder concentration, insider detection). - [ExpertVagabond/solana-mcp-server](https://github.com/ExpertVagabond/solana-mcp-server) [![ExpertVagabond/solana-mcp-server MCP server](https://glama.ai/mcp/servers/ExpertVagabond/solana-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ExpertVagabond/solana-mcp-server) πŸ“‡ ☁️ - 25 tools for Solana blockchain β€” wallet management, SOL/SPL token transfers, SPL token creation and minting, account operations, and network switching (mainnet/devnet/testnet). +- [haiiibin/acb-tax-mcp](https://github.com/haiiibin/acb-tax-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Canadian adjusted cost base (ACB) and capital gains from a trade history: average-cost tracking, per-disposition realized gains, and superficial-loss detection. Pure Python, runs locally, a calculation aid (not tax advice). `pip install acb-tax-mcp`. - [Handshake58/DRAIN-marketplace](https://github.com/Handshake58/DRAIN-marketplace) πŸ“‡ ☁️ - Open marketplace for AI services β€” LLMs, image/video generation, web scraping, model hosting, data extraction, and more. Agents pay per use with USDC micropayments on Polygon. No API keys, no subscriptions. - [Haiku-Trading/haiku-mcp-server](https://github.com/Haiku-Trading/haiku-mcp-server) [![Haiku-Trading/haiku-mcp-server MCP server](https://glama.ai/mcp/servers/Haiku-Trading/haiku-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Haiku-Trading/haiku-mcp-server) πŸ“‡ ☁️ - DeFi execution MCP server β€” swap, provide liquidity, lend, bridge, and run yield strategies across 22 chains. 7 tools for token discovery, portfolio analysis, quoting, and execution. `npx haiku-mcp-server` - [Hashlock-Tech/hashlock-mcp](https://github.com/Hashlock-Tech/hashlock-mcp) [![Hashlock-Tech/hashlock-mcp MCP server](https://glama.ai/mcp/servers/Hashlock-Tech/hashlock-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Hashlock-Tech/hashlock-mcp) πŸ“‡ ☁️ - Cross-chain OTC trading via sealed-bid RFQ + HTLC atomic settlement. Six tools for AI agents to swap ETH, BTC, and SUI without bridges, custodians, or information leakage. Hosted at `hashlock.markets/mcp` or local stdio via `@hashlock-tech/mcp`. From ea9e85ec6749f8c7019c06f1eb22b984b8129cc9 Mon Sep 17 00:00:00 2001 From: liftkkkk Date: Sat, 11 Jul 2026 14:10:51 +0800 Subject: [PATCH 120/403] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71941cb48..3279fdd65 100644 --- a/README.md +++ b/README.md @@ -2102,6 +2102,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [l33tdawg/sage](https://github.com/l33tdawg/sage) [![s-age MCP server](https://glama.ai/mcp/servers/l33tdawg/s-age/badges/score.svg)](https://glama.ai/mcp/servers/l33tdawg/s-age) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Institutional memory for AI agents with real BFT consensus. 4 application validators vote on every memory before it's committed β€” no more storing garbage. 13 MCP tools, runs locally, works with any MCP-compatible model. Backed by 4 published research papers. - [laradji/deadzone](https://github.com/laradji/deadzone) [![laradji/deadzone MCP server](https://glama.ai/mcp/servers/laradji/deadzone/badges/score.svg)](https://glama.ai/mcp/servers/laradji/deadzone) 🏎️ 🏠 🍎 🐧 - Local-first semantic search over library docs. Single Go binary, MCP stdio, vector index pinned to the binary version. Like Context7 with the internet off. Pre-built index DB auto-fetched on first launch and SHA256-verified, then zero network. Also available as `docker run --rm -i ghcr.io/laradji/deadzone server`. Listed in the official MCP Registry as `io.github.laradji/deadzone`. - [leonardsellem/hypermnesic](https://github.com/leonardsellem/hypermnesic) [![leonardsellem/hypermnesic MCP server](https://glama.ai/mcp/servers/leonardsellem/hypermnesic/badges/score.svg)](https://glama.ai/mcp/servers/leonardsellem/hypermnesic) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Git-first memory for AI agents: Markdown files are truth, the index is disposable, and writes are reviewable commits. Ships 7 MCP tools (hybrid search, read_note, build_context, resolve, think, list_folders, and a scope-gated commit_note write) over a Streamable HTTP endpoint, plus a CLI and a read-only Obsidian companion. +- [liftkkkk/owl-mcp](https://github.com/liftkkkk/owl-mcp) [![owl-mcp MCP server](https://glama.ai/mcp/servers/liftkkkk/owl-mcp/badges/score.svg)](https://glama.ai/mcp/servers/liftkkkk/owl-mcp) 🐍 🏠 - MCP server for OWL/TTL/RDF ontologies. Supports SPARQL queries, HermiT/Pellet reasoning, and CRUD operations on knowledge graphs. Works with Claude Desktop, Cursor, and Windsurf. - [Smart-AI-Memory/empathy-framework](https://github.com/Smart-AI-Memory/empathy-framework) 🐍 🏠 - Five-level AI collaboration system with persistent memory and anticipatory capabilities. MCP-native integration for Claude and other LLMs with local-first architecture via MemDocs. - [rps321321/obsidian-mcp-pro](https://github.com/rps321321/obsidian-mcp-pro) [![rps321321/obsidian-mcp-pro MCP server](https://glama.ai/mcp/servers/rps321321/obsidian-mcp-pro/badges/score.svg)](https://glama.ai/mcp/servers/rps321321/obsidian-mcp-pro) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Feature-complete Obsidian vault MCP server with 23 tools and 3 resources. Full-text search, note CRUD, frontmatter queries, tag management, backlinks, graph traversal (BFS up to 5 hops), orphan/broken link detection, and canvas support. Auto-detects vault, path traversal protection, MIT licensed. - [Semiotronika/LINZA-MCP](https://github.com/Semiotronika/LINZA-MCP) [![Semiotronika/LINZA-MCP MCP server](https://glama.ai/mcp/servers/Semiotronika/LINZA-MCP/badges/score.svg)](https://glama.ai/mcp/servers/Semiotronika/LINZA-MCP) 🐍 🏠 🍎 πŸͺŸ 🐧 - Local-first review-gated sidecar for Markdown workspaces. Indexes notes and incoming artifacts into SQLite, proposes domains, links, memory, and growth cards with evidence, and keeps source files unchanged until explicit review. `pip install linza-mcp` From 3f2283260d47ccf3a10846a589a67dd7e1173f49 Mon Sep 17 00:00:00 2001 From: korovin-aa97 Date: Sat, 11 Jul 2026 14:26:00 +0200 Subject: [PATCH 121/403] Add talkthrough-mcp to Multimedia Process --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..7311918a7 100644 --- a/README.md +++ b/README.md @@ -2356,6 +2356,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [realcrabcut/crabcut-mcp-server](https://github.com/realcrabcut/crabcut-mcp-server) [![realcrabcut/crabcut-mcp-server MCP server](https://glama.ai/mcp/servers/realcrabcut/crabcut-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/realcrabcut/crabcut-mcp-server) πŸ“‡ ☁️ - Turn YouTube videos into short-form clips from any AI assistant. AI-powered highlight detection, subtitle generation, 9:16 reframing, and direct download URLs via the Crabcut API. - [runapi-ai/mcp](https://github.com/runapi-ai/mcp) [![runapi-ai/mcp MCP server](https://glama.ai/mcp/servers/runapi-ai/mcp/badges/score.svg)](https://glama.ai/mcp/servers/runapi-ai/mcp) πŸ“‡ ☁️ - Unified AI model API for 130+ models across 18 providers. Browse models, check pricing, create image/video/music/audio tasks, poll results, check balance, and call LLM endpoints. Free catalog tools work without an API key. `npx @runapi.ai/mcp` - [keiver/image-tiler-mcp-server](https://github.com/keiver/image-tiler-mcp-server) [![image-tiler-mcp-server MCP server](https://glama.ai/mcp/servers/keiver/image-tiler-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/keiver/image-tiler-mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Full-resolution vision for LLMs. Tiles large images and captures web pages via Chrome CDP so vision models process every detail without downscaling. Generates interactive HTML tile previews. Supports Claude, OpenAI, Gemini presets with per-model token math and entropy-based tile classification. +- [korovin-aa97/talkthrough-mcp](https://github.com/korovin-aa97/talkthrough-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Turn narrated screen recordings (or any local video/audio) into agent-ready data: local Whisper transcript, scene keyframes, OCR, full-text search, and wall-clock anchoring that maps spoken remarks to real timestamps for log correlation. No cloud, no LLM inside. `uvx talkthrough-mcp`. - [gaudiolab-jp/gaudio-developers-mcp](https://github.com/gaudiolab-jp/gaudio-developers-mcp) [![gaudio-developers-mcp MCP server](https://glama.ai/mcp/servers/gaudiolab-jp/gaudio-developers-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gaudiolab-jp/gaudio-developers-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Audio AI API for stem separation (vocal, drum, bass, guitar, piano), DME separation (dialogue, music, effects), and AI lyrics sync. 7 tools, 11 models, supports WAV/FLAC/MP3/M4A/MOV/MP4. - [MkTurner74/botverse-mcp](https://github.com/MkTurner74/botverse-mcp) [![MkTurner74/botverse-mcp MCP server](https://glama.ai/mcp/servers/MkTurner74/botverse-mcp/badges/score.svg)](https://glama.ai/mcp/servers/MkTurner74/botverse-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Video transcoding (MP4, WebM, ProRes, GIF, MP3) and document conversion (PDF, DOCX, HTML, Markdown, XLSX) for AI agents. Per-job billing, no AWS or FFmpeg setup. `npx -y botverse-mcp` - [MohamedAbdallah-14/prompt-to-asset](https://github.com/MohamedAbdallah-14/prompt-to-asset) [![MohamedAbdallah-14/prompt-to-asset MCP server](https://glama.ai/mcp/servers/MohamedAbdallah-14/prompt-to-asset/badges/score.svg)](https://glama.ai/mcp/servers/MohamedAbdallah-14/prompt-to-asset) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Generates app icons, favicons, OG images, logos, and wordmarks. Routes each request across 30+ image models. Runs without an API key via Cloudflare Workers AI, NVIDIA NIM, HuggingFace, or Stable Horde. Three modes: inline SVG, external prompt-only, or full API. Validates contrast, OCR text accuracy, and palette before returning. From 1785edcac67c6459e39dec642d5252d0fb44d8a8 Mon Sep 17 00:00:00 2001 From: korovin-aa97 Date: Sat, 11 Jul 2026 16:37:10 +0200 Subject: [PATCH 122/403] Add Glama score badge to talkthrough-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7311918a7..61c65b8c1 100644 --- a/README.md +++ b/README.md @@ -2356,7 +2356,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [realcrabcut/crabcut-mcp-server](https://github.com/realcrabcut/crabcut-mcp-server) [![realcrabcut/crabcut-mcp-server MCP server](https://glama.ai/mcp/servers/realcrabcut/crabcut-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/realcrabcut/crabcut-mcp-server) πŸ“‡ ☁️ - Turn YouTube videos into short-form clips from any AI assistant. AI-powered highlight detection, subtitle generation, 9:16 reframing, and direct download URLs via the Crabcut API. - [runapi-ai/mcp](https://github.com/runapi-ai/mcp) [![runapi-ai/mcp MCP server](https://glama.ai/mcp/servers/runapi-ai/mcp/badges/score.svg)](https://glama.ai/mcp/servers/runapi-ai/mcp) πŸ“‡ ☁️ - Unified AI model API for 130+ models across 18 providers. Browse models, check pricing, create image/video/music/audio tasks, poll results, check balance, and call LLM endpoints. Free catalog tools work without an API key. `npx @runapi.ai/mcp` - [keiver/image-tiler-mcp-server](https://github.com/keiver/image-tiler-mcp-server) [![image-tiler-mcp-server MCP server](https://glama.ai/mcp/servers/keiver/image-tiler-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/keiver/image-tiler-mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Full-resolution vision for LLMs. Tiles large images and captures web pages via Chrome CDP so vision models process every detail without downscaling. Generates interactive HTML tile previews. Supports Claude, OpenAI, Gemini presets with per-model token math and entropy-based tile classification. -- [korovin-aa97/talkthrough-mcp](https://github.com/korovin-aa97/talkthrough-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Turn narrated screen recordings (or any local video/audio) into agent-ready data: local Whisper transcript, scene keyframes, OCR, full-text search, and wall-clock anchoring that maps spoken remarks to real timestamps for log correlation. No cloud, no LLM inside. `uvx talkthrough-mcp`. +- [korovin-aa97/talkthrough-mcp](https://github.com/korovin-aa97/talkthrough-mcp) [![korovin-aa97/talkthrough-mcp MCP server](https://glama.ai/mcp/servers/korovin-aa97/talkthrough-mcp/badges/score.svg)](https://glama.ai/mcp/servers/korovin-aa97/talkthrough-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Turn narrated screen recordings (or any local video/audio) into agent-ready data: local Whisper transcript, scene keyframes, OCR, full-text search, and wall-clock anchoring that maps spoken remarks to real timestamps for log correlation. No cloud, no LLM inside. `uvx talkthrough-mcp`. - [gaudiolab-jp/gaudio-developers-mcp](https://github.com/gaudiolab-jp/gaudio-developers-mcp) [![gaudio-developers-mcp MCP server](https://glama.ai/mcp/servers/gaudiolab-jp/gaudio-developers-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gaudiolab-jp/gaudio-developers-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Audio AI API for stem separation (vocal, drum, bass, guitar, piano), DME separation (dialogue, music, effects), and AI lyrics sync. 7 tools, 11 models, supports WAV/FLAC/MP3/M4A/MOV/MP4. - [MkTurner74/botverse-mcp](https://github.com/MkTurner74/botverse-mcp) [![MkTurner74/botverse-mcp MCP server](https://glama.ai/mcp/servers/MkTurner74/botverse-mcp/badges/score.svg)](https://glama.ai/mcp/servers/MkTurner74/botverse-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Video transcoding (MP4, WebM, ProRes, GIF, MP3) and document conversion (PDF, DOCX, HTML, Markdown, XLSX) for AI agents. Per-job billing, no AWS or FFmpeg setup. `npx -y botverse-mcp` - [MohamedAbdallah-14/prompt-to-asset](https://github.com/MohamedAbdallah-14/prompt-to-asset) [![MohamedAbdallah-14/prompt-to-asset MCP server](https://glama.ai/mcp/servers/MohamedAbdallah-14/prompt-to-asset/badges/score.svg)](https://glama.ai/mcp/servers/MohamedAbdallah-14/prompt-to-asset) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Generates app icons, favicons, OG images, logos, and wordmarks. Routes each request across 30+ image models. Runs without an API key via Cloudflare Workers AI, NVIDIA NIM, HuggingFace, or Stable Horde. Three modes: inline SVG, external prompt-only, or full API. Validates contrast, OCR text accuracy, and palette before returning. From 074286988b7f0a1fa4767f1f91d02c213b2fba27 Mon Sep 17 00:00:00 2001 From: ankurmans Date: Sat, 11 Jul 2026 21:28:19 +0545 Subject: [PATCH 123/403] Add pepys/pepys-mcp to Speech-to-Text --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..2a3c7a342 100644 --- a/README.md +++ b/README.md @@ -2893,6 +2893,7 @@ Translation tools and services to enable AI assistants to translate content betw ### πŸŽ™οΈ Speech-to-Text - [eviscerations/whisper-windows-mcp](https://github.com/eviscerations/whisper-windows-mcp) [![eviscerations/whisper-windows-mcp MCP server](https://glama.ai/mcp/servers/eviscerations/whisper-windows-mcp/badges/score.svg)](https://glama.ai/mcp/servers/eviscerations/whisper-windows-mcp) πŸ“‡ 🏠 πŸͺŸ - Windows-native local audio and video transcription using whisper.cpp with Vulkan GPU acceleration. No cloud APIs, no Python. Batch processing, multilingual support, model management, and background job handling built in. +- [pepys/pepys-mcp](https://pepys.co/mcp) πŸ“‡ ☁️ 🏠 - Pay-once transcription for audio, video, and whole podcast feeds via [Pepys](https://pepys.co). Transcribe a file or a pasted YouTube/podcast link, get speaker diarization, export SRT/VTT, search a transcript, and check credit balance. Hosted connector (OAuth, no API key) or `npx pepys-mcp`. 99+ languages. - [spokenmd/spoken](https://github.com/spokenmd/spoken) [![spokenmd/spoken MCP server](https://glama.ai/mcp/servers/spokenmd/spoken/badges/score.svg)](https://glama.ai/mcp/servers/spokenmd/spoken) πŸ“‡ ☁️ - Fetch published podcast transcripts as clean Markdown with real speaker names (not "Speaker 1") via the [Spoken](https://spoken.md) API. Search episodes, get transcripts, check credit balance. ### 🎧 Text-to-Speech From f018078313f8896e958bad52765c4725cfc222a5 Mon Sep 17 00:00:00 2001 From: amirdaraee <28844493+amirdaraee@users.noreply.github.com> Date: Sat, 11 Jul 2026 18:33:01 +0200 Subject: [PATCH 124/403] Add luxembourg-mcp to Travel & Transportation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..491b4b67d 100644 --- a/README.md +++ b/README.md @@ -2912,6 +2912,7 @@ Tools for converting text-to-speech and vice-versa Access to travel and transportation information. Enables querying schedules, routes, and real-time travel data. - [alcylu/nightlife-mcp](https://github.com/alcylu/nightlife-mcp) [![nightlife](https://glama.ai/mcp/servers/alcylu/nightlife-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alcylu/nightlife-mcp) πŸ“‡ ☁️ - MCP server for Tokyo nightlife event discovery, venue search, performer info, AI recommendations, and VIP table booking. +- [amirdaraee/luxembourg-mcp](https://github.com/amirdaraee/luxembourg-mcp) πŸŽ–οΈ 🐍 ☁️ 🏠 - Keyless access to official Luxembourg public data: laws, statistics, live parking and traffic, weather alerts, environment, parliament, geodata, GTFS stops, and the national open-data catalogue. 21 read-only tools, zero dependencies; hosted endpoint at mcp.luxembourg-mcp.com or local Python server. No API keys. - [Autonomad1/autonomad-travel](https://github.com/Autonomad1/autonomad-travel) [![Autonomad1/autonomad-travel MCP server](https://glama.ai/mcp/servers/Autonomad1/autonomad-travel/badges/score.svg)](https://glama.ai/mcp/servers/Autonomad1/autonomad-travel) πŸ“‡ ☁️ - AI travel agent over MCP β€” live flights, hotels, activities, and events worldwide, then completes the booking on autonomad.ai (free signup at checkout, first month of Premium included). - [campertunity/mcp-server](https://github.com/campertunity/mcp-server) πŸŽ–οΈ πŸ“‡ 🏠 - Search campgrounds around the world on campertunity, check availability, and provide booking links - [cobanov/teslamate-mcp](https://github.com/cobanov/teslamate-mcp) 🐍 🏠 - A Model Context Protocol (MCP) server that provides access to your TeslaMate database, allowing AI assistants to query Tesla vehicle data and analytics. From 8613ef22b01159798c19d68d882552f4a2ef61e3 Mon Sep 17 00:00:00 2001 From: Rererr Date: Sun, 12 Jul 2026 01:34:18 +0900 Subject: [PATCH 125/403] Add Glama score badge to amenbo entry Co-Authored-By: Claude Fable 5 --- README-ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-ja.md b/README-ja.md index 9076cd43d..883c28eb9 100644 --- a/README-ja.md +++ b/README-ja.md @@ -522,7 +522,7 @@ aliyun/alibabacloud-tablestore-mcp-server β˜• 🐍 ☁️ - ι˜Ώι‡ŒδΊ‘θ‘¨ζ Όε­˜ - [yamanoku/baseline-mcp-server](https://github.com/yamanoku/baseline-mcp-server) πŸ“‡ 🏠 - Web Platform APIを使ってBaselineγηŠΆζ…‹γ‚’ζ€œη΄’γ—γ¦γγ‚Œγ‚‹MCPァーバー - [Wuye-AI/mcp-server-wuye-ai](https://github.com/wuye-ai/mcp-server-wuye-ai) πŸŽ–οΈ πŸ“‡ ☁️ - CRICプロパティAIγƒ—γƒ©γƒƒγƒˆγƒ•γ‚©γƒΌγƒ γ«ζŽ₯ηΆšγ™γ‚‹MCPァーバーです。CRICプロパティAIγ―γ€ε…‹θ€Œη‘žγŒγƒ—γƒ­γƒ‘γƒ†γ‚£ζ₯­η•Œε‘γ‘γ«ι–‹η™Ίγ—γŸγ‚€γƒ³γƒ†γƒͺγ‚Έγ‚§γƒ³γƒˆAIγ‚’γ‚·γ‚Ήγ‚Ώγƒ³γƒˆγ§γ™γ€‚ - [Pearch-ai/mcp_pearch](https://github.com/Pearch-ai/mcp_pearch) πŸŽ–οΈ 🐍 ☁️ - δΊΊζη™ΊζŽ˜γ«γ‹γ‹γ‚‹ζ™‚ι–“γ‚’ηŸ­ηΈγ™γ‚‹γ€ζœ€ι«˜γδΊΊη‰©ζ€œη΄’エンジン -- [Rererr/amenbo](https://github.com/Rererr/amenbo) πŸ“‡ 🏠 - ζ—₯本θͺžWebη‰ΉεŒ–γδ½Žθ² θ·γƒ»γƒˆγƒΌγ‚―γƒ³εŠΉηŽ‡ι‡θ¦–γWebεŽι›†γ‚΅γƒΌγƒγƒΌγ€‚θ¦‹ε‡Ίγ—γƒ„γƒͺγƒΌγ«γ‚ˆγ‚‹ζ΅ιšŽι–‹η€Ίγ€Shift_JIS/EUC-JPγζ–‡ε­—εŒ–γ‘ε―Ύη­–γ€PDF/CSVζŠ½ε‡Ίγ€robots.txt遡εˆγη€Όε„€ζ­£γ—γ„γ‚―γƒ­γƒΌγƒ«γ‚’ε‚™γˆγ‚‹γ€‚`npx -y amenbo`で導ε…₯可能。 +- [Rererr/amenbo](https://github.com/Rererr/amenbo) [![Rererr/amenbo MCP server](https://glama.ai/mcp/servers/Rererr/amenbo/badges/score.svg)](https://glama.ai/mcp/servers/Rererr/amenbo) πŸ“‡ 🏠 - ζ—₯本θͺžWebη‰ΉεŒ–γδ½Žθ² θ·γƒ»γƒˆγƒΌγ‚―γƒ³εŠΉηŽ‡ι‡θ¦–γWebεŽι›†γ‚΅γƒΌγƒγƒΌγ€‚θ¦‹ε‡Ίγ—γƒ„γƒͺγƒΌγ«γ‚ˆγ‚‹ζ΅ιšŽι–‹η€Ίγ€Shift_JIS/EUC-JPγζ–‡ε­—εŒ–γ‘ε―Ύη­–γ€PDF/CSVζŠ½ε‡Ίγ€robots.txt遡εˆγη€Όε„€ζ­£γ—γ„γ‚―γƒ­γƒΌγƒ«γ‚’ε‚™γˆγ‚‹γ€‚`npx -y amenbo`で導ε…₯可能。 ### πŸ”’ γ‚»γ‚­γƒ₯γƒͺティ diff --git a/README.md b/README.md index f0614e8d0..8ecde984e 100644 --- a/README.md +++ b/README.md @@ -2580,7 +2580,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [r-huijts/opentk-mcp](https://github.com/r-huijts/opentk-mcp) πŸ“‡ ☁️ - Access Dutch Parliament (Tweede Kamer) information including documents, debates, activities, and legislative cases through structured search capabilities (based on opentk project by Bert Hubert) - [reading-plus-ai/mcp-server-deep-research](https://github.com/reading-plus-ai/mcp-server-deep-research) πŸ“‡ ☁️ - MCP server providing OpenAI/Perplexity-like autonomous deep research, structured query elaboration, and concise reporting. - [reflex-search/reflex](https://github.com/reflex-search/reflex) [![reflex-search/reflex MCP server](https://glama.ai/mcp/servers/reflex-search/reflex/badges/score.svg)](https://glama.ai/mcp/servers/reflex-search/reflex) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Local full-text code search for AI coding agents. Trigram-indexed, sub-100ms queries across large codebases, offline, 18 languages. -- [Rererr/amenbo](https://github.com/Rererr/amenbo) πŸ“‡ 🏠 - Japanese-web-native web fetching optimized for low target-site impact and token efficiency. Outline-first progressive disclosure, Shift_JIS/EUC-JP mojibake handling, PDF/CSV extraction, and polite crawling (robots.txt, rate limits, honest User-Agent). Install via `npx -y amenbo`. +- [Rererr/amenbo](https://github.com/Rererr/amenbo) [![Rererr/amenbo MCP server](https://glama.ai/mcp/servers/Rererr/amenbo/badges/score.svg)](https://glama.ai/mcp/servers/Rererr/amenbo) πŸ“‡ 🏠 - Japanese-web-native web fetching optimized for low target-site impact and token efficiency. Outline-first progressive disclosure, Shift_JIS/EUC-JP mojibake handling, PDF/CSV extraction, and polite crawling (robots.txt, rate limits, honest User-Agent). Install via `npx -y amenbo`. - [ricocf/mcp-wolframalpha](https://github.com/ricocf/mcp-wolframalpha) 🐍 🏠 ☁️ - An MCP server lets AI assistants use the Wolfram Alpha API for real-time access to computational knowledge and data. - [rubenayla/partle-mcp](https://github.com/rubenayla/partle-mcp) [![rubenayla/partle-mcp MCP server](https://glama.ai/mcp/servers/@rubenayla/partle/badges/score.svg)](https://glama.ai/mcp/servers/@rubenayla/partle) 🐍 ☁️ - Search products and stores in nearby physical stores. Find what you need locally instead of waiting for delivery. Remote MCP server (Streamable HTTP, no API key required). - [sascharo/gxtract](https://github.com/sascharo/gxtract) 🐍 ☁️ πŸͺŸ 🐧 🍎 - GXtract is a MCP server designed to integrate with VS Code and other compatible editors. It provides a suite of tools for interacting with the GroundX platform, enabling you to leverage its powerful document understanding capabilities directly within your development environment. From 745fc252ef5c58137dac5fda599d28d262bca31f Mon Sep 17 00:00:00 2001 From: ankurmans Date: Sat, 11 Jul 2026 22:47:12 +0545 Subject: [PATCH 126/403] pepys-mcp: link the public repo instead of the site --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a3c7a342..54592857a 100644 --- a/README.md +++ b/README.md @@ -2893,7 +2893,7 @@ Translation tools and services to enable AI assistants to translate content betw ### πŸŽ™οΈ Speech-to-Text - [eviscerations/whisper-windows-mcp](https://github.com/eviscerations/whisper-windows-mcp) [![eviscerations/whisper-windows-mcp MCP server](https://glama.ai/mcp/servers/eviscerations/whisper-windows-mcp/badges/score.svg)](https://glama.ai/mcp/servers/eviscerations/whisper-windows-mcp) πŸ“‡ 🏠 πŸͺŸ - Windows-native local audio and video transcription using whisper.cpp with Vulkan GPU acceleration. No cloud APIs, no Python. Batch processing, multilingual support, model management, and background job handling built in. -- [pepys/pepys-mcp](https://pepys.co/mcp) πŸ“‡ ☁️ 🏠 - Pay-once transcription for audio, video, and whole podcast feeds via [Pepys](https://pepys.co). Transcribe a file or a pasted YouTube/podcast link, get speaker diarization, export SRT/VTT, search a transcript, and check credit balance. Hosted connector (OAuth, no API key) or `npx pepys-mcp`. 99+ languages. +- [ankurmans/pepys-mcp](https://github.com/ankurmans/pepys-mcp) πŸ“‡ ☁️ 🏠 - Pay-once transcription for audio, video, and whole podcast feeds via [Pepys](https://pepys.co). Transcribe a file or a pasted YouTube/podcast link, get speaker diarization, export SRT/VTT, search a transcript, and check credit balance. Hosted connector (OAuth, no API key) or `npx pepys-mcp`. 99+ languages. - [spokenmd/spoken](https://github.com/spokenmd/spoken) [![spokenmd/spoken MCP server](https://glama.ai/mcp/servers/spokenmd/spoken/badges/score.svg)](https://glama.ai/mcp/servers/spokenmd/spoken) πŸ“‡ ☁️ - Fetch published podcast transcripts as clean Markdown with real speaker names (not "Speaker 1") via the [Spoken](https://spoken.md) API. Search episodes, get transcripts, check credit balance. ### 🎧 Text-to-Speech From bc5fd98d8413de6fd0532c2f1bbd553052556c8f Mon Sep 17 00:00:00 2001 From: Kc Date: Sun, 12 Jul 2026 04:05:30 +0800 Subject: [PATCH 127/403] Add scarletkc/vexor to Developer Tools Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..f723e923a 100644 --- a/README.md +++ b/README.md @@ -922,6 +922,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### πŸ’» Developer Tools +- [scarletkc/vexor](https://github.com/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`. - [appcreationsca/bumpguard-mcp](https://github.com/appcreationsca/bumpguard-mcp) [![appcreationsca/bumpguard-mcp MCP server](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Pre-flight dependency-upgrade impact analysis: reports exactly which of your code's API usages break *before* you bump a dependency, with line numbers, severity, and fix hints. Also verifies AI-written code against the actually-installed API to catch hallucinated calls. Static analysis only β€” never runs third-party code. Python + .NET. `pip install bumpguard-mcp` - [DeusData/codebase-memory-mcp](https://github.com/DeusData/codebase-memory-mcp) [![DeusData/codebase-memory-mcp MCP server](https://glama.ai/mcp/servers/DeusData/codebase-memory-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DeusData/codebase-memory-mcp) 🌊 🏠 🍎 πŸͺŸ 🐧 - Code-intelligence engine that indexes a repo into a persistent knowledge graph β€” functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, ~99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. `npx codebase-memory-mcp` - [forgemeshlabs/aso-audit-mcp](https://github.com/forgemeshlabs/aso-audit-mcp) [![forgemeshlabs/aso-audit-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/aso-audit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/aso-audit-mcp) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Free Agent Signal Optimization scanner for website/API agent readiness. Scores discovery, identity, trust, commerce, reputation, and memory signals; validates robots.txt AI bot rules, llms.txt, agent.json, Google A2A agent cards, MCP server cards, API catalogs, OAuth metadata, x402, pricing, security.txt, status endpoints, and cross-file identity consistency. Returns ASO maturity levels, evidence, and prioritized fix plans. Local stdio or Glama-hosted, no API key required. `npx -y @forgemeshlabs/aso-audit-mcp`. From 959cfac1df1ce1cff923d32c0358d1c7d4f7ee76 Mon Sep 17 00:00:00 2001 From: Kc Date: Sun, 12 Jul 2026 04:23:41 +0800 Subject: [PATCH 128/403] Add Glama score badge to vexor entry Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f723e923a..2efd17448 100644 --- a/README.md +++ b/README.md @@ -922,7 +922,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### πŸ’» Developer Tools -- [scarletkc/vexor](https://github.com/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`. +- [scarletkc/vexor](https://github.com/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`. [![scarletkc/vexor MCP server](https://glama.ai/mcp/servers/scarletkc/vexor/badges/score.svg)](https://glama.ai/mcp/servers/scarletkc/vexor) - [appcreationsca/bumpguard-mcp](https://github.com/appcreationsca/bumpguard-mcp) [![appcreationsca/bumpguard-mcp MCP server](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Pre-flight dependency-upgrade impact analysis: reports exactly which of your code's API usages break *before* you bump a dependency, with line numbers, severity, and fix hints. Also verifies AI-written code against the actually-installed API to catch hallucinated calls. Static analysis only β€” never runs third-party code. Python + .NET. `pip install bumpguard-mcp` - [DeusData/codebase-memory-mcp](https://github.com/DeusData/codebase-memory-mcp) [![DeusData/codebase-memory-mcp MCP server](https://glama.ai/mcp/servers/DeusData/codebase-memory-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DeusData/codebase-memory-mcp) 🌊 🏠 🍎 πŸͺŸ 🐧 - Code-intelligence engine that indexes a repo into a persistent knowledge graph β€” functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, ~99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. `npx codebase-memory-mcp` - [forgemeshlabs/aso-audit-mcp](https://github.com/forgemeshlabs/aso-audit-mcp) [![forgemeshlabs/aso-audit-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/aso-audit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/aso-audit-mcp) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Free Agent Signal Optimization scanner for website/API agent readiness. Scores discovery, identity, trust, commerce, reputation, and memory signals; validates robots.txt AI bot rules, llms.txt, agent.json, Google A2A agent cards, MCP server cards, API catalogs, OAuth metadata, x402, pricing, security.txt, status endpoints, and cross-file identity consistency. Returns ASO maturity levels, evidence, and prioritized fix plans. Local stdio or Glama-hosted, no API key required. `npx -y @forgemeshlabs/aso-audit-mcp`. From a141b9a9ea7a37123db7c195252c687d96f0438e Mon Sep 17 00:00:00 2001 From: Nils Weiser Date: Sun, 12 Jul 2026 11:47:50 +0800 Subject: [PATCH 129/403] Add lean-memory to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..741f7db30 100644 --- a/README.md +++ b/README.md @@ -2127,6 +2127,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [wazionapps/nexo](https://github.com/wazionapps/nexo) [![wazionapps/nexo MCP server](https://glama.ai/mcp/servers/wazionapps/nexo/badges/score.svg)](https://glama.ai/mcp/servers/wazionapps/nexo) 🐍 🏠 - Cognitive memory for AI agents with Atkinson-Shiffrin memory model (STM/LTM/sensory register), semantic RAG, Ebbinghaus decay, trust scoring, and 76+ MCP tools. - [whynowlab/jarvis-orb](https://github.com/whynowlab/jarvis-orb) [![whynowlab/jarvis-orb MCP server](https://glama.ai/mcp/servers/whynowlab/jarvis-orb/badges/score.svg)](https://glama.ai/mcp/servers/whynowlab/jarvis-orb) 🐍 🏠 - Persistent 4-tier AI memory (episodic, semantic, project, procedural) with temporal scoring, contradiction detection, entity tracking, and real-time desktop visualization orb. - [wnbhr/being](https://github.com/wnbhr/being) [![wnbhr/being MCP server](https://glama.ai/mcp/servers/wnbhr/being/badges/score.svg)](https://glama.ai/mcp/servers/wnbhr/being) πŸ“‡ ☁️ - Personality Runtime for AI agents β€” persistent memory, identity (SOUL), and relationships that travel across Claude, OpenClaw, Mistral, and any MCP client. +- [Wuesteon/lean-memory](https://github.com/Wuesteon/lean-memory) 🐍 🏠 🍎 πŸͺŸ 🐧 - Embedded, local-first agent memory β€” facts in a per-namespace SQLite file with hybrid retrieval and point-in-time (time-travel) queries; ADD-only history, no server, no cloud. `pip install 'lean-memory[mcp,models,extract]'` - [TheStack-ai/waypath](https://github.com/TheStack-ai/waypath) [![TheStack-ai/waypath MCP server](https://glama.ai/mcp/servers/TheStack-ai/waypath/badges/score.svg)](https://glama.ai/mcp/servers/TheStack-ai/waypath) πŸ“‡ 🏠 - Local-first external brain CLI for coding agents. SQLite-backed context, graph-aware recall via FTS5 and RRF, and governed memory with explicit promote and review gates. Ships Codex and Claude Code host shims and a native MCP server. - [zzhang82/Agent-Memory-Bridge](https://github.com/zzhang82/Agent-Memory-Bridge) [![zzhang82/Agent-Memory-Bridge MCP server](https://glama.ai/mcp/servers/zzhang82/Agent-Memory-Bridge/badges/score.svg)](https://glama.ai/mcp/servers/zzhang82/Agent-Memory-Bridge) 🐍 🏠 - MCP-native, local-first memory for coding agents that turns coding sessions into reusable engineering memory: decisions, gotchas, and domain knowledge. - [teolex2020/AuraSDK](https://github.com/teolex2020/AuraSDK) [![teolex2020-aurasdk MCP server](https://glama.ai/mcp/servers/teolex2020-aurasdk/badges/score.svg)](https://glama.ai/mcp/servers/teolex2020-aurasdk) 🐍 🏠 β€” Persistent cognitive memory for Claude Desktop. Sub-ms recall, offline, encrypted. From 3d3b092a2ff39438dbb90e6d4a320ceba30ff646 Mon Sep 17 00:00:00 2001 From: maestro24 <61488376+maestro24@users.noreply.github.com> Date: Sun, 12 Jul 2026 13:13:49 +0900 Subject: [PATCH 130/403] Add Spanlens to Monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..ee955128a 100644 --- a/README.md +++ b/README.md @@ -2317,6 +2317,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [incu6us/loki-mcp-server](https://github.com/incu6us/loki-mcp-server) [![incu6us/loki-mcp-server MCP server](https://glama.ai/mcp/servers/incu6us/loki-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/incu6us/loki-mcp-server) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - An MCP server for querying Grafana Loki directly with a discovery-first workflow β€” labels, values, series, and LogQL queries without requiring Grafana. - [rbmuller/scherlok](https://github.com/rbmuller/scherlok) [![rbmuller/scherlok MCP server](https://glama.ai/mcp/servers/rbmuller/scherlok/badges/score.svg)](https://glama.ai/mcp/servers/rbmuller/scherlok) 🐍 🏠 🍎 πŸͺŸ 🐧 - Zero-config data quality monitoring across Postgres, BigQuery, Snowflake, MySQL, and DuckDB. Profile a warehouse, detect anomalies (volume, schema drift, freshness, NULLs, distribution, cardinality), with optional dbt manifest lineage. Read-only β€” connection resolved server-side, never passed via the model. - [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) 🏎️ 🏠 - A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.(support CPU、Memory、Disk、Network、Host、ProcessοΌ‰ +- [spanlens/mcp-server](https://github.com/spanlens/Spanlens/tree/main/packages/mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - Query Spanlens LLM observability from Claude Desktop, Cursor, or Continue: request logs, costs, agent traces, anomalies, and user analytics with a read-only API key. - [Sudhan30/freshprobe](https://github.com/Sudhan30/freshprobe) [![Sudhan30/freshprobe MCP server](https://glama.ai/mcp/servers/Sudhan30/freshprobe/badges/score.svg)](https://glama.ai/mcp/servers/Sudhan30/freshprobe) 🏎️ ☁️ 🏠 - Data freshness verification for AI agents. Probes endpoints for HTTP cache staleness, latency percentiles, content fingerprinting, TLS health, DNS timing, and redirect chains. Returns deterministic FRESH/STALE/UNKNOWN verdicts with NIST AI RMF mapping. CLI + MCP server + HTTP API with Prometheus metrics and YAML policy engine. - [shibley/apistatuscheck-mcp-server](https://github.com/shibley/apistatuscheck-mcp-server) [![apistatuscheck-mcp-server MCP server](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server) πŸ“‡ ☁️ - Check real-time operational status of 114+ cloud services and APIs (AWS, GitHub, Stripe, OpenAI, Vercel, etc.) directly from AI assistants. Published on npm. - [speedofme-dev/speedofme-mcp](https://www.npmjs.com/package/@speedofme/mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Official SpeedOf.Me server for accurate internet speed tests via 129 global Fastly edge servers with analytics dashboard and local history From a5d6805aa6771254435276d45b4039bac69e195b Mon Sep 17 00:00:00 2001 From: amirdaraee <28844493+amirdaraee@users.noreply.github.com> Date: Sun, 12 Jul 2026 08:43:57 +0200 Subject: [PATCH 131/403] Add Glama score badge to luxembourg-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 491b4b67d..ff501b1dd 100644 --- a/README.md +++ b/README.md @@ -2912,7 +2912,7 @@ Tools for converting text-to-speech and vice-versa Access to travel and transportation information. Enables querying schedules, routes, and real-time travel data. - [alcylu/nightlife-mcp](https://github.com/alcylu/nightlife-mcp) [![nightlife](https://glama.ai/mcp/servers/alcylu/nightlife-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alcylu/nightlife-mcp) πŸ“‡ ☁️ - MCP server for Tokyo nightlife event discovery, venue search, performer info, AI recommendations, and VIP table booking. -- [amirdaraee/luxembourg-mcp](https://github.com/amirdaraee/luxembourg-mcp) πŸŽ–οΈ 🐍 ☁️ 🏠 - Keyless access to official Luxembourg public data: laws, statistics, live parking and traffic, weather alerts, environment, parliament, geodata, GTFS stops, and the national open-data catalogue. 21 read-only tools, zero dependencies; hosted endpoint at mcp.luxembourg-mcp.com or local Python server. No API keys. +- [amirdaraee/luxembourg-mcp](https://github.com/amirdaraee/luxembourg-mcp) [![amirdaraee/luxembourg-mcp MCP server](https://glama.ai/mcp/servers/amirdaraee/luxembourg-mcp/badges/score.svg)](https://glama.ai/mcp/servers/amirdaraee/luxembourg-mcp) πŸŽ–οΈ 🐍 ☁️ 🏠 - Keyless access to official Luxembourg public data: laws, statistics, live parking and traffic, weather alerts, environment, parliament, geodata, GTFS stops, and the national open-data catalogue. 21 read-only tools, zero dependencies; hosted endpoint at mcp.luxembourg-mcp.com or local Python server. No API keys. - [Autonomad1/autonomad-travel](https://github.com/Autonomad1/autonomad-travel) [![Autonomad1/autonomad-travel MCP server](https://glama.ai/mcp/servers/Autonomad1/autonomad-travel/badges/score.svg)](https://glama.ai/mcp/servers/Autonomad1/autonomad-travel) πŸ“‡ ☁️ - AI travel agent over MCP β€” live flights, hotels, activities, and events worldwide, then completes the booking on autonomad.ai (free signup at checkout, first month of Premium included). - [campertunity/mcp-server](https://github.com/campertunity/mcp-server) πŸŽ–οΈ πŸ“‡ 🏠 - Search campgrounds around the world on campertunity, check availability, and provide booking links - [cobanov/teslamate-mcp](https://github.com/cobanov/teslamate-mcp) 🐍 🏠 - A Model Context Protocol (MCP) server that provides access to your TeslaMate database, allowing AI assistants to query Tesla vehicle data and analytics. From 3a548a0d7afe17784cf484df933a2950975bf772 Mon Sep 17 00:00:00 2001 From: RaghavChamadiya Date: Sun, 12 Jul 2026 15:11:45 +0530 Subject: [PATCH 132/403] Add repowise-dev/repowise to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..b50a42190 100644 --- a/README.md +++ b/README.md @@ -954,6 +954,7 @@ Tools and integrations that enhance the development workflow and environment man - [Mogacode-ma/elementor-mcp-agent](https://github.com/Mogacode-ma/elementor-mcp-agent) [![Mogacode-ma/elementor-mcp-agent MCP server](https://glama.ai/mcp/servers/Mogacode-ma/elementor-mcp-agent/badges/score.svg)](https://glama.ai/mcp/servers/Mogacode-ma/elementor-mcp-agent) πŸ“‡ ☁️/🏠 - Agency-grade MCP server for WordPress Elementor β€” multi-site management for 120+ WordPress sites with safe edits (backup + auto-rollback + post-write verification), template export/import, global widget detection, CSS flush, WP-CLI escape hatch, headless Chrome screenshots. 34 tools across pages, widgets, templates, bulk find/replace, and fleet operations. - [a-25/ios-mcp-code-quality-server](https://github.com/a-25/ios-mcp-code-quality-server) πŸ“‡ 🏠 🍎 - iOS code quality analysis and test automation server. Provides comprehensive Xcode test execution, SwiftLint integration, and detailed failure analysis. Operates in both CLI and MCP server modes for direct developer usage and AI assistant integration. - [raye-deng/open-code-review](https://github.com/raye-deng/open-code-review) [![Open Code Review MCP](https://glama.ai/mcp/servers/@raye-deng/open-code-review/badges/score.svg)](https://glama.ai/mcp/servers/raye-deng/open-code-review) 🏠 πŸ“‡ ☁️ - AI code quality gate detecting hallucinated packages, phantom dependencies, stale APIs, and AI-specific code defects. MCP Server + CLI + CI/CD integration. +- [repowise-dev/repowise](https://github.com/repowise-dev/repowise) [![repowise-dev/repowise MCP server](https://glama.ai/mcp/servers/repowise-dev/repowise/badges/score.svg)](https://glama.ai/mcp/servers/repowise-dev/repowise) 🐍 🏠 ☁️ - Codebase intelligence for AI coding agents. Indexes a repo into a dependency graph, git history, defect-risk code health, auto-generated docs, and architectural decisions, served as 9 task-shaped MCP tools across 15 languages. Runs 100% local; hosted option available. - [AaronVick/ECHO_RIFT_MCP](https://github.com/AaronVick/ECHO_RIFT_MCP) πŸ“‡ ☁️ - MCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter). Makes EchoRift's agent infrastructure callable as MCP tools so any MCP client can treat EchoRift like a native capability layer. - [AgiMaulana/HuaweiAppGalleryMcp](https://github.com/AgiMaulana/HuaweiAppGalleryMcp) [![AgiMaulana/HuaweiAppGalleryMcp MCP server](https://glama.ai/mcp/servers/AgiMaulana/HuaweiAppGalleryMcp/badges/score.svg)](https://glama.ai/mcp/servers/AgiMaulana/HuaweiAppGalleryMcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Huawei AppGallery Connect publishing: upload APK/AAB, update metadata and localizations, submit for review, and manage phased rollouts. - [Jott2121/agent-gate](https://github.com/Jott2121/agent-gate) [![Jott2121/agent-gate MCP server](https://glama.ai/mcp/servers/Jott2121/agent-gate/badges/score.svg)](https://glama.ai/mcp/servers/Jott2121/agent-gate) 🐍 🏠 🍎 πŸͺŸ 🐧 - Lets an AI agent gate its own work before claiming "done": a fail-closed ship checklist (`verify_gate` counts a check satisfied only if explicitly proven), required independent refute-first review, and an append-only sha256-chained receipts ledger that makes any edit to past receipts detectable. `pip install mcp-agent-gate`. From db9ca062bfee2654989bbfe684321fe12fd8b2c2 Mon Sep 17 00:00:00 2001 From: ogasurfproject-jpg Date: Sun, 12 Jul 2026 21:05:33 +0900 Subject: [PATCH 133/403] Add new project entry for horizon-shield --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..35e441cf4 100644 --- a/README.md +++ b/README.md @@ -2410,6 +2410,7 @@ MCP servers for real estate CRM, property management, and agent workflows. - [ashev87/propstack-mcp](https://github.com/ashev87/propstack-mcp) [![propstack-mcp MCP server](https://glama.ai/mcp/servers/@ashev87/propstack-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@ashev87/propstack-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Propstack CRM MCP: search contacts, manage properties, track deals, schedule viewings for real estate agents (Makler). - [forgemeshlabs/disruption-intelligence-mcp](https://github.com/forgemeshlabs/disruption-intelligence-mcp) [![forgemeshlabs/disruption-intelligence-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/disruption-intelligence-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/disruption-intelligence-mcp) πŸ“‡ ☁️ - AI-native commercial disruption intelligence for MCP clients and x402-powered agents. Supports WARN/layoff intelligence, company context, geospatial territory disruption, and x402 payment challenge inspection via the hosted Forgemesh API. - [jbechtel-97/dealflowpro-mcp-server](https://github.com/jbechtel-97/dealflowpro-mcp-server) [![jbechtel-97/dealflowpro-mcp-server MCP server](https://glama.ai/mcp/servers/jbechtel-97/dealflowpro-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/jbechtel-97/dealflowpro-mcp-server) πŸ“‡ ☁️ - Multifamily real estate deal analysis β€” cap rate, DSCR, cash-on-cash, IRR, DFP Score (0-100), max offer price, and market intelligence for 2-200 unit properties. +- [ogasurfproject-jpg/horizon-shield](https://github.com/ogasurfproject-jpg/horizon-shield/tree/main/workers/hs-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Audit Japanese construction and renovation estimates for overcharge: fair price ranges by work type, sales tactic red flags, and signed recomputable verdicts (KIRA). Includes an agent intake desk and a directory of independently audited contractors. Remote server, no API key required. - [pedra-ai/pedra-mcp](https://github.com/pedra-ai/pedra-mcp) [![pedra-ai/pedra-mcp MCP server](https://glama.ai/mcp/servers/@pedra-ai/pedra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@pedra-ai/pedra-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI photo and video editing for real-estate listings via the Pedra API: virtual staging, renovation, room emptying, photo enhancement, sky replacement, object removal/blur, and property video generation. `npx @pedra-ai/mcp` ### πŸ”¬ Research From dfdb4c6ed63a272fe8dbc5db7cb61412f8fe7735 Mon Sep 17 00:00:00 2001 From: ogasurfproject-jpg Date: Sun, 12 Jul 2026 21:35:03 +0900 Subject: [PATCH 134/403] Update horizon-shield entry with badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35e441cf4..05ba8a129 100644 --- a/README.md +++ b/README.md @@ -2410,7 +2410,7 @@ MCP servers for real estate CRM, property management, and agent workflows. - [ashev87/propstack-mcp](https://github.com/ashev87/propstack-mcp) [![propstack-mcp MCP server](https://glama.ai/mcp/servers/@ashev87/propstack-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@ashev87/propstack-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Propstack CRM MCP: search contacts, manage properties, track deals, schedule viewings for real estate agents (Makler). - [forgemeshlabs/disruption-intelligence-mcp](https://github.com/forgemeshlabs/disruption-intelligence-mcp) [![forgemeshlabs/disruption-intelligence-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/disruption-intelligence-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/disruption-intelligence-mcp) πŸ“‡ ☁️ - AI-native commercial disruption intelligence for MCP clients and x402-powered agents. Supports WARN/layoff intelligence, company context, geospatial territory disruption, and x402 payment challenge inspection via the hosted Forgemesh API. - [jbechtel-97/dealflowpro-mcp-server](https://github.com/jbechtel-97/dealflowpro-mcp-server) [![jbechtel-97/dealflowpro-mcp-server MCP server](https://glama.ai/mcp/servers/jbechtel-97/dealflowpro-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/jbechtel-97/dealflowpro-mcp-server) πŸ“‡ ☁️ - Multifamily real estate deal analysis β€” cap rate, DSCR, cash-on-cash, IRR, DFP Score (0-100), max offer price, and market intelligence for 2-200 unit properties. -- [ogasurfproject-jpg/horizon-shield](https://github.com/ogasurfproject-jpg/horizon-shield/tree/main/workers/hs-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Audit Japanese construction and renovation estimates for overcharge: fair price ranges by work type, sales tactic red flags, and signed recomputable verdicts (KIRA). Includes an agent intake desk and a directory of independently audited contractors. Remote server, no API key required. +- [ogasurfproject-jpg/horizon-shield](https://github.com/ogasurfproject-jpg/horizon-shield/tree/main/workers/hs-mcp) [![ogasurfproject-jpg/horizon-shield MCP server](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield/badges/score.svg)](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield) πŸŽ–οΈ πŸ“‡ ☁️ - Audit Japanese construction and renovation estimates for overcharge: fair price ranges by work type, sales tactic red flags, and signed recomputable verdicts (KIRA). Includes an agent intake desk and a directory of independently audited contractors. Remote server, no API key required. - [pedra-ai/pedra-mcp](https://github.com/pedra-ai/pedra-mcp) [![pedra-ai/pedra-mcp MCP server](https://glama.ai/mcp/servers/@pedra-ai/pedra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@pedra-ai/pedra-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI photo and video editing for real-estate listings via the Pedra API: virtual staging, renovation, room emptying, photo enhancement, sky replacement, object removal/blur, and property video generation. `npx @pedra-ai/mcp` ### πŸ”¬ Research From 12104bd3e28c02156976029fe99bc22bc1e5b071 Mon Sep 17 00:00:00 2001 From: faze79 Date: Sun, 12 Jul 2026 20:08:14 +0200 Subject: [PATCH 135/403] Add WPFVisualTreeMcp server (OS Automation) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..4ba8e8989 100644 --- a/README.md +++ b/README.md @@ -2387,6 +2387,7 @@ Servers for controlling the desktop operating system: screenshots, window manage - [juergenkoller-software/nemeton-mcp](https://github.com/juergenkoller-software/nemeton-mcp) [![juergenkoller-software/nemeton-mcp MCP server](https://glama.ai/mcp/servers/juergenkoller-software/nemeton-mcp/badges/score.svg)](https://glama.ai/mcp/servers/juergenkoller-software/nemeton-mcp) 🏠 🍎 - MCP bridge for [Nemeton](https://store.juergenkoller.software/en/apps/nemeton) β€” native macOS virtual machine manager built on Apples Virtualization.framework. Create/control Linux & macOS VMs (no Parallels, no QEMU), CoW snapshots on APFS, 50+ MCP tools across VM lifecycle, console, files, networking, and host metrics. - [tinqiao-oss/clawtouch-mcp](https://github.com/tinqiao-oss/clawtouch-mcp) [![tinqiao-oss/clawtouch-mcp MCP server](https://glama.ai/mcp/servers/tinqiao-oss/clawtouch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tinqiao-oss/clawtouch-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Physical USB HID keyboard/mouse control via a Raspberry Pi Pico 2 running open-source firmware. Exposes move, click, drag, type, key combos, and scroll as MCP tools for any MCP client. Genuine physical HID input on the standard driver path, with a `--mock` mode for hardware-free trials. `pip install clawtouch-mcp` - [juergenkoller-software/freezetext-mcp](https://github.com/juergenkoller-software/freezetext-mcp) [![juergenkoller-software/freezetext-mcp MCP server](https://glama.ai/mcp/servers/juergenkoller-software/freezetext-mcp/badges/score.svg)](https://glama.ai/mcp/servers/juergenkoller-software/freezetext-mcp) 🏠 🍎 - MCP server for [FreezeText](https://store.juergenkoller.software/en/apps/freezetext) β€” OCR anything on your Mac screen. Freeze the screen and extract text via Apple Vision (videos, popups, protected PDFs), OCR a region or base64 image, and manage a searchable capture history. 12 tools. +- [faze79/WPFVisualTreeMcp](https://github.com/faze79/WPFVisualTreeMcp) #️⃣ 🏠 πŸͺŸ - Inspect, debug and drive running WPF (.NET desktop) apps: visual tree, dependency properties, data bindings and binding errors, DataContext, and screenshots with open popups/menus included, plus clicking, item selection, text input and keyboard shortcuts. Auto-injects into any running WPF process (x64/x86) with no source changes. `dotnet tool install -g WpfVisualTreeMcp` ### πŸ“‹ Product Management From 7668cf5e8605c2eb6eb06b50725a7866c7ddad1c Mon Sep 17 00:00:00 2001 From: Colby Maxwell Date: Sun, 12 Jul 2026 15:23:31 -0400 Subject: [PATCH 136/403] =?UTF-8?q?Add=20Oravan=20to=20Legal=20=E2=80=94?= =?UTF-8?q?=20nonpartisan=20US=20Congress=20data=20(bilingual=20EN/ES)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aba40ef63..019569a65 100644 --- a/README.md +++ b/README.md @@ -2183,6 +2183,7 @@ Access to legal information, legislation, and legal databases. Enables AI models - [ark-forge/mcp-eu-ai-act](https://github.com/ark-forge/mcp-eu-ai-act) [![mcp-eu-ai-act MCP server](https://glama.ai/mcp/servers/@ark-forge/mcp-eu-ai-act/badges/score.svg)](https://glama.ai/mcp/servers/@ark-forge/mcp-eu-ai-act) πŸ“‡ ☁️ - EU AI Act compliance scanner that detects regulatory violations in AI codebases with risk classification and remediation guidance. - [atomno-labs/mcp-sudact](https://github.com/atomno-labs/mcp-sudact) [![atomno-labs/mcp-sudact MCP server](https://glama.ai/mcp/servers/atomno-labs/mcp-sudact/badges/score.svg)](https://glama.ai/mcp/servers/atomno-labs/mcp-sudact) 🐍☁️ - Russian court practice (Sudact): case search by article, court, instance and dates; full decision text. - [buildsyncinc/gibs-mcp](https://github.com/buildsyncinc/gibs-mcp) 🐍 ☁️ - Regulatory compliance (AI Act, GDPR, DORA) with article-level citations +- [cm2489/oravan](https://github.com/cm2489/oravan) πŸ“‡ ☁️ - Nonpartisan U.S. Congress data: plain-language bill decodes (bilingual EN/ES), representative lookup by ZIP with district-office phone numbers, and what’s-moving urgency ranking. Read-only, keyless, no accounts. Remote server at oravan.org/api/mcp/mcp, listed in the MCP registry as org.oravan/mcp. - [conformi-eu/conformi-search-mcp](https://github.com/conformi-eu/conformi-search-mcp) [![conformi-search MCP server](https://glama.ai/mcp/servers/conformi-eu/conformi-search-mcp/badges/score.svg)](https://glama.ai/mcp/servers/conformi-eu/conformi-search-mcp) πŸ“‡ ☁️ - EU legal research with verifiable CELEX citations from the EUR-Lex corpus (DE/EN/FR). Semantic search, knowledge reports and application-date timelines for GDPR, AI Act, NIS2, DORA and more. Remote server at conformi.eu/api/mcp, listed in the MCP registry as eu.conformi/conformi-search. - [djtellado/nexus-legal-mcp](https://github.com/djtellado/nexus-legal-mcp) [![djtellado/nexus-legal-mcp MCP server](https://glama.ai/mcp/servers/djtellado/nexus-legal-mcp/badges/score.svg)](https://glama.ai/mcp/servers/djtellado/nexus-legal-mcp) πŸ“‡ ☁️ - Multi-jurisdictional legal analysis (ISO 31000) for Spanish, Latin American and European law. 11 tools: `analyze`, `draft`, `audit`, `monte_carlo`, `doctrina` (DGT/TEAC), `jurisprudencia` (CENDOJ ~141k + Colombian CC/CSJ/CE ~106k), `opinion`, `redteam`, `cross_border_compare`, `consulta`. Install: `npx -y @nexus-legal/mcp` with API key from https://nexusquantum.legal/developers. - [edithatogo/fyi-cli](https://github.com/edithatogo/fyi-cli) [![edithatogo/fyi-cli MCP server](https://glama.ai/mcp/servers/edithatogo/fyi-cli/badges/score.svg)](https://glama.ai/mcp/servers/edithatogo/fyi-cli) πŸ¦€ 🏠 πŸͺŸ - Multi-jurisdiction Freedom of Information / Official Information request tracker (`fyi-mcp`) for Alaveteli platforms (FYI.org.nz, WhatDoTheyKnow, RightToKnow, and more). Local SQLite storage with tools for requests, authorities, correspondence, offline sync, and health checks. Official MCP Registry: `io.github.edithatogo/fyi-mcp`. From 7136592bd8c6e3af943893e2e7fd0a12f4c5c9f3 Mon Sep 17 00:00:00 2001 From: max Date: Sun, 12 Jul 2026 22:31:18 +0300 Subject: [PATCH 137/403] Add Glama badge for MCP Shield --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e88ef05c..e50172a70 100644 --- a/README.md +++ b/README.md @@ -2726,7 +2726,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [mrexodia/ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) 🐍 🏠 - MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and allows you to generate malware analysis reports automatically. - [mrz1880/mcp-keycloak-admin](https://github.com/mrz1880/mcp-keycloak-admin) [![mrz1880/mcp-keycloak-admin MCP server](https://glama.ai/mcp/servers/mrz1880/mcp-keycloak-admin/badges/score.svg)](https://glama.ai/mcp/servers/mrz1880/mcp-keycloak-admin) πŸ“‡ 🏠 - Administer Keycloak through its Admin REST API β€” users, roles, clients, groups, identity providers, federation and events. Safe by default: read-only mode, realm allow-list, and confirmation for destructive actions. `npx -y mcp-keycloak-admin` - [muhannad-hash/mcp-shield](https://github.com/muhannad-hash/mcp-shield) [![mcp-shield MCP server](https://glama.ai/mcp/servers/muhannad-hash/mcp-shield/badges/score.svg)](https://glama.ai/mcp/servers/muhannad-hash/mcp-shield) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Security scanner for MCP servers. Detects backdoors, exfiltration code, obfuscation, dangerous code execution, prompt injection, and supply chain risks before you install. Four tools: scan npm packages, scan local directories, check prompt injection, and audit supply chain trust score. `npx @muhannad-hash/mcp-shield` -- [rob925/mcp-shield](https://github.com/rob925/mcp-shield) 🐍 🏠 🍎 πŸͺŸ 🐧 - Static security scanner and MCP server for MCP servers and AI agent tools. Detects secrets, shell execution, risky tool descriptions, environment access, and prompt-injection phrases. `mcp-shield-server` +- [rob925/mcp-shield](https://github.com/rob925/mcp-shield) [![rob925/mcp-shield MCP server](https://glama.ai/mcp/servers/rob925/mcp-shield/badges/score.svg)](https://glama.ai/mcp/servers/rob925/mcp-shield) 🐍 🏠 🍎 πŸͺŸ 🐧 - Static security scanner and MCP server for MCP servers and AI agent tools. Detects secrets, shell execution, risky tool descriptions, environment access, and prompt-injection phrases. `mcp-shield-server` - [nickpending/mcp-recon](https://github.com/nickpending/mcp-recon) 🏎️ 🏠 - Conversational recon interface and MCP server powered by httpx and asnmap. Supports various reconnaissance levels for domain analysis, security header inspection, certificate analysis, and ASN lookup. - [operantlabs/operant-mcp](https://github.com/operantlabs/operant-mcp) [![operant-mcp MCP server](https://glama.ai/mcp/servers/operantlabs/operant-mcp/badges/score.svg)](https://glama.ai/mcp/servers/operantlabs/operant-mcp) πŸ“‡ ☁️ 🏠 - Security testing MCP server with 51 tools for penetration testing, network forensics, memory analysis, and vulnerability assessment. - [OrygnsCode/opa-mcp-server](https://github.com/OrygnsCode/opa-mcp-server) [![OrygnsCode/opa-mcp-server MCP server](https://glama.ai/mcp/servers/OrygnsCode/opa-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/OrygnsCode/opa-mcp-server) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Open Policy Agent (OPA) and Rego policy toolkit. 32 tools spanning authoring (format, lint, check, deps), evaluation (eval, test, bench, coverage), and OPA REST control (policies, data, decisions, compile). Wraps the OPA CLI and the [Regal](https://github.com/StyraInc/regal) linter, with AI-assisted helpers for explaining decisions, generating test skeletons, and suggesting fixes. From 0fb320c4b506178bc82fcebdfe532e4f544465ca Mon Sep 17 00:00:00 2001 From: Alban Date: Sun, 12 Jul 2026 23:10:11 +0200 Subject: [PATCH 138/403] Add Sunshine Atlas server (Travel & Transportation) Co-Authored-By: Claude Opus 4.8 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..3fcca1ec7 100644 --- a/README.md +++ b/README.md @@ -2915,6 +2915,7 @@ Access to travel and transportation information. Enables querying schedules, rou - [Autonomad1/autonomad-travel](https://github.com/Autonomad1/autonomad-travel) [![Autonomad1/autonomad-travel MCP server](https://glama.ai/mcp/servers/Autonomad1/autonomad-travel/badges/score.svg)](https://glama.ai/mcp/servers/Autonomad1/autonomad-travel) πŸ“‡ ☁️ - AI travel agent over MCP β€” live flights, hotels, activities, and events worldwide, then completes the booking on autonomad.ai (free signup at checkout, first month of Premium included). - [campertunity/mcp-server](https://github.com/campertunity/mcp-server) πŸŽ–οΈ πŸ“‡ 🏠 - Search campgrounds around the world on campertunity, check availability, and provide booking links - [cobanov/teslamate-mcp](https://github.com/cobanov/teslamate-mcp) 🐍 🏠 - A Model Context Protocol (MCP) server that provides access to your TeslaMate database, allowing AI assistants to query Tesla vehicle data and analytics. +- [Flightmussy/sunshine-atlas-mcp](https://github.com/Flightmussy/sunshine-atlas-mcp) πŸ“‡ ☁️ - Where is it sunny? Monthly 0–100 Sunshine Scores, day/night temperatures, rainfall and sea temperature for 3,833 destinations that all have their own airport β€” ranked sunny-in-a-month searches, best-time-to-visit lookups and side-by-side comparisons from long-term climate normals. Hosted at https://sunshineatlas.com/api/mcp, no key required. Data CC BY 4.0. - [forgemeshlabs/travel-agent-mcp](https://github.com/forgemeshlabs/travel-agent-mcp) [![forgemeshlabs/travel-agent-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/travel-agent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/travel-agent-mcp) πŸ“‡ ☁️ - Free travel utilities plus live x402 travel intelligence: $0.01 Travel Pulse disruption and emergency-awareness checks, day trips, weekend getaways, creator experiences, weather-aware planning, mobility options, currency conversion, airport checks, and timing guidance. - [forgemeshlabs/travel-mcp](https://github.com/forgemeshlabs/travel-mcp) [![forgemeshlabs/travel-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/travel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/travel-mcp) πŸ“‡ ☁️ - Public travel search workflow MCP server for airport lookup, route comparison, timing guidance, and external booking links through generic travel search providers. - [haomingkoo/japan-seasons-mcp](https://github.com/haomingkoo/japan-seasons-mcp) [![japan-seasons-mcp MCP server](https://glama.ai/mcp/servers/haomingkoo/japan-seasons-mcp/badges/score.svg)](https://glama.ai/mcp/servers/haomingkoo/japan-seasons-mcp) πŸ“‡ ☁️ - Live Japan seasonal travel β€” cherry blossom forecasts, autumn leaves, flower spots, fruit picking & festivals. 1,700+ GPS-tagged spots from Japan Meteorological Corporation. Updated daily. From 250cba2d92ae76a62a19f521d934f95596fd0879 Mon Sep 17 00:00:00 2001 From: FROWNINGdev Date: Mon, 13 Jul 2026 03:09:54 +0500 Subject: [PATCH 139/403] Add django-orm-lens under Databases --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aba40ef63..375089329 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![ΰΉ„ΰΈ—ΰΈ’](https://img.shields.io/badge/Thai-Click-blue)](README-th.md) +ο»Ώ[![ΰΉ„ΰΈ—ΰΈ’](https://img.shields.io/badge/Thai-Click-blue)](README-th.md) [![English](https://img.shields.io/badge/English-Click-yellow)](README.md) [![繁體中文](https://img.shields.io/badge/繁體中文-ι»žζ“ŠζŸ₯ηœ‹-orange)](README-zh_TW.md) [![η€δ½“δΈ­ζ–‡](https://img.shields.io/badge/η€δ½“δΈ­ζ–‡-点击ζŸ₯ηœ‹-orange)](README-zh.md) @@ -815,6 +815,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [Michael2150/flamerobin-mcp-server](https://github.com/Michael2150/flamerobin-mcp-server) [![Michael2150/flamerobin-mcp-server MCP server](https://glama.ai/mcp/servers/Michael2150/flamerobin-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Michael2150/flamerobin-mcp-server) #️⃣ 🏠 πŸͺŸ - Firebird database MCP server that reads connection details from [FlameRobin's](http://www.flamerobin.org/) config β€” no credential setup required. Access all locally registered databases in one session with full schema introspection, DDL/DML execution, execution plans, and missing index analysis. - [freema/mcp-gsheets](https://github.com/freema/mcp-gsheets) πŸ“‡ ☁️ - MCP server for Google Sheets API integration with comprehensive reading, writing, formatting, and sheet management capabilities. - [FreePeak/db-mcp-server](https://github.com/FreePeak/db-mcp-server) 🏎️ 🏠 – A high-performance multi-database MCP server built with Golang, supporting MySQL & PostgreSQL (NoSQL coming soon). Includes built-in tools for query execution, transaction management, schema exploration, query building, and performance analysis, with seamless Cursor integration for enhanced database workflows. +- [FROWNINGdev/django-orm-lens](https://github.com/FROWNINGdev/django-orm-lens) 🐍 🏠 - Exposes Django ORM schema, models, and relationships (fields, FK/M2M/O2O, on_delete, related_name, Meta) to AI agents via 5 read-only tools. Companion to the VS Code ERD extension. Static parse β€” no DB, no Django boot. - [furey/mongodb-lens](https://github.com/furey/mongodb-lens) πŸ“‡ 🏠 - MongoDB Lens: Full Featured MCP Server for MongoDB Databases - [gannonh/firebase-mcp](https://github.com/gannonh/firebase-mcp) πŸ”₯ ⛅️ - Firebase services including Auth, Firestore and Storage. - [get-convex/convex-backend](https://stack.convex.dev/convex-mcp-server) πŸ“‡ ☁️ - Convex database integration to introspect tables, functions, and run oneoff queries ([Source](https://github.com/get-convex/convex-backend/blob/main/npm-packages/convex/src/cli/mcp.ts)) From e85e1c5bbd4b6c56e5254f1ea94950382ce1c42e Mon Sep 17 00:00:00 2001 From: Juan Jose del Rio Holgado <641373+partymola@users.noreply.github.com> Date: Sun, 12 Jul 2026 23:45:21 +0100 Subject: [PATCH 140/403] Add partymola/withings-mcp to Sports --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db5c55743..80307eab5 100644 --- a/README.md +++ b/README.md @@ -2909,6 +2909,7 @@ Tools for accessing sports-related data, results, and statistics. - [mikechao/balldontlie-mcp](https://github.com/mikechao/balldontlie-mcp) πŸ“‡ - MCP server that integrates balldontlie api to provide information about players, teams and games for the NBA, NFL and MLB - [Milofax/xert-mcp](https://github.com/Milofax/xert-mcp) πŸ“‡ ☁️ - MCP server for XERT cycling analytics β€” access fitness signature (FTP, HIE, PP), training status, workouts, activities with XSS metrics, and MPA analysis. - [partymola/fitbit-mcp](https://github.com/partymola/fitbit-mcp) [![partymola/fitbit-mcp MCP server](https://glama.ai/mcp/servers/partymola/fitbit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/partymola/fitbit-mcp) 🐍 ☁️ 🏠 - MCP server for the Fitbit Web API. OAuth 2.0 PKCE, local SQLite cache with auto-sync, and trend analysis. Tools for heart rate, activity, exercises, sleep, weight, SpO2, and HRV. +- [partymola/withings-mcp](https://github.com/partymola/withings-mcp) [![partymola/withings-mcp MCP server](https://glama.ai/mcp/servers/partymola/withings-mcp/badges/score.svg)](https://glama.ai/mcp/servers/partymola/withings-mcp) 🐍 ☁️ 🏠 - MCP server for the Withings Health API: OAuth, local SQLite cache, and trend analysis for body composition, sleep, activity, workouts, and ECG. - [proplineapi/propline-mcp](https://github.com/proplineapi/propline-mcp) [![proplineapi/propline-mcp MCP server](https://glama.ai/mcp/servers/proplineapi/propline-mcp/badges/score.svg)](https://glama.ai/mcp/servers/proplineapi/propline-mcp) πŸ“‡ ☁️ - Live sports betting odds, cross-book +EV, and graded prop resolution (every Over/Under settled against real box scores) across 13 sportsbooks for MLB, NBA, NHL, NFL, soccer, and UFC. the-odds-api compatible; free tier, no card. - [r-huijts/firstcycling-mcp](https://github.com/r-huijts/firstcycling-mcp) πŸ“‡ ☁️ - Access cycling race data, results, and statistics through natural language. Features include retrieving start lists, race results, and rider information from firstcycling.com. - [r-huijts/strava-mcp](https://github.com/r-huijts/strava-mcp) πŸ“‡ ☁️ - A Model Context Protocol (MCP) server that connects to Strava API, providing tools to access Strava data through LLMs From 333e5802e64f8a746fabce09e950447e80092454 Mon Sep 17 00:00:00 2001 From: Juan Jose del Rio Holgado <641373+partymola@users.noreply.github.com> Date: Sun, 12 Jul 2026 23:45:35 +0100 Subject: [PATCH 141/403] Add partymola/ticktick-mcp to Workplace & Productivity --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db5c55743..5f7ba3357 100644 --- a/README.md +++ b/README.md @@ -3182,6 +3182,7 @@ Interact with Git repositories and version control platforms. Enables repository - [j3k0/speech.sh](https://github.com/j3k0/speech.sh/blob/main/MCP_README.md) 🏠 - Let the agent speak things out loud, notify you when he's done working with a quick summary - [jagan-shanmugam/climatiq-mcp-server](https://github.com/jagan-shanmugam/climatiq-mcp-server) 🐍 🏠 - A Model Context Protocol (MCP) server for accessing the Climatiq API to calculate carbon emissions. This allows AI assistants to perform real-time carbon calculations and provide climate impact insights. - [jen6/ticktick-mcp](https://github.com/jen6/ticktick-mcp) 🐍 ☁️ - [TickTick](https://ticktick.com/) MCP server. Built upon the ticktick-py library, it offers significantly improved filtering capabilities. +- [partymola/ticktick-mcp](https://github.com/partymola/ticktick-mcp) [![partymola/ticktick-mcp MCP server](https://glama.ai/mcp/servers/partymola/ticktick-mcp/badges/score.svg)](https://glama.ai/mcp/servers/partymola/ticktick-mcp) 🐍 ☁️ 🏠 - MCP server for TickTick task management: create, update, complete, move, and filter tasks with field-preserving updates and completion tracking. - [Salen-Project/ticktick-mcp](https://github.com/Salen-Project/ticktick-mcp) [![Salen-Project/ticktick-mcp MCP server](https://glama.ai/mcp/servers/Salen-Project/ticktick-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Salen-Project/ticktick-mcp) 🐍 ☁️ - [TickTick](https://ticktick.com/) MCP server using the official OAuth 2.0 API. Supports creating, listing, updating, completing, and deleting tasks. Includes a natural language skill for automatic task detection in Claude Cowork. - [jimfilippou/things-mcp](https://github.com/jimfilippou/things-mcp) πŸ“‡ 🏠 🍎 - A Model Context Protocol (MCP) server that provides seamless integration with the [Things](https://culturedcode.com/things/) productivity app. This server enables AI assistants to create, update, and manage your todos and projects in Things using its comprehensive URL scheme. - [johannesbrandenburger/typst-mcp](https://github.com/johannesbrandenburger/typst-mcp) 🐍 🏠 - MCP server for Typst, a markup-based typesetting system. It provides tools for converting between LaTeX and Typst, validating Typst syntax, and generating images from Typst code. From 758cfcd2b9f70fd46d34061c6a267002172fd02e Mon Sep 17 00:00:00 2001 From: Deniz Date: Mon, 13 Jul 2026 01:56:02 +0300 Subject: [PATCH 142/403] Add ShieldZCash/shieldz-mcp (keyless non-custodial crypto payments) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db5c55743..ac76bec58 100644 --- a/README.md +++ b/README.md @@ -1523,6 +1523,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [qinisolabs/bizdays](https://github.com/qinisolabs/bizdays) [![qinisolabs/bizdays MCP server](https://glama.ai/mcp/servers/qinisolabs/bizdays/badges/score.svg)](https://glama.ai/mcp/servers/qinisolabs/bizdays) πŸ“‡ 🏠 ☁️ - Business-day & public-holiday calculations for 200+ countries (add/count working days, next business day, country weekend rules). - [0rkz/byte-mcp-server](https://github.com/0rkz/byte-mcp-server) [![0rkz/byte-mcp-server MCP server](https://glama.ai/mcp/servers/0rkz/byte-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/0rkz/byte-mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - PayPerByte β€” per-byte data marketplace for AI agents on Arbitrum. Discover publishers, evaluate on-chain Proof-of-Quality Score (PQS), subscribe + pay per request in USDC via x402 gateway. 15 tools, zero API keys. - [Savvly/savvly-mcp](https://github.com/Savvly/savvly-mcp) [![Savvly/savvly-mcp MCP server](https://glama.ai/mcp/servers/Savvly/savvly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Savvly/savvly-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 - Savvly Longevity Benefit Fund: retirement projections (lump-sum, monthly, and full trajectory), product comparisons, eligibility checks, and FAQ search. An SEC-registered fund offering market upside plus longevity protection. Remote at api.savvly.com/mcp or `npx @savvly/mcp-server`. +- [ShieldZCash/shieldz-mcp](https://github.com/ShieldZCash/shieldz-mcp) πŸ“‡ ☁️ 🏠 - Keyless, non-custodial crypto payments. Create crypto payment links and tip jars with just a wallet address, no API key, no signup. Funds settle directly to the merchant’s wallet. Remote at https://shieldz.cash/mcp or `npx @shieldz/mcp`. - [eliasfire617/crypto-market-data-mcp](https://github.com/eliasfire617/crypto-market-data-mcp) [![eliasfire617/crypto-market-data-mcp MCP server](https://glama.ai/mcp/servers/eliasfire617/crypto-market-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/eliasfire617/crypto-market-data-mcp) 🐍 ☁️ - Live crypto market data β€” price, funding rates, open interest, long/short ratio, order book, candles β€” across Bybit, Binance, OKX, Hyperliquid, Gate, KuCoin via CCXT, with funding-rate arbitrage comparison. - [ocbenji/bitcoinbenji-mcp](https://github.com/ocbenji/bitcoinbenji-mcp) [![ocbenji/bitcoinbenji-mcp MCP server](https://glama.ai/mcp/servers/ocbenji/bitcoinbenji-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ocbenji/bitcoinbenji-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Lightning-paid (L402) Bitcoin mempool intelligence + sovereign on-prem AI inference. 25 pay-per-call tools: live fees with trend, whale/mempool alerts, fee prediction, tx status & exact fee quotes, plus AI summarize/translate/grammar/code-review/code-gen/extract/classify/rewrite/explain/vision/OCR/embeddings and long-context docs β€” all on a self-hosted solar-powered GPU, no third-party APIs, pay 2–100 sats per call. `npm i -g @bitcoinbenji/mcp` - [teodorofodocrispin-cmyk/intelica-mcp](https://github.com/teodorofodocrispin-cmyk/intelica-mcp) [![intelica-mcp MCP server](https://glama.ai/mcp/servers/teodorofodocrispin-cmyk/intelica-mcp/badges/score.svg)](https://glama.ai/mcp/servers/teodorofodocrispin-cmyk/intelica-mcp) 🐍 ☁️ - Competitive intelligence API for autonomous AI agents. Analyzes any URL or company description and returns structured JSON with market positioning, competitors, pain points, and executable Market Score (threat_level, moat_strength, agent_recommendation). 10 context modes including regulatory_compliance, venture_screening, crypto_protocol, and sales_enablement. Pay-per-call via x402 on Base and Solana mainnet β€” no accounts, no API keys. From 0f299fe3f5053fa194535a1de09f7a424498efad Mon Sep 17 00:00:00 2001 From: ltspace <71513206+ltspace@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:49:20 +0800 Subject: [PATCH 143/403] Add ltspace/dowse to File Systems --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a478adf8f..9a299fec7 100644 --- a/README.md +++ b/README.md @@ -1504,6 +1504,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [isaacphi/mcp-gdrive](https://github.com/isaacphi/mcp-gdrive) πŸ“‡ ☁️ - Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets. - [j0hanz/filesystem-context-mcp-server](https://github.com/j0hanz/filesystem-context-mcp-server) πŸ“‡ 🏠 - Read-only MCP server for secure filesystem exploration, searching, and analysis with symlink protection. - [jeannier/homebrew-mcp](https://github.com/jeannier/homebrew-mcp) 🐍 🏠 🍎 - Control your macOS Homebrew setup using natural language via this MCP server. Simply manage your packages, or ask for suggestions, troubleshoot brew issues etc. +- [ltspace/dowse](https://github.com/ltspace/dowse) [![ltspace/dowse MCP server](https://glama.ai/mcp/servers/@ltspace/dowse/badges/score.svg)](https://glama.ai/mcp/servers/@ltspace/dowse) πŸ¦€ 🏠 πŸͺŸ - Windows-native full-disk search over file names, document contents, and OCR'd screenshot text, exposed to AI agents via a read-only local MCP server. - [mamertofabian/mcp-everything-search](https://github.com/mamertofabian/mcp-everything-search) 🐍 🏠 πŸͺŸ - Fast Windows file search using Everything SDK - [MarceauSolutions/md-to-pdf-mcp](https://github.com/MarceauSolutions/md-to-pdf-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Convert Markdown files to professional PDFs with customizable themes, headers, footers, and styling - [mark3labs/mcp-filesystem-server](https://github.com/mark3labs/mcp-filesystem-server) 🏎️ 🏠 - Golang implementation for local file system access. From e2ce91996ae46ebba705c89d1200ba6a2f9e14ca Mon Sep 17 00:00:00 2001 From: KnockOutEZ Date: Mon, 13 Jul 2026 11:28:05 +0600 Subject: [PATCH 144/403] Add wigolo to Search & Data Extraction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 705902da6..9813fb193 100644 --- a/README.md +++ b/README.md @@ -2506,6 +2506,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [vectara/vectara-mcp](https://github.com/vectara/vectara-mcp) 🐍 🏠 ☁️ - An MCP server for accessing Vectara's trusted RAG-as-a-service platform. ### πŸ”Ž Search & Data Extraction +- [KnockOutEZ/wigolo](https://github.com/KnockOutEZ/wigolo) πŸ“‡ 🏠 - Local-first, keyless web intelligence in one server: search, fetch, crawl, extract, cache, find-similar, and research. Multi-engine search with local ML reranking and a persistent SQLite cache, renders JS-heavy pages, and keeps everything on your machine. Install via `npx wigolo init --non-interactive --agents=`. - [newsagentdata/newsagent-mcp](https://github.com/newsagentdata/newsagent-mcp) [![newsagentdata/newsagent-mcp MCP server](https://glama.ai/mcp/servers/newsagentdata/newsagent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/newsagentdata/newsagent-mcp) 🐍 ☁️ - Real-time, ML-enriched news intelligence β€” urgency scoring, political lean & event clustering across 190+ countries. - [qinisolabs/icdwise](https://github.com/qinisolabs/icdwise) πŸ“‡ 🏠 ☁️ - Verified ICD-10-CM medical code lookup, validation & reverse search β€” official descriptions, never guessed. [![qinisolabs/icdwise MCP server](https://glama.ai/mcp/servers/qinisolabs/icdwise/badges/score.svg)](https://glama.ai/mcp/servers/qinisolabs/icdwise) - [AIweather-Anurag/ottasia-mcp-server](https://github.com/AIweather-Anurag/ottasia-mcp-server) [![AIweather-Anurag/ottasia-mcp-server MCP server](https://glama.ai/mcp/servers/AIweather-Anurag/ottasia-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/AIweather-Anurag/ottasia-mcp-server) πŸ“‡ ☁️ 🏠 - Where to watch any movie or TV show across 30 Asian and Middle Eastern streaming markets (Netflix, Disney+ Hotstar, Wavve, Shahid, Hoichoi, ZEE5, JioCinema, and 17 more). `npx -y @ottasia/mcp-server` From c46b00531494d31a9b35748947ff35655f558fd3 Mon Sep 17 00:00:00 2001 From: KnockOutEZ Date: Mon, 13 Jul 2026 11:44:34 +0600 Subject: [PATCH 145/403] Add Glama score badge for wigolo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9813fb193..1b1b13322 100644 --- a/README.md +++ b/README.md @@ -2506,7 +2506,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [vectara/vectara-mcp](https://github.com/vectara/vectara-mcp) 🐍 🏠 ☁️ - An MCP server for accessing Vectara's trusted RAG-as-a-service platform. ### πŸ”Ž Search & Data Extraction -- [KnockOutEZ/wigolo](https://github.com/KnockOutEZ/wigolo) πŸ“‡ 🏠 - Local-first, keyless web intelligence in one server: search, fetch, crawl, extract, cache, find-similar, and research. Multi-engine search with local ML reranking and a persistent SQLite cache, renders JS-heavy pages, and keeps everything on your machine. Install via `npx wigolo init --non-interactive --agents=`. +- [KnockOutEZ/wigolo](https://github.com/KnockOutEZ/wigolo) πŸ“‡ 🏠 - Local-first, keyless web intelligence in one server: search, fetch, crawl, extract, cache, find-similar, and research. Multi-engine search with local ML reranking and a persistent SQLite cache, renders JS-heavy pages, and keeps everything on your machine. Install via `npx wigolo init --non-interactive --agents=`. [![KnockOutEZ/wigolo MCP server](https://glama.ai/mcp/servers/KnockOutEZ/wigolo/badges/score.svg)](https://glama.ai/mcp/servers/KnockOutEZ/wigolo) - [newsagentdata/newsagent-mcp](https://github.com/newsagentdata/newsagent-mcp) [![newsagentdata/newsagent-mcp MCP server](https://glama.ai/mcp/servers/newsagentdata/newsagent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/newsagentdata/newsagent-mcp) 🐍 ☁️ - Real-time, ML-enriched news intelligence β€” urgency scoring, political lean & event clustering across 190+ countries. - [qinisolabs/icdwise](https://github.com/qinisolabs/icdwise) πŸ“‡ 🏠 ☁️ - Verified ICD-10-CM medical code lookup, validation & reverse search β€” official descriptions, never guessed. [![qinisolabs/icdwise MCP server](https://glama.ai/mcp/servers/qinisolabs/icdwise/badges/score.svg)](https://glama.ai/mcp/servers/qinisolabs/icdwise) - [AIweather-Anurag/ottasia-mcp-server](https://github.com/AIweather-Anurag/ottasia-mcp-server) [![AIweather-Anurag/ottasia-mcp-server MCP server](https://glama.ai/mcp/servers/AIweather-Anurag/ottasia-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/AIweather-Anurag/ottasia-mcp-server) πŸ“‡ ☁️ 🏠 - Where to watch any movie or TV show across 30 Asian and Middle Eastern streaming markets (Netflix, Disney+ Hotstar, Wavve, Shahid, Hoichoi, ZEE5, JioCinema, and 17 more). `npx -y @ottasia/mcp-server` From 149d9f9a05034b2b013e4fb463b70f7f66de2951 Mon Sep 17 00:00:00 2001 From: Wuesteon Date: Mon, 13 Jul 2026 14:49:14 +0800 Subject: [PATCH 146/403] Add Glama score badge to lean-memory entry Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01VN8XW7G32ijG9csEnAMxQm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 741f7db30..8dbf757e2 100644 --- a/README.md +++ b/README.md @@ -2127,7 +2127,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [wazionapps/nexo](https://github.com/wazionapps/nexo) [![wazionapps/nexo MCP server](https://glama.ai/mcp/servers/wazionapps/nexo/badges/score.svg)](https://glama.ai/mcp/servers/wazionapps/nexo) 🐍 🏠 - Cognitive memory for AI agents with Atkinson-Shiffrin memory model (STM/LTM/sensory register), semantic RAG, Ebbinghaus decay, trust scoring, and 76+ MCP tools. - [whynowlab/jarvis-orb](https://github.com/whynowlab/jarvis-orb) [![whynowlab/jarvis-orb MCP server](https://glama.ai/mcp/servers/whynowlab/jarvis-orb/badges/score.svg)](https://glama.ai/mcp/servers/whynowlab/jarvis-orb) 🐍 🏠 - Persistent 4-tier AI memory (episodic, semantic, project, procedural) with temporal scoring, contradiction detection, entity tracking, and real-time desktop visualization orb. - [wnbhr/being](https://github.com/wnbhr/being) [![wnbhr/being MCP server](https://glama.ai/mcp/servers/wnbhr/being/badges/score.svg)](https://glama.ai/mcp/servers/wnbhr/being) πŸ“‡ ☁️ - Personality Runtime for AI agents β€” persistent memory, identity (SOUL), and relationships that travel across Claude, OpenClaw, Mistral, and any MCP client. -- [Wuesteon/lean-memory](https://github.com/Wuesteon/lean-memory) 🐍 🏠 🍎 πŸͺŸ 🐧 - Embedded, local-first agent memory β€” facts in a per-namespace SQLite file with hybrid retrieval and point-in-time (time-travel) queries; ADD-only history, no server, no cloud. `pip install 'lean-memory[mcp,models,extract]'` +- [Wuesteon/lean-memory](https://github.com/Wuesteon/lean-memory) [![Wuesteon/lean-memory MCP server](https://glama.ai/mcp/servers/Wuesteon/lean-memory/badges/score.svg)](https://glama.ai/mcp/servers/Wuesteon/lean-memory) 🐍 🏠 🍎 πŸͺŸ 🐧 - Embedded, local-first agent memory β€” facts in a per-namespace SQLite file with hybrid retrieval and point-in-time (time-travel) queries; ADD-only history, no server, no cloud. `pip install 'lean-memory[mcp,models,extract]'` - [TheStack-ai/waypath](https://github.com/TheStack-ai/waypath) [![TheStack-ai/waypath MCP server](https://glama.ai/mcp/servers/TheStack-ai/waypath/badges/score.svg)](https://glama.ai/mcp/servers/TheStack-ai/waypath) πŸ“‡ 🏠 - Local-first external brain CLI for coding agents. SQLite-backed context, graph-aware recall via FTS5 and RRF, and governed memory with explicit promote and review gates. Ships Codex and Claude Code host shims and a native MCP server. - [zzhang82/Agent-Memory-Bridge](https://github.com/zzhang82/Agent-Memory-Bridge) [![zzhang82/Agent-Memory-Bridge MCP server](https://glama.ai/mcp/servers/zzhang82/Agent-Memory-Bridge/badges/score.svg)](https://glama.ai/mcp/servers/zzhang82/Agent-Memory-Bridge) 🐍 🏠 - MCP-native, local-first memory for coding agents that turns coding sessions into reusable engineering memory: decisions, gotchas, and domain knowledge. - [teolex2020/AuraSDK](https://github.com/teolex2020/AuraSDK) [![teolex2020-aurasdk MCP server](https://glama.ai/mcp/servers/teolex2020-aurasdk/badges/score.svg)](https://glama.ai/mcp/servers/teolex2020-aurasdk) 🐍 🏠 β€” Persistent cognitive memory for Claude Desktop. Sub-ms recall, offline, encrypted. From 4ac17774af3165bac38b36122c1ae794ba0fcd36 Mon Sep 17 00:00:00 2001 From: sh6drack Date: Mon, 13 Jul 2026 00:03:10 -0700 Subject: [PATCH 147/403] Add cosmos-mcp to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9aa327644..276ab29c8 100644 --- a/README.md +++ b/README.md @@ -2169,6 +2169,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [timowhite88/farnsworth-syntek](https://github.com/timowhite88/farnsworth-syntek) πŸ“‡ ☁️ - 7-layer recursive agent memory with context branching, holographic recall, dream consolidation, and on-chain persistence. MCP-native with 10 tools for persistent agent cognition. - [topskychen/tilde](https://github.com/topskychen/tilde) 🐍 🏠 - Your AI agents' home directory β€” privacy-first MCP server for portable AI identity. Configure once, use everywhere. It supports profile management, skills, resume import, and team sync. - [tstockham96/engram](https://github.com/tstockham96/engram) [![engram MCP server](https://glama.ai/mcp/servers/@tstockham96/engram/badges/score.svg)](https://glama.ai/mcp/servers/@tstockham96/engram) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Intelligent agent memory with semantic recall, automatic consolidation, contradiction detection, and bi-temporal knowledge graph. 80% on LOCOMO benchmark using 96% fewer tokens than full-context approaches. +- [teampolarity/cosmos-mcp](https://github.com/teampolarity/cosmos-mcp) [![teampolarity/cosmos-mcp MCP server](https://glama.ai/mcp/servers/@teampolarity/cosmos-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@teampolarity/cosmos-mcp) πŸ“‡ ☁️ 🏠 🍎 - Personal knowledge graph shared across MCP clients. Account-keyed and portable as a `.polarity` file, with sources for iMessage, browser history, calendar, Claude Desktop transcripts, shell history, Notion, and Obsidian. `npx -y @polarity-lab/cosmos-mcp` - [TeamSafeAI/LIFE](https://github.com/TeamSafeAI/LIFE) 🐍 🏠 - Persistent identity architecture for AI agents. 16 MCP servers covering drives, emotional relationships, semantic memory with decay, working threads, learned patterns, journal, genesis (identity discovery), creative collision engine, forecasting, and voice. Zero dependencies beyond Python 3.8. Built across 938 conversations. - [TT-Wang/cortex-plugin](https://github.com/TT-Wang/cortex-plugin) [![cortex-plugin MCP server](https://glama.ai/mcp/servers/TT-Wang/cortex-plugin/badges/score.svg)](https://glama.ai/mcp/servers/TT-Wang/cortex-plugin) 🐍 🏠 🍎 🐧 - Persistent, self-evolving memory plugin for Claude Code. Background miner extracts durable lessons (decisions, conventions, bug fixes) from completed sessions via Claude Haiku, stores them as human-readable markdown in an Obsidian vault, and assembles query-tailored context briefings at session start. Local-first, no cloud, no API keys. Self-healing install via uv bootstrap shim, `/cortex-doctor` preflight, graceful FTS-only degraded mode when `claude` CLI missing. MIT. - [TyKolt/kremis](https://github.com/TyKolt/kremis) [![kremis MCP server](https://glama.ai/mcp/servers/TyKolt/kremis/badges/score.svg)](https://glama.ai/mcp/servers/TyKolt/kremis) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Deterministic knowledge graph MCP server. Single binary, zero LLM/embedding calls in the bridge, BLAKE3 state hashing, canonical KREX export for byte-identical audit. Local-first via redb (ACID). **Alpha**. From 4007373280bbe1d5b9f4a9d5feafd8bd6d24861f Mon Sep 17 00:00:00 2001 From: rajanshxrma Date: Mon, 13 Jul 2026 04:55:35 -0400 Subject: [PATCH 148/403] added cadence to the sports section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86c621dce..7f3b6ac39 100644 --- a/README.md +++ b/README.md @@ -2993,6 +2993,7 @@ Tools for accessing sports-related data, results, and statistics. - [proplineapi/propline-mcp](https://github.com/proplineapi/propline-mcp) [![proplineapi/propline-mcp MCP server](https://glama.ai/mcp/servers/proplineapi/propline-mcp/badges/score.svg)](https://glama.ai/mcp/servers/proplineapi/propline-mcp) πŸ“‡ ☁️ - Live sports betting odds, cross-book +EV, and graded prop resolution (every Over/Under settled against real box scores) across 13 sportsbooks for MLB, NBA, NHL, NFL, soccer, and UFC. the-odds-api compatible; free tier, no card. - [r-huijts/firstcycling-mcp](https://github.com/r-huijts/firstcycling-mcp) πŸ“‡ ☁️ - Access cycling race data, results, and statistics through natural language. Features include retrieving start lists, race results, and rider information from firstcycling.com. - [r-huijts/strava-mcp](https://github.com/r-huijts/strava-mcp) πŸ“‡ ☁️ - A Model Context Protocol (MCP) server that connects to Strava API, providing tools to access Strava data through LLMs +- [rajanshxrma/cadence](https://github.com/rajanshxrma/cadence) 🐍 🏠 🍎 - Local-first health context from WHOOP and Apple Health β€” sleep, recovery, workouts, and personal baselines in a local SQLite store. - [rajdeepmondaldotcom/whoop-mcp-server](https://github.com/rajdeepmondaldotcom/whoop-mcp-server) [![rajdeepmondaldotcom/whoop-mcp-server MCP server](https://glama.ai/mcp/servers/rajdeepmondaldotcom/whoop-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/rajdeepmondaldotcom/whoop-mcp-server) 🐍 🏠 🍎 πŸͺŸ 🐧 - WHOOP recovery, sleep, strain, and workouts with server-side analysis: trends, lag-aware correlations, training load, and full-history export. Demo mode needs no WHOOP account; one-command setup for Claude, Cursor, and VS Code. - [RobSpectre/mvf1](https://github.com/RobSpectre/mvf1) 🐍 ☁️ - MCP server that controls [MultiViewer](https://multiviewer.app), an app for watching motorsports like Formula 1, World Endurance Championship, IndyCar and others. - [XWeaponX7/rundida-mcp](https://github.com/XWeaponX7/rundida-mcp) [![XWeaponX7/rundida-mcp MCP server](https://glama.ai/mcp/servers/XWeaponX7/rundida-mcp/badges/score.svg)](https://glama.ai/mcp/servers/XWeaponX7/rundida-mcp) πŸ“‡ ☁️ - 86 running calculators, 29 marathon events, pace/time/distance calculations, race time predictions (Riegel formula), and heart rate training zones (Karvonen method) for AI agents. No API key required. From 1f26535990c465b33dbb0bdd959563c0fbd0d973 Mon Sep 17 00:00:00 2001 From: Flightmussy Date: Mon, 13 Jul 2026 11:02:23 +0200 Subject: [PATCH 149/403] Add Glama score badge to sunshine-atlas-mcp entry Requested by the listing requirements check on PR #9942. Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fcca1ec7..f6361a2b9 100644 --- a/README.md +++ b/README.md @@ -2915,7 +2915,7 @@ Access to travel and transportation information. Enables querying schedules, rou - [Autonomad1/autonomad-travel](https://github.com/Autonomad1/autonomad-travel) [![Autonomad1/autonomad-travel MCP server](https://glama.ai/mcp/servers/Autonomad1/autonomad-travel/badges/score.svg)](https://glama.ai/mcp/servers/Autonomad1/autonomad-travel) πŸ“‡ ☁️ - AI travel agent over MCP β€” live flights, hotels, activities, and events worldwide, then completes the booking on autonomad.ai (free signup at checkout, first month of Premium included). - [campertunity/mcp-server](https://github.com/campertunity/mcp-server) πŸŽ–οΈ πŸ“‡ 🏠 - Search campgrounds around the world on campertunity, check availability, and provide booking links - [cobanov/teslamate-mcp](https://github.com/cobanov/teslamate-mcp) 🐍 🏠 - A Model Context Protocol (MCP) server that provides access to your TeslaMate database, allowing AI assistants to query Tesla vehicle data and analytics. -- [Flightmussy/sunshine-atlas-mcp](https://github.com/Flightmussy/sunshine-atlas-mcp) πŸ“‡ ☁️ - Where is it sunny? Monthly 0–100 Sunshine Scores, day/night temperatures, rainfall and sea temperature for 3,833 destinations that all have their own airport β€” ranked sunny-in-a-month searches, best-time-to-visit lookups and side-by-side comparisons from long-term climate normals. Hosted at https://sunshineatlas.com/api/mcp, no key required. Data CC BY 4.0. +- [Flightmussy/sunshine-atlas-mcp](https://github.com/Flightmussy/sunshine-atlas-mcp) [![Flightmussy/sunshine-atlas-mcp MCP server](https://glama.ai/mcp/servers/Flightmussy/sunshine-atlas-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Flightmussy/sunshine-atlas-mcp) πŸ“‡ ☁️ - Where is it sunny? Monthly 0–100 Sunshine Scores, day/night temperatures, rainfall and sea temperature for 3,833 destinations that all have their own airport β€” ranked sunny-in-a-month searches, best-time-to-visit lookups and side-by-side comparisons from long-term climate normals. Hosted at https://sunshineatlas.com/api/mcp, no key required. Data CC BY 4.0. - [forgemeshlabs/travel-agent-mcp](https://github.com/forgemeshlabs/travel-agent-mcp) [![forgemeshlabs/travel-agent-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/travel-agent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/travel-agent-mcp) πŸ“‡ ☁️ - Free travel utilities plus live x402 travel intelligence: $0.01 Travel Pulse disruption and emergency-awareness checks, day trips, weekend getaways, creator experiences, weather-aware planning, mobility options, currency conversion, airport checks, and timing guidance. - [forgemeshlabs/travel-mcp](https://github.com/forgemeshlabs/travel-mcp) [![forgemeshlabs/travel-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/travel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/travel-mcp) πŸ“‡ ☁️ - Public travel search workflow MCP server for airport lookup, route comparison, timing guidance, and external booking links through generic travel search providers. - [haomingkoo/japan-seasons-mcp](https://github.com/haomingkoo/japan-seasons-mcp) [![japan-seasons-mcp MCP server](https://glama.ai/mcp/servers/haomingkoo/japan-seasons-mcp/badges/score.svg)](https://glama.ai/mcp/servers/haomingkoo/japan-seasons-mcp) πŸ“‡ ☁️ - Live Japan seasonal travel β€” cherry blossom forecasts, autumn leaves, flower spots, fruit picking & festivals. 1,700+ GPS-tagged spots from Japan Meteorological Corporation. Updated daily. From f6f604604f68618771ac021171903bf40a3f72a8 Mon Sep 17 00:00:00 2001 From: Adelina Date: Mon, 13 Jul 2026 02:44:08 -0700 Subject: [PATCH 150/403] Add adelinamart/robrain (Knowledge & Memory) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What Adds **[adelinamart/robrain](https://github.com/adelinamart/robrain)** to the 🧠 Knowledge & Memory section (alphabetical order, one server per line, Glama score badge included per the updated listing requirements). ## About the server RoBrain is Apache-2.0 institutional memory for AI coding agents. Sensing (the MCP server) passively captures session turns; Perception extracts each decision into Postgres with a structured `rejected[]` field. At task time it surfaces the recorded rationale β€” including *why* an approach was rejected β€” before an agent steers down a path your team already ruled out. Runs entirely on your own machine (`npx robrain up`); nothing leaves your infrastructure. - **Language/stack:** TypeScript Β· Postgres + pgvector Β· stdio transport (`npx -y robrain mcp`) - **Works with:** Claude Code, Cursor, GitHub Copilot (VS Code), Codex CLI - **Benchmarked:** VetoBench β€” 0/50 re-proposals of rejected approaches, receipts committed in `packages/vetobench/` ## Listing requirements - βœ… Listed on Glama with **passing checks**: https://glama.ai/mcp/servers/adelinamart/robrain - βœ… Score badge added after the repo link, using the required format - βœ… Also published in the Official MCP Registry (`io.github.adelinamart/robrain`) Supersedes my earlier PR (closed before the Glama listing existed). --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a81098de6..b57495b28 100644 --- a/README.md +++ b/README.md @@ -1996,6 +1996,7 @@ Control smart home devices, home network equipment, and automation systems. Persistent memory storage using knowledge graph structures. Enables AI models to maintain and query structured information across sessions. - [soolaugust/0CompactMem](https://github.com/soolaugust/0CompactMem) [![soolaugust/0CompactMem MCP server](https://glama.ai/mcp/servers/soolaugust/0CompactMem/badges/score.svg)](https://glama.ai/mcp/servers/soolaugust/0CompactMem) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory MCP server with OS-style demand paging, kswapd-style eviction, and mlock pinning. Multi-agent shared SQLite store with BM25 + FTS5 retrieval, importance scoring, and capacity-aware reclaim. 5 tools: `memory_lookup`, `pin_memory`, `unpin_memory`, `memory_stats`, `list_pinned`. `uvx --from git+https://github.com/soolaugust/0CompactMem memory-os` +- [adelinamart/robrain](https://github.com/adelinamart/robrain) [![adelinamart/robrain MCP server](https://glama.ai/mcp/servers/adelinamart/robrain/badges/score.svg)](https://glama.ai/mcp/servers/adelinamart/robrain) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Self-hosted decision memory for AI coding agents. Passively captures architectural decisions with the alternatives you rejected (structured `rejected[]`), then warns the agent before it re-proposes a rejected approach. Postgres + pgvector; cross-tool across Claude Code, Cursor, Copilot, and Codex. Install: `npx robrain up && npx robrain install`. - [a2cr/a2cr](https://github.com/a2cr/a2cr) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](https://glama.ai/mcp/servers/a2cr/a2cr) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history. - [ahmetakyurt/zipmem-mcp](https://github.com/ahmetakyurt/zipmem-mcp) [![ahmetakyurt/zipmem-mcp MCP server](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp) πŸ“‡ 🏠 - Local-first long-term memory for terminal AI agents (Claude Code et al.) via Anchored Compacting. Stores blueprints, code anchors (fileβ†’lineβ†’concept), and distilled lessons in a single JSON under `.zipmem/`, restoring full cross-session project context at near-zero token cost. No DB, no API keys, no embeddings. `npx zipmem-mcp` - [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [![aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint β€” the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp` @@ -3427,4 +3428,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From 68a6c8d16f762e253c13c31c5b9f4ae2c736a257 Mon Sep 17 00:00:00 2001 From: Douglas Dimola <32626222+DougDimola@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:50:05 +0200 Subject: [PATCH 151/403] Updates to Readme Added the Glama links and updated the name structure to match format. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46f6ee524..73dff01e3 100644 --- a/README.md +++ b/README.md @@ -3153,7 +3153,7 @@ Interact with Git repositories and version control platforms. Enables repository - [devroopsaha744/TexMCP](https://github.com/devroopsaha744/TexMCP) 🐍 🏠 - An MCP server that converts LaTeX into high-quality PDF documents. It provides tools for rendering both raw LaTeX input and customizable templates, producing shareable, production-ready artifacts such as reports, resumes, and research papers. - [ellmos-ai/n8n-manager-mcp](https://github.com/ellmos-ai/n8n-manager-mcp) [![ellmos-ai/n8n-manager-mcp MCP server](https://glama.ai/mcp/servers/ellmos-ai/n8n-manager-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ellmos-ai/n8n-manager-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for managing n8n workflows through AI assistants, including workflow CRUD, synchronization, inspection, and execution support. - [ernestocorona/kanboard-mcp](https://github.com/ErnestoCorona/kanboard-mcp) [![ErnestoCorona/kanboard-mcp MCP server](https://glama.ai/mcp/servers/ErnestoCorona/kanboard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ErnestoCorona/kanboard-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - TypeScript MCP server for [Kanboard](https://kanboard.org) with multi-project routing via `.kanboard.yaml`. 37 tools, 982 unit tests, Docker multi-arch on GHCR, provenance-signed npm releases via OIDC, DiΓ‘taxis-structured docs, MIT licensed. -- [Founders OS](https://github.com/OurThinkTank/founders-os) πŸ“‡ 🏠 - Self-hosted business context for your AI client: CRM, check points, automation triggers, financial ledger, tasks, playbooks, news feeds, projects, and semantic memory in one MCP server. Ask one question and it reads your CRM and books together. Your data stays in your own database. MIT licensed. +- [OurThinkTank/founders-os](https://github.com/OurThinkTank/founders-os) [![founders-os MCP server](https://glama.ai/mcp/servers/OurThinkTank/founders-os/badges/card.svg)](https://glama.ai/mcp/servers/OurThinkTank/founders-os) πŸ“‡ 🏠 - Self-hosted business context for your AI client: CRM, check points, automation triggers, financial ledger, tasks, playbooks, news feeds, projects, and semantic memory in one MCP server. Ask one question and it reads your CRM and books together. Your data stays in your own database. MIT licensed. - [foxintheloop/UpTier](https://github.com/foxintheloop/UpTier) πŸ“‡ 🏠 πŸͺŸ - Desktop task manager with clean To Do-style UI and 25+ MCP tools for prioritization, goal tracking, and multi-profile workflows. - [getalai/alai-mcp-server](https://github.com/getalai/alai-mcp-server) [![Alai MCP server](https://glama.ai/mcp/servers/getalai/Alai/badges/score.svg)](https://glama.ai/mcp/servers/getalai/Alai) 🐍 ☁️ πŸŽ–οΈ - Generate, edit, and export high quality presentations with AI to PDF, PPTX, or a shareable link. - [giuseppe-coco/Google-Workspace-MCP-Server](https://github.com/giuseppe-coco/Google-Workspace-MCP-Server) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - MCP server that seamlessly interacts with your Google Calendar, Gmail, Drive and so on. From 887b11f1bf5721a1a04e042c425a66a527ad3a44 Mon Sep 17 00:00:00 2001 From: yuto-makihara <167670128+typing-game@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:05:16 +0900 Subject: [PATCH 152/403] Use owner/repo form for the Glama badge URL (drop the @ prefix) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7a11ed11..1dcdce1ab 100644 --- a/README.md +++ b/README.md @@ -2271,7 +2271,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [alilxxey/openobserve-community-mcp](https://github.com/alilxxey/openobserve-community-mcp) [![alilxxey/openobserve-community-mcp MCP server](https://glama.ai/mcp/servers/alilxxey/openobserve-community-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alilxxey/openobserve-community-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Read-only MCP server for OpenObserve Community Edition via REST API. Search logs, traces, stream schemas, and dashboards without requiring the Enterprise license. - [Alog/alog-mcp](https://github.com/saikiyusuke/alog-mcp) πŸ“‡ ☁️ - AI agent activity logger & monitor MCP server with 20 tools. Post logs, create articles, manage social interactions, and monitor AI agent activities on the Alog platform. - [antonio-mello-ai/mcp-redis-monitor](https://github.com/antonio-mello-ai/mcp-redis-monitor) [![antonio-mello-ai/mcp-redis-monitor MCP server](https://glama.ai/mcp/servers/antonio-mello-ai/mcp-redis-monitor/badges/score.svg)](https://glama.ai/mcp/servers/antonio-mello-ai/mcp-redis-monitor) 🐍 🏠 - Read-only Redis monitoring β€” queue depths by type, Celery queue status, connected clients, server/memory stats, and key counts per database. 5 tools, built with FastMCP. Install: `uvx mcp-redis-monitor`. -- [argosvix/mcp-server](https://github.com/argosvix/mcp-server) [![argosvix/mcp-server MCP server](https://glama.ai/mcp/servers/@argosvix/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@argosvix/mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Observability for AI agents: 87 tools to query LLM cost, errors, and latency across OpenAI/Anthropic/Gemini/Mistral, and operate alerts, budget gates, evals, and safety checks from Claude/Cursor. Install: `npx -y @argosvix/mcp-server`. +- [argosvix/mcp-server](https://github.com/argosvix/mcp-server) [![argosvix/mcp-server MCP server](https://glama.ai/mcp/servers/argosvix/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/argosvix/mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Observability for AI agents: 87 tools to query LLM cost, errors, and latency across OpenAI/Anthropic/Gemini/Mistral, and operate alerts, budget gates, evals, and safety checks from Claude/Cursor. Install: `npx -y @argosvix/mcp-server`. - [arnavranjan005/mcp-telemetry](https://github.com/arnavranjan005/mcp-telemetry) [![arnavranjan005/mcp-telemetry MCP server](https://glama.ai/mcp/servers/arnavranjan005/mcp-telemetry/badges/score.svg)](https://glama.ai/mcp/servers/arnavranjan005/mcp-telemetry) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Socket.IO-style telemetry for MCP servers. Instrument a tool call with a few lines of `mcp-telemetry-sdk`, and `telemetry_subscribe` streams its live progress (steps, logs, cost, done) to any connected MCP client via `notifications/progress` β€” no polling, and a job started in one session can be watched from a completely different one. - [avivsinai/langfuse-mcp](https://github.com/avivsinai/langfuse-mcp) 🐍 ☁️ - Query Langfuse traces, debug exceptions, analyze sessions, and manage prompts. Full observability toolkit for LLM applications. - [alimuratkuslu/byok-observability-mcp](https://github.com/alimuratkuslu/byok-observability-mcp) [![alimuratkuslu/byok-observability-mcp MCP server](https://glama.ai/mcp/servers/alimuratkuslu/byok-observability-mcp/badges/score.svg)](https://github.com/alimuratkuslu/byok-observability-mcp) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Comprehensive MCP server for Grafana, Prometheus, Kafka UI, and Datadog with a secure "Bring Your Own Key" or BYOK model. From 6eababd8d7373748b26379dc0c45dc5aba89ffea Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 13 Jul 2026 06:46:03 +0000 Subject: [PATCH 153/403] Add smaniches/uniprot-mcp to Biology, Medicine and Bioinformatics Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01PZsC8gyYBpMvgrJB8FDKxp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7db3e7af..6c476c8ce 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [pkotecha-eng/aria-mcp-server](https://github.com/pkotecha-eng/aria-mcp-server) [![aria-mcp-server MCP server](https://glama.ai/mcp/servers/pkotecha-eng/aria-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/pkotecha-eng/aria-mcp-server) 🐍 - Clinical research MCP server for trial coordinators and life sciences teams. Real-time access to PubMed (35M+ papers) and ClinicalTrials.gov (400K+ trials). No API key required. - [pubspro/pubmed-search](https://github.com/pubspro/pubmed-search) [![pubspro/pubmed-search MCP server](https://glama.ai/mcp/servers/pubspro/pubmed-search/badges/score.svg)](https://glama.ai/mcp/servers/pubspro/pubmed-search) πŸ“‡ ☁️ - Search PubMed and summarize biomedical literature, designed for AI health agents. - [SidneyBissoli/medical-terminologies-mcp](https://github.com/SidneyBissoli/medical-terminologies-mcp) [![SidneyBissoli/medical-terminologies-mcp MCP server](https://glama.ai/mcp/servers/SidneyBissoli/medical-terminologies-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SidneyBissoli/medical-terminologies-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Unified MCP server for ICD-11 (WHO), LOINC, RxNorm, MeSH (NLM), ATC, CID-10 (Brazilian DataSUS), and optional SNOMED CT. 28 tools (34 with SNOMED) with `structuredContent` + `outputSchema` on every default tool. Hosted on Cloudflare Workers, listed on Smithery, and on npm. +- [smaniches/uniprot-mcp](https://github.com/smaniches/uniprot-mcp) [![smaniches/uniprot-mcp MCP server](https://glama.ai/mcp/servers/smaniches/uniprot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/smaniches/uniprot-mcp) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Auditable UniProt MCP server: 41 tools over the UniProt knowledgebase (entries, features, variants, PTMs, GO terms, cross-references) with per-query SHA-256 provenance and offline replay. `uvx uniprot-mcp-server` - [the-momentum/apple-health-mcp-server](https://github.com/the-momentum/apple-health-mcp-server) 🐍 🏠 🍎 πŸͺŸ 🐧 - An MCP server that provides access to exported data from Apple Health. Data analytics included. - [the-momentum/fhir-mcp-server](https://github.com/the-momentum/fhir-mcp-server) 🐍 🏠 ☁️ - MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language. - [thelongevityvault/decoder-3am-mcp](https://github.com/thelongevityvault/decoder-3am-mcp) [![thelongevityvault/decoder-3am-mcp MCP server](https://glama.ai/mcp/servers/thelongevityvault/decoder-3am-mcp/badges/score.svg)](https://glama.ai/mcp/servers/thelongevityvault/decoder-3am-mcp) πŸ“‡ ☁️ - Sleep disruption cause classifier using The Longevity Vault's 5-cause framework. Identifies the biological mechanism behind 3am wakeups from symptom descriptions, with tracked links to the full interactive 3AM Decoder. From a75cc6198340bc95b1f069dad578c8388084fbd9 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 13 Jul 2026 06:47:05 +0000 Subject: [PATCH 154/403] Add smaniches/semantic-scholar-mcp to Research Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01PZsC8gyYBpMvgrJB8FDKxp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7db3e7af..2b8dde605 100644 --- a/README.md +++ b/README.md @@ -2377,6 +2377,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [thevibepreneur/gapbase-mcp](https://github.com/thevibepreneur/gapbase-mcp) [![thevibepreneur/gapbase-mcp MCP server](https://glama.ai/mcp/servers/thevibepreneur/gapbase-mcp/badges/score.svg)](https://glama.ai/mcp/servers/thevibepreneur/gapbase-mcp) πŸ“‡ 🏠 - Search 474 validated startup gaps from your AI editor. Find unsolved business problems by industry, role, or keyword β€” each with pain point, solution direction, and link to full blueprint. Zero API keys, works offline. - [rnwkr7rscy-lang/fittin-mcp](https://github.com/rnwkr7rscy-lang/fittin-mcp) [![rnwkr7rscy-lang/fittin-mcp MCP server](https://glama.ai/mcp/servers/rnwkr7rscy-lang/fittin-mcp/badges/score.svg)](https://glama.ai/mcp/servers/rnwkr7rscy-lang/fittin-mcp) 🐍 ☁️ - Patent prior art search and startup IP intelligence for AI founders. Clone risk score, defensibility map, patentable features, competitor patent landscape β€” free analysis in ~2 minutes. Full IP Portfolio Package (6 documents) available for $99. `pip install fittin-mcp` - [sh-patterson/legiscan-mcp](https://github.com/sh-patterson/legiscan-mcp) [![ggstefivzf MCP server](https://glama.ai/mcp/servers/ggstefivzf/badges/score.svg)](https://glama.ai/mcp/servers/ggstefivzf) πŸ“‡ ☁️ - Access legislative data from all 50 US states and Congress β€” search bills, get full text, track votes, and look up legislators via the LegiScan API. +- [smaniches/semantic-scholar-mcp](https://github.com/smaniches/semantic-scholar-mcp) [![smaniches/semantic-scholar-mcp MCP server](https://glama.ai/mcp/servers/smaniches/semantic-scholar-mcp/badges/score.svg)](https://glama.ai/mcp/servers/smaniches/semantic-scholar-mcp) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Semantic Scholar MCP server: 14 typed tools over 200M+ academic papers β€” search, paper/author retrieval, citation-graph traversal, and recommendations. `uvx s2-mcp-server` - [thinkchainai/agentinterviews_mcp](https://github.com/thinkchainai/agentinterviews_mcp) - Conduct AI-powered qualitative research interviews and surveys at scale with [Agent Interviews](https://agentinterviews.com). Create interviewers, manage research projects, recruit participants, and analyze interview data through MCP. - [vassiliylakhonin/agenda-intelligence-md](https://github.com/vassiliylakhonin/agenda-intelligence-md) [![vassiliylakhonin/agenda-intelligence-md MCP server](https://glama.ai/mcp/servers/vassiliylakhonin/agenda-intelligence-md/badges/score.svg)](https://glama.ai/mcp/servers/vassiliylakhonin/agenda-intelligence-md) 🐍 🏠 - Auditable strategic-risk memos for AI agents β€” sanctions, regulatory, geopolitics, trade. Geography-routed regional specialists (Central Asia/Caspian, Gulf/Middle East), per-claim evidence discipline, schema-validated output, machine-verified audit. No live data retrieval. PyPI: `agenda-intelligence-md`. - [WenyuChiou/research-hub](https://github.com/WenyuChiou/research-hub) [![WenyuChiou/research-hub MCP server](https://glama.ai/mcp/servers/WenyuChiou/research-hub/badges/score.svg)](https://glama.ai/mcp/servers/WenyuChiou/research-hub) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Research workspace MCP integrating Zotero, Obsidian, and NotebookLM. Search papers (arXiv/Semantic Scholar/PubMed/CrossRef), ingest into Zotero, sync notes to Obsidian, verify NotebookLM briefs. All three external tools optional. `pip install research-hub-pipeline` then `research-hub serve`. From ce335d395bcf27575df9cb9817c717e38074251e Mon Sep 17 00:00:00 2001 From: Roshan Jonnalagadda Date: Mon, 13 Jul 2026 20:46:52 +1000 Subject: [PATCH 155/403] Add Glama badge to Sendmux entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 967c331fa..50a97b66f 100644 --- a/README.md +++ b/README.md @@ -683,7 +683,7 @@ Integration with communication platforms for message management and channel oper - [saseq/discord-mcp](https://github.com/SaseQ/discord-mcp) β˜• πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - A MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities. - [sawa-zen/vrchat-mcp](https://github.com/sawa-zen/vrchat-mcp) - πŸ“‡ 🏠 This is an MCP server for interacting with the VRChat API. You can retrieve information about friends, worlds, avatars, and more in VRChat. - [Sealjay/mcp-hey](https://github.com/Sealjay/mcp-hey) [![Sealjay/mcp-hey MCP server](https://glama.ai/mcp/servers/Sealjay/mcp-hey/badges/score.svg)](https://glama.ai/mcp/servers/Sealjay/mcp-hey) πŸ“‡ 🏠 🍎 - Local MCP server for Hey.com email. Read, search, send, reply, and manage the screener via locally cached session from Hey's webview auth. -- [Sendmux/sendmux-sdk](https://github.com/Sendmux/sendmux-sdk/tree/main/packages/python/mcp) 🐍 ☁️ 🏠 - Email inbox API MCP server for AI agents to receive, search, and send mail through hosted or local Sendmux Product MCP. +- [Sendmux/sendmux-sdk](https://github.com/Sendmux/sendmux-sdk/tree/main/packages/python/mcp) [![Sendmux/sendmux-sdk MCP server](https://glama.ai/mcp/servers/Sendmux/sendmux-sdk/badges/score.svg)](https://glama.ai/mcp/servers/Sendmux/sendmux-sdk) 🐍 ☁️ 🏠 - Email inbox API MCP server for AI agents to receive, search, and send mail through hosted or local Sendmux Product MCP. - [SirGreed808/zoho-mail-mcp](https://github.com/SirGreed808/zoho-mail-mcp) [![SirGreed808/zoho-mail-mcp MCP server](https://glama.ai/mcp/servers/SirGreed808/zoho-mail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SirGreed808/zoho-mail-mcp) πŸ“‡ 🏠 - MCP server for Zoho Mail. Read, search, and send email from Claude. - [softeria/ms-365-mcp-server](https://github.com/softeria/ms-365-mcp-server) πŸ“‡ ☁️ - MCP server that connects to Microsoft Office and the whole Microsoft 365 suite using Graph API (including Outlook, mail, files, Excel, calendar) - [Spix-HQ/spix-mcp](https://github.com/Spix-HQ/spix-mcp) [![Spix-HQ/spix-mcp MCP server](https://glama.ai/mcp/servers/Spix-HQ/spix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Spix-HQ/spix-mcp) 🐍 ☁️ - Give AI agents a real phone number and voice. Make outbound calls, handle inbound calls, send email, and manage contacts via 26 MCP tools. ~500ms voice latency (Deepgram Nova-3 + Claude + Cartesia Sonic-3). Install: `pip install spix-mcp`. [Free tier available](https://spix.sh). From a188b8a2156bef71c1c97003e9d8a1cca5692a7b Mon Sep 17 00:00:00 2001 From: PsYcGoD Date: Mon, 13 Jul 2026 16:32:14 +0530 Subject: [PATCH 156/403] Add SAGE MCP server --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d979cad5a..835a5bdfd 100644 --- a/README.md +++ b/README.md @@ -640,6 +640,7 @@ Run commands, capture output and otherwise interact with shells and command line - [faizbawa/mcp-remote-ssh](https://github.com/faizbawa/mcp-remote-ssh) [![faizbawa/mcp-remote-ssh MCP server](https://glama.ai/mcp/servers/faizbawa/mcp-remote-ssh/badges/score.svg)](https://glama.ai/mcp/servers/faizbawa/mcp-remote-ssh) 🐍 🏠 🍎 πŸͺŸ 🐧 - Full SSH access for AI agents with secret-safe environment injection and automatic output redaction. Persistent sessions, structured execution, SFTP, port forwarding β€” secrets are fed via stdin (invisible to `ps`) and scrubbed from all tool responses before reaching the LLM. `uvx mcp-remote-ssh` - [luisgf/infrabroker](https://github.com/luisgf/infrabroker) [![luisgf/infrabroker MCP server](https://glama.ai/mcp/servers/luisgf/infrabroker/badges/score.svg)](https://glama.ai/mcp/servers/luisgf/infrabroker) 🏎️ 🏠 ☁️ 🍎 🐧 - SSH & Kubernetes access broker where the model never touches a credential: a separate signer mints per-operation ephemeral SSH certificates and bound ServiceAccount tokens, with a per-command allow/deny/approval firewall (POSIX-sh AST), dry-run, human-in-the-loop approvals, session recording and an Ed25519-chained audit log. Self-hosted Go binaries, GPLv3. - [nvms/tui-mcp](https://github.com/nvms/tui-mcp) [![tui-mcp MCP server](https://glama.ai/mcp/servers/nvms/tui-mcp/badges/score.svg)](https://glama.ai/mcp/servers/nvms/tui-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - What Chrome DevTools MCP is for the browser, tui-mcp is for the terminal. Launch, screenshot, and interact with any TUI app. +- [PsYcGoD/sage](https://github.com/PsYcGoD/sage) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first CLI and MCP wrapper for AI coding agents. Routes shell commands through `sage run --`, stores command history locally, and returns compressed terminal output to reduce context noise. - [raychao-oao/pty-mcp](https://github.com/raychao-oao/pty-mcp) [![pty-mcp MCP server](https://glama.ai/mcp/servers/raychao-oao/pty-mcp/badges/score.svg)](https://glama.ai/mcp/servers/raychao-oao/pty-mcp) 🏎️ 🏠 🍎 🐧 - Interactive PTY sessions for AI agents β€” local shells, SSH with persistent sessions (ai-tmux daemon for attach/detach), and serial ports. Single Go binary, no tmux dependency. - [ferodrigop/forge](https://github.com/ferodrigop/forge) [![forge MCP server](https://glama.ai/mcp/servers/ferodrigop/forge/badges/score.svg)](https://glama.ai/mcp/servers/ferodrigop/forge) πŸ“‡ 🏠 - Terminal MCP server for AI coding agents with persistent PTY sessions, ring-buffer incremental reads, headless xterm screen capture, multi-agent orchestration, and a real-time web dashboard. - [WhenLabs-org/when](https://github.com/WhenLabs-org/when) [![WhenLabs-org/when MCP server](https://glama.ai/mcp/servers/WhenLabs-org/when/badges/score.svg)](https://glama.ai/mcp/servers/WhenLabs-org/when) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Developer toolkit: auto-detect stack for AI context files, catch port conflicts, validate .env schemas, spot docs drift, audit dependency licenses, and time coding tasks β€” 7 MCP tools, one install. @@ -3453,4 +3454,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From 2a80b6ac6d9e511b427e23052e3e7c718a9993c3 Mon Sep 17 00:00:00 2001 From: igorrylko Date: Mon, 13 Jul 2026 13:10:08 +0200 Subject: [PATCH 157/403] Add Rheopyrin/db-access-mcp to Databases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..2c7fd7b4c 100644 --- a/README.md +++ b/README.md @@ -892,6 +892,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [quarkiverse/mcp-server-jdbc](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc) β˜• 🏠 - Connect to any JDBC-compatible database and query, insert, update, delete, and more. - [rashidazarang/airtable-mcp](https://github.com/rashidazarang/airtable-mcp) 🐍 ☁️ - Connect AI tools directly to Airtable. Query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration through a standardized MCP interface. - [redis/mcp-redis](https://github.com/redis/mcp-redis) 🐍 🏠 - The Redis official MCP Server offers an interface to manage and search data in Redis. +- [Rheopyrin/db-access-mcp](https://github.com/Rheopyrin/db-access-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Query PostgreSQL, MySQL, Redshift and SQL Server over verified SSH / AWS SSM tunnels, with read-only enforcement, confined file exports, and pluggable secret providers (env, Vault, AWS Secrets Manager, RDS IAM). Published on the official MCP Registry. - [runekaagaard/mcp-alchemy](https://github.com/runekaagaard/mcp-alchemy) 🐍 🏠 - Universal SQLAlchemy-based database integration supporting PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server and many more databases. Features schema and relationship inspection, and large dataset analysis capabilities. - [narekmalk/safedb-mcp](https://github.com/narekmalk/safedb-mcp) [![narekmalk/safedb-mcp MCP server](https://glama.ai/mcp/servers/narekmalk/safedb-mcp/badges/score.svg)](https://glama.ai/mcp/servers/narekmalk/safedb-mcp) ☁️ 🏠 - Secure MCP server for safe, read-only DB access by AI agents, with SQL guardrails, table allowlists, PII masking, and audit logs. - [s2-streamstore/s2-sdk-typescript](https://github.com/s2-streamstore/s2-sdk-typescript) πŸŽ–οΈ πŸ“‡ ☁️ - Official MCP server for the S2.dev serverless stream platform. From 33cd8a8f18e0541284d1faefb5c9bfa9fc48b285 Mon Sep 17 00:00:00 2001 From: igorrylko Date: Mon, 13 Jul 2026 13:18:12 +0200 Subject: [PATCH 158/403] Add Glama score badge to db-access-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c7fd7b4c..7ec945710 100644 --- a/README.md +++ b/README.md @@ -892,7 +892,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [quarkiverse/mcp-server-jdbc](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc) β˜• 🏠 - Connect to any JDBC-compatible database and query, insert, update, delete, and more. - [rashidazarang/airtable-mcp](https://github.com/rashidazarang/airtable-mcp) 🐍 ☁️ - Connect AI tools directly to Airtable. Query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration through a standardized MCP interface. - [redis/mcp-redis](https://github.com/redis/mcp-redis) 🐍 🏠 - The Redis official MCP Server offers an interface to manage and search data in Redis. -- [Rheopyrin/db-access-mcp](https://github.com/Rheopyrin/db-access-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Query PostgreSQL, MySQL, Redshift and SQL Server over verified SSH / AWS SSM tunnels, with read-only enforcement, confined file exports, and pluggable secret providers (env, Vault, AWS Secrets Manager, RDS IAM). Published on the official MCP Registry. +- [Rheopyrin/db-access-mcp](https://github.com/Rheopyrin/db-access-mcp) [![Rheopyrin/db-access-mcp MCP server](https://glama.ai/mcp/servers/Rheopyrin/db-access-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Rheopyrin/db-access-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Query PostgreSQL, MySQL, Redshift and SQL Server over verified SSH / AWS SSM tunnels, with read-only enforcement, confined file exports, and pluggable secret providers (env, Vault, AWS Secrets Manager, RDS IAM). Published on the official MCP Registry. - [runekaagaard/mcp-alchemy](https://github.com/runekaagaard/mcp-alchemy) 🐍 🏠 - Universal SQLAlchemy-based database integration supporting PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server and many more databases. Features schema and relationship inspection, and large dataset analysis capabilities. - [narekmalk/safedb-mcp](https://github.com/narekmalk/safedb-mcp) [![narekmalk/safedb-mcp MCP server](https://glama.ai/mcp/servers/narekmalk/safedb-mcp/badges/score.svg)](https://glama.ai/mcp/servers/narekmalk/safedb-mcp) ☁️ 🏠 - Secure MCP server for safe, read-only DB access by AI agents, with SQL guardrails, table allowlists, PII masking, and audit logs. - [s2-streamstore/s2-sdk-typescript](https://github.com/s2-streamstore/s2-sdk-typescript) πŸŽ–οΈ πŸ“‡ ☁️ - Official MCP server for the S2.dev serverless stream platform. From 1175720db1ef2ea8d42ed4447305bc12d8899dd1 Mon Sep 17 00:00:00 2001 From: PsYcGoD Date: Mon, 13 Jul 2026 17:37:50 +0530 Subject: [PATCH 159/403] Add Glama badge for SAGE --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 835a5bdfd..e2ea1b68b 100644 --- a/README.md +++ b/README.md @@ -640,7 +640,7 @@ Run commands, capture output and otherwise interact with shells and command line - [faizbawa/mcp-remote-ssh](https://github.com/faizbawa/mcp-remote-ssh) [![faizbawa/mcp-remote-ssh MCP server](https://glama.ai/mcp/servers/faizbawa/mcp-remote-ssh/badges/score.svg)](https://glama.ai/mcp/servers/faizbawa/mcp-remote-ssh) 🐍 🏠 🍎 πŸͺŸ 🐧 - Full SSH access for AI agents with secret-safe environment injection and automatic output redaction. Persistent sessions, structured execution, SFTP, port forwarding β€” secrets are fed via stdin (invisible to `ps`) and scrubbed from all tool responses before reaching the LLM. `uvx mcp-remote-ssh` - [luisgf/infrabroker](https://github.com/luisgf/infrabroker) [![luisgf/infrabroker MCP server](https://glama.ai/mcp/servers/luisgf/infrabroker/badges/score.svg)](https://glama.ai/mcp/servers/luisgf/infrabroker) 🏎️ 🏠 ☁️ 🍎 🐧 - SSH & Kubernetes access broker where the model never touches a credential: a separate signer mints per-operation ephemeral SSH certificates and bound ServiceAccount tokens, with a per-command allow/deny/approval firewall (POSIX-sh AST), dry-run, human-in-the-loop approvals, session recording and an Ed25519-chained audit log. Self-hosted Go binaries, GPLv3. - [nvms/tui-mcp](https://github.com/nvms/tui-mcp) [![tui-mcp MCP server](https://glama.ai/mcp/servers/nvms/tui-mcp/badges/score.svg)](https://glama.ai/mcp/servers/nvms/tui-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - What Chrome DevTools MCP is for the browser, tui-mcp is for the terminal. Launch, screenshot, and interact with any TUI app. -- [PsYcGoD/sage](https://github.com/PsYcGoD/sage) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first CLI and MCP wrapper for AI coding agents. Routes shell commands through `sage run --`, stores command history locally, and returns compressed terminal output to reduce context noise. +- [PsYcGoD/sage](https://github.com/PsYcGoD/sage) [![PsYcGoD/sage MCP server](https://glama.ai/mcp/servers/PsYcGoD/sage/badges/score.svg)](https://glama.ai/mcp/servers/PsYcGoD/sage) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first CLI and MCP wrapper for AI coding agents. Routes shell commands through `sage run --`, stores command history locally, and returns compressed terminal output to reduce context noise. - [raychao-oao/pty-mcp](https://github.com/raychao-oao/pty-mcp) [![pty-mcp MCP server](https://glama.ai/mcp/servers/raychao-oao/pty-mcp/badges/score.svg)](https://glama.ai/mcp/servers/raychao-oao/pty-mcp) 🏎️ 🏠 🍎 🐧 - Interactive PTY sessions for AI agents β€” local shells, SSH with persistent sessions (ai-tmux daemon for attach/detach), and serial ports. Single Go binary, no tmux dependency. - [ferodrigop/forge](https://github.com/ferodrigop/forge) [![forge MCP server](https://glama.ai/mcp/servers/ferodrigop/forge/badges/score.svg)](https://glama.ai/mcp/servers/ferodrigop/forge) πŸ“‡ 🏠 - Terminal MCP server for AI coding agents with persistent PTY sessions, ring-buffer incremental reads, headless xterm screen capture, multi-agent orchestration, and a real-time web dashboard. - [WhenLabs-org/when](https://github.com/WhenLabs-org/when) [![WhenLabs-org/when MCP server](https://glama.ai/mcp/servers/WhenLabs-org/when/badges/score.svg)](https://glama.ai/mcp/servers/WhenLabs-org/when) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Developer toolkit: auto-detect stack for AI context files, catch port conflicts, validate .env schemas, spot docs drift, audit dependency licenses, and time coding tasks β€” 7 MCP tools, one install. From e1680b0456d6455ccdf8a8300eac545fa86b34b3 Mon Sep 17 00:00:00 2001 From: 609NFT Date: Mon, 13 Jul 2026 08:12:09 -0400 Subject: [PATCH 160/403] Update vibekit-mcp entry to canonical VibeKit-Bot org (repo transferred) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f45ebd156..6bd888159 100644 --- a/README.md +++ b/README.md @@ -580,7 +580,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [Touchpoint-Labs/touchpoint](https://github.com/Touchpoint-Labs/touchpoint) [![Touchpoint MCP server](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint/badges/score.svg)](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint) 🐍 🏠 🍎 πŸͺŸ 🐧 - Playwright for the entire OS. Gives AI agents the ability to see, find, and interact with UI elements in any desktop application. - [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) - A secure shell command execution server implementing the Model Context Protocol (MCP) - [VertexStudio/developer](https://github.com/VertexStudio/developer) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Comprehensive developer tools for file editing, shell command execution, and screen capture capabilities -- [609NFT/vibekit-mcp](https://github.com/609NFT/vibekit-mcp) πŸ“‡ ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. [![609NFT/vibekit-mcp MCP server](https://glama.ai/mcp/servers/609NFT/vibekit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/609NFT/vibekit-mcp) +- [VibeKit-Bot/vibekit-mcp](https://github.com/VibeKit-Bot/vibekit-mcp) πŸ“‡ ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. [![VibeKit-Bot/vibekit-mcp MCP server](https://glama.ai/mcp/servers/VibeKit-Bot/vibekit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/VibeKit-Bot/vibekit-mcp) - [wende/cicada](https://github.com/wende/cicada) 🐍 🏠 🍎 πŸͺŸ 🐧 - Code Intelligence for Elixir: module search, function tracking, and PR attribution through tree-sitter AST parsing - [wonderwhy-er/DesktopCommanderMCP](https://github.com/wonderwhy-er/DesktopCommanderMCP) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - A swiss-army-knife that can manage/execute programs and read/write/search/edit code and text files. - [x51xxx/codex-mcp-tool](https://github.com/x51xxx/codex-mcp-tool) πŸ“‡ ☁️ - MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1) From ebffccbe6fbe7340338d71335936701dae46175f Mon Sep 17 00:00:00 2001 From: szp2005 <147570523+szp2005@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:22:46 +0800 Subject: [PATCH 161/403] Address review: owner/repo name, Glama badge, language emoji --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a89d7dc..f5e357660 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Servers for accessing many apps and tools through a single MCP server. - [2s-io/sdk](https://github.com/2s-io/sdk) [![2s-io/sdk MCP server](https://glama.ai/mcp/servers/2s-io/sdk/badges/score.svg)](https://glama.ai/mcp/servers/2s-io/sdk) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Unified API for AI agents β€” 180+ tools across geocoding, weather (NWS), climate stations (NOAA), earthquakes (USGS), tides (NOAA), points of interest (OpenStreetMap), patents (USPTO ODP), US case law (CourtListener / Free Law Project), Federal Register, Wikipedia, scientific papers (arXiv / PubMed / Semantic Scholar), AI summarize / translate / extract / screenshot / image-describe, image compression, DNS / WHOIS, crypto address-validate + EVM gas oracle, OFAC sanctions screening, US Census ACS demographics, airport / ZIP lookup. Sub-cent to a few cents per call in USDC on Base via x402 β€” no API keys, no signup. `npx -y @2sio/mcp` - [8randonpickart5/alderpost-mcp](https://github.com/8randonpickart5/alderpost-mcp) [![alderpost-mcp MCP server](https://glama.ai/mcp/servers/8randonpickart5/alderpost-mcp/badges/score.svg)](https://glama.ai/mcp/servers/8randonpickart5/alderpost-mcp) πŸ“‡ ☁️ - 8 bundled intelligence endpoints (security, company, threat, compliance, sales, sports, property, health) via x402 micropayments on Base. - [GTCC777/pulsenetwork-mcp](https://github.com/GTCC777/pulsenetwork-mcp) [![GTCC777/pulsenetwork-mcp MCP server](https://glama.ai/mcp/servers/GTCC777/pulsenetwork-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GTCC777/pulsenetwork-mcp) πŸ“‡ - One MCP server exposing 66 specialized intelligence APIs (660+ endpoints) β€” finance, crypto, legal, immigration, healthcare cost, real estate, tax, climate, sports, science, and more β€” each an x402 pay-per-call tool in USDC on Base and Solana. Includes a `discover` meta-tool over the whole network and a cross-vertical referral graph. No API keys. `npx mcp-pulsenetwork` -- [LLM Abacus](https://github.com/szp2005/llm-prices-cn) - Daily-verified LLM API pricing dataset (44+ models, CN & global) with a hosted MCP server for live price queries and token cost estimation. +- [szp2005/llm-prices-cn](https://github.com/szp2005/llm-prices-cn) [![szp2005/llm-prices-cn MCP server](https://glama.ai/mcp/servers/szp2005/llm-prices-cn/badges/score.svg)](https://glama.ai/mcp/servers/szp2005/llm-prices-cn) 🐍 ☁️ - Daily-verified LLM API pricing dataset (44+ models, CN & global) with a hosted MCP server for live price queries and token cost estimation. - [tadas-github/a2asearch-mcp](https://github.com/tadas-github/a2asearch-mcp) [![tadas-github/a2asearch-mcp MCP server](https://glama.ai/mcp/servers/tadas-github/a2asearch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tadas-github/a2asearch-mcp) πŸ“‡ ☁️ - MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: `npx -y a2asearch-mcp`. Ask Claude: "Find MCP servers for database access". Free, no auth required. - [Aganium/agenium](https://github.com/Aganium/agenium) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Bridge any MCP server to the agent:// network β€” DNS-like identity, discovery, and trust for AI agents. Makes your tools discoverable and callable by other agents via `agent://` URIs with mTLS, trust scores, and capability search. - [elisymlabs/elisym](https://github.com/elisymlabs/elisym) [![elisymlabs/elisym MCP server](https://glama.ai/mcp/servers/elisymlabs/elisym/badges/score.svg)](https://glama.ai/mcp/servers/elisymlabs/elisym) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI agent discovery and marketplace on Nostr with Solana payments (SOL, USDC). NIP-89 discovery, NIP-90 jobs, NIP-44 v2 encryption, on-chain micropayments. From 99775bbb7c4c853494a3aff7e9df8f432b6cdd03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20T=C4=B1nta=C5=9F?= Date: Mon, 13 Jul 2026 15:49:55 +0300 Subject: [PATCH 162/403] Add huseyinstif/klaket to Multimedia Process --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..bebe0b1b1 100644 --- a/README.md +++ b/README.md @@ -2480,6 +2480,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [davidmosiah/short-video-agent-kit](https://github.com/davidmosiah/short-video-agent-kit) [![Short Video Agent Kit MCP server](https://glama.ai/mcp/servers/davidmosiah/short-video-agent-kit/badges/score.svg)](https://glama.ai/mcp/servers/davidmosiah/short-video-agent-kit) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Provider-neutral short-form AI video MCP and CLI for agents, with dry-run payload validation and optional live generation through Sora, Veo, xAI and Seedance-style providers. - [drolosoft/immich-photo-manager](https://github.com/drolosoft/immich-photo-manager) [![immich-photo-manager MCP server](https://glama.ai/mcp/servers/drolosoft/immich-photo-manager/badges/score.svg)](https://glama.ai/mcp/servers/drolosoft/immich-photo-manager) 🐍 🏠 🍎 πŸͺŸ 🐧 - Turn your self-hosted Immich photo library into a conversation β€” natural language search via CLIP, geographic album curation from GPS data, cross-source duplicate detection with perceptual hashing, library health reports, and offline-ready interactive HTML galleries. Claude Code plugin with 21 MCP tools, 11 skills, and 5 slash commands. - [FileToPDF/filetopdf-mcp](https://github.com/FileToPDF/filetopdf-mcp) [![FileToPDF/filetopdf-mcp MCP server](https://glama.ai/mcp/servers/FileToPDF/filetopdf-mcp/badges/score.svg)](https://glama.ai/mcp/servers/FileToPDF/filetopdf-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Convert files (DOCX, XLSX, PPTX, images…), HTML, and Markdown to pixel-perfect PDFs via the FileToPDF API. Returns the PDF as an embedded resource or saves it to disk. Runs via `npx filetopdf-mcp` or a hosted Streamable HTTP endpoint; free API key in one click. +- [huseyinstif/klaket](https://github.com/huseyinstif/klaket) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Let AI agents watch videos: word-timestamped transcripts, speaker labels, scenes, chapters and exact-moment search from any video URL or file β€” fully local, no API keys. `npx klaket-mcp` - [quietnotion/barevalue-mcp](https://github.com/quietnotion/barevalue-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI podcast editing as a service. Upload raw audio or submit a URL, get back edited episodes with filler words removed, noise reduction, transcripts, show notes, and social clips. Includes webhooks for automation. - [elestirelbilinc-sketch/vap-showcase](https://github.com/elestirelbilinc-sketch/vap-showcase) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - AI media generation (Flux, Veo, Suno) with cost control. Pre-commit pricing, budget enforcement, reserve-burn-refund billing. - [richer-richard/cochlea](https://github.com/richer-richard/cochlea) [![richer-richard/cochlea MCP server](https://glama.ai/mcp/servers/richer-richard/cochlea/badges/score.svg)](https://glama.ai/mcp/servers/richer-richard/cochlea) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Render, analyze, and verify audio (WAV or FLAC) through a fully offline, deterministic engine. Compose scores as data, render byte-identical PCM, pull loudness, pitch, tempo, key, and structure reports, generate spectrograms, and diff two renders against each other. No ffmpeg, no audio device, just numbers an agent can actually reason about. `cargo install cochlea-mcp` From e65fb5f1ecdb619d7b86ddf830c9fea3e400f04b Mon Sep 17 00:00:00 2001 From: Aleksandr Kovalko Date: Mon, 13 Jul 2026 15:43:05 +0200 Subject: [PATCH 163/403] Add askads/mcp-vk-ads MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..a4ded41ca 100644 --- a/README.md +++ b/README.md @@ -2329,6 +2329,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [AdsMCP/tiktok-ads-mcp-server](https://github.com/AdsMCP/tiktok-ads-mcp-server) 🐍 ☁️ - A Model Context Protocol server for TikTok Ads API integration, enabling AI assistants to manage campaigns, analyze performance metrics, handle audiences and creatives with OAuth authentication flow. - [AutomateLab-tech/seo-performance-mcp](https://github.com/AutomateLab-tech/seo-performance-mcp) [![AutomateLab-tech/seo-performance-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/seo-performance-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/seo-performance-mcp) πŸ“‡ ☁️ - Post-publish SEO performance MCP that unifies Google Search Console, Matomo, GA4, Clarity, and AI-citation signals per URL and emits a verdict (refresh / expand / merge / kill / double_down / hold) per post with reason codes. - [alexey-pelykh/lhremote](https://github.com/alexey-pelykh/lhremote) πŸ“‡ 🏠 - Open-source CLI and MCP server for LinkedHelper automation β€” 32 tools for campaign management, messaging, and profile queries via Chrome DevTools Protocol. +- [askads/mcp-vk-ads](https://github.com/askads/mcp-vk-ads) [![askads/mcp-vk-ads MCP server](https://glama.ai/mcp/servers/askads/mcp-vk-ads/badges/score.svg)](https://glama.ai/mcp/servers/askads/mcp-vk-ads) πŸ“‡ ☁️ - VK Ads (VK Π Π΅ΠΊΠ»Π°ΠΌΠ°) API β€” manage ad plans, ad groups, banners, and pull statistics. Read + write. - [Bishop81/wpgoldmine-mcp](https://github.com/Bishop81/wpgoldmine-mcp) [![wpgoldmine-mcp MCP server](https://glama.ai/mcp/servers/Bishop81/wpgoldmine-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Bishop81/wpgoldmine-mcp) πŸ“‡ ☁️ - MCP server to find WordPress and WooCommerce plugin opportunities: large, established plugins weakened by abandonment, low ratings, or poor support that you could realistically replace. Powered by wpgoldmine.io. - [BlockRunAI/x-grow](https://github.com/BlockRunAI/x-grow) πŸ“‡ ☁️ - X/Twitter algorithm optimizer with post drafting, review scoring, and AI image generation for maximum engagement. - [Brand-System/brandsystem-mcp](https://github.com/Brand-System/brandsystem-mcp) [![Brand-System/brandsystem-mcp MCP server](https://glama.ai/mcp/servers/Brand-System/brandsystem-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Brand-System/brandsystem-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Make your brand machine-readable. Extract brand identity (colors, fonts, logo, voice, visual rules) from any website via static CSS + rendered-page extraction, compile into DTCG tokens, brand runtime contracts, and interaction policies. 34 tools across 4 progressive sessions. Subscribable `brand://runtime` and `brand://policy` MCP resources. Content compliance scoring (0-100), pass/fail gate, and HTML/CSS preflight. Brandcode Studio connector for hosted brand sync. From f55834decfd68720ed71a68fa65fbae97af893f8 Mon Sep 17 00:00:00 2001 From: Rajan Sharma <80200168+rajanshxrma@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:31:31 -0400 Subject: [PATCH 164/403] added glama score badge to cadence entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f3b6ac39..e40695790 100644 --- a/README.md +++ b/README.md @@ -2993,7 +2993,7 @@ Tools for accessing sports-related data, results, and statistics. - [proplineapi/propline-mcp](https://github.com/proplineapi/propline-mcp) [![proplineapi/propline-mcp MCP server](https://glama.ai/mcp/servers/proplineapi/propline-mcp/badges/score.svg)](https://glama.ai/mcp/servers/proplineapi/propline-mcp) πŸ“‡ ☁️ - Live sports betting odds, cross-book +EV, and graded prop resolution (every Over/Under settled against real box scores) across 13 sportsbooks for MLB, NBA, NHL, NFL, soccer, and UFC. the-odds-api compatible; free tier, no card. - [r-huijts/firstcycling-mcp](https://github.com/r-huijts/firstcycling-mcp) πŸ“‡ ☁️ - Access cycling race data, results, and statistics through natural language. Features include retrieving start lists, race results, and rider information from firstcycling.com. - [r-huijts/strava-mcp](https://github.com/r-huijts/strava-mcp) πŸ“‡ ☁️ - A Model Context Protocol (MCP) server that connects to Strava API, providing tools to access Strava data through LLMs -- [rajanshxrma/cadence](https://github.com/rajanshxrma/cadence) 🐍 🏠 🍎 - Local-first health context from WHOOP and Apple Health β€” sleep, recovery, workouts, and personal baselines in a local SQLite store. +- [rajanshxrma/cadence](https://github.com/rajanshxrma/cadence) [![rajanshxrma/cadence MCP server](https://glama.ai/mcp/servers/rajanshxrma/cadence/badges/score.svg)](https://glama.ai/mcp/servers/rajanshxrma/cadence) 🐍 🏠 🍎 - Local-first health context from WHOOP and Apple Health β€” sleep, recovery, workouts, and personal baselines in a local SQLite store. - [rajdeepmondaldotcom/whoop-mcp-server](https://github.com/rajdeepmondaldotcom/whoop-mcp-server) [![rajdeepmondaldotcom/whoop-mcp-server MCP server](https://glama.ai/mcp/servers/rajdeepmondaldotcom/whoop-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/rajdeepmondaldotcom/whoop-mcp-server) 🐍 🏠 🍎 πŸͺŸ 🐧 - WHOOP recovery, sleep, strain, and workouts with server-side analysis: trends, lag-aware correlations, training load, and full-history export. Demo mode needs no WHOOP account; one-command setup for Claude, Cursor, and VS Code. - [RobSpectre/mvf1](https://github.com/RobSpectre/mvf1) 🐍 ☁️ - MCP server that controls [MultiViewer](https://multiviewer.app), an app for watching motorsports like Formula 1, World Endurance Championship, IndyCar and others. - [XWeaponX7/rundida-mcp](https://github.com/XWeaponX7/rundida-mcp) [![XWeaponX7/rundida-mcp MCP server](https://glama.ai/mcp/servers/XWeaponX7/rundida-mcp/badges/score.svg)](https://glama.ai/mcp/servers/XWeaponX7/rundida-mcp) πŸ“‡ ☁️ - 86 running calculators, 29 marathon events, pace/time/distance calculations, race time predictions (Riegel formula), and heart rate training zones (Karvonen method) for AI agents. No API key required. From 2c6cd5a71fb8fbde9223906d142135146935798e Mon Sep 17 00:00:00 2001 From: Lulu-The-Narwhal Date: Mon, 13 Jul 2026 18:36:33 +0300 Subject: [PATCH 165/403] Add Dali by Lulu MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..f293f615e 100644 --- a/README.md +++ b/README.md @@ -2487,6 +2487,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [runapi-ai/mcp](https://github.com/runapi-ai/mcp) [![runapi-ai/mcp MCP server](https://glama.ai/mcp/servers/runapi-ai/mcp/badges/score.svg)](https://glama.ai/mcp/servers/runapi-ai/mcp) πŸ“‡ ☁️ - Unified AI model API for 130+ models across 18 providers. Browse models, check pricing, create image/video/music/audio tasks, poll results, check balance, and call LLM endpoints. Free catalog tools work without an API key. `npx @runapi.ai/mcp` - [keiver/image-tiler-mcp-server](https://github.com/keiver/image-tiler-mcp-server) [![image-tiler-mcp-server MCP server](https://glama.ai/mcp/servers/keiver/image-tiler-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/keiver/image-tiler-mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Full-resolution vision for LLMs. Tiles large images and captures web pages via Chrome CDP so vision models process every detail without downscaling. Generates interactive HTML tile previews. Supports Claude, OpenAI, Gemini presets with per-model token math and entropy-based tile classification. - [legolev/mediamcp](https://github.com/legolev/mediamcp) [![legolev/mediamcp MCP server](https://glama.ai/mcp/servers/legolev/mediamcp/badges/score.svg)](https://glama.ai/mcp/servers/legolev/mediamcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Image generation and editing plus video generation (Veo, Sora, Seedance) via OpenRouter or any OpenAI-compatible API. Saves files to disk with token-cheap inline previews, resumable video jobs, live model listing, and a config-diagnostics tool. `npx -y mediamcp`. +- [Lulu-The-Narwhal/dali-mcp](https://github.com/Lulu-The-Narwhal/dali-mcp) [![Lulu-The-Narwhal/dali-mcp MCP server](https://glama.ai/mcp/servers/Lulu-The-Narwhal/dali-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Lulu-The-Narwhal/dali-mcp) 🐍 ☁️ - Scores AI image/video generation prompts (0-100) against 18 models (Veo 3, Sora, Kling, Runway, Seedance, Midjourney, Flux, and more) before you spend a generation credit, then rewrites weak ones. Free, hosted remote MCP + npm/PyPI packages. - [gaudiolab-jp/gaudio-developers-mcp](https://github.com/gaudiolab-jp/gaudio-developers-mcp) [![gaudio-developers-mcp MCP server](https://glama.ai/mcp/servers/gaudiolab-jp/gaudio-developers-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gaudiolab-jp/gaudio-developers-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Audio AI API for stem separation (vocal, drum, bass, guitar, piano), DME separation (dialogue, music, effects), and AI lyrics sync. 7 tools, 11 models, supports WAV/FLAC/MP3/M4A/MOV/MP4. - [manovagyanik1/clipy-mcp](https://github.com/manovagyanik1/clipy-mcp) [![manovagyanik1/clipy-mcp MCP server](https://glama.ai/mcp/servers/manovagyanik1/clipy-mcp/badges/score.svg)](https://glama.ai/mcp/servers/manovagyanik1/clipy-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Read your Clipy screen recordings from any agent: search your library, fetch timestamped transcripts, AI summaries, and key moments with video frames (click markers burned in) as inline images. Read-only, free API key. `npx -y @clipy/mcp` - [MkTurner74/botverse-mcp](https://github.com/MkTurner74/botverse-mcp) [![MkTurner74/botverse-mcp MCP server](https://glama.ai/mcp/servers/MkTurner74/botverse-mcp/badges/score.svg)](https://glama.ai/mcp/servers/MkTurner74/botverse-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Video transcoding (MP4, WebM, ProRes, GIF, MP3) and document conversion (PDF, DOCX, HTML, Markdown, XLSX) for AI agents. Per-job billing, no AWS or FFmpeg setup. `npx -y botverse-mcp` From 1f2c052a4f95f27440543b2b51348a95f938e6ef Mon Sep 17 00:00:00 2001 From: hjqcan Date: Mon, 13 Jul 2026 09:03:33 -0700 Subject: [PATCH 166/403] Add GoodMemory to knowledge and memory --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..589d54f51 100644 --- a/README.md +++ b/README.md @@ -2117,6 +2117,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [HBarefoot/engram](https://github.com/HBarefoot/engram) [![HBarefoot/engram MCP server](https://glama.ai/mcp/servers/HBarefoot/engram/badges/score.svg)](https://glama.ai/mcp/servers/HBarefoot/engram) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first persistent memory for AI agents. SQLite + local embeddings (all-MiniLM-L6-v2), hybrid semantic + FTS5 recall, secret detection, and contradiction handling. 6 MCP tools (remember, recall, forget, feedback, context, status) over stdio. Zero cloud, no API keys, fully offline. Works with Claude Desktop/Code, Cursor, and Windsurf. `npm install -g @hbarefoot/engram` - [HatmanStack/ragstack-mcp](https://github.com/HatmanStack/RAGStack-Lambda/tree/main/src/ragstack-mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - MCP server for RAGStack serverless knowledge bases. Search, chat with AI-generated answers, upload documents/media, scrape websites, and analyze metadata through an AWS-powered RAG pipeline (Lambda, Bedrock, S3, DynamoDB). - [hifriendbot/cogmemai-mcp](https://github.com/hifriendbot/cogmemai-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Persistent cognitive memory for Claude Code. Cloud-first with semantic search, AI-powered extraction, and project scoping. Zero local databases. +- [hjqcan/GoodMemory](https://github.com/hjqcan/GoodMemory) πŸ“‡ 🏠 - Local-first, auditable memory layer for Codex, Claude Code, and MCP clients. Stores scoped user/project memory in SQLite or Postgres, exposes read-only recall, trace, stats, and artifact tools by default, and supports opt-in governed writeback with review, forget, and audit controls. Published as `io.github.hjqcan/goodmemory` in the official MCP Registry. - [hubinoretros/deep-thinker](https://github.com/hubinoretros/deep-thinker) [![deep-thinker MCP server](https://glama.ai/mcp/servers/hubinoretros/deep-thinker/badges/score.svg)](https://glama.ai/mcp/servers/hubinoretros/deep-thinker) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Advanced cognitive reasoning MCP server with DAG-based thought graph, 5 reasoning strategies (sequential, dialectic, parallel, analogical, abductive), metacognitive engine with stuck detection, multi-factor confidence scoring, self-critique, knowledge integration, and thought pruning. `npx deep-thinker` - [hyunjae-labs/lore](https://github.com/hyunjae-labs/lore) [![hyunjae-labs/lore MCP server](https://glama.ai/mcp/servers/hyunjae-labs/lore/badges/score.svg)](https://glama.ai/mcp/servers/hyunjae-labs/lore) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Semantic search across Claude Code conversations. Hybrid vector + keyword search with Reciprocal Rank Fusion, fully local, background indexing, project-selective. - [idapixl/algora-mcp-server](https://github.com/idapixl/algora-mcp-server) [![idapixl-algora-mcp-server MCP server](https://glama.ai/mcp/servers/idapixl-algora-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/idapixl-algora-mcp-server) πŸ“‡ ☁️ - Browse and search open-source bounties on Algora. 5 tools: list, search, filter by org/tech/amount, get top bounties, aggregate stats. No API key required. @@ -3459,4 +3460,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From 00f64b9ca67ab90a8a1e378716643465f48dda0c Mon Sep 17 00:00:00 2001 From: Rajski Date: Mon, 13 Jul 2026 12:07:59 -0400 Subject: [PATCH 167/403] Add Glama score badge to Rajskij/oura-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fd5cf2eb..471057d6a 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [tatsuju/opdstar-nhi-mcp](https://github.com/tatsuju/opdstar-nhi-mcp) [![opdstar-nhi-mcp MCP server](https://glama.ai/mcp/servers/tatsuju/opdstar-nhi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tatsuju/opdstar-nhi-mcp) πŸ“‡ ☁️ - Taiwan's first public MCP server for National Health Insurance (NHI) data β€” 234 rejection codes, 1,497 ICD-10β†’procedure mappings across 20 specialties, audit indicators (008/014/027/P043), and semantic wiki search over 8,232 chunks of official NHI documentation. Powered by [OPDSTAR](https://opdstar.com). Install: `npx @opdstar/nhi-mcp`. - [pkotecha-eng/aria-mcp-server](https://github.com/pkotecha-eng/aria-mcp-server) [![aria-mcp-server MCP server](https://glama.ai/mcp/servers/pkotecha-eng/aria-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/pkotecha-eng/aria-mcp-server) 🐍 - Clinical research MCP server for trial coordinators and life sciences teams. Real-time access to PubMed (35M+ papers) and ClinicalTrials.gov (400K+ trials). No API key required. - [pubspro/pubmed-search](https://github.com/pubspro/pubmed-search) [![pubspro/pubmed-search MCP server](https://glama.ai/mcp/servers/pubspro/pubmed-search/badges/score.svg)](https://glama.ai/mcp/servers/pubspro/pubmed-search) πŸ“‡ ☁️ - Search PubMed and summarize biomedical literature, designed for AI health agents. -- [Rajskij/oura-mcp](https://github.com/Rajskij/oura-mcp) πŸ“‡ ☁️ - Ask your Oura Ring about sleep, readiness, activity, stress and heart rate in ChatGPT or Claude, in any language. Read-only, token-efficient, self-hosted; 10 task-oriented tools grouped by how people actually ask. +- [Rajskij/oura-mcp](https://github.com/Rajskij/oura-mcp) [![Rajskij/oura-mcp MCP server](https://glama.ai/mcp/servers/Rajskij/oura-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Rajskij/oura-mcp) πŸ“‡ ☁️ 🏠 - Ask your Oura Ring about sleep, readiness, activity, stress and heart rate in ChatGPT or Claude, in any language. Read-only, token-efficient, self-hosted; 10 task-oriented tools grouped by how people actually ask. - [SidneyBissoli/medical-terminologies-mcp](https://github.com/SidneyBissoli/medical-terminologies-mcp) [![SidneyBissoli/medical-terminologies-mcp MCP server](https://glama.ai/mcp/servers/SidneyBissoli/medical-terminologies-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SidneyBissoli/medical-terminologies-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Unified MCP server for ICD-11 (WHO), LOINC, RxNorm, MeSH (NLM), ATC, CID-10 (Brazilian DataSUS), and optional SNOMED CT. 28 tools (34 with SNOMED) with `structuredContent` + `outputSchema` on every default tool. Hosted on Cloudflare Workers, listed on Smithery, and on npm. - [the-momentum/apple-health-mcp-server](https://github.com/the-momentum/apple-health-mcp-server) 🐍 🏠 🍎 πŸͺŸ 🐧 - An MCP server that provides access to exported data from Apple Health. Data analytics included. - [the-momentum/fhir-mcp-server](https://github.com/the-momentum/fhir-mcp-server) 🐍 🏠 ☁️ - MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language. From c89bcce501175c2e3c9bbdc319de129b1c4ad02e Mon Sep 17 00:00:00 2001 From: hjqcan Date: Mon, 13 Jul 2026 09:15:34 -0700 Subject: [PATCH 168/403] Add GoodMemory Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 589d54f51..038e3c412 100644 --- a/README.md +++ b/README.md @@ -2117,7 +2117,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [HBarefoot/engram](https://github.com/HBarefoot/engram) [![HBarefoot/engram MCP server](https://glama.ai/mcp/servers/HBarefoot/engram/badges/score.svg)](https://glama.ai/mcp/servers/HBarefoot/engram) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first persistent memory for AI agents. SQLite + local embeddings (all-MiniLM-L6-v2), hybrid semantic + FTS5 recall, secret detection, and contradiction handling. 6 MCP tools (remember, recall, forget, feedback, context, status) over stdio. Zero cloud, no API keys, fully offline. Works with Claude Desktop/Code, Cursor, and Windsurf. `npm install -g @hbarefoot/engram` - [HatmanStack/ragstack-mcp](https://github.com/HatmanStack/RAGStack-Lambda/tree/main/src/ragstack-mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - MCP server for RAGStack serverless knowledge bases. Search, chat with AI-generated answers, upload documents/media, scrape websites, and analyze metadata through an AWS-powered RAG pipeline (Lambda, Bedrock, S3, DynamoDB). - [hifriendbot/cogmemai-mcp](https://github.com/hifriendbot/cogmemai-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Persistent cognitive memory for Claude Code. Cloud-first with semantic search, AI-powered extraction, and project scoping. Zero local databases. -- [hjqcan/GoodMemory](https://github.com/hjqcan/GoodMemory) πŸ“‡ 🏠 - Local-first, auditable memory layer for Codex, Claude Code, and MCP clients. Stores scoped user/project memory in SQLite or Postgres, exposes read-only recall, trace, stats, and artifact tools by default, and supports opt-in governed writeback with review, forget, and audit controls. Published as `io.github.hjqcan/goodmemory` in the official MCP Registry. +- [hjqcan/GoodMemory](https://github.com/hjqcan/GoodMemory) [![GoodMemory MCP server](https://glama.ai/mcp/servers/hjqcan/GoodMemory/badges/score.svg)](https://glama.ai/mcp/servers/hjqcan/GoodMemory) πŸ“‡ 🏠 - Local-first, auditable memory layer for Codex, Claude Code, and MCP clients. Stores scoped user/project memory in SQLite or Postgres, exposes read-only recall, trace, stats, and artifact tools by default, and supports opt-in governed writeback with review, forget, and audit controls. Published as `io.github.hjqcan/goodmemory` in the official MCP Registry. - [hubinoretros/deep-thinker](https://github.com/hubinoretros/deep-thinker) [![deep-thinker MCP server](https://glama.ai/mcp/servers/hubinoretros/deep-thinker/badges/score.svg)](https://glama.ai/mcp/servers/hubinoretros/deep-thinker) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Advanced cognitive reasoning MCP server with DAG-based thought graph, 5 reasoning strategies (sequential, dialectic, parallel, analogical, abductive), metacognitive engine with stuck detection, multi-factor confidence scoring, self-critique, knowledge integration, and thought pruning. `npx deep-thinker` - [hyunjae-labs/lore](https://github.com/hyunjae-labs/lore) [![hyunjae-labs/lore MCP server](https://glama.ai/mcp/servers/hyunjae-labs/lore/badges/score.svg)](https://glama.ai/mcp/servers/hyunjae-labs/lore) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Semantic search across Claude Code conversations. Hybrid vector + keyword search with Reciprocal Rank Fusion, fully local, background indexing, project-selective. - [idapixl/algora-mcp-server](https://github.com/idapixl/algora-mcp-server) [![idapixl-algora-mcp-server MCP server](https://glama.ai/mcp/servers/idapixl-algora-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/idapixl-algora-mcp-server) πŸ“‡ ☁️ - Browse and search open-source bounties on Algora. 5 tools: list, search, filter by org/tech/amount, get top bounties, aggregate stats. No API key required. From 101a064d9ad5780ae298f5c5ae04e7c0a90c7d4a Mon Sep 17 00:00:00 2001 From: METAL <149898538+Guitarmaniac24@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:32:36 -0400 Subject: [PATCH 169/403] Point GetABrain entry at the dedicated public MCP server repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12095742d..8c189d7a3 100644 --- a/README.md +++ b/README.md @@ -2422,7 +2422,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [connerlambden/bgpt-mcp](https://github.com/connerlambden/bgpt-mcp) [![bgpt-mcp MCP server](https://glama.ai/mcp/servers/@connerlambden/bgpt-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@connerlambden/bgpt-mcp) πŸ“‡ ☁️ - Search scientific papers with structured experimental data extracted from full-text studies. Returns 25+ fields per paper including methods, results, sample sizes, and quality scores. 50 free searches, then $0.01/result. - [dhamma-seeker/tripitaka-mcp](https://github.com/dhamma-seeker/tripitaka-mcp) [![dhamma-seeker/tripitaka-mcp MCP server](https://glama.ai/mcp/servers/dhamma-seeker/tripitaka-mcp/badges/score.svg)](https://glama.ai/mcp/servers/dhamma-seeker/tripitaka-mcp) 🐍 ☁️ 🏠 - Search, cite, and compare the Pāli Canon (TipiαΉ­aka) β€” full coverage at parity with SuttaCentral (~444K segments across Sutta, Vinaya, Abhidhamma). Hybrid trigram+vector search, full-sutta fetch with cross-reference URLs (SuttaCentral + 84000.org), segment-aligned translation comparison, and Pāli word lookup against the P. A. Payutto dictionary. Free, non-commercial β€” offered as Dhamma Dāna. Hosted at `https://tripitaka-mcp.com` or self-host via Docker. - [Embassy-of-the-Free-Mind/sourcelibrary-v2](https://github.com/Embassy-of-the-Free-Mind/sourcelibrary-v2/tree/main/mcp-server) πŸ“‡ ☁️ - Search and cite rare historical texts (alchemy, Hermeticism, Renaissance philosophy) with DOI-backed academic citations from [Source Library](https://sourcelibrary.org) -- [Guitarmaniac24/Getabrain.ai](https://github.com/Guitarmaniac24/Getabrain.ai/tree/main/packages/mcp-server) πŸ“‡ ☁️ - Query real, quality-scored humans as an agent tool. [GetABrain](https://getabrain.ai) routes a question to paid human workers and returns schema-validated JSON β€” 16 response types (yes/no, ratings, rankings, A/B tests, sentiment, image/video/audio review, voice/video/photo capture). Fully programmatic signup with a $5 free trial credit, no card required. `npx -y @getabrain/mcp-server`. +- [Guitarmaniac24/getabrain-mcp-server](https://github.com/Guitarmaniac24/getabrain-mcp-server) πŸ“‡ ☁️ - Query real, quality-scored humans as an agent tool. [GetABrain](https://getabrain.ai) routes a question to paid human workers and returns schema-validated JSON β€” 16 response types (yes/no, ratings, rankings, A/B tests, sentiment, image/video/audio review, voice/video/photo capture). Fully programmatic signup with a $5 free trial credit, no card required. `npx -y @getabrain/mcp-server`. - [HubLensOfficial/mcp-server](https://github.com/HubLensOfficial/mcp-server) [![HubLensOfficial/mcp-server MCP server](https://glama.ai/mcp/servers/HubLensOfficial/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/HubLensOfficial/mcp-server) πŸ“‡ ☁️ - Query daily trending open-source projects from GitHub & Hacker News with AI-generated bilingual (EN/ZH) summaries, categories, use cases, and custom scoring. Stateless, no API key required. - [tushariitr-19/immigration-mcp](https://github.com/tushariitr-19/immigration-mcp) [![tushariitr-19/immigration-mcp MCP server](https://glama.ai/mcp/servers/tushariitr-19/immigration-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tushariitr-19/immigration-mcp) 🏎️ 🍎 πŸͺŸ 🐧 - MCP server for US immigration guidance β€” live Visa Bulletin, priority date checker and immigration term explanations. Free to use. - [kimimgo/viznoir](https://github.com/kimimgo/viznoir) [![viznoir MCP server](https://glama.ai/mcp/servers/kimimgo/viznoir/badges/score.svg)](https://glama.ai/mcp/servers/kimimgo/viznoir) 🐍 🏠 🐧 - Cinema-quality science visualization MCP server for CFD/FEA/SPH. 22 tools for rendering, slicing, contouring, volume rendering, and animating OpenFOAM/VTK/CGNS data. Headless EGL/OSMesa. From 3eeaa1c2dc5179716f4232f827fc6af2ba995f6a Mon Sep 17 00:00:00 2001 From: Ihor Ponomarov Date: Thu, 9 Jul 2026 19:34:26 +0200 Subject: [PATCH 170/403] Add agentpack to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..50efa288d 100644 --- a/README.md +++ b/README.md @@ -2012,6 +2012,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [soolaugust/0CompactMem](https://github.com/soolaugust/0CompactMem) [![soolaugust/0CompactMem MCP server](https://glama.ai/mcp/servers/soolaugust/0CompactMem/badges/score.svg)](https://glama.ai/mcp/servers/soolaugust/0CompactMem) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory MCP server with OS-style demand paging, kswapd-style eviction, and mlock pinning. Multi-agent shared SQLite store with BM25 + FTS5 retrieval, importance scoring, and capacity-aware reclaim. 5 tools: `memory_lookup`, `pin_memory`, `unpin_memory`, `memory_stats`, `list_pinned`. `uvx --from git+https://github.com/soolaugust/0CompactMem memory-os` - [a2cr/a2cr](https://github.com/a2cr/a2cr) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](https://glama.ai/mcp/servers/a2cr/a2cr) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history. - [ahmetakyurt/zipmem-mcp](https://github.com/ahmetakyurt/zipmem-mcp) [![ahmetakyurt/zipmem-mcp MCP server](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp) πŸ“‡ 🏠 - Local-first long-term memory for terminal AI agents (Claude Code et al.) via Anchored Compacting. Stores blueprints, code anchors (fileβ†’lineβ†’concept), and distilled lessons in a single JSON under `.zipmem/`, restoring full cross-session project context at near-zero token cost. No DB, no API keys, no embeddings. `npx zipmem-mcp` +- [ihorponom/agentpack](https://github.com/ihorponom/agentpack) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Repo-native task continuity for AI coding agents: a reviewed task-state ledger (decisions, dead ends, evidence, checkpoints) in `.agentpack/` that any next session or client resumes from. - [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [![aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint β€” the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp` - [aliasunder/vault-cortex](https://github.com/aliasunder/vault-cortex) [![vault-cortex MCP server](https://glama.ai/mcp/servers/aliasunder/vault-cortex/badges/score.svg)](https://glama.ai/mcp/servers/aliasunder/vault-cortex) πŸ“‡ 🏠 ☁️ - MCP server for Obsidian vaults β€” search, memory, link graph, 23 tools, OAuth-protected. - [andreas-roennestad/openhive-mcp](https://github.com/andreas-roennestad/openhive-mcp) [![openhive-mcp MCP server](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp) πŸ“‡ ☁️ - Shared knowledge base where AI agents search and post problem-solution pairs. Agents query before solving, post after resolving. Semantic search via pgvector, duplicate detection, auto-scoring. `npx openhive-mcp`, Free to use From f221141f462dddbf6a319bbef438734eea261144 Mon Sep 17 00:00:00 2001 From: Ihor Ponomarov Date: Thu, 9 Jul 2026 19:40:54 +0200 Subject: [PATCH 171/403] Add Glama score badge to agentpack entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50efa288d..5600abc03 100644 --- a/README.md +++ b/README.md @@ -2012,7 +2012,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [soolaugust/0CompactMem](https://github.com/soolaugust/0CompactMem) [![soolaugust/0CompactMem MCP server](https://glama.ai/mcp/servers/soolaugust/0CompactMem/badges/score.svg)](https://glama.ai/mcp/servers/soolaugust/0CompactMem) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory MCP server with OS-style demand paging, kswapd-style eviction, and mlock pinning. Multi-agent shared SQLite store with BM25 + FTS5 retrieval, importance scoring, and capacity-aware reclaim. 5 tools: `memory_lookup`, `pin_memory`, `unpin_memory`, `memory_stats`, `list_pinned`. `uvx --from git+https://github.com/soolaugust/0CompactMem memory-os` - [a2cr/a2cr](https://github.com/a2cr/a2cr) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](https://glama.ai/mcp/servers/a2cr/a2cr) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history. - [ahmetakyurt/zipmem-mcp](https://github.com/ahmetakyurt/zipmem-mcp) [![ahmetakyurt/zipmem-mcp MCP server](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp) πŸ“‡ 🏠 - Local-first long-term memory for terminal AI agents (Claude Code et al.) via Anchored Compacting. Stores blueprints, code anchors (fileβ†’lineβ†’concept), and distilled lessons in a single JSON under `.zipmem/`, restoring full cross-session project context at near-zero token cost. No DB, no API keys, no embeddings. `npx zipmem-mcp` -- [ihorponom/agentpack](https://github.com/ihorponom/agentpack) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Repo-native task continuity for AI coding agents: a reviewed task-state ledger (decisions, dead ends, evidence, checkpoints) in `.agentpack/` that any next session or client resumes from. +- [ihorponom/agentpack](https://github.com/ihorponom/agentpack) [![ihorponom/agentpack MCP server](https://glama.ai/mcp/servers/ihorponom/agentpack/badges/score.svg)](https://glama.ai/mcp/servers/ihorponom/agentpack) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Repo-native task continuity for AI coding agents: a reviewed task-state ledger (decisions, dead ends, evidence, checkpoints) in `.agentpack/` that any next session or client resumes from. - [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [![aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint β€” the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp` - [aliasunder/vault-cortex](https://github.com/aliasunder/vault-cortex) [![vault-cortex MCP server](https://glama.ai/mcp/servers/aliasunder/vault-cortex/badges/score.svg)](https://glama.ai/mcp/servers/aliasunder/vault-cortex) πŸ“‡ 🏠 ☁️ - MCP server for Obsidian vaults β€” search, memory, link graph, 23 tools, OAuth-protected. - [andreas-roennestad/openhive-mcp](https://github.com/andreas-roennestad/openhive-mcp) [![openhive-mcp MCP server](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp) πŸ“‡ ☁️ - Shared knowledge base where AI agents search and post problem-solution pairs. Agents query before solving, post after resolving. Semantic search via pgvector, duplicate detection, auto-scoring. `npx openhive-mcp`, Free to use From c37d7d954537b6ab0eef07141fe32548cd409b07 Mon Sep 17 00:00:00 2001 From: SEKeener Date: Mon, 13 Jul 2026 10:24:52 -0700 Subject: [PATCH 172/403] Add Glama score badge to AirTreks MCP entry Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42808ff0e..bd9a78c4a 100644 --- a/README.md +++ b/README.md @@ -2497,7 +2497,7 @@ Tools for converting text-to-speech and vice-versa Access to travel and transportation information. Enables querying schedules, routes, and real-time travel data. -- [SEKeener/airtreks-mcp](https://github.com/SEKeener/airtreks-mcp) πŸ“‡ ☁️ - Complex multi-city flight routing intelligence. 7 tools: plan round-the-world trips across 60+ carriers, validate Star Alliance and oneworld alliance routings, get segment-by-segment carrier recommendations, identify surface sector savings, and hand off to human consultants. No API key needed (100 req/day free). Remote endpoint: https://mcp.airtreks.com/mcp +- [SEKeener/airtreks-mcp](https://github.com/SEKeener/airtreks-mcp) [![SEKeener/airtreks-mcp MCP server](https://glama.ai/mcp/servers/SEKeener/airtreks-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SEKeener/airtreks-mcp) πŸ“‡ ☁️ - Complex multi-city flight routing intelligence. 7 tools: plan round-the-world trips across 60+ carriers, validate Star Alliance and oneworld alliance routings, get segment-by-segment carrier recommendations, identify surface sector savings, and hand off to human consultants. No API key needed (100 req/day free). Remote endpoint: https://mcp.airtreks.com/mcp - [alcylu/nightlife-mcp](https://github.com/alcylu/nightlife-mcp) [![nightlife](https://glama.ai/mcp/servers/alcylu/nightlife-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alcylu/nightlife-mcp) πŸ“‡ ☁️ - MCP server for Tokyo nightlife event discovery, venue search, performer info, AI recommendations, and VIP table booking. - [Autonomad1/autonomad-travel](https://github.com/Autonomad1/autonomad-travel) [![Autonomad1/autonomad-travel MCP server](https://glama.ai/mcp/servers/Autonomad1/autonomad-travel/badges/score.svg)](https://glama.ai/mcp/servers/Autonomad1/autonomad-travel) πŸ“‡ ☁️ - AI travel agent over MCP β€” live flights, hotels, activities, and events worldwide, then completes the booking on autonomad.ai (free signup at checkout, first month of Premium included). - [campertunity/mcp-server](https://github.com/campertunity/mcp-server) πŸŽ–οΈ πŸ“‡ 🏠 - Search campgrounds around the world on campertunity, check availability, and provide booking links From 59dccfee33de8ddeb63ceae90ca97c98ef0cffcc Mon Sep 17 00:00:00 2001 From: Colby Maxwell Date: Mon, 13 Jul 2026 13:36:36 -0400 Subject: [PATCH 173/403] Add Glama score badge to the Oravan entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 019569a65..d3aa7faa5 100644 --- a/README.md +++ b/README.md @@ -2183,7 +2183,7 @@ Access to legal information, legislation, and legal databases. Enables AI models - [ark-forge/mcp-eu-ai-act](https://github.com/ark-forge/mcp-eu-ai-act) [![mcp-eu-ai-act MCP server](https://glama.ai/mcp/servers/@ark-forge/mcp-eu-ai-act/badges/score.svg)](https://glama.ai/mcp/servers/@ark-forge/mcp-eu-ai-act) πŸ“‡ ☁️ - EU AI Act compliance scanner that detects regulatory violations in AI codebases with risk classification and remediation guidance. - [atomno-labs/mcp-sudact](https://github.com/atomno-labs/mcp-sudact) [![atomno-labs/mcp-sudact MCP server](https://glama.ai/mcp/servers/atomno-labs/mcp-sudact/badges/score.svg)](https://glama.ai/mcp/servers/atomno-labs/mcp-sudact) 🐍☁️ - Russian court practice (Sudact): case search by article, court, instance and dates; full decision text. - [buildsyncinc/gibs-mcp](https://github.com/buildsyncinc/gibs-mcp) 🐍 ☁️ - Regulatory compliance (AI Act, GDPR, DORA) with article-level citations -- [cm2489/oravan](https://github.com/cm2489/oravan) πŸ“‡ ☁️ - Nonpartisan U.S. Congress data: plain-language bill decodes (bilingual EN/ES), representative lookup by ZIP with district-office phone numbers, and what’s-moving urgency ranking. Read-only, keyless, no accounts. Remote server at oravan.org/api/mcp/mcp, listed in the MCP registry as org.oravan/mcp. +- [cm2489/oravan](https://github.com/cm2489/oravan) [![cm2489/oravan MCP server](https://glama.ai/mcp/servers/cm2489/oravan/badges/score.svg)](https://glama.ai/mcp/servers/cm2489/oravan) πŸ“‡ ☁️ - Nonpartisan U.S. Congress data: plain-language bill decodes (bilingual EN/ES), representative lookup by ZIP with district-office phone numbers, and what’s-moving urgency ranking. Read-only, keyless, no accounts. Remote server at oravan.org/api/mcp/mcp, listed in the MCP registry as org.oravan/mcp. - [conformi-eu/conformi-search-mcp](https://github.com/conformi-eu/conformi-search-mcp) [![conformi-search MCP server](https://glama.ai/mcp/servers/conformi-eu/conformi-search-mcp/badges/score.svg)](https://glama.ai/mcp/servers/conformi-eu/conformi-search-mcp) πŸ“‡ ☁️ - EU legal research with verifiable CELEX citations from the EUR-Lex corpus (DE/EN/FR). Semantic search, knowledge reports and application-date timelines for GDPR, AI Act, NIS2, DORA and more. Remote server at conformi.eu/api/mcp, listed in the MCP registry as eu.conformi/conformi-search. - [djtellado/nexus-legal-mcp](https://github.com/djtellado/nexus-legal-mcp) [![djtellado/nexus-legal-mcp MCP server](https://glama.ai/mcp/servers/djtellado/nexus-legal-mcp/badges/score.svg)](https://glama.ai/mcp/servers/djtellado/nexus-legal-mcp) πŸ“‡ ☁️ - Multi-jurisdictional legal analysis (ISO 31000) for Spanish, Latin American and European law. 11 tools: `analyze`, `draft`, `audit`, `monte_carlo`, `doctrina` (DGT/TEAC), `jurisprudencia` (CENDOJ ~141k + Colombian CC/CSJ/CE ~106k), `opinion`, `redteam`, `cross_border_compare`, `consulta`. Install: `npx -y @nexus-legal/mcp` with API key from https://nexusquantum.legal/developers. - [edithatogo/fyi-cli](https://github.com/edithatogo/fyi-cli) [![edithatogo/fyi-cli MCP server](https://glama.ai/mcp/servers/edithatogo/fyi-cli/badges/score.svg)](https://glama.ai/mcp/servers/edithatogo/fyi-cli) πŸ¦€ 🏠 πŸͺŸ - Multi-jurisdiction Freedom of Information / Official Information request tracker (`fyi-mcp`) for Alaveteli platforms (FYI.org.nz, WhatDoTheyKnow, RightToKnow, and more). Local SQLite storage with tools for requests, authorities, correspondence, offline sync, and health checks. Official MCP Registry: `io.github.edithatogo/fyi-mcp`. From 93c5dd0a73b05f4c06ecae6030b1c43e3a94934f Mon Sep 17 00:00:00 2001 From: agentIgris <283729802+agentIgris@users.noreply.github.com> Date: Sat, 11 Jul 2026 17:10:52 +0530 Subject: [PATCH 174/403] Add @agentfund/mcp to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..68a2ccf6c 100644 --- a/README.md +++ b/README.md @@ -1931,6 +1931,7 @@ px goldbean-mcp\. - [bevanding/signaldaemon](https://github.com/bevanding/signaldaemon) [![bevanding/signaldaemon MCP server](https://glama.ai/mcp/servers/bevanding/signaldaemon/badges/score.svg)](https://glama.ai/mcp/servers/bevanding/signaldaemon) 🐍 ☁️ - Narrative & signal intelligence for AI agents (crypto/AI/macro): cross-source narrative convergence and capital-vs-narrative divergence. Remote MCP server, self-serve keys, fails safe (says "no coverage" rather than hallucinating). - [ENTIA-IA/entia-mcp-server](https://github.com/ENTIA-IA/entia-mcp-server) [![ENTIA-IA/entia-mcp-server MCP server](https://glama.ai/mcp/servers/ENTIA-IA/entia-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ENTIA-IA/entia-mcp-server) πŸŽ–οΈ 🐍 ☁️ - Verified business-identity intelligence for AI agents & MCP clients β€” company verification, VAT, BORME, GLEIF, ownership and risk signals across 34 countries. Remote MCP server, free tier. `npx mcp-remote https://mcp.entia.systems/mcp` - [viniciuslazzari/bolsai-mcp](https://github.com/viniciuslazzari/bolsai-mcp) [![viniciuslazzari/bolsai-mcp MCP server](https://glama.ai/mcp/servers/viniciuslazzari/bolsai-mcp/badges/score.svg)](https://glama.ai/mcp/servers/viniciuslazzari/bolsai-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Brazilian stock market data (B3, CVM, BCB) for AI assistants β€” stock prices, 27+ fundamentals, dividends, FIIs, and macro indicators (Selic, IPCA, CDI). Install: `pip install bolsai-mcp` or `uvx bolsai-mcp`. +- [@agentfund/mcp](https://github.com/agentIgris/agentfund) πŸ“‡ ☁️ - Fundraising infrastructure for AI agents on Solana β€” campaigns, x402 donations, and on-chain reputation. MCP tools for registering agents, creating campaigns, and donating via the x402 pay-to-call flow, backed by Anchor programs (agent_registry, escrow, reputation). `npx -y @agentfund/mcp` - [sebastienrousseau/camt053-mcp](https://github.com/sebastienrousseau/camt053-mcp) [![sebastienrousseau/camt053-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/camt053-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/camt053-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - **ISO 20022 bank-statement parsing + reversing entries** (`camt.053` Bank-to-Customer Statement). 19 tools + 3 resources + 4 guided prompts across message-type discovery, return-reason lookup, schema introspection, IBAN/BIC/LEI validation, camt.053 parsing + XSD validation, Nov 2026 CBPR+ cliff readiness check, curated SEPA / CBPR+ / HVPS+ rulebook citation lookup, accounting-platform journal export (Xero + QuickBooks Online), LLM-driven entry classification via MCP Sampling, entry listing/filtering, and one-shot validated reversing-entry XML generation. Built on the [`camt053`](https://github.com/sebastienrousseau/camt053) library (100% line + branch coverage, SLSA Build L3 + PEP 740 attestations, Apache-2.0). Install `pip install camt053-mcp`, run `camt053-mcp`. - [sebastienrousseau/pacs008-mcp](https://github.com/sebastienrousseau/pacs008-mcp) [![sebastienrousseau/pacs008-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/pacs008-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/pacs008-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - **ISO 20022 FI-to-FI credit-transfer generation + validation** (`pacs.008` FI-to-FI Customer Credit Transfer, `pacs.004` Payment Return, `pacs.002` Status Report). 15 tools across message-type + scheme discovery, JSON Schema + rail-usage validation, validated XML generation, XSD validation, inbound parsing, the November 2026 structured-address cliff toolkit (classify/validate/repair/batch), and legacy SWIFT MT103 β†’ pacs.008 conversion. Built on the [`pacs008`](https://github.com/sebastienrousseau/pacs008) library (100% branch coverage, Apache-2.0). Install `pip install pacs008-mcp`, run `pacs008-mcp`. From 198a784546e39064e2c28f16ecf9102f7a9bbe09 Mon Sep 17 00:00:00 2001 From: Igris Date: Sat, 11 Jul 2026 20:50:41 +0530 Subject: [PATCH 175/403] Add Glama score badge to @agentfund/mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68a2ccf6c..634efe450 100644 --- a/README.md +++ b/README.md @@ -1931,7 +1931,7 @@ px goldbean-mcp\. - [bevanding/signaldaemon](https://github.com/bevanding/signaldaemon) [![bevanding/signaldaemon MCP server](https://glama.ai/mcp/servers/bevanding/signaldaemon/badges/score.svg)](https://glama.ai/mcp/servers/bevanding/signaldaemon) 🐍 ☁️ - Narrative & signal intelligence for AI agents (crypto/AI/macro): cross-source narrative convergence and capital-vs-narrative divergence. Remote MCP server, self-serve keys, fails safe (says "no coverage" rather than hallucinating). - [ENTIA-IA/entia-mcp-server](https://github.com/ENTIA-IA/entia-mcp-server) [![ENTIA-IA/entia-mcp-server MCP server](https://glama.ai/mcp/servers/ENTIA-IA/entia-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ENTIA-IA/entia-mcp-server) πŸŽ–οΈ 🐍 ☁️ - Verified business-identity intelligence for AI agents & MCP clients β€” company verification, VAT, BORME, GLEIF, ownership and risk signals across 34 countries. Remote MCP server, free tier. `npx mcp-remote https://mcp.entia.systems/mcp` - [viniciuslazzari/bolsai-mcp](https://github.com/viniciuslazzari/bolsai-mcp) [![viniciuslazzari/bolsai-mcp MCP server](https://glama.ai/mcp/servers/viniciuslazzari/bolsai-mcp/badges/score.svg)](https://glama.ai/mcp/servers/viniciuslazzari/bolsai-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Brazilian stock market data (B3, CVM, BCB) for AI assistants β€” stock prices, 27+ fundamentals, dividends, FIIs, and macro indicators (Selic, IPCA, CDI). Install: `pip install bolsai-mcp` or `uvx bolsai-mcp`. -- [@agentfund/mcp](https://github.com/agentIgris/agentfund) πŸ“‡ ☁️ - Fundraising infrastructure for AI agents on Solana β€” campaigns, x402 donations, and on-chain reputation. MCP tools for registering agents, creating campaigns, and donating via the x402 pay-to-call flow, backed by Anchor programs (agent_registry, escrow, reputation). `npx -y @agentfund/mcp` +- [@agentfund/mcp](https://github.com/agentIgris/agentfund) [![agentIgris/agentfund MCP server](https://glama.ai/mcp/servers/agentIgris/agentfund/badges/score.svg)](https://glama.ai/mcp/servers/agentIgris/agentfund) πŸ“‡ ☁️ - Fundraising infrastructure for AI agents on Solana β€” campaigns, x402 donations, and on-chain reputation. MCP tools for registering agents, creating campaigns, and donating via the x402 pay-to-call flow, backed by Anchor programs (agent_registry, escrow, reputation). `npx -y @agentfund/mcp` - [sebastienrousseau/camt053-mcp](https://github.com/sebastienrousseau/camt053-mcp) [![sebastienrousseau/camt053-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/camt053-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/camt053-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - **ISO 20022 bank-statement parsing + reversing entries** (`camt.053` Bank-to-Customer Statement). 19 tools + 3 resources + 4 guided prompts across message-type discovery, return-reason lookup, schema introspection, IBAN/BIC/LEI validation, camt.053 parsing + XSD validation, Nov 2026 CBPR+ cliff readiness check, curated SEPA / CBPR+ / HVPS+ rulebook citation lookup, accounting-platform journal export (Xero + QuickBooks Online), LLM-driven entry classification via MCP Sampling, entry listing/filtering, and one-shot validated reversing-entry XML generation. Built on the [`camt053`](https://github.com/sebastienrousseau/camt053) library (100% line + branch coverage, SLSA Build L3 + PEP 740 attestations, Apache-2.0). Install `pip install camt053-mcp`, run `camt053-mcp`. - [sebastienrousseau/pacs008-mcp](https://github.com/sebastienrousseau/pacs008-mcp) [![sebastienrousseau/pacs008-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/pacs008-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/pacs008-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - **ISO 20022 FI-to-FI credit-transfer generation + validation** (`pacs.008` FI-to-FI Customer Credit Transfer, `pacs.004` Payment Return, `pacs.002` Status Report). 15 tools across message-type + scheme discovery, JSON Schema + rail-usage validation, validated XML generation, XSD validation, inbound parsing, the November 2026 structured-address cliff toolkit (classify/validate/repair/batch), and legacy SWIFT MT103 β†’ pacs.008 conversion. Built on the [`pacs008`](https://github.com/sebastienrousseau/pacs008) library (100% branch coverage, Apache-2.0). Install `pip install pacs008-mcp`, run `pacs008-mcp`. From 82bdb0725e564c196b2d7792efd2f18eb3d09555 Mon Sep 17 00:00:00 2001 From: escott- Date: Mon, 13 Jul 2026 12:16:14 -0700 Subject: [PATCH 176/403] Update contextstream/mcp-server entry: link to GitHub repo, add Glama badge, refresh description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..64ab6fc57 100644 --- a/README.md +++ b/README.md @@ -2071,7 +2071,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [XJTLUmedia/Context-First-MCP](https://github.com/XJTLUmedia/Context-First-MCP) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Session memory, context health monitoring, reasoning quality, and truthfulness verification MCP server with 37 tools and tiered memory storage. `npx -y context-first-mcp` - [alfredoizdev/contextforge-mcp](https://github.com/alfredoizdev/contextforge-mcp) [![alfredoizdev/contextforge-mcp MCP server](https://glama.ai/mcp/servers/alfredoizdev/contextforge-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alfredoizdev/contextforge-mcp) πŸ“‡ ☁️ - Persistent memory for Claude Code, Cursor, and GitHub Copilot via MCP. Semantic search, Git commit/PR sync, project-based organization, team collaboration. Free tier available. `npx contextforge-mcp` - [contextium-io/contextium-mcp-server](https://github.com/contextium-io/contextium-mcp-server) [![contextium-io/contextium-mcp-server MCP server](https://glama.ai/mcp/servers/contextium-io/contextium-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/contextium-io/contextium-mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - One shared context for every AI tool your team uses. Serves your team's knowledge, coding standards, skills, and AI agents to Claude, Cursor, Copilot, and any MCP client β€” load a whole workflow (docs, agents, skills, tasks, phases) in a single call. Versioned and permissioned. `npx @contextium/mcp-server` -- [contextstream/mcp-server](https://www.npmjs.com/package/@contextstream/mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Universal persistent memory for AI coding tools. Semantic code search, knowledge graphs, impact analysis, decision tracking, and 60+ MCP tools. Works across Cursor, Claude Code, Windsurf, and any MCP client. +- [contextstream/mcp-server](https://github.com/contextstream/mcp-server) [![contextstream/mcp-server MCP server](https://glama.ai/mcp/servers/contextstream/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/contextstream/mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Universal persistent memory for AI coding tools. Semantic code search, knowledge graphs, impact analysis, and decision tracking. 90.0% on LongMemEval-S. Works across Cursor, Claude Code, Windsurf, and any MCP client. `npx -y @contextstream/mcp-server` - [conversation-handoff-mcp](https://github.com/trust-delta/conversation-handoff-mcp) πŸ“‡ 🏠 - Hand off conversation context between Claude Desktop projects and across MCP clients. Memory-based, no file clutter. - [cryptosquanch/legends-mcp](https://github.com/cryptosquanch/legends-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Chat with 36 legendary founders & investors (Elon Musk, Warren Buffett, Steve Jobs, CZ). AI personas with authentic voices, frameworks, and principles. No API key required. - [dcostenco/prism-mcp](https://github.com/dcostenco/prism-mcp) [![dcostenco/BCBA MCP server](https://glama.ai/mcp/servers/dcostenco/BCBA/badges/score.svg)](https://glama.ai/mcp/servers/dcostenco/BCBA) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Zero-config persistent memory for AI agents with local SQLite. Mind Palace web dashboard, time travel (rewind/replay sessions), agent telepathy (cross-client memory sharing), code mode templates, morning briefings, and progressive context loading. 25 tools, 6 resources, 4 prompts. From 0fe3e696775805140d79dc5fbad53c27495e1e57 Mon Sep 17 00:00:00 2001 From: Flightmussy Date: Mon, 13 Jul 2026 22:01:13 +0200 Subject: [PATCH 177/403] Add Castlemap MCP server to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..2a60f8281 100644 --- a/README.md +++ b/README.md @@ -2285,6 +2285,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [bamwor-dev/bamwor-mcp-server](https://github.com/bamwor-dev/bamwor-mcp-server) [![bamwor-mcp-server MCP server](https://glama.ai/mcp/servers/bamwor-dev/bamwor-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/bamwor-dev/bamwor-mcp-server) πŸ“‡ ☁️ - World geographic data for AI agents. 261 countries with 20+ statistics and 13.4M cities with population, coordinates, and timezone. Powered by Bamwor API. - [baphometnxg/aloha-fyi-mcp](https://github.com/baphometnxg/aloha-fyi-mcp) [![baphometnxg/aloha-fyi-mcp MCP server](https://glama.ai/mcp/servers/baphometnxg/aloha-fyi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/baphometnxg/aloha-fyi-mcp) πŸ“‡ ☁️ - First dedicated Hawaii tourism MCP server. 2,583 bookable tours from Viator, GetYourGuide, Klook, and Groupon, plus 579 events across 70+ venues on Oahu, Maui, Big Island, and Kauai. Results ship with affiliate booking links. Hosted Streamable HTTP endpoint β€” no install required. Powered by [aloha.fyi](https://aloha.fyi). - [briandconnelly/mcp-server-ipinfo](https://github.com/briandconnelly/mcp-server-ipinfo) 🐍 ☁️ - IP address geolocation and network information using IPInfo API +- [Castlemap](https://thecastlemap.com/mcp) ☁️ - Query 2,400 castles, fortresses and palaces across 131 countries (coordinates, founding dates, Wikipedia summaries) from the open CC0 Castlemap dataset built on Wikidata. - [cqtrinv/trinvmcp](https://github.com/cqtrinv/trinvmcp) πŸ“‡ ☁️ - Explore French communes and cadastral parcels based on name and surface - [cturkieh/france-data-mcp](https://github.com/cturkieh/france-data-mcp) [![cturkieh/france-data-mcp MCP server](https://glama.ai/mcp/servers/cturkieh/france-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cturkieh/france-data-mcp) πŸ“‡ ☁️ 🏠 - French territorial intelligence MCP β€” cross-references public registries (FINESS healthcare facilities, RPPS health professionals, INSEE companies, IGN geocoding) for multi-source agentic reasoning over French open data. - [devilcoder01/weather-mcp-server](https://github.com/devilcoder01/weather-mcp-server) 🐍 ☁️ - Access real-time weather data for any location using the WeatherAPI.com API, providing detailed forecasts and current conditions. @@ -3459,4 +3460,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From ef87ee11cc4a6ac1c326c6161804ffd99410cefe Mon Sep 17 00:00:00 2001 From: aidc2026ai-melon Date: Tue, 14 Jul 2026 05:15:22 +0900 Subject: [PATCH 178/403] Add Glama score badge for AIDC AI MCP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..a058c7887 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena Design and visualize software architecture, system diagrams, and technical documentation. Enables AI models to generate professional diagrams and architectural documentation. +- [aidc2026ai-melon/aidc-ai-mcp](https://github.com/aidc2026ai-melon/aidc-ai-mcp) [![aidc2026ai-melon/aidc-ai-mcp MCP server](https://glama.ai/mcp/servers/aidc2026ai-melon/aidc-ai-mcp/badges/score.svg)](https://glama.ai/mcp/servers/aidc2026ai-melon/aidc-ai-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Deterministic AI data-center design engine exposed as MCP tools (design, validate, layout): rack count, design PUE, total MVA, liquid/air cooling split, CDU planning, cost & timeline. NVIDIA Rubin-era, 22.9 kV intake, Korea. Remote Streamable HTTP at https://aidc-ai.io/api/mcp; no key for the anonymous tier. - [awdr74100/figwright](https://github.com/awdr74100/figwright) [![awdr74100/figwright MCP server](https://glama.ai/mcp/servers/awdr74100/figwright/badges/score.svg)](https://glama.ai/mcp/servers/awdr74100/figwright) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Bidirectional Figma server over a local WebSocket relay: turn a selection into framework-aware code (reusing your components and tokens), or author frames, text, styles, variables, and whole screens back onto the canvas. 92 tools, any MCP client, no Dev Mode seat or paid tier. - [betterhyq/mermaid-grammer-inspector-mcp](https://github.com/betterhyq/mermaid_grammer_inspector_mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - A Model Context Protocol (MCP) server for validating Mermaid diagram syntax and providing comprehensive grammar checking capabilities - [BV-Venky/excalidraw-architect-mcp](https://github.com/BV-Venky/excalidraw-architect-mcp) [![excalidraw-architect-mcp MCP server](https://glama.ai/mcp/servers/@BV-Venky/excalidraw-architect-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@BV-Venky/excalidraw-architect-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Generate beautiful Excalidraw architecture diagrams with auto-layout, architecture-aware component styling, and stateful editing. 50+ technology mappings including databases, message queues, caches, and more. No API keys required. From 665bcd06e2d986aebebfef39e42261227c60c732 Mon Sep 17 00:00:00 2001 From: Andrey Laptenok Date: Mon, 13 Jul 2026 23:38:06 +0200 Subject: [PATCH 179/403] Add redmine-mcp-stdio server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..47094a4df 100644 --- a/README.md +++ b/README.md @@ -2533,6 +2533,7 @@ Tools for product planning, customer feedback analysis, and prioritization. - [KyaniteLabs/Epoch](https://github.com/KyaniteLabs/Epoch) [![KyaniteLabs/Epoch MCP server](https://glama.ai/mcp/servers/KyaniteLabs/Epoch/badges/score.svg)](https://glama.ai/mcp/servers/KyaniteLabs/Epoch) πŸ“‡ 🏠 - Software estimation server for AI agents: PERT, COCOMO II, Monte Carlo, sprint forecasting, token-to-time and cost mapping, and schedule-risk tools. - [daiji-sshr/redmine-mcp-stateless](https://github.com/daiji-sshr/redmine-mcp-stateless) [![daiji-sshr/redmine-mcp-stateless MCP server](https://glama.ai/mcp/servers/daiji-sshr/redmine-mcp-stateless/badges/score.svg)](https://glama.ai/mcp/servers/daiji-sshr/redmine-mcp-stateless) 🐍 🏠 🐧 - Stateless Redmine MCP server. Credentials are passed per-request via HTTP headers and never stored on the server. Supports listing/creating/updating issues, full-text search across subjects, descriptions and comments, and editing journals (Redmine 5.0+). Deployable on RHEL (systemd) or Docker. +- [andrelaptenok/redmine-mcp-stdio](https://github.com/andrelaptenok/redmine-mcp-stdio) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Search, read, create and update Redmine issues, projects and time entries from any MCP client. 12 tools with MCP safety annotations: full-text search, issue journals with attachments, comments and time tracking. `npx -y redmine-mcp-stdio` - [devemberx/mcp-server-polarion](https://github.com/devemberx/mcp-server-polarion) [![devemberx/mcp-server-polarion MCP server](https://glama.ai/mcp/servers/devemberx/mcp-server-polarion/badges/score.svg)](https://glama.ai/mcp/servers/devemberx/mcp-server-polarion) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Polarion ALM integration with 24 read/write tools for documents, work items, traceability links, and comments. Renders documents as Markdown, searches with Lucene or SQL, walks incoming/outgoing links, and creates/updates/reorganizes work items. Every write tool supports `dry_run` with pre-write field, enum, and link-target validation. Requires Polarion 2506+. `uvx mcp-server-polarion`. - [dkships/pm-copilot](https://github.com/dkships/pm-copilot) πŸ“‡ ☁️ - Triangulates HelpScout support tickets and ProductLift feature requests to generate prioritized product plans. Scores themes by convergence (same signal in both sources = 2x boost), scrubs PII, and accepts business metrics from other MCP servers via `kpi_context` for composable prioritization. - [Lukaris/framedeck-mcp](https://github.com/Lukaris/framedeck-mcp) [![Lukaris/framedeck-mcp MCP server](https://glama.ai/mcp/servers/Lukaris/framedeck-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Lukaris/framedeck-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - [Framedeck](https://framedeck.app) is a Kanban content production manager for YouTube, Instagram, TikTok and Podcast creators. 32 tools for managing productions, stages, frames (cards), checklists, comments, and labels. Ideas land in an Idea Pool and graduate into full productions with stages (Idea β†’ Scripting β†’ Filming β†’ Editing β†’ Published). All tools ship with MCP safety annotations. `npx framedeck-mcp` From 1e2b6697a340af42e23ea01a77a5f2394692471d Mon Sep 17 00:00:00 2001 From: Andrey Laptenok Date: Mon, 13 Jul 2026 23:43:11 +0200 Subject: [PATCH 180/403] Add Glama score badge to redmine-mcp-stdio entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47094a4df..0731c66ea 100644 --- a/README.md +++ b/README.md @@ -2533,7 +2533,7 @@ Tools for product planning, customer feedback analysis, and prioritization. - [KyaniteLabs/Epoch](https://github.com/KyaniteLabs/Epoch) [![KyaniteLabs/Epoch MCP server](https://glama.ai/mcp/servers/KyaniteLabs/Epoch/badges/score.svg)](https://glama.ai/mcp/servers/KyaniteLabs/Epoch) πŸ“‡ 🏠 - Software estimation server for AI agents: PERT, COCOMO II, Monte Carlo, sprint forecasting, token-to-time and cost mapping, and schedule-risk tools. - [daiji-sshr/redmine-mcp-stateless](https://github.com/daiji-sshr/redmine-mcp-stateless) [![daiji-sshr/redmine-mcp-stateless MCP server](https://glama.ai/mcp/servers/daiji-sshr/redmine-mcp-stateless/badges/score.svg)](https://glama.ai/mcp/servers/daiji-sshr/redmine-mcp-stateless) 🐍 🏠 🐧 - Stateless Redmine MCP server. Credentials are passed per-request via HTTP headers and never stored on the server. Supports listing/creating/updating issues, full-text search across subjects, descriptions and comments, and editing journals (Redmine 5.0+). Deployable on RHEL (systemd) or Docker. -- [andrelaptenok/redmine-mcp-stdio](https://github.com/andrelaptenok/redmine-mcp-stdio) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Search, read, create and update Redmine issues, projects and time entries from any MCP client. 12 tools with MCP safety annotations: full-text search, issue journals with attachments, comments and time tracking. `npx -y redmine-mcp-stdio` +- [andrelaptenok/redmine-mcp-stdio](https://github.com/andrelaptenok/redmine-mcp-stdio) [![andrelaptenok/redmine-mcp-stdio MCP server](https://glama.ai/mcp/servers/andrelaptenok/redmine-mcp-stdio/badges/score.svg)](https://glama.ai/mcp/servers/andrelaptenok/redmine-mcp-stdio) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Search, read, create and update Redmine issues, projects and time entries from any MCP client. 12 tools with MCP safety annotations: full-text search, issue journals with attachments, comments and time tracking. `npx -y redmine-mcp-stdio` - [devemberx/mcp-server-polarion](https://github.com/devemberx/mcp-server-polarion) [![devemberx/mcp-server-polarion MCP server](https://glama.ai/mcp/servers/devemberx/mcp-server-polarion/badges/score.svg)](https://glama.ai/mcp/servers/devemberx/mcp-server-polarion) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Polarion ALM integration with 24 read/write tools for documents, work items, traceability links, and comments. Renders documents as Markdown, searches with Lucene or SQL, walks incoming/outgoing links, and creates/updates/reorganizes work items. Every write tool supports `dry_run` with pre-write field, enum, and link-target validation. Requires Polarion 2506+. `uvx mcp-server-polarion`. - [dkships/pm-copilot](https://github.com/dkships/pm-copilot) πŸ“‡ ☁️ - Triangulates HelpScout support tickets and ProductLift feature requests to generate prioritized product plans. Scores themes by convergence (same signal in both sources = 2x boost), scrubs PII, and accepts business metrics from other MCP servers via `kpi_context` for composable prioritization. - [Lukaris/framedeck-mcp](https://github.com/Lukaris/framedeck-mcp) [![Lukaris/framedeck-mcp MCP server](https://glama.ai/mcp/servers/Lukaris/framedeck-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Lukaris/framedeck-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - [Framedeck](https://framedeck.app) is a Kanban content production manager for YouTube, Instagram, TikTok and Podcast creators. 32 tools for managing productions, stages, frames (cards), checklists, comments, and labels. Ideas land in an Idea Pool and graduate into full productions with stages (Idea β†’ Scripting β†’ Filming β†’ Editing β†’ Published). All tools ship with MCP safety annotations. `npx framedeck-mcp` From 0ba90d1f6b971fb6db0c2e57eabcb000bdf86fb8 Mon Sep 17 00:00:00 2001 From: imkemit-ops Date: Tue, 14 Jul 2026 01:11:07 +0300 Subject: [PATCH 181/403] Add ComparEdge MCP server (verified SaaS/AI/LLM pricing) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..f04e3741f 100644 --- a/README.md +++ b/README.md @@ -2632,6 +2632,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [cevatkerim/unsplash-mcp](https://github.com/cevatkerim/unsplash-mcp) 🐍 ☁️ - Unsplash photo search with proper attribution. Returns ready-to-use attribution text and HTML for each photo, making it easy for LLMs to build content pages with properly credited images. Includes search, random photos, and download tracking. - [chanmeng/google-news-mcp-server](https://github.com/ChanMeng666/server-google-news) πŸ“‡ ☁️ - Google News integration with automatic topic categorization, multi-language support, and comprehensive search capabilities including headlines, stories, and related topics through [SerpAPI](https://serpapi.com/). - [chasesaurabh/mcp-page-capture](https://github.com/chasesaurabh/mcp-page-capture) πŸ“‡ 🏠 - MCP server that captures webpage screenshots, with viewport or full-page options and base64 PNG output. +- [comparedge/mcp-server-comparedge](https://github.com/comparedge/mcp-server-comparedge) [![comparedge/mcp-server-comparedge MCP server](https://glama.ai/mcp/servers/comparedge/mcp-server-comparedge/badges/score.svg)](https://glama.ai/mcp/servers/comparedge/mcp-server-comparedge) πŸ“‡ ☁️ 🏠 - Verified SaaS, AI, and LLM pricing for 490+ tools: plans, hidden costs, alternatives, and comparisons. Free, no API key. - [CKBrennan/overtone-news-mcp](https://github.com/CKBrennan/overtone-news-mcp) [![CKBrennan/overtone-news-mcp MCP server](https://glama.ai/mcp/servers/CKBrennan/overtone-news-mcp/badges/score.svg)](https://glama.ai/mcp/servers/CKBrennan/overtone-news-mcp) 🐍 - Real-time news with tone analysis, brand safety, and narrative shift signals for AI agents. - [ConechoAI/openai-websearch-mcp](https://github.com/ConechoAI/openai-websearch-mcp/) 🐍 🏠 ☁️ - This is a Python-based MCP server that provides OpenAI `web_search` built-in tool. - [Crawleo/Crawleo-MCP](https://github.com/Crawleo/Crawleo-MCP) ☁️ 🐍 – Crawleo Search & Crawl API From 386402611907790e13cc25ab17484266715d346d Mon Sep 17 00:00:00 2001 From: Ankur Singh Date: Tue, 14 Jul 2026 04:48:25 +0530 Subject: [PATCH 182/403] Add Writing Style Checker (wsc) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..67c970137 100644 --- a/README.md +++ b/README.md @@ -1306,6 +1306,7 @@ Tools and integrations that enhance the development workflow and environment man - [tgeselle/bugsnag-mcp](https://github.com/tgeselle/bugsnag-mcp) πŸ“‡ ☁️ - An MCP server for interacting with [Bugsnag](https://www.bugsnag.com/) - [thecombatwombat/replicant-mcp](https://github.com/thecombatwombat/replicant-mcp) [![thecombatwombat/replicant-mcp MCP server](https://glama.ai/mcp/servers/thecombatwombat/replicant-mcp/badges/score.svg)](https://glama.ai/mcp/servers/thecombatwombat/replicant-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Android MCP server for AI-assisted Android development. Build APKs, launch emulators, manage devices, automate UI, and analyze logs through natural conversation. - [themesberg/flowbite-mcp](https://github.com/themesberg/flowbite-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server that provides AI assistance for an open-source UI framework based on Tailwind CSS +- [theserverlessdev/wsc](https://github.com/theserverlessdev/wsc) πŸ“‡ ☁️ 🏠 - Prose linter + AI-slop detector: weasel words, passive voice, hedging, and 190+ research-cited AI tells. Remote server at wsc.theserverless.dev/mcp or `npx wsc-mcp`. - [tipdotmd/tip-md-x402-mcp-server](https://github.com/tipdotmd/tip-md-x402-mcp-server) πŸ“‡ ☁️ - MCP server for cryptocurrency tipping through AI interfaces using x402 payment protocol and CDP Wallet. - [x402node/x402-mcp](https://github.com/x402node/x402-mcp) [![x402node/x402-mcp MCP server](https://glama.ai/mcp/servers/x402node/x402-mcp/badges/score.svg)](https://glama.ai/mcp/servers/x402node/x402-mcp) πŸŽ–οΈ πŸ“‡ 🏠 - Exposes 100+ x402-paid APIs to AI agents via auto-discovery from Coinbase Bazaar. Handles USDC micropayments on Base mainnet. - [Mibayy/token-savior](https://github.com/Mibayy/token-savior) [![Mibayy/token-savior MCP server](https://glama.ai/mcp/servers/Mibayy/token-savior/badges/score.svg)](https://glama.ai/mcp/servers/Mibayy/token-savior) 🐍 🏠 🍎 πŸͺŸ 🐧 - Structural code intelligence MCP server for AI-assisted development. Navigate and edit code by symbol names instead of raw text β€” symbol lookup, dependency graphs, call chains, dead code detection, and structural diff. Replaces grep/cat with semantic tools: 87% token reduction on large codebases. From bbf2174d52db8feb380c812ff005654dc6867317 Mon Sep 17 00:00:00 2001 From: Michael Edlin Date: Mon, 13 Jul 2026 19:38:31 -0400 Subject: [PATCH 183/403] Add Kentucky-ai/opentakeoff (Architecture & Design) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..f30141359 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [flowzap-xyz/flowzap-mcp](https://github.com/flowzap-xyz/flowzap-mcp) [![flowzap-xyz/flowzap-mcp MCP server](https://glama.ai/mcp/servers/flowzap-xyz/flowzap-mcp/badges/score.svg)](https://glama.ai/mcp/servers/flowzap-xyz/flowzap-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Create workflow, sequence, and architecture diagrams using FlowZap Code DSL. 7 tools for validation, playground URL generation, syntax docs, graph export, artifact parsing, diffing, and patching. No API key required. Install via NPM: `npx -y flowzap-mcp` - [GittyBurstein/mermaid-mcp-server](https://github.com/GittyBurstein/mermaid-mcp-server) 🐍 ☁️ - MCP server that turns local projects or GitHub repositories into Mermaid diagrams and renders them via Kroki. - [karyaboyraz/mockit-mcp](https://github.com/karyaboyraz/mockit-mcp) [![karyaboyraz/mockit-mcp MCP server](https://glama.ai/mcp/servers/karyaboyraz/mockit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/karyaboyraz/mockit-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Generate premium iOS mobile UI mockups (PNG + HTML) from a single text prompt. Pairs Claude (Opus 4.7 by default) with a Playwright headless renderer. Two backends β€” `claude` CLI (uses your Claude Code subscription) or Anthropic API. Stdio + HTTP transports, MIT. +- [Kentucky-ai/opentakeoff](https://github.com/Kentucky-ai/opentakeoff) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Construction plan takeoff on stdio β€” load a plan PDF, read the title block, adopt the drawing scale (never applied silently), one-click trace rooms, and export real-world quantities (square footage, linear feet, counts) with provenance receipts. Install via NPM: `npx -y opentakeoff-mcp` - [Narasimhaponnada/mermaid-mcp](https://github.com/Narasimhaponnada/mermaid-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI-powered Mermaid diagram generation with 22+ diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams, architecture diagrams, state machines, and more. Features 50+ pre-built templates, advanced layout engines, SVG/PNG/PDF exports, and seamless integration with GitHub Copilot, Claude, and any MCP-compatible client. Install via NPM: `npm install -g @narasimhaponnada/mermaid-mcp-server` - [rdanieli/tentra-mcp](https://github.com/rdanieli/tentra-mcp) [![rdanieli/tentra-mcp MCP server](https://glama.ai/mcp/servers/rdanieli/tentra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/rdanieli/tentra-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - AI-native architecture platform for engineering teams. Describe a system in natural language (e.g. "payment service with Stripe, Kafka, PostgreSQL") β†’ get an interactive typed diagram with 167 cloud components β†’ export to 14 production frameworks (Java Spring Boot, Python FastAPI, Go chi, Rust Axum, .NET, Kotlin Ktor, Ruby Rails, Elixir Phoenix, Docker Compose, Terraform, Mermaid, ADR, and more). Drift detection (`sync_architecture`) scores saved diagrams against live code 0–100 with a structured diff. 9 quality-lint rules catch orphans, SPOFs, god services. Also includes a secondary persistent code-graph layer for AI coding agents (free offline via `npx tentra-mcp --local init`). Agent-as-LLM pattern β€” zero LLM cost on our side, zero API key on yours. 35 MCP tools. Works in Cursor, Claude Code, Codex, Windsurf. - [RNVizion/rnv-color-mcp](https://github.com/RNVizion/rnv-color-mcp) [![RNVizion/rnv-color-mcp MCP server](https://glama.ai/mcp/servers/RNVizion/rnv-color-mcp/badges/score.svg)](https://glama.ai/mcp/servers/RNVizion/rnv-color-mcp) 🐍 ☁️ - A complete color workflow over MCP: mix (incl. Kubelka-Munk paint physics), convert formats, generate harmonies, and remember named palettes. Resolves hex, CSS, and custom brand color names, and refuses unknown colors rather than guessing. Hosted, no install: `https://rnvizion-rnv-color-mcp.hf.space/mcp`. From fda3ece4023fb0c9a247d39e56df5ed8e9eb206c Mon Sep 17 00:00:00 2001 From: bluetieroperations-create <270213615+bluetieroperations-create@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:31:46 -0700 Subject: [PATCH 184/403] Add Glama score badge to BLACK_WALL entry Per maintainer request (#6800). Server is listed on Glama (bluetieroperations-create/blackwall-mcp) and passes the introspection check. 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 d8292e080..617ca9b61 100644 --- a/README.md +++ b/README.md @@ -2123,7 +2123,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [ark-forge/arkforge-mcp](https://github.com/ark-forge/arkforge-mcp) [![ze6ad36390 MCP server](https://glama.ai/mcp/servers/ze6ad36390/badges/score.svg)](https://glama.ai/mcp/servers/ze6ad36390) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Third-party certifying proxy β€” sign any HTTP call (AI agents, webhooks, microservices) with an independent Ed25519 signature, RFC 3161 timestamp, and Sigstore Rekor anchor. Works with Claude, GPT-4, Mistral, LangChain, AutoGen, or any HTTP client. - [atomicchonk/roadrecon_mcp_server](https://github.com/atomicchonk/roadrecon_mcp_server) 🐍 πŸͺŸ 🏠 MCP server for analyzing ROADrecon gather results from Azure tenant enumeration - [behrensd/mcp-firewall](https://github.com/behrensd/mcp-firewall) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Deterministic security proxy (iptables for MCP) that intercepts tool calls, enforces YAML policies, scans for secret leakage, and logs everything. No AI, no cloud. -- [bluetieroperations-create/blackwall-mcp](https://github.com/bluetieroperations-create/blackwall-mcp) πŸ“‡ ☁️ - Pre-action risk gate for AI agents. One `forecast` tool the agent calls before any irreversible action (send money, run SQL, delete data); returns a risk score (0–100), reversibility class, named red flags from 28 failure modes, and a gate: proceed / confirm / human-required. +- [bluetieroperations-create/blackwall-mcp](https://github.com/bluetieroperations-create/blackwall-mcp) [![bluetieroperations-create/blackwall-mcp MCP server](https://glama.ai/mcp/servers/bluetieroperations-create/blackwall-mcp/badges/score.svg)](https://glama.ai/mcp/servers/bluetieroperations-create/blackwall-mcp) πŸ“‡ ☁️ - Pre-action risk gate for AI agents. One `forecast` tool the agent calls before any irreversible action (send money, run SQL, delete data); returns a risk score (0–100), reversibility class, named red flags from 28 failure modes, and a gate: proceed / confirm / human-required. - [BurtTheCoder/mcp-dnstwist](https://github.com/BurtTheCoder/mcp-dnstwist) πŸ“‡ πŸͺŸ ☁️ - MCP server for dnstwist, a powerful DNS fuzzing tool that helps detect typosquatting, phishing, and corporate espionage. - [BurtTheCoder/mcp-maigret](https://github.com/BurtTheCoder/mcp-maigret) πŸ“‡ πŸͺŸ ☁️ - MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs. - [BurtTheCoder/mcp-shodan](https://github.com/BurtTheCoder/mcp-shodan) πŸ“‡ πŸͺŸ ☁️ - MCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more. From 567bcf611b8ff738caf651244b0f7b72af49850e Mon Sep 17 00:00:00 2001 From: Li Zhuojun Date: Tue, 14 Jul 2026 12:23:44 +0800 Subject: [PATCH 185/403] Add Glama score badge to chinese-history-mcp entry Server claimed on Glama, quality score evaluated (tier A). Badge placed right after the repo URL, before the emoji flags, per maintainer request. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9a3cb108..108ef8972 100644 --- a/README.md +++ b/README.md @@ -2392,7 +2392,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [HubLensOfficial/mcp-server](https://github.com/HubLensOfficial/mcp-server) [![HubLensOfficial/mcp-server MCP server](https://glama.ai/mcp/servers/HubLensOfficial/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/HubLensOfficial/mcp-server) πŸ“‡ ☁️ - Query daily trending open-source projects from GitHub & Hacker News with AI-generated bilingual (EN/ZH) summaries, categories, use cases, and custom scoring. Stateless, no API key required. - [tushariitr-19/immigration-mcp](https://github.com/tushariitr-19/immigration-mcp) [![tushariitr-19/immigration-mcp MCP server](https://glama.ai/mcp/servers/tushariitr-19/immigration-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tushariitr-19/immigration-mcp) 🏎️ 🍎 πŸͺŸ 🐧 - MCP server for US immigration guidance β€” live Visa Bulletin, priority date checker and immigration term explanations. Free to use. - [kimimgo/viznoir](https://github.com/kimimgo/viznoir) [![viznoir MCP server](https://glama.ai/mcp/servers/kimimgo/viznoir/badges/score.svg)](https://glama.ai/mcp/servers/kimimgo/viznoir) 🐍 🏠 🐧 - Cinema-quality science visualization MCP server for CFD/FEA/SPH. 22 tools for rendering, slicing, contouring, volume rendering, and animating OpenFOAM/VTK/CGNS data. Headless EGL/OSMesa. -- [lizhuojunx86/chinese-history-mcp](https://github.com/lizhuojunx86/chinese-history-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Query 9 classical Chinese texts (pre-Qin to Wei-Jin: 史θ°/汉书/εŽζ±‰δΉ¦/δΈ‰ε›½εΏ—/ε·¦δΌ /θΊθ―­/孟子/吕氏ζ˜₯η§‹/θ΅„ζ²»ι€šι‰΄) by event, person, modern place name, or virtue β€” every result cites 【book Β· chapter Β· paragraph】 with original-text evidence and an honest `review_status`. Zero-dependency stdlib stdio JSON-RPC. +- [lizhuojunx86/chinese-history-mcp](https://github.com/lizhuojunx86/chinese-history-mcp) [![lizhuojunx86/chinese-history-mcp MCP server](https://glama.ai/mcp/servers/lizhuojunx86/chinese-history-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lizhuojunx86/chinese-history-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Query 9 classical Chinese texts (pre-Qin to Wei-Jin: 史θ°/汉书/εŽζ±‰δΉ¦/δΈ‰ε›½εΏ—/ε·¦δΌ /θΊθ―­/孟子/吕氏ζ˜₯η§‹/θ΅„ζ²»ι€šι‰΄) by event, person, modern place name, or virtue β€” every result cites 【book Β· chapter Β· paragraph】 with original-text evidence and an honest `review_status`. Zero-dependency stdlib stdio JSON-RPC. - [mlava/scholar-sidekick-mcp](https://github.com/mlava/scholar-sidekick-mcp) [![mlava/scholar-sidekick-mcp MCP server](https://glama.ai/mcp/servers/mlava/scholar-sidekick-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mlava/scholar-sidekick-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Resolve any scholarly identifier (DOI, PMID, PMCID, ISBN, arXiv, ISSN, ADS bibcode, WHO IRIS URL) into structured CSL JSON, format in 10,000+ citation styles, or export to BibTeX/RIS/EndNote/Zotero RDF/CSV. Single or batch. Install: `npx -y scholar-sidekick-mcp`. - [mnemox-ai/idea-reality-mcp](https://github.com/mnemox-ai/idea-reality-mcp) [![idea-reality-mcp MCP server](https://glama.ai/mcp/servers/@mnemox-ai/idea-reality-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@mnemox-ai/idea-reality-mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Pre-build reality check for AI coding agents. Scans GitHub, Hacker News, npm, PyPI, and Product Hunt to detect existing competition before building, returning a reality signal score (0-100), duplicate likelihood, similar projects, and pivot hints. - [musharna/data-aggregator-mcp](https://github.com/musharna/data-aggregator-mcp) [![musharna/data-aggregator-mcp MCP server](https://glama.ai/mcp/servers/musharna/data-aggregator-mcp/badges/score.svg)](https://glama.ai/mcp/servers/musharna/data-aggregator-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Search and fetch research datasets across Zenodo, DataCite (Dryad/Figshare/Dataverse/OSF), NCBI omics (GEO/SRA/BioProject), and literature (PubMed/OpenAIRE) behind one normalized model β€” DOI deduplication, NCBI-Taxonomy synonym expansion, paperβ†’data linking, and checksum-verified download. `uvx data-aggregator-mcp`. From 977df708d864c3423225ad73422513bfe23fd8ab Mon Sep 17 00:00:00 2001 From: Igor Afanasov Date: Tue, 14 Jul 2026 07:04:37 +0200 Subject: [PATCH 186/403] Add PackZoo to Delivery section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..a3e3bc0ac 100644 --- a/README.md +++ b/README.md @@ -1390,6 +1390,7 @@ Tools and integrations that enhance the development workflow and environment man - [aarsiv-groups/shipi-mcp-server](https://github.com/aarsiv-groups/shipi-mcp-server) πŸ“‡ ☁️ - Shipi MCP server to create shipments, track packages, and compare rates with 18 tools for various carriers. Supports [remote MCP](https://mcp.myshipi.com/api/mcp). - [arthurpanhku/DragonMCP](https://github.com/arthurpanhku/DragonMCP) [![dragon-mcp MCP server](https://glama.ai/mcp/servers/arthurpanhku/dragon-mcp/badges/score.svg)](https://glama.ai/mcp/servers/arthurpanhku/dragon-mcp) πŸ“‡ 🏠 ☁️ 🍎 - MCP server for Greater China local life services: Meituan/Ele.me food delivery, Didi/Meituan ride-hailing, WeChat Pay/Alipay, Amap/Baidu Maps, 12306 high-speed rail, Taobao/JD/Xianyu e-commerce, Hong Kong government e-services, and more. - [catrinmdonnelly/royalmail-mcp](https://github.com/catrinmdonnelly/royalmail-mcp) [![catrinmdonnelly/royalmail-mcp MCP server](https://glama.ai/mcp/servers/catrinmdonnelly/royalmail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/catrinmdonnelly/royalmail-mcp) πŸ“‡ ☁️ - Book, label, track and cancel Royal Mail and Parcelforce shipments. 33 UK and international services via friendly keys or raw Service Register codes. `npx royalmail-mcp`. +- [iafanasov/packzoo-mcp](https://github.com/IAfanasov/packzoo-mcp) πŸ“‡ ☁️ - Compare parcel and letter delivery prices across 60+ carriers in 27 European countries. Remote MCP: [packzoo.com/api/mcp](https://packzoo.com/api/mcp). - [warpfreight/warp-agent-mcp](https://github.com/warpfreight/warp-agent-mcp) [![warpfreight/warp-agent-mcp MCP server](https://glama.ai/mcp/servers/warpfreight/warp-agent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/warpfreight/warp-agent-mcp) πŸ“‡ ☁️ - Book real LTL/FTL/van/box-truck freight through the Warp network. 20 tools, in-chat login, Stripe-charged bookings, real carrier dispatch. Live demo at [wearewarp.com/agents/mcp](https://wearewarp.com/agents/mcp). - [Yang1Bai/claw-tsaver](https://github.com/Yang1Bai/claw-tsaver)__ 🐍 🏠 🍎 πŸͺŸ 🐧 - Token-saving MCP proxy that intercepts oversized tool returns and replaces them with a preview + on-demand handle. Real benchmark: 11,507 tokens β†’ 104 tokens (99.1% saved) on a Wikipedia fetch. Works with OpenClaw + Claude. From 6f018794b8c94d4195f20e01c5935c95e8da1300 Mon Sep 17 00:00:00 2001 From: Ankur Singh Date: Tue, 14 Jul 2026 12:53:43 +0530 Subject: [PATCH 187/403] Add Glama score badge to wsc entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67c970137..15677b747 100644 --- a/README.md +++ b/README.md @@ -1306,7 +1306,7 @@ Tools and integrations that enhance the development workflow and environment man - [tgeselle/bugsnag-mcp](https://github.com/tgeselle/bugsnag-mcp) πŸ“‡ ☁️ - An MCP server for interacting with [Bugsnag](https://www.bugsnag.com/) - [thecombatwombat/replicant-mcp](https://github.com/thecombatwombat/replicant-mcp) [![thecombatwombat/replicant-mcp MCP server](https://glama.ai/mcp/servers/thecombatwombat/replicant-mcp/badges/score.svg)](https://glama.ai/mcp/servers/thecombatwombat/replicant-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Android MCP server for AI-assisted Android development. Build APKs, launch emulators, manage devices, automate UI, and analyze logs through natural conversation. - [themesberg/flowbite-mcp](https://github.com/themesberg/flowbite-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server that provides AI assistance for an open-source UI framework based on Tailwind CSS -- [theserverlessdev/wsc](https://github.com/theserverlessdev/wsc) πŸ“‡ ☁️ 🏠 - Prose linter + AI-slop detector: weasel words, passive voice, hedging, and 190+ research-cited AI tells. Remote server at wsc.theserverless.dev/mcp or `npx wsc-mcp`. +- [theserverlessdev/wsc](https://github.com/theserverlessdev/wsc) [![theserverlessdev/wsc MCP server](https://glama.ai/mcp/servers/theserverlessdev/wsc/badges/score.svg)](https://glama.ai/mcp/servers/theserverlessdev/wsc) πŸ“‡ ☁️ 🏠 - Prose linter + AI-slop detector: weasel words, passive voice, hedging, and 190+ research-cited AI tells. Remote server at wsc.theserverless.dev/mcp or `npx wsc-mcp`. - [tipdotmd/tip-md-x402-mcp-server](https://github.com/tipdotmd/tip-md-x402-mcp-server) πŸ“‡ ☁️ - MCP server for cryptocurrency tipping through AI interfaces using x402 payment protocol and CDP Wallet. - [x402node/x402-mcp](https://github.com/x402node/x402-mcp) [![x402node/x402-mcp MCP server](https://glama.ai/mcp/servers/x402node/x402-mcp/badges/score.svg)](https://glama.ai/mcp/servers/x402node/x402-mcp) πŸŽ–οΈ πŸ“‡ 🏠 - Exposes 100+ x402-paid APIs to AI agents via auto-discovery from Coinbase Bazaar. Handles USDC micropayments on Base mainnet. - [Mibayy/token-savior](https://github.com/Mibayy/token-savior) [![Mibayy/token-savior MCP server](https://glama.ai/mcp/servers/Mibayy/token-savior/badges/score.svg)](https://glama.ai/mcp/servers/Mibayy/token-savior) 🐍 🏠 🍎 πŸͺŸ 🐧 - Structural code intelligence MCP server for AI-assisted development. Navigate and edit code by symbol names instead of raw text β€” symbol lookup, dependency graphs, call chains, dead code detection, and structural diff. Replaces grep/cat with semantic tools: 87% token reduction on large codebases. From 1dad4e5ad586e77cc2d2db9c0d8822be54122607 Mon Sep 17 00:00:00 2001 From: haeseong Date: Tue, 14 Jul 2026 16:38:36 +0900 Subject: [PATCH 188/403] Add Spanlens to Monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..096cb98da 100644 --- a/README.md +++ b/README.md @@ -2445,6 +2445,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) 🏎️ 🏠 - A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.(support CPU、Memory、Disk、Network、Host、ProcessοΌ‰ - [Sudhan30/freshprobe](https://github.com/Sudhan30/freshprobe) [![Sudhan30/freshprobe MCP server](https://glama.ai/mcp/servers/Sudhan30/freshprobe/badges/score.svg)](https://glama.ai/mcp/servers/Sudhan30/freshprobe) 🏎️ ☁️ 🏠 - Data freshness verification for AI agents. Probes endpoints for HTTP cache staleness, latency percentiles, content fingerprinting, TLS health, DNS timing, and redirect chains. Returns deterministic FRESH/STALE/UNKNOWN verdicts with NIST AI RMF mapping. CLI + MCP server + HTTP API with Prometheus metrics and YAML policy engine. - [shibley/apistatuscheck-mcp-server](https://github.com/shibley/apistatuscheck-mcp-server) [![apistatuscheck-mcp-server MCP server](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server) πŸ“‡ ☁️ - Check real-time operational status of 114+ cloud services and APIs (AWS, GitHub, Stripe, OpenAI, Vercel, etc.) directly from AI assistants. Published on npm. +- [spanlens/Spanlens](https://github.com/spanlens/Spanlens) [![spanlens/Spanlens MCP server](https://glama.ai/mcp/servers/spanlens/Spanlens/badges/score.svg)](https://glama.ai/mcp/servers/spanlens/Spanlens) πŸ“‡ ☁️ 🏠 - Query your Spanlens LLM observability from any MCP client. 7 read tools for request logs, agent traces, cost stats, anomalies, model-savings, and per-user analytics across OpenAI, Anthropic, and Gemini. Open source, self-hostable. `npx -y @spanlens/mcp-server` - [speedofme-dev/speedofme-mcp](https://www.npmjs.com/package/@speedofme/mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Official SpeedOf.Me server for accurate internet speed tests via 129 global Fastly edge servers with analytics dashboard and local history - [sudomichael/gizmoanalytics-mcp](https://github.com/sudomichael/gizmoanalytics-mcp) [![sudomichael/gizmoanalytics-mcp MCP server](https://glama.ai/mcp/servers/sudomichael/gizmoanalytics-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sudomichael/gizmoanalytics-mcp) πŸ“‡ ☁️ - Gizmo Analytics β€” cookieless web analytics for AI coding agents. Framework-aware install (Next/Remix/SvelteKit/Nuxt/Astro/Vite/React/HTML), OAuth onboarding, 28 tools for setup + query + workflow operations (summarize_all_sites, explain_traffic_change, detect_anomalies). Hosted MCP at gizmoanalytics.io/mcp. - [TANTIOPE/datadog-mcp-server](https://github.com/TANTIOPE/datadog-mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - MCP server providing comprehensive Datadog observability access for AI assistants. Features grep-like log search, APM trace filtering with duration/status/error queries, smart sampling modes for token efficiency, and cross-correlation between logs, traces, and metrics. From 9c66efc57ae0597fc06df0e75e2779a7a1ef0fc4 Mon Sep 17 00:00:00 2001 From: atomnos <278648328+atomnos@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:28:14 +0500 Subject: [PATCH 189/403] Add atomno-mcp/mcp-fssp to awesome-mcp-servers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..20c770128 100644 --- a/README.md +++ b/README.md @@ -2260,6 +2260,7 @@ Access to legal information, legislation, and legal databases. Enables AI models - [ad0750/regintel-mcp](https://github.com/ad0750/regintel-mcp) [![regintel-mcp MCP server](https://glama.ai/mcp/servers/ad0750/regintel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ad0750/regintel-mcp)🐍 ☁️ - MCP server for the RegIntel API: structured regulatory data across 41 jurisdictions and 212 regulations (GDPR, MiCA, DORA, SEC, FINRA, FCA, APRA, ASIC, MAS). Tools for search, lookup, recent updates, and compliance checks. - [ark-forge/mcp-eu-ai-act](https://github.com/ark-forge/mcp-eu-ai-act) [![mcp-eu-ai-act MCP server](https://glama.ai/mcp/servers/@ark-forge/mcp-eu-ai-act/badges/score.svg)](https://glama.ai/mcp/servers/@ark-forge/mcp-eu-ai-act) πŸ“‡ ☁️ - EU AI Act compliance scanner that detects regulatory violations in AI codebases with risk classification and remediation guidance. - [atomno-labs/mcp-sudact](https://github.com/atomno-labs/mcp-sudact) [![atomno-labs/mcp-sudact MCP server](https://glama.ai/mcp/servers/atomno-labs/mcp-sudact/badges/score.svg)](https://glama.ai/mcp/servers/atomno-labs/mcp-sudact) 🐍☁️ - Russian court practice (Sudact): case search by article, court, instance and dates; full decision text. +- [atomno-mcp/mcp-fssp](https://github.com/atomno-mcp/mcp-fssp) [![atomno-mcp/mcp-fssp MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-fssp/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-fssp) 🐍☁️ - FSSP enforcement proceedings lookup for Russian debtors and compliance checks. - [buildsyncinc/gibs-mcp](https://github.com/buildsyncinc/gibs-mcp) 🐍 ☁️ - Regulatory compliance (AI Act, GDPR, DORA) with article-level citations - [conformi-eu/conformi-search-mcp](https://github.com/conformi-eu/conformi-search-mcp) [![conformi-search MCP server](https://glama.ai/mcp/servers/conformi-eu/conformi-search-mcp/badges/score.svg)](https://glama.ai/mcp/servers/conformi-eu/conformi-search-mcp) πŸ“‡ ☁️ - EU legal research with verifiable CELEX citations from the EUR-Lex corpus (DE/EN/FR). Semantic search, knowledge reports and application-date timelines for GDPR, AI Act, NIS2, DORA and more. Remote server at conformi.eu/api/mcp, listed in the MCP registry as eu.conformi/conformi-search. - [djtellado/nexus-legal-mcp](https://github.com/djtellado/nexus-legal-mcp) [![djtellado/nexus-legal-mcp MCP server](https://glama.ai/mcp/servers/djtellado/nexus-legal-mcp/badges/score.svg)](https://glama.ai/mcp/servers/djtellado/nexus-legal-mcp) πŸ“‡ ☁️ - Multi-jurisdictional legal analysis (ISO 31000) for Spanish, Latin American and European law. 11 tools: `analyze`, `draft`, `audit`, `monte_carlo`, `doctrina` (DGT/TEAC), `jurisprudencia` (CENDOJ ~141k + Colombian CC/CSJ/CE ~106k), `opinion`, `redteam`, `cross_border_compare`, `consulta`. Install: `npx -y @nexus-legal/mcp` with API key from https://nexusquantum.legal/developers. @@ -2275,7 +2276,6 @@ Access to legal information, legislation, and legal databases. Enables AI models - [ptrinh/finalnotice-mcp](https://github.com/ptrinh/finalnotice-mcp) [![ptrinh/finalnotice-mcp MCP server](https://glama.ai/mcp/servers/ptrinh/finalnotice-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ptrinh/finalnotice-mcp) πŸ“‡ ☁️ - Generate localized debt-collection demand-letter PDFs (formal letter + matching envelope) across 100+ jurisdictions and 33 languages. No auth, no key β€” tools: `list_jurisdictions`, `preview_demand_letter`, `generate_demand_letter`. Hosted Streamable HTTP at finalnotice.io/mcp. - [smythmyke/patent-search-mcp-server](https://github.com/smythmyke/patent-search-mcp-server) [![smythmyke/patent-search-mcp-server MCP server](https://glama.ai/mcp/servers/smythmyke/patent-search-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/smythmyke/patent-search-mcp-server) πŸ“‡ ☁️ - Patent intelligence and prior-art research for the AI Patent Search Generator. Eleven tools: full patent dossier (bibliography, claims, citations, family, classifications, examiner stats); USPTO prosecution-history file wrappers; AI Office Action analysis (rejection grounds, cited prior art, suggested response arguments); Boolean query generator; multi-strategy patent search (telescoping / onion-ring / faceted); similar-document ranking; citation graph (backward + forward, examiner-cited flagged); family lookup; and CPC classification lookup. Install: `npx -y patent-search-mcp-server`. - [Vaquill-AI/canlii-mcp](https://github.com/Vaquill-AI/canlii-mcp) [![Vaquill-AI/canlii-mcp MCP server](https://glama.ai/mcp/servers/Vaquill-AI/canlii-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Vaquill-AI/canlii-mcp) πŸ“‡ ☁️ - Canadian case law and legislation metadata via CanLII. Bring-your-own free CanLII API key. Hosted endpoint at canlii-mcp.vaquill.ai. MIT. - ### πŸ—ΊοΈ Location Services Location-based services and mapping tools. Enables AI models to work with geographic data, weather information, and location-based analytics. From 2fabd56968f38e60ccd20f26771cac47fbad6290 Mon Sep 17 00:00:00 2001 From: atomnos <278648328+atomnos@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:38:55 +0500 Subject: [PATCH 190/403] Add atomno-mcp/mcp-rosreestr to Other Tools and Integrations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..dbf7b9518 100644 --- a/README.md +++ b/README.md @@ -3242,6 +3242,7 @@ Interact with Git repositories and version control platforms. Enables repository ### πŸ› οΈ Other Tools and Integrations +- [atomno-mcp/mcp-rosreestr](https://github.com/atomno-mcp/mcp-rosreestr) 🐍 ☁️ - MCP-сСрвСр Π½Π°Π΄ ΠΎΡ‚ΠΊΡ€Ρ‹Ρ‚Ρ‹ΠΌΠΈ Π΄Π°Π½Π½Ρ‹ΠΌΠΈ РосрССстра: ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ° ΠΊΠ²Π°Ρ€Ρ‚ΠΈΡ€Ρ‹/участка, история сдСлок (ΠΏΠΎ доступным Π΄Π°Π½Π½Ρ‹ΠΌ), кадастровая ΡΡ‚ΠΎΠΈΠΌΠΎΡΡ‚ΡŒ - [douglasgan/asktian](https://github.com/douglasgan/asktian-mcp) [![douglasgan/asktian-mcp MCP server](https://glama.ai/mcp/servers/douglasgan/asktian-mcp/badges/score.svg)](https://glama.ai/mcp/servers/douglasgan/asktian-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Chinese metaphysics (bazi ε…«ε­—, qimen ε₯‡ι–€, 5-element, daily εΉ²ζ”―) as decision-support tools. Ask "when should I do X" and get specific time windows instead of vague advice. 5 tools: daily reading, compat, best-time-for-action, today's energy, name analysis. `npm install -g @asktian/mcp-server` - [2niuhe/plantuml_web](https://github.com/2niuhe/plantuml_web) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - A web-based PlantUML frontend with MCP server integration, enable plantuml image generation and plantuml syntax validation. From f13eb4fd832b66db1449d170c9f2a5a737bf3dfe Mon Sep 17 00:00:00 2001 From: atomnos <278648328+atomnos@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:42:03 +0500 Subject: [PATCH 191/403] Add atomno-mcp/mcp-fns-calc to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..100922301 100644 --- a/README.md +++ b/README.md @@ -1563,6 +1563,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [juergenkoller-software/distill-mcp](https://github.com/juergenkoller-software/distill-mcp) [![juergenkoller-software/distill-mcp MCP server](https://glama.ai/mcp/servers/juergenkoller-software/distill-mcp/badges/score.svg)](https://glama.ai/mcp/servers/juergenkoller-software/distill-mcp) 🏠 🍎 - MCP bridge for [Distill](https://store.juergenkoller.software/en/apps/distill) β€” AI file renamer that analyzes content (PDF/OCR/Office/email/media) and renames files with descriptive names. Five AI providers (Claude, OpenAI, Gemini, Ollama, Apple Intelligence), pay-per-use credits, folder monitoring, 9 MCP tools. ### πŸ’° Finance & Fintech +- [atomno-mcp/mcp-fns-calc](https://github.com/atomno-mcp/mcp-fns-calc) 🐍 ☁️ - MCP-сСрвСр Π½Π°Π»ΠΎΠ³ΠΎΠ²Ρ‹Ρ…/бухгалтСрских ΠΊΠ°Π»ΡŒΠΊΡƒΠ»ΡΡ‚ΠΎΡ€ΠΎΠ² ЀНБ + ΠΏΡƒΠ±Π»ΠΈΡ‡Π½Ρ‹Π΅ Ρ„ΠΈΡΠΊΠ°Π»ΡŒΠ½Ρ‹Π΅ статусы (самозанятый, ИП/ΠžΠšΠ’Π­Π”, дисквалификация, Π±Π»ΠΎΠΊΠΈΡ€ΠΎΠ²ΠΊΠΈ счСтов). Π’ΠΎΠ»Π½Π° 1, ΡŽΡ€-риск ΠΌΠΈΠ½ΠΈΠΌΠ°Π»ΡŒΠ½Ρ‹ΠΉ - [SimonTarara62/capitalcom-mcp-server](https://github.com/SimonTarara62/capitalcom-mcp-server) [![SimonTarara62/capitalcom-mcp-server MCP server](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server) 🐍 🏠 ☁️ - Unofficial, community MCP for the Capital.com Open API: safe, guarded trading and market data. Two-phase trades (preview β†’ confirm β†’ execute), allowlists, demo-first. Install with `uvx capitalcom-mcp`. - [forum-labs/payfetch](https://github.com/forum-labs/payfetch) [![forum-labs/payfetch MCP server](https://glama.ai/mcp/servers/forum-labs/payfetch/badges/score.svg)](https://glama.ai/mcp/servers/forum-labs/payfetch) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Non-custodial paying-fetch client for agents that pay APIs over HTTP 402 (x402, USDC on Base). The operator sets hard per-call/per-day/per-host spend caps, an approval threshold, and allow/deny lists, with an append-only receipt for every attempt; the agent can't raise its own limits. `npx -y -p @forum-labs/payfetch payfetch-mcp` - [wkalidev/multichain-mcp](https://github.com/wkalidev/multichain-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Read balances/prices and prepare transfers across Stacks, Celo, and Base from one MCP server β€” no RPC keys required to start. Free tier (`get_balance`, `get_prices`) plus license-gated Pro/Team tools (`get_portfolio`, `prepare_transfer`, `deploy_token`). `npx @wkalidev/multichain-mcp` From b86311864025a67dd79835357dad9386aa03fe9d Mon Sep 17 00:00:00 2001 From: atomnos <278648328+atomnos@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:42:30 +0500 Subject: [PATCH 192/403] Add atomno-mcp/mcp-erid to Marketing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..0a371b9db 100644 --- a/README.md +++ b/README.md @@ -2327,6 +2327,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [AIOProductOS/studio-mcp](https://github.com/AIOProductOS/studio-mcp) [![AIOProductOS/studio-mcp MCP server](https://glama.ai/mcp/servers/AIOProductOS/studio-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AIOProductOS/studio-mcp) πŸŽ–οΈ πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Turns your AI host into a product videographer: scripted screen recordings of your own web app with a visible gliding cursor, camera zooms, highlight callouts, captions, and designed scene transitions, plus marketing-grade screenshots; deterministic dark-frame cleanup and MP4/GIF export. Free and fully local. `npx -y @aioproductoscom/mcp-studio` - [acamolese/google-search-console-mcp](https://github.com/acamolese/google-search-console-mcp) [![acamolese/google-search-console-mcp MCP server](https://glama.ai/mcp/servers/acamolese/google-search-console-mcp/badges/score.svg)](https://glama.ai/mcp/servers/acamolese/google-search-console-mcp) 🐍 ☁️ - Google Search Console MCP server: query performance data, inspect URLs, check indexing, and generate brandable HTML SEO audit reports with a 30/60/90-day roadmap. Read-only OAuth scope, installable via `uvx mcp-google-search-console`. - [AdsMCP/tiktok-ads-mcp-server](https://github.com/AdsMCP/tiktok-ads-mcp-server) 🐍 ☁️ - A Model Context Protocol server for TikTok Ads API integration, enabling AI assistants to manage campaigns, analyze performance metrics, handle audiences and creatives with OAuth authentication flow. +- [atomno-mcp/mcp-erid](https://github.com/atomno-mcp/mcp-erid) 🐍 ☁️ - MCP-ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ° ΠΌΠ°Ρ€ΠΊΠΈΡ€ΠΎΠ²ΠΊΠΈ ΠΈΠ½Ρ‚Π΅Ρ€Π½Π΅Ρ‚-Ρ€Π΅ΠΊΠ»Π°ΠΌΡ‹ (erid/Π•Π Π˜Π ): валидация Ρ‚ΠΎΠΊΠ΅Π½Π°, Π°ΡƒΠ΄ΠΈΡ‚ страницы Π½Π° соотвСтствиС 38-Π€Π—. Π’ΠΎΠ»Π½Π° 1, Ρ€ΠΎΠ»ΡŒ Β«Ρ‡ΠΈΡ‚Π°Π»ΠΊΠΈΒ», ΠΎΡ‚Π²Π΅Ρ‚ΡΡ‚Π²Π΅Π½Π½ΠΎΡΡ‚ΡŒ Π½Π΅ Π½Π° нас - [AutomateLab-tech/seo-performance-mcp](https://github.com/AutomateLab-tech/seo-performance-mcp) [![AutomateLab-tech/seo-performance-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/seo-performance-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/seo-performance-mcp) πŸ“‡ ☁️ - Post-publish SEO performance MCP that unifies Google Search Console, Matomo, GA4, Clarity, and AI-citation signals per URL and emits a verdict (refresh / expand / merge / kill / double_down / hold) per post with reason codes. - [alexey-pelykh/lhremote](https://github.com/alexey-pelykh/lhremote) πŸ“‡ 🏠 - Open-source CLI and MCP server for LinkedHelper automation β€” 32 tools for campaign management, messaging, and profile queries via Chrome DevTools Protocol. - [Bishop81/wpgoldmine-mcp](https://github.com/Bishop81/wpgoldmine-mcp) [![wpgoldmine-mcp MCP server](https://glama.ai/mcp/servers/Bishop81/wpgoldmine-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Bishop81/wpgoldmine-mcp) πŸ“‡ ☁️ - MCP server to find WordPress and WooCommerce plugin opportunities: large, established plugins weakened by abandonment, low ratings, or poor support that you could realistically replace. Powered by wpgoldmine.io. From 10a18cb36ce1f8d44442281369c001d9e06e22f2 Mon Sep 17 00:00:00 2001 From: atomnos <278648328+atomnos@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:42:58 +0500 Subject: [PATCH 193/403] Add Glama badge for atomno-mcp/mcp-erid --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a371b9db..a93563d72 100644 --- a/README.md +++ b/README.md @@ -2327,7 +2327,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [AIOProductOS/studio-mcp](https://github.com/AIOProductOS/studio-mcp) [![AIOProductOS/studio-mcp MCP server](https://glama.ai/mcp/servers/AIOProductOS/studio-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AIOProductOS/studio-mcp) πŸŽ–οΈ πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Turns your AI host into a product videographer: scripted screen recordings of your own web app with a visible gliding cursor, camera zooms, highlight callouts, captions, and designed scene transitions, plus marketing-grade screenshots; deterministic dark-frame cleanup and MP4/GIF export. Free and fully local. `npx -y @aioproductoscom/mcp-studio` - [acamolese/google-search-console-mcp](https://github.com/acamolese/google-search-console-mcp) [![acamolese/google-search-console-mcp MCP server](https://glama.ai/mcp/servers/acamolese/google-search-console-mcp/badges/score.svg)](https://glama.ai/mcp/servers/acamolese/google-search-console-mcp) 🐍 ☁️ - Google Search Console MCP server: query performance data, inspect URLs, check indexing, and generate brandable HTML SEO audit reports with a 30/60/90-day roadmap. Read-only OAuth scope, installable via `uvx mcp-google-search-console`. - [AdsMCP/tiktok-ads-mcp-server](https://github.com/AdsMCP/tiktok-ads-mcp-server) 🐍 ☁️ - A Model Context Protocol server for TikTok Ads API integration, enabling AI assistants to manage campaigns, analyze performance metrics, handle audiences and creatives with OAuth authentication flow. -- [atomno-mcp/mcp-erid](https://github.com/atomno-mcp/mcp-erid) 🐍 ☁️ - MCP-ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ° ΠΌΠ°Ρ€ΠΊΠΈΡ€ΠΎΠ²ΠΊΠΈ ΠΈΠ½Ρ‚Π΅Ρ€Π½Π΅Ρ‚-Ρ€Π΅ΠΊΠ»Π°ΠΌΡ‹ (erid/Π•Π Π˜Π ): валидация Ρ‚ΠΎΠΊΠ΅Π½Π°, Π°ΡƒΠ΄ΠΈΡ‚ страницы Π½Π° соотвСтствиС 38-Π€Π—. Π’ΠΎΠ»Π½Π° 1, Ρ€ΠΎΠ»ΡŒ Β«Ρ‡ΠΈΡ‚Π°Π»ΠΊΠΈΒ», ΠΎΡ‚Π²Π΅Ρ‚ΡΡ‚Π²Π΅Π½Π½ΠΎΡΡ‚ΡŒ Π½Π΅ Π½Π° нас +- [atomno-mcp/mcp-erid](https://github.com/atomno-mcp/mcp-erid) [![atomno-mcp/mcp-erid MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-erid/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-erid) 🐍 ☁️ - MCP-ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ° ΠΌΠ°Ρ€ΠΊΠΈΡ€ΠΎΠ²ΠΊΠΈ ΠΈΠ½Ρ‚Π΅Ρ€Π½Π΅Ρ‚-Ρ€Π΅ΠΊΠ»Π°ΠΌΡ‹ (erid/Π•Π Π˜Π ): валидация Ρ‚ΠΎΠΊΠ΅Π½Π°, Π°ΡƒΠ΄ΠΈΡ‚ страницы Π½Π° соотвСтствиС 38-Π€Π—. Π’ΠΎΠ»Π½Π° 1, Ρ€ΠΎΠ»ΡŒ Β«Ρ‡ΠΈΡ‚Π°Π»ΠΊΠΈΒ», ΠΎΡ‚Π²Π΅Ρ‚ΡΡ‚Π²Π΅Π½Π½ΠΎΡΡ‚ΡŒ Π½Π΅ Π½Π° нас - [AutomateLab-tech/seo-performance-mcp](https://github.com/AutomateLab-tech/seo-performance-mcp) [![AutomateLab-tech/seo-performance-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/seo-performance-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/seo-performance-mcp) πŸ“‡ ☁️ - Post-publish SEO performance MCP that unifies Google Search Console, Matomo, GA4, Clarity, and AI-citation signals per URL and emits a verdict (refresh / expand / merge / kill / double_down / hold) per post with reason codes. - [alexey-pelykh/lhremote](https://github.com/alexey-pelykh/lhremote) πŸ“‡ 🏠 - Open-source CLI and MCP server for LinkedHelper automation β€” 32 tools for campaign management, messaging, and profile queries via Chrome DevTools Protocol. - [Bishop81/wpgoldmine-mcp](https://github.com/Bishop81/wpgoldmine-mcp) [![wpgoldmine-mcp MCP server](https://glama.ai/mcp/servers/Bishop81/wpgoldmine-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Bishop81/wpgoldmine-mcp) πŸ“‡ ☁️ - MCP server to find WordPress and WooCommerce plugin opportunities: large, established plugins weakened by abandonment, low ratings, or poor support that you could realistically replace. Powered by wpgoldmine.io. From 55333d98f0e81e53e2c5f29ebc36ed1985dadee2 Mon Sep 17 00:00:00 2001 From: Momenul Ahmad Date: Tue, 14 Jul 2026 14:54:26 +0600 Subject: [PATCH 194/403] add seosiri-biorobotics to biology section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..4951f57b4 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [JamesANZ/medical-mcp](https://github.com/JamesANZ/medical-mcp) πŸ“‡ 🏠 - An MCP server that provides access to medical information, drug databases, and healthcare resources. Enables AI assistants to query medical data, drug interactions, and clinical guidelines. - [mgnirck/lecka-mcp](https://github.com/mgnirck/lecka-mcp) πŸ“‡ ☁️ - Race nutrition planning for endurance athletes. Calculates carb, sodium and fluid targets for marathons, ultras, cycling and triathlons. Returns personalised Lecka product recommendations by race type, conditions and athlete weight. [![mgnirck/lecka-mcp MCP server](https://glama.ai/mcp/servers/mgnirck/lecka-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mgnirck/lecka-mcp) - [MyMedi-AI/mymedi-ai-mcp-server](https://github.com/MyMedi-AI/mymedi-ai-mcp-server) [![MyMedi-AI/mymedi-ai-mcp-server MCP server](https://glama.ai/mcp/servers/OFODevelopment/mymedi-ai-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/OFODevelopment/mymedi-ai-mcp-server) πŸ“‡ ☁️ - Healthcare billing AI for agents: ICD-10/CPT/HCPCS code lookup (81,769 codes with RVU + OPPS pricing), prior auth prediction, medical NER, claims validation, denial-risk scoring, HIPAA compliance auditing, and NPI/drug enrichment. 20 tools, 10 free credits then pay-per-call via credits or anonymous USDC (x402). `npx @mymedi-ai/mcp-server` +- [seosiri-biorobotics](https://github.com/SEOSiri-Official/biorobotics) - A stateless, deterministic Bio-Robotics Core Engine converting biological data (UniProt API) to Cartesian G-code coordinates using the Model Context Protocol. ![Python](https://img.shields.io/badge/-Python-3776AB?logo=python&logoColor=white) πŸ’» - [salwks/mcp-techTrend](https://github.com/salwks/mcp-techTrend) [![salwks/mcp-techTrend MCP server](https://glama.ai/mcp/servers/salwks/mcp-techTrend/badges/score.svg)](https://glama.ai/mcp/servers/salwks/mcp-techTrend) 🐍 🏠 - Multi-source academic + code + medical-regulatory trend monitoring (arXiv, PubMed, GitHub, Hugging Face, openFDA 510(k)/Recalls). Newspaper-style briefings, per-domain tuning, sandbox-safe Python launcher. - [NyxToolsDev/dicom-hl7-mcp-server](https://github.com/NyxToolsDev/dicom-hl7-mcp-server) [![NyxToolsDev/dicom-hl7-mcp-server MCP server](https://glama.ai/mcp/servers/NyxToolsDev/dicom-hl7-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/NyxToolsDev/dicom-hl7-mcp-server) 🐍 🏠 - The only MCP server bridging DICOM, HL7v2, and FHIR in one package. Cross-standard mapping, Mirth Connect channel generation, vendor private tag decoding (GE, Siemens, Philips), and integration pattern knowledge. Built by a 19-year healthcare IT veteran. `pip install dicom-hl7-mcp` - [longevity-genie/biothings-mcp](https://github.com/longevity-genie/biothings-mcp) 🐍 🏠 ☁️ - MCP server to interact with the BioThings API, including genes, genetic variants, drugs, and taxonomic information. @@ -3459,4 +3460,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From a3e6740b33454039f200b178e337b8b03da5a541 Mon Sep 17 00:00:00 2001 From: Peter Sutarik Date: Tue, 14 Jul 2026 11:02:15 +0200 Subject: [PATCH 195/403] Add trysonar/mcp to Marketing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..923436b8a 100644 --- a/README.md +++ b/README.md @@ -2377,6 +2377,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [stape-io/stape-mcp-server](https://github.com/stape-io/stape-mcp-server) πŸ“‡ ☁️ – This project implements an MCP (Model Context Protocol) server for the Stape platform. It allows interaction with the Stape API using AI assistants like Claude or AI-powered IDEs like Cursor. - [Synter-Media-AI/mcp-server](https://github.com/Synter-Media-AI/mcp-server) [![Synter-Media-AI/mcp-server MCP server](https://glama.ai/mcp/servers/Synter-Media-AI/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Synter-Media-AI/mcp-server) πŸ“‡ ☁️ - Cross-platform ad management MCP server with full read and write capabilities across Google, Meta, LinkedIn, Microsoft, Reddit, and TikTok. Create campaigns, adjust budgets, generate creatives, and pull performance data through natural language. - [Sweeppea-Development-Lab/sweeppea-mcp-info](https://github.com/Sweeppea-Development-Lab/sweeppea-mcp-info) [![Sweeppea-Development-Lab/sweeppea-mcp-info MCP server](https://glama.ai/mcp/servers/Sweeppea-Development-Lab/sweeppea-mcp-info/badges/score.svg)](https://glama.ai/mcp/servers/Sweeppea-Development-Lab/sweeppea-mcp-info) πŸ“‡ ☁️ - Sweepstakes management platform with 70 MCP tools for legally compliant promotions in the US and Canada. Manage participants, official rules, winner drawings, entry pages, billing, and more. Requires a [Sweeppea](https://www.sweeppea.com/) subscription. +- [trysonar/mcp](https://github.com/trysonar/mcp) πŸ“‡ ☁️ - App Store Optimization for AI agents β€” keyword research with difficulty and popularity scores, daily rank tracking, review mining, competitor gap analysis, and revenue estimation across the iOS App Store and Google Play. 32 tools. `npx @sonarapp/mcp` - [tomba-io/tomba-mcp-server](https://github.com/tomba-io/tomba-mcp-server) πŸ“‡ ☁️ - Email discovery, verification, and enrichment tools. Find email addresses, verify deliverability, enrich contact data, discover authors and LinkedIn profiles, validate phone numbers, and analyze technology stacks. - [whdrnr2583-cmd/token-meter](https://github.com/whdrnr2583-cmd/token-meter) [![whdrnr2583-cmd/token-meter MCP server](https://glama.ai/mcp/servers/whdrnr2583-cmd/token-meter/badges/score.svg)](https://glama.ai/mcp/servers/whdrnr2583-cmd/token-meter) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first dashboard + MCP server for Claude Code and Codex token usage. Cost, per-MCP/per-tool breakdown, hourly distribution, and session drill-down β€” your data never leaves your machine. - [ZLeventer/salesforce-marketing-mcp](https://github.com/ZLeventer/salesforce-marketing-mcp) [![salesforce-marketing-mcp MCP server](https://glama.ai/mcp/servers/ZLeventer/salesforce-marketing-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ZLeventer/salesforce-marketing-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Salesforce MCP server built for marketing and revenue ops teams. 47 tools for leads, contacts, accounts, campaigns, campaign members, tasks, and 17 reporting tools including campaign ROI, lead-source attribution, pipeline-by-campaign, multi-touch campaign influence, MQL trend, forecast summary, and the native SFDC Reports API. From c9705337b88f556e966c0abced59968a9c3b4c86 Mon Sep 17 00:00:00 2001 From: Momenul Ahmad Date: Tue, 14 Jul 2026 15:19:35 +0600 Subject: [PATCH 196/403] style: fix formatting to comply with name, emoji, and glama guidelines), and commit. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4951f57b4..bae28ace1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A curated list of awesome Model Context Protocol (MCP) servers. * [Tutorials](#tutorials) * [Community](#community) * [Legend](#legend) -* [Server Implementations](#server-implementations) +* [Server Implementations](#server-implementations) * [Frameworks](#frameworks) * [Tips & Tricks](#tips-and-tricks) @@ -334,7 +334,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [JamesANZ/medical-mcp](https://github.com/JamesANZ/medical-mcp) πŸ“‡ 🏠 - An MCP server that provides access to medical information, drug databases, and healthcare resources. Enables AI assistants to query medical data, drug interactions, and clinical guidelines. - [mgnirck/lecka-mcp](https://github.com/mgnirck/lecka-mcp) πŸ“‡ ☁️ - Race nutrition planning for endurance athletes. Calculates carb, sodium and fluid targets for marathons, ultras, cycling and triathlons. Returns personalised Lecka product recommendations by race type, conditions and athlete weight. [![mgnirck/lecka-mcp MCP server](https://glama.ai/mcp/servers/mgnirck/lecka-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mgnirck/lecka-mcp) - [MyMedi-AI/mymedi-ai-mcp-server](https://github.com/MyMedi-AI/mymedi-ai-mcp-server) [![MyMedi-AI/mymedi-ai-mcp-server MCP server](https://glama.ai/mcp/servers/OFODevelopment/mymedi-ai-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/OFODevelopment/mymedi-ai-mcp-server) πŸ“‡ ☁️ - Healthcare billing AI for agents: ICD-10/CPT/HCPCS code lookup (81,769 codes with RVU + OPPS pricing), prior auth prediction, medical NER, claims validation, denial-risk scoring, HIPAA compliance auditing, and NPI/drug enrichment. 20 tools, 10 free credits then pay-per-call via credits or anonymous USDC (x402). `npx @mymedi-ai/mcp-server` -- [seosiri-biorobotics](https://github.com/SEOSiri-Official/biorobotics) - A stateless, deterministic Bio-Robotics Core Engine converting biological data (UniProt API) to Cartesian G-code coordinates using the Model Context Protocol. ![Python](https://img.shields.io/badge/-Python-3776AB?logo=python&logoColor=white) πŸ’» +- [SEOSiri-Official/biorobotics](https://github.com/SEOSiri-Official/biorobotics) - A stateless, deterministic Bio-Robotics Core Engine converting biological data (UniProt API) to Cartesian G-code coordinates using the Model Context Protocol. [![SEOSiri-Official/biorobotics MCP server](https://glama.ai/mcp/servers/SEOSiri-Official/biorobotics/badges/score.svg)](https://glama.ai/mcp/servers/SEOSiri-Official/biorobotics) 🐍 🏠 🍎 πŸͺŸ 🐧 - [salwks/mcp-techTrend](https://github.com/salwks/mcp-techTrend) [![salwks/mcp-techTrend MCP server](https://glama.ai/mcp/servers/salwks/mcp-techTrend/badges/score.svg)](https://glama.ai/mcp/servers/salwks/mcp-techTrend) 🐍 🏠 - Multi-source academic + code + medical-regulatory trend monitoring (arXiv, PubMed, GitHub, Hugging Face, openFDA 510(k)/Recalls). Newspaper-style briefings, per-domain tuning, sandbox-safe Python launcher. - [NyxToolsDev/dicom-hl7-mcp-server](https://github.com/NyxToolsDev/dicom-hl7-mcp-server) [![NyxToolsDev/dicom-hl7-mcp-server MCP server](https://glama.ai/mcp/servers/NyxToolsDev/dicom-hl7-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/NyxToolsDev/dicom-hl7-mcp-server) 🐍 🏠 - The only MCP server bridging DICOM, HL7v2, and FHIR in one package. Cross-standard mapping, Mirth Connect channel generation, vendor private tag decoding (GE, Siemens, Philips), and integration pattern knowledge. Built by a 19-year healthcare IT veteran. `pip install dicom-hl7-mcp` - [longevity-genie/biothings-mcp](https://github.com/longevity-genie/biothings-mcp) 🐍 🏠 ☁️ - MCP server to interact with the BioThings API, including genes, genetic variants, drugs, and taxonomic information. From d2f55472c5348eaacb8c65ffae12aee4961e4fda Mon Sep 17 00:00:00 2001 From: "a.s.scherba" Date: Tue, 14 Jul 2026 14:00:02 +0400 Subject: [PATCH 197/403] feat: add OpenProject MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..7184dc87a 100644 --- a/README.md +++ b/README.md @@ -3153,6 +3153,7 @@ Interact with Git repositories and version control platforms. Enables repository ### 🏒 Workplace & Productivity +- [alex13slem/openproject-codex-plugin](https://github.com/alex13slem/openproject-codex-plugin) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Write-capable MCP server for OpenProject API v3 with Community Edition support. Search, create, update, assign, prioritize, and comment on work packages. Published as `io.github.alex13slem/openproject` in the official MCP Registry and installable with `npx -y openproject-codex-plugin`. - [wisflux/docmost-local-mcp](https://github.com/wisflux/docmost-local-mcp) [![wisflux/docmost-local-mcp MCP server](https://glama.ai/mcp/servers/wisflux/docmost-local-mcp/badges/score.svg)](https://glama.ai/mcp/servers/wisflux/docmost-local-mcp) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - MCP server for self-hosted [Docmost](https://docmost.com/) (an open-source Notion/Confluence alternative). Read and write spaces, pages, comments, and members from Claude, Cursor, or VS Code. Works on the free Community Edition. `npx -y @wisflux/docmost-local-mcp` - [temporal-cortex/mcp](https://github.com/temporal-cortex/mcp) [![cortex-mcp MCP server](https://glama.ai/mcp/servers/@billylui/cortex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@billylui/cortex-mcp) πŸ¦€ ☁️ 🏠 - AI-native calendar middleware for scheduling, availability, and conflict-free booking across Google Calendar, Outlook, and CalDAV. 15 tools across 5 layers: temporal context, calendar operations, multi-calendar availability, open scheduling, and Two-Phase Commit booking. Deterministic datetime resolution and RRULE expansion powered by Truth Engine. - [Agentled/mcp-server](https://github.com/Agentled/mcp-server) [![Agentled/mcp-server MCP server](https://glama.ai/mcp/servers/Agentled/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Agentled/mcp-server) πŸ“‡ ☁️ - AI-native workflow orchestration with long-term memory, 100+ integrations, and unified credits. 32 MCP tools for building and running intelligent business workflows β€” lead enrichment, content publishing, company research, media production, and more. Knowledge Graph that learns across executions. From 137acafbd362e52e444a122c72595b99bc1eceba Mon Sep 17 00:00:00 2001 From: Peter Sutarik Date: Tue, 14 Jul 2026 12:37:05 +0200 Subject: [PATCH 198/403] Add Glama score badge to trysonar/mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 923436b8a..b2736ea46 100644 --- a/README.md +++ b/README.md @@ -2377,7 +2377,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [stape-io/stape-mcp-server](https://github.com/stape-io/stape-mcp-server) πŸ“‡ ☁️ – This project implements an MCP (Model Context Protocol) server for the Stape platform. It allows interaction with the Stape API using AI assistants like Claude or AI-powered IDEs like Cursor. - [Synter-Media-AI/mcp-server](https://github.com/Synter-Media-AI/mcp-server) [![Synter-Media-AI/mcp-server MCP server](https://glama.ai/mcp/servers/Synter-Media-AI/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Synter-Media-AI/mcp-server) πŸ“‡ ☁️ - Cross-platform ad management MCP server with full read and write capabilities across Google, Meta, LinkedIn, Microsoft, Reddit, and TikTok. Create campaigns, adjust budgets, generate creatives, and pull performance data through natural language. - [Sweeppea-Development-Lab/sweeppea-mcp-info](https://github.com/Sweeppea-Development-Lab/sweeppea-mcp-info) [![Sweeppea-Development-Lab/sweeppea-mcp-info MCP server](https://glama.ai/mcp/servers/Sweeppea-Development-Lab/sweeppea-mcp-info/badges/score.svg)](https://glama.ai/mcp/servers/Sweeppea-Development-Lab/sweeppea-mcp-info) πŸ“‡ ☁️ - Sweepstakes management platform with 70 MCP tools for legally compliant promotions in the US and Canada. Manage participants, official rules, winner drawings, entry pages, billing, and more. Requires a [Sweeppea](https://www.sweeppea.com/) subscription. -- [trysonar/mcp](https://github.com/trysonar/mcp) πŸ“‡ ☁️ - App Store Optimization for AI agents β€” keyword research with difficulty and popularity scores, daily rank tracking, review mining, competitor gap analysis, and revenue estimation across the iOS App Store and Google Play. 32 tools. `npx @sonarapp/mcp` +- [trysonar/mcp](https://github.com/trysonar/mcp) [![trysonar/mcp MCP server](https://glama.ai/mcp/servers/trysonar/mcp/badges/score.svg)](https://glama.ai/mcp/servers/trysonar/mcp) πŸ“‡ ☁️ - App Store Optimization for AI agents β€” keyword research with difficulty and popularity scores, daily rank tracking, review mining, competitor gap analysis, and revenue estimation across the iOS App Store and Google Play. 32 tools. `npx @sonarapp/mcp` - [tomba-io/tomba-mcp-server](https://github.com/tomba-io/tomba-mcp-server) πŸ“‡ ☁️ - Email discovery, verification, and enrichment tools. Find email addresses, verify deliverability, enrich contact data, discover authors and LinkedIn profiles, validate phone numbers, and analyze technology stacks. - [whdrnr2583-cmd/token-meter](https://github.com/whdrnr2583-cmd/token-meter) [![whdrnr2583-cmd/token-meter MCP server](https://glama.ai/mcp/servers/whdrnr2583-cmd/token-meter/badges/score.svg)](https://glama.ai/mcp/servers/whdrnr2583-cmd/token-meter) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first dashboard + MCP server for Claude Code and Codex token usage. Cost, per-MCP/per-tool breakdown, hourly distribution, and session drill-down β€” your data never leaves your machine. - [ZLeventer/salesforce-marketing-mcp](https://github.com/ZLeventer/salesforce-marketing-mcp) [![salesforce-marketing-mcp MCP server](https://glama.ai/mcp/servers/ZLeventer/salesforce-marketing-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ZLeventer/salesforce-marketing-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Salesforce MCP server built for marketing and revenue ops teams. 47 tools for leads, contacts, accounts, campaigns, campaign members, tasks, and 17 reporting tools including campaign ROI, lead-source attribution, pipeline-by-campaign, multi-touch campaign influence, MQL trend, forecast summary, and the native SFDC Reports API. From a8b454049012ecbf2fbe997d1a2aa52b7e17c92e Mon Sep 17 00:00:00 2001 From: afghanfansmedia-ai Date: Tue, 14 Jul 2026 03:56:22 -0700 Subject: [PATCH 199/403] Add Glama badge after the GitHub link (per maintainer request) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd0057699..1248322a0 100644 --- a/README.md +++ b/README.md @@ -2376,7 +2376,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [verIdyia/autoeq-mcp](https://github.com/verIdyia/autoeq-mcp) [![autoeq-mcp MCP server](https://glama.ai/mcp/servers/verIdyia/autoeq-mcp/badges/score.svg)](https://glama.ai/mcp/servers/verIdyia/autoeq-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Headphone/IEM equalization database with 8,800+ models from AutoEQ. Search by name or sound signature, get parametric EQ settings, compare headphones band-by-band, and browse Harman preference score rankings. Includes automatic sound signature classification (Neutral, Warm, Bright, Dark, V-shaped, etc.). - [rendobar/mcp](https://github.com/rendobar/mcp) [![rendobar/mcp MCP server](https://glama.ai/mcp/servers/rendobar/mcp/badges/score.svg)](https://glama.ai/mcp/servers/rendobar/mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Submit media-processing jobs to the Rendobar API and upload local files in one tool call. Transcode, run raw FFmpeg, burn captions, and add watermarks over REST. Free tier. - [woladi/macos-vision-mcp](https://github.com/woladi/macos-vision-mcp) [![macos-vision-mcp MCP server](https://glama.ai/mcp/servers/woladi/macos-vision-mcp/badges/score.svg)](https://glama.ai/mcp/servers/woladi/macos-vision-mcp) πŸ“‡ 🏠 🍎 - Local OCR and image analysis via Apple Vision Framework. Wraps macOS's native Vision API to expose OCR for images and PDFs (with reading-order paragraphs, bounding boxes, line/paragraph IDs, and confidence), face / barcode / QR / document-corner detection, and image classification β€” all as MCP tools any client (Claude Code, Claude Desktop, Cursor, Codex CLI) can call. ~97% token savings vs sending raw images. Fully offline, no API keys, files never leave the Mac. One-line install: `npx -y macos-vision-mcp`. -- [afghanfansmedia-ai/songcheck-mcp](https://github.com/afghanfansmedia-ai/songcheck-mcp) 🐍 ☁️ - Is this song AI or human? Detect AI-generated music (Suno, Udio) and media from any AI agent. Returns a verdict, AI-probability score, confidence, and provenance signals (Content Credentials / SynthID), plus scan_catalog to audit a whole music folder. +- [afghanfansmedia-ai/songcheck-mcp](https://github.com/afghanfansmedia-ai/songcheck-mcp) [![Glama](https://glama.ai/mcp/servers/afghanfansmedia-ai/songcheck-mcp/badge)](https://glama.ai/mcp/servers/afghanfansmedia-ai/songcheck-mcp) 🐍 ☁️ - Is this song AI or human? Detect AI-generated music (Suno, Udio) and media from any AI agent. Returns a verdict, AI-probability score, confidence, and provenance signals (Content Credentials / SynthID), plus scan_catalog to audit a whole music folder. ### πŸ–₯️ OS Automation From 191e23f88853e36affe0c15edab0951678a34e50 Mon Sep 17 00:00:00 2001 From: Guna <107996681+AstaBlackClove@users.noreply.github.com> Date: Tue, 14 Jul 2026 16:26:26 +0530 Subject: [PATCH 200/403] Add Posthive to Social Media section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..73bed831f 100644 --- a/README.md +++ b/README.md @@ -2961,6 +2961,7 @@ Tools for conducting research, surveys, interviews, and data collection. Integration with social media platforms to allow posting, analytics, and interaction management. Enables AI-driven automation for social presence. - [06ketan/substack-ops](https://github.com/06ketan/substack-ops) [![06ketan/substack-ops MCP server](https://glama.ai/mcp/servers/06ketan/substack-ops/badges/score.svg)](https://glama.ai/mcp/servers/06ketan/substack-ops) 🐍 🏠 - Substack with **zero AI API keys**. 26 tools (posts, notes, comments, replies, reactions, restacks). Host LLM drafts via `propose_reply` β†’ `confirm_reply` tokens. SQLite dedup, JSONL audit, dry-run default. Install: `uvx substack-ops mcp install cursor`. +- [AstaBlackClove/posthive](https://github.com/AstaBlackClove/posthive) πŸ“‡ ☁️ 🏠 - Schedule and manage social media posts across 13 platforms (Bluesky, Threads, Instagram, LinkedIn, Mastodon, YouTube, Facebook, Pinterest, Telegram, Nostr, X/Twitter, Discord, Tumblr). OAuth 2.0 + PKCE, 10 tools, draft-first workflow. - [abhineet34/linkedin-mcp-server](https://github.com/abhineet34/linkedin-mcp-server) [![abhineet34/linkedin-mcp-server MCP server](https://glama.ai/mcp/servers/abhineet34/linkedin-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/abhineet34/linkedin-mcp-server) πŸ“‡ 🏠 - Local LinkedIn MCP server for posting to LinkedIn from Claude. 9 tools β€” create/edit/delete posts (text, image, article), upload images, fetch profile, look up company pages, and check follower counts. Uses the official LinkedIn REST API with OAuth 2.0 (`w_member_social`, OIDC). - [anwerj/youtube-uploader-mcp](https://github.com/anwerj/youtube-uploader-mcp) 🏎️ ☁️ - AI‑powered YouTube uploaderβ€”no CLI, no YouTube Studio. Uploade videos directly from MCP clients with all AI capabilities. - [arjun1194/insta-mcp](https://github.com/arjun1194/insta-mcp) πŸ“‡ 🏠 - Instagram MCP server for analytics and insights. Get account overviews, posts, followers, following lists, post insights, and search for users, hashtags, or places. @@ -3459,4 +3460,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From 188e4ef16d49541932a54f4eea3876354d11a4ce Mon Sep 17 00:00:00 2001 From: Kshetez Vinayak Date: Tue, 14 Jul 2026 16:40:45 +0530 Subject: [PATCH 201/403] Add auspy/supasidebar-mcp to Browser Automation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..6ab43dc8b 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [alex-on-ai/WebReaper](https://github.com/alex-on-ai/WebReaper) [![alex-on-ai/WebReaper MCP server](https://glama.ai/mcp/servers/alex-on-ai/WebReaper/badges/score.svg)](https://glama.ai/mcp/servers/alex-on-ai/WebReaper) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - AI-native web scraper MCP server. Single binary, returns clean markdown, MIT-licensed Firecrawl alternative. - [aparajithn/agent-scraper-mcp](https://github.com/aparajithn/agent-scraper-mcp) [![agent-scraper-mcp MCP server](https://glama.ai/mcp/servers/@aparajithn/agent-scraper-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@aparajithn/agent-scraper-mcp) 🐍 ☁️ - Web scraping MCP server for AI agents. 6 tools: clean content extraction, structured scraping with CSS selectors, full-page screenshots via Playwright, link extraction, metadata extraction (OG/Twitter cards), and Google search. Free tier with x402 micropayments. - [apireno/DOMShell](https://github.com/apireno/DOMShell) [![domshell MCP server](https://glama.ai/mcp/servers/@apireno/domshell/badges/score.svg)](https://glama.ai/mcp/servers/@apireno/domshell) πŸ“‡ 🏠 - Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension. +- [auspy/supasidebar-mcp](https://github.com/auspy/supasidebar-mcp) πŸ“‡ 🏠 🍎 - Local bridge to the SupaSidebar macOS app - lets an AI assistant read open tabs and bookmarks and organize or open them across browsers. - [automatalabs/mcp-server-playwright](https://github.com/Automata-Labs-team/MCP-Server-Playwright) 🐍 - An MCP server for browser automation using Playwright - [BB-fat/browser-use-rs](https://github.com/BB-fat/browser-use-rs) πŸ¦€ Lightweight browser automation MCP server in Rust with zero dependencies. - [bch1212/agentfetch-mcp](https://github.com/bch1212/agentfetch-mcp) [![bch1212/agentfetch-mcp MCP server](https://glama.ai/mcp/servers/bch1212/agentfetch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/bch1212/agentfetch-mcp) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Token-budgeted web fetch for AI agents. Auto-routes between Trafilatura, Jina Reader, FireCrawl, and pypdf based on URL pattern. `estimate_tokens` before `fetch_url`, 6h Redis cache, server-side `max_tokens` truncation. Open source MCP server (MIT) plus hosted REST API at [agentfetch.dev](https://www.agentfetch.dev) β€” 500 free fetches/mo, no card. From 9da1741bb25ec8fff42d26d7b1db4bce2960f00d Mon Sep 17 00:00:00 2001 From: Mohsin Shabbir <83119436+mohsinmshabbir@users.noreply.github.com> Date: Thu, 9 Jul 2026 16:25:16 +0300 Subject: [PATCH 202/403] Add mohsinmshabbir/datasaudi-mcp to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..ffc32633b 100644 --- a/README.md +++ b/README.md @@ -1565,6 +1565,7 @@ Provides direct access to local file systems with configurable permissions. Enab ### πŸ’° Finance & Fintech - [SimonTarara62/capitalcom-mcp-server](https://github.com/SimonTarara62/capitalcom-mcp-server) [![SimonTarara62/capitalcom-mcp-server MCP server](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server) 🐍 🏠 ☁️ - Unofficial, community MCP for the Capital.com Open API: safe, guarded trading and market data. Two-phase trades (preview β†’ confirm β†’ execute), allowlists, demo-first. Install with `uvx capitalcom-mcp`. - [forum-labs/payfetch](https://github.com/forum-labs/payfetch) [![forum-labs/payfetch MCP server](https://glama.ai/mcp/servers/forum-labs/payfetch/badges/score.svg)](https://glama.ai/mcp/servers/forum-labs/payfetch) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Non-custodial paying-fetch client for agents that pay APIs over HTTP 402 (x402, USDC on Base). The operator sets hard per-call/per-day/per-host spend caps, an approval threshold, and allow/deny lists, with an append-only receipt for every attempt; the agent can't raise its own limits. `npx -y -p @forum-labs/payfetch payfetch-mcp` +- [mohsinmshabbir/datasaudi-mcp](https://github.com/mohsinmshabbir/datasaudi-mcp) 🐍 🏠 - Query Saudi economic & social statistics (GDP, inflation, trade, population, real-estate price index) from official GASTAT / DataSaudi, in English or Arabic. Keyless, no database. - [wkalidev/multichain-mcp](https://github.com/wkalidev/multichain-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Read balances/prices and prepare transfers across Stacks, Celo, and Base from one MCP server β€” no RPC keys required to start. Free tier (`get_balance`, `get_prices`) plus license-gated Pro/Team tools (`get_portfolio`, `prepare_transfer`, `deploy_token`). `npx @wkalidev/multichain-mcp` - [InnarM/blank-invoice-maker-mcp](https://github.com/InnarM/blank-invoice-maker-mcp) [![InnarM/blank-invoice-maker-mcp MCP server](https://glama.ai/mcp/servers/InnarM/blank-invoice-maker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/InnarM/blank-invoice-maker-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Create free, no-signup invoices from your AI assistant. Returns a deep link that opens [Blank Invoice Maker](https://blankinvoicemaker.com) pre-filled β€” review and download a watermark-free PDF. Invoice data stays in the browser. `npx blank-invoice-maker-mcp` - [qinisolabs/bizdays](https://github.com/qinisolabs/bizdays) [![qinisolabs/bizdays MCP server](https://glama.ai/mcp/servers/qinisolabs/bizdays/badges/score.svg)](https://glama.ai/mcp/servers/qinisolabs/bizdays) πŸ“‡ 🏠 ☁️ - Business-day & public-holiday calculations for 200+ countries (add/count working days, next business day, country weekend rules). From 0c2810a547ca79188c4bc07f3e360100fc726876 Mon Sep 17 00:00:00 2001 From: Mohsin Shabbir <83119436+mohsinmshabbir@users.noreply.github.com> Date: Thu, 9 Jul 2026 16:36:16 +0300 Subject: [PATCH 203/403] Add Glama score badge to datasaudi-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc32633b..5551e9487 100644 --- a/README.md +++ b/README.md @@ -1565,7 +1565,7 @@ Provides direct access to local file systems with configurable permissions. Enab ### πŸ’° Finance & Fintech - [SimonTarara62/capitalcom-mcp-server](https://github.com/SimonTarara62/capitalcom-mcp-server) [![SimonTarara62/capitalcom-mcp-server MCP server](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server) 🐍 🏠 ☁️ - Unofficial, community MCP for the Capital.com Open API: safe, guarded trading and market data. Two-phase trades (preview β†’ confirm β†’ execute), allowlists, demo-first. Install with `uvx capitalcom-mcp`. - [forum-labs/payfetch](https://github.com/forum-labs/payfetch) [![forum-labs/payfetch MCP server](https://glama.ai/mcp/servers/forum-labs/payfetch/badges/score.svg)](https://glama.ai/mcp/servers/forum-labs/payfetch) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Non-custodial paying-fetch client for agents that pay APIs over HTTP 402 (x402, USDC on Base). The operator sets hard per-call/per-day/per-host spend caps, an approval threshold, and allow/deny lists, with an append-only receipt for every attempt; the agent can't raise its own limits. `npx -y -p @forum-labs/payfetch payfetch-mcp` -- [mohsinmshabbir/datasaudi-mcp](https://github.com/mohsinmshabbir/datasaudi-mcp) 🐍 🏠 - Query Saudi economic & social statistics (GDP, inflation, trade, population, real-estate price index) from official GASTAT / DataSaudi, in English or Arabic. Keyless, no database. +- [mohsinmshabbir/datasaudi-mcp](https://github.com/mohsinmshabbir/datasaudi-mcp) [![datasaudi-mcp MCP server](https://glama.ai/mcp/servers/mohsinmshabbir/datasaudi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mohsinmshabbir/datasaudi-mcp) 🐍 🏠 - Query Saudi economic & social statistics (GDP, inflation, trade, population, real-estate price index) from official GASTAT / DataSaudi, in English or Arabic. Keyless, no database. - [wkalidev/multichain-mcp](https://github.com/wkalidev/multichain-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Read balances/prices and prepare transfers across Stacks, Celo, and Base from one MCP server β€” no RPC keys required to start. Free tier (`get_balance`, `get_prices`) plus license-gated Pro/Team tools (`get_portfolio`, `prepare_transfer`, `deploy_token`). `npx @wkalidev/multichain-mcp` - [InnarM/blank-invoice-maker-mcp](https://github.com/InnarM/blank-invoice-maker-mcp) [![InnarM/blank-invoice-maker-mcp MCP server](https://glama.ai/mcp/servers/InnarM/blank-invoice-maker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/InnarM/blank-invoice-maker-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Create free, no-signup invoices from your AI assistant. Returns a deep link that opens [Blank Invoice Maker](https://blankinvoicemaker.com) pre-filled β€” review and download a watermark-free PDF. Invoice data stays in the browser. `npx blank-invoice-maker-mcp` - [qinisolabs/bizdays](https://github.com/qinisolabs/bizdays) [![qinisolabs/bizdays MCP server](https://glama.ai/mcp/servers/qinisolabs/bizdays/badges/score.svg)](https://glama.ai/mcp/servers/qinisolabs/bizdays) πŸ“‡ 🏠 ☁️ - Business-day & public-holiday calculations for 200+ countries (add/count working days, next business day, country weekend rules). From e4d0256eac5b9b5885d2dbe33b5eda9cb8676013 Mon Sep 17 00:00:00 2001 From: Kshetez Vinayak Date: Tue, 14 Jul 2026 17:45:42 +0530 Subject: [PATCH 204/403] Add Glama score badge + refine description for supasidebar-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ab43dc8b..b7356aa79 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [alex-on-ai/WebReaper](https://github.com/alex-on-ai/WebReaper) [![alex-on-ai/WebReaper MCP server](https://glama.ai/mcp/servers/alex-on-ai/WebReaper/badges/score.svg)](https://glama.ai/mcp/servers/alex-on-ai/WebReaper) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - AI-native web scraper MCP server. Single binary, returns clean markdown, MIT-licensed Firecrawl alternative. - [aparajithn/agent-scraper-mcp](https://github.com/aparajithn/agent-scraper-mcp) [![agent-scraper-mcp MCP server](https://glama.ai/mcp/servers/@aparajithn/agent-scraper-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@aparajithn/agent-scraper-mcp) 🐍 ☁️ - Web scraping MCP server for AI agents. 6 tools: clean content extraction, structured scraping with CSS selectors, full-page screenshots via Playwright, link extraction, metadata extraction (OG/Twitter cards), and Google search. Free tier with x402 micropayments. - [apireno/DOMShell](https://github.com/apireno/DOMShell) [![domshell MCP server](https://glama.ai/mcp/servers/@apireno/domshell/badges/score.svg)](https://glama.ai/mcp/servers/@apireno/domshell) πŸ“‡ 🏠 - Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension. -- [auspy/supasidebar-mcp](https://github.com/auspy/supasidebar-mcp) πŸ“‡ 🏠 🍎 - Local bridge to the SupaSidebar macOS app - lets an AI assistant read open tabs and bookmarks and organize or open them across browsers. +- [auspy/supasidebar-mcp](https://github.com/auspy/supasidebar-mcp) [![auspy/supasidebar-mcp MCP server](https://glama.ai/mcp/servers/auspy/supasidebar-mcp/badges/score.svg)](https://glama.ai/mcp/servers/auspy/supasidebar-mcp) πŸ“‡ 🏠 🍎 - Access and organize your open browser tabs, bookmarks, and recently opened links across every macOS browser from your AI client. Powered by the free SupaSidebar app. - [automatalabs/mcp-server-playwright](https://github.com/Automata-Labs-team/MCP-Server-Playwright) 🐍 - An MCP server for browser automation using Playwright - [BB-fat/browser-use-rs](https://github.com/BB-fat/browser-use-rs) πŸ¦€ Lightweight browser automation MCP server in Rust with zero dependencies. - [bch1212/agentfetch-mcp](https://github.com/bch1212/agentfetch-mcp) [![bch1212/agentfetch-mcp MCP server](https://glama.ai/mcp/servers/bch1212/agentfetch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/bch1212/agentfetch-mcp) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Token-budgeted web fetch for AI agents. Auto-routes between Trafilatura, Jina Reader, FireCrawl, and pypdf based on URL pattern. `estimate_tokens` before `fetch_url`, 6h Redis cache, server-side `max_tokens` truncation. Open source MCP server (MIT) plus hosted REST API at [agentfetch.dev](https://www.agentfetch.dev) β€” 500 free fetches/mo, no card. From f54778487cb1e85203602714bbc865520ef5ee32 Mon Sep 17 00:00:00 2001 From: Manfred Hsu Date: Tue, 14 Jul 2026 21:37:58 +0800 Subject: [PATCH 205/403] Add AgentMemoryOS to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..756027bc3 100644 --- a/README.md +++ b/README.md @@ -2254,6 +2254,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [mnemoverse/mcp-memory-server](https://github.com/mnemoverse/mcp-memory-server) [![mnemoverse/mcp-memory-server MCP server](https://glama.ai/mcp/servers/mnemoverse/mcp-memory-server/badges/score.svg)](https://glama.ai/mcp/servers/mnemoverse/mcp-memory-server) πŸ“‡ ☁️ - Hosted memory that learns and forgets β€” feedback re-ranks what helps, recall fades by recency, similar memories consolidate. One key across Claude, Cursor, VS Code & ChatGPT. - [VonderVuflya/Yggdrasil](https://github.com/VonderVuflya/Yggdrasil) [![VonderVuflya/Yggdrasil MCP server](https://glama.ai/mcp/servers/VonderVuflya/Yggdrasil/badges/score.svg)](https://glama.ai/mcp/servers/VonderVuflya/Yggdrasil) 🐍 🏠 🍎 πŸͺŸ 🐧 - Durable, local-first memory for AI coding agents over MCP. Zero-dependency (pure Python + SQLite/FTS5), curated and semantically de-duped β€” you own the data as plain rows. Works with Claude Code, Codex & any MCP host. `uvx --from yggdrasil-memory ygg mcp` - [Yarmoluk/ckg-mcp](https://github.com/Yarmoluk/ckg-mcp) [![Yarmoluk/ckg-mcp MCP server](https://glama.ai/mcp/servers/Yarmoluk/ckg-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Yarmoluk/ckg-mcp) 🐍 🏠 - Compressed Knowledge Graphs (pre-structured dependency DAGs) as MCP context β€” agents traverse declared edges instead of inferring from text. Open CKG Benchmark (64 domains, 10,838 queries): 3.8Γ— RAG's F1 at 11Γ— fewer tokens, ~42Γ— RDS, 0 fabricated edges by construction. 97 domains, 4 tools, no DB/embeddings. `pip install ckg-mcp` +- [yamantaka520/Agent-Memory-OS](https://github.com/yamantaka520/Agent-Memory-OS) [![yamantaka520/Agent-Memory-OS MCP server](https://glama.ai/mcp/servers/yamantaka520/Agent-Memory-OS/badges/score.svg)](https://glama.ai/mcp/servers/yamantaka520/Agent-Memory-OS) 🐍 🏠 🍎 πŸͺŸ 🐧 - Local-first memory engine for AI-agent teams: private/team/project ACL (a hard gate before ranking), associative recall, and federated sync where revocation propagates across nodes. SQLite + FTS5, no LLM required; MCP server + web console included. `pip install 'agent-memory-os[mcp]'` ### βš–οΈ Legal Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information. From c12622566180a0e41b96f9421841d26fd31b6883 Mon Sep 17 00:00:00 2001 From: Rashad Salaam Date: Tue, 14 Jul 2026 10:21:11 -0400 Subject: [PATCH 206/403] Add Glama score badge to appstore-release-mcp entry Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cf056389..626e2fc96 100644 --- a/README.md +++ b/README.md @@ -1197,7 +1197,7 @@ Tools and integrations that enhance the development workflow and environment man - [QuantGeekDev/docker-mcp](https://github.com/QuantGeekDev/docker-mcp) 🏎️ 🏠 - Docker container management and operations through MCP - [Quantum3-Labs/ARBuilder](https://github.com/Quantum3-Labs/ARBuilder) [![ARBuilder MCP server](https://glama.ai/mcp/servers/Quantum3-Labs/ARBuilder/badges/score.svg)](https://glama.ai/mcp/servers/Quantum3-Labs/ARBuilder) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - AI-powered code generator for the Arbitrum ecosystem. 19 MCP tools for Stylus smart contracts, SDK bridging, full-stack dApps, and Orbit chain deployment, backed by RAG-based retrieval over Arbitrum documentation. - [r-huijts/xcode-mcp-server](https://github.com/r-huijts/xcode-mcp-server) πŸ“‡ 🏠 🍎 - Xcode integration for project management, file operations, and build automation -- [rabdulsal/appstore-release-mcp](https://github.com/rabdulsal/appstore-release-mcp) πŸ“‡ 🏠 🍎 - Drives the full App Store release cycle for iOS/macOS apps: version bump, archive + sign + TestFlight upload via your fastlane lane (as async jobs with log polling β€” the step REST-only ASC servers can't do), metadata updates, and review submission via the ASC API. Zero-dependency ES256 JWT auth. `npx appstore-release-mcp` +- [rabdulsal/appstore-release-mcp](https://github.com/rabdulsal/appstore-release-mcp) [![rabdulsal/appstore-release-mcp MCP server](https://glama.ai/mcp/servers/rabdulsal/appstore-release-mcp/badges/score.svg)](https://glama.ai/mcp/servers/rabdulsal/appstore-release-mcp) πŸ“‡ 🏠 🍎 - Drives the full App Store release cycle for iOS/macOS apps: version bump, archive + sign + TestFlight upload via your fastlane lane (as async jobs with log polling β€” the step REST-only ASC servers can't do), metadata updates, and review submission via the ASC API. Zero-dependency ES256 JWT auth. `npx appstore-release-mcp` - [ReAPI-com/mcp-openapi](https://github.com/ReAPI-com/mcp-openapi) πŸ“‡ 🏠 - MCP server that lets LLMs know everything about your OpenAPI specifications to discover, explain and generate code/mock data - [Vbj1808/retrieval-lens](https://github.com/Vbj1808/retrieval-lens) [![Vbj1808/retrieval-lens MCP server](https://glama.ai/mcp/servers/Vbj1808/retrieval-lens/badges/score.svg)](https://glama.ai/mcp/servers/Vbj1808/retrieval-lens) πŸ“‡ 🏠 - Black-box flight recorder for RAG retrieval inside MCP agents. Logs chunks, scores, sources and rankings so you can audit, replay and diff retrieval runs. - [reflagcom/mcp](https://github.com/reflagcom/javascript/tree/main/packages/cli#model-context-protocol) πŸŽ–οΈ πŸ“‡ ☁️ - Flag features directly from chat in your IDE with [Reflag](https://reflag.com). From 6f6c09bb0586ea8fdcc26aa70b0050b6b71c956f Mon Sep 17 00:00:00 2001 From: "a.s.scherba" Date: Tue, 14 Jul 2026 22:11:23 +0400 Subject: [PATCH 207/403] docs: add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7184dc87a..f9fcc5775 100644 --- a/README.md +++ b/README.md @@ -3153,7 +3153,7 @@ Interact with Git repositories and version control platforms. Enables repository ### 🏒 Workplace & Productivity -- [alex13slem/openproject-codex-plugin](https://github.com/alex13slem/openproject-codex-plugin) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Write-capable MCP server for OpenProject API v3 with Community Edition support. Search, create, update, assign, prioritize, and comment on work packages. Published as `io.github.alex13slem/openproject` in the official MCP Registry and installable with `npx -y openproject-codex-plugin`. +- [alex13slem/openproject-codex-plugin](https://github.com/alex13slem/openproject-codex-plugin) [![alex13slem/openproject-codex-plugin MCP server](https://glama.ai/mcp/servers/alex13slem/openproject-codex-plugin/badges/score.svg)](https://glama.ai/mcp/servers/alex13slem/openproject-codex-plugin) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Write-capable MCP server for OpenProject API v3 with Community Edition support. Search, create, update, assign, prioritize, and comment on work packages. Published as `io.github.alex13slem/openproject` in the official MCP Registry and installable with `npx -y openproject-codex-plugin`. - [wisflux/docmost-local-mcp](https://github.com/wisflux/docmost-local-mcp) [![wisflux/docmost-local-mcp MCP server](https://glama.ai/mcp/servers/wisflux/docmost-local-mcp/badges/score.svg)](https://glama.ai/mcp/servers/wisflux/docmost-local-mcp) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - MCP server for self-hosted [Docmost](https://docmost.com/) (an open-source Notion/Confluence alternative). Read and write spaces, pages, comments, and members from Claude, Cursor, or VS Code. Works on the free Community Edition. `npx -y @wisflux/docmost-local-mcp` - [temporal-cortex/mcp](https://github.com/temporal-cortex/mcp) [![cortex-mcp MCP server](https://glama.ai/mcp/servers/@billylui/cortex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@billylui/cortex-mcp) πŸ¦€ ☁️ 🏠 - AI-native calendar middleware for scheduling, availability, and conflict-free booking across Google Calendar, Outlook, and CalDAV. 15 tools across 5 layers: temporal context, calendar operations, multi-calendar availability, open scheduling, and Two-Phase Commit booking. Deterministic datetime resolution and RRULE expansion powered by Truth Engine. - [Agentled/mcp-server](https://github.com/Agentled/mcp-server) [![Agentled/mcp-server MCP server](https://glama.ai/mcp/servers/Agentled/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Agentled/mcp-server) πŸ“‡ ☁️ - AI-native workflow orchestration with long-term memory, 100+ integrations, and unified credits. 32 MCP tools for building and running intelligent business workflows β€” lead enrichment, content publishing, company research, media production, and more. Knowledge Graph that learns across executions. From a983d5d74a5c594d0a9df581078207b912499ba8 Mon Sep 17 00:00:00 2001 From: Noah Date: Tue, 14 Jul 2026 21:08:28 +0200 Subject: [PATCH 208/403] add MotionSpec (reduced-motion / WCAG animation verification) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..68df24a85 100644 --- a/README.md +++ b/README.md @@ -974,6 +974,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### πŸ’» Developer Tools - [hernaninverso/eleata-verify-mcp](https://github.com/hernaninverso/eleata-verify-mcp) [![hernaninverso/eleata-verify-mcp MCP server](https://glama.ai/mcp/servers/hernaninverso/eleata-verify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hernaninverso/eleata-verify-mcp) πŸ“‡ ☁️ - Grounding / hallucination guard: verify a claim against evidence (Supported/Refuted/Not Enough Evidence) with a confidence + abstain flag, for RAG and agents. `npx -y eleata-verify-mcp`. - [appcreationsca/bumpguard-mcp](https://github.com/appcreationsca/bumpguard-mcp) [![appcreationsca/bumpguard-mcp MCP server](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Pre-flight dependency-upgrade impact analysis: reports exactly which of your code's API usages break *before* you bump a dependency, with line numbers, severity, and fix hints. Also verifies AI-written code against the actually-installed API to catch hallucinated calls. Static analysis only β€” never runs third-party code. Python + .NET. `pip install bumpguard-mcp` +- [MasterPlayspots/motionspec](https://github.com/MasterPlayspots/motionspec) [![MasterPlayspots/motionspec MCP server](https://glama.ai/mcp/servers/MasterPlayspots/motionspec/badges/score.svg)](https://glama.ai/mcp/servers/MasterPlayspots/motionspec) πŸ“‡ ☁️ 🏠 - Reduced-motion / WCAG 2.2.2+2.3.3 verification for web animation: agents author validated specs; a deterministic compiler emits reduced-motion-safe, on-budget CSS. Keyless hosted endpoint (motion_catalog, motion_validate). - [Vivekpatil200320/CyberRescue](https://github.com/Vivekpatil200320/cyberrescue) [![cyberrescue MCP server](https://glama.ai/mcp/servers/Vivekpatil200320/cyberrescue/badges/score.svg)](https://glama.ai/mcp/servers/Vivekpatil200320/cyberrescue) 🐍 🏠 - Secure host-level telemetry gateway enabling sandboxed AI agents to dynamically fetch container logs and track kernel resource metrics. - [davidmosiah/delx-mcp-server](https://github.com/davidmosiah/delx-mcp-server) [![Delx MCP Server](https://glama.ai/mcp/servers/davidmosiah/delx-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/davidmosiah/delx-mcp-server) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Native stdio bridge for the hosted Delx Protocol MCP endpoint, with one-command client install, doctor checks and live tool discovery. - [DeusData/codebase-memory-mcp](https://github.com/DeusData/codebase-memory-mcp) [![DeusData/codebase-memory-mcp MCP server](https://glama.ai/mcp/servers/DeusData/codebase-memory-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DeusData/codebase-memory-mcp) 🌊 🏠 🍎 πŸͺŸ 🐧 - Code-intelligence engine that indexes a repo into a persistent knowledge graph β€” functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, ~99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. `npx codebase-memory-mcp` From 9c55eaf0c16d3cd1585899dc6b64502a5b91ab8d Mon Sep 17 00:00:00 2001 From: Human For AI <304582532+humanforai@users.noreply.github.com> Date: Wed, 15 Jul 2026 00:48:26 +0300 Subject: [PATCH 209/403] Add humanforai/humanforai-mcp to Agreements & Coordination Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..fe5c32d63 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ Servers for accessing many apps and tools through a single MCP server. MCP servers for creating, coordinating, and executing agreements: commitments, escrow, and multi-party decision workflows across humans, agents, and organizations. - [CNSLabs/agreements-api-sdk](https://github.com/CNSLabs/agreements-api-sdk) [![CNSLabs/agreements-api-sdk MCP server](https://glama.ai/mcp/servers/CNSLabs/agreements-api-sdk/badges/score.svg)](https://glama.ai/mcp/servers/CNSLabs/agreements-api-sdk) πŸ“‡ ☁️ 🏠 - Remote Streamable HTTP and local stdio MCP server for defining, validating, deploying, and operating machine-readable agreements with EIP-712 permit preparation, signed participant inputs, state reads, and input history. +- [humanforai/humanforai-mcp](https://github.com/humanforai/humanforai-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Hire a real human operator for tasks that need physical presence, perception, or judgment: real-world verification, product testing, AI output review, data collection, and local errands. Remote streamable HTTP at https://humanforai.dev/mcp or local stdio via `npx -y humanforai`. ### 🎨 Art & Culture From 72e41809884159715b8176d360c70b217780e17c Mon Sep 17 00:00:00 2001 From: Tanisha Aberdeen <32620895+aliasunder@users.noreply.github.com> Date: Tue, 14 Jul 2026 18:31:21 -0400 Subject: [PATCH 210/403] Update vault-cortex listing description Replace stale tool count with stable feature categories. The listing now reflects current capabilities shipped since the original entry. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..d541a6133 100644 --- a/README.md +++ b/README.md @@ -2013,7 +2013,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [a2cr/a2cr](https://github.com/a2cr/a2cr) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](https://glama.ai/mcp/servers/a2cr/a2cr) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history. - [ahmetakyurt/zipmem-mcp](https://github.com/ahmetakyurt/zipmem-mcp) [![ahmetakyurt/zipmem-mcp MCP server](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp) πŸ“‡ 🏠 - Local-first long-term memory for terminal AI agents (Claude Code et al.) via Anchored Compacting. Stores blueprints, code anchors (fileβ†’lineβ†’concept), and distilled lessons in a single JSON under `.zipmem/`, restoring full cross-session project context at near-zero token cost. No DB, no API keys, no embeddings. `npx zipmem-mcp` - [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [![aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint β€” the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp` -- [aliasunder/vault-cortex](https://github.com/aliasunder/vault-cortex) [![vault-cortex MCP server](https://glama.ai/mcp/servers/aliasunder/vault-cortex/badges/score.svg)](https://glama.ai/mcp/servers/aliasunder/vault-cortex) πŸ“‡ 🏠 ☁️ - MCP server for Obsidian vaults β€” search, memory, link graph, 23 tools, OAuth-protected. +- [aliasunder/vault-cortex](https://github.com/aliasunder/vault-cortex/) [![vault-cortex MCP server](https://glama.ai/mcp/servers/aliasunder/vault-cortex/badges/score.svg)](https://glama.ai/mcp/servers/aliasunder/vault-cortex) πŸ“‡ 🏠 ☁️ - MCP server for Obsidian vaults β€” hybrid search, notes, memory, tasks, link graph, OAuth-protected. - [andreas-roennestad/openhive-mcp](https://github.com/andreas-roennestad/openhive-mcp) [![openhive-mcp MCP server](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp) πŸ“‡ ☁️ - Shared knowledge base where AI agents search and post problem-solution pairs. Agents query before solving, post after resolving. Semantic search via pgvector, duplicate detection, auto-scoring. `npx openhive-mcp`, Free to use - [Shweta-Mishra-ai/tokenmizer](https://github.com/Shweta-Mishra-ai/tokenmizer) [![Shweta-Mishra-ai/tokenmizer MCP server](https://glama.ai/mcp/servers/Shweta-Mishra-ai/tokenmizer/badges/score.svg)](https://glama.ai/mcp/servers/Shweta-Mishra-ai/tokenmizer) 🐍 🏠 🍎 πŸͺŸ 🐧 - Graph-structured session memory for LLMs. Local OpenAI-compatible proxy that extracts tasks, decisions, and files into a typed knowledge graph, auto-checkpoints before context overflow, and resumes any session in ~250 tokens. 6 MCP tools including `why_decision` (traces why a decision changed, with reasons and evidence). `pip install tokenmizer` - [ashlesh-t/cognirepo](https://github.com/ashlesh-t/cognirepo) [![ashlesh-t/cognirepo MCP server](https://glama.ai/mcp/servers/ashlesh-t/cognirepo/badges/score.svg)](https://glama.ai/mcp/servers/ashlesh-t/cognirepo) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory and codebase context for AI coding agents. FAISS vector store, AST reverse index with O(1) symbol From 88b33eb5aaadbc4060d130862aaf18a63d4e390b Mon Sep 17 00:00:00 2001 From: vin-spiegel Date: Wed, 15 Jul 2026 10:01:16 +0900 Subject: [PATCH 211/403] add Glama MCP score badge for htmldrop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fa6cee29..b8a721fdf 100644 --- a/README.md +++ b/README.md @@ -3217,7 +3217,7 @@ Interact with Git repositories and version control platforms. Enables repository - [UnitVectorY-Labs/mcp-graphql-forge](https://github.com/UnitVectorY-Labs/mcp-graphql-forge) 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents. - [wanaku-ai/wanaku](https://github.com/wanaku-ai/wanaku) - ☁️ 🏠 The Wanaku MCP Router is a SSE-based MCP server that provides an extensible routing engine that allows integrating your enterprise systems with AI agents. - [megberts/mcp-websitepublisher-ai](https://github.com/megberts/mcp-websitepublisher-ai) ☁️ - Build and publish websites through AI conversation. 27 MCP tools for pages, assets, entities, records and integrations. Remote server with OAuth 2.1 auto-discovery, works with Claude, ChatGPT, Mistral/Le Chat and Cursor. -- [vin-spiegel/htmldrop](https://github.com/vin-spiegel/htmldrop) πŸŽ–οΈ πŸ“‡ ☁️ - Publish HTML artifacts (reports, dashboards, demos) as instant shareable links with TTL expiry, social preview cards, and optional password protection. Hosted at [htmldrop.link](https://htmldrop.link) or self-hostable. +- [vin-spiegel/htmldrop](https://github.com/vin-spiegel/htmldrop) πŸŽ–οΈ πŸ“‡ ☁️ - Publish HTML artifacts (reports, dashboards, demos) as instant shareable links with TTL expiry, social preview cards, and optional password protection. Hosted at [htmldrop.link](https://htmldrop.link) or self-hostable. [![MCP Score](https://glama.ai/api/github/score/vin-spiegel/htmldrop.svg)](https://glama.ai/mcp/servers/n3ju3e7o9c) - [wishfinity/wishfinity-mcp-plusw](https://github.com/wishfinity/wishfinity-mcp-plusw) πŸ“‡ ☁️ 🏠 - Universal wishlist for AI shopping experiences. Save any product URL from any store to a wishlist. Works with Claude, ChatGPT, LangChain, n8n, and any MCP client. - [wong2/mcp-cli](https://github.com/wong2/mcp-cli) πŸ“‡ 🏠 - CLI tool for testing MCP servers - [ws-mcp](https://github.com/nick1udwig/ws-mcp) - Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz)) From 842a58177241bffdf44d47c09c673b528d87fc23 Mon Sep 17 00:00:00 2001 From: FarEastAI Date: Wed, 15 Jul 2026 11:44:42 +0800 Subject: [PATCH 212/403] Update FarEastAI/feode-mcp entry in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c816db0bd..d1d5d3d98 100644 --- a/README.md +++ b/README.md @@ -3028,7 +3028,7 @@ Interact with Git repositories and version control platforms. Enables repository - [esignaturescom/mcp-server-esignatures](https://github.com/esignaturescom/mcp-server-esignatures) 🐍 ☁️️ - Contract and template management for drafting, reviewing, and sending binding contracts via the eSignatures API. - [evalstate/mcp-hfspace](https://github.com/evalstate/mcp-hfspace) πŸ“‡ ☁️ - Use HuggingFace Spaces directly from Claude. Use Open Source Image Generation, Chat, Vision tasks and more. Supports Image, Audio and text uploads/downloads. - [evalstate/mcp-miro](https://github.com/evalstate/mcp-miro) πŸ“‡ ☁️ - Access MIRO whiteboards, bulk create and read items. Requires OAUTH key for REST API. -- [FarEastAI/feode-mcp](https://github.com/FarEastAI/feode-mcp) πŸŽ–οΈπŸ“‡ ☁️ - Offshore oilfield services: query FEODE's well plug & abandonment, subsea wellhead (BV+CCS classed), continuous circulation drilling, and a NOV Grant Prideco drill-string spec reference. +- [FarEastAI/feode-mcp](https://github.com/FarEastAI/feode-mcp) πŸŽ–οΈπŸ“‡ ☁️ [![MCP Score](https://glama.ai/mcp/servers/FarEastAI/feode-mcp/badges/score.svg)](https://glama.ai/mcp/servers/FarEastAI/feode-mcp) - Offshore oilfield services: query FEODE's well plug & abandonment, subsea wellhead (BV+CCS classed), continuous circulation drilling, and a NOV Grant Prideco drill-string spec reference. - [feuerdev/keep-mcp](https://github.com/feuerdev/keep-mcp) 🐍 ☁️ - Read, create, update and delete Google Keep notes. - [fotoetienne/gqai](https://github.com/fotoetienne/gqai) 🏎 🏠 - Define tools using regular GraphQL queries/mutations and gqai automatically generates an MCP server for you. - [FoodXDevelopment/foodblock-mcp](https://github.com/FoodXDevelopment/foodblock) πŸ“‡ 🏠 - 17 MCP tools for the food industry. Describe food in plain English and get structured, content-addressed data blocks back. Covers actors, places, ingredients, products, transforms, transfers, and observations. Works standalone with zero config via `npx foodblock-mcp`. From acd5b753abc2b353e7ae622b74e840fa7298751f Mon Sep 17 00:00:00 2001 From: mmx_qq <266519146+mmxrealQQ@users.noreply.github.com> Date: Wed, 15 Jul 2026 07:03:41 +0200 Subject: [PATCH 213/403] Add Glama score badge to BOBAI entry (per updated listing requirements) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37e45f161..2bb1857ed 100644 --- a/README.md +++ b/README.md @@ -1729,7 +1729,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [jacksun911/megalaunch-mcp](https://github.com/jacksun911/megalaunch-mcp) [![jacksun911/megalaunch-mcp MCP server](https://glama.ai/mcp/servers/jacksun911/megalaunch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jacksun911/megalaunch-mcp) πŸ“‡ ☁️ - AI-powered meme token launch service on Solana/pump.fun. Create tokens with AI-generated art, bundled buys, and Jito-powered MEV protection. Supports Basic and Premium packages. - [minhyeoky/mcp-server-ledger](https://github.com/minhyeoky/mcp-server-ledger) 🐍 🏠 - A ledger-cli integration for managing financial transactions and generating reports. - [mission69b/t2000](https://github.com/mission69b/t2000) [![mission69b/t2000 MCP server](https://glama.ai/mcp/servers/mission69b/t2000/badges/score.svg)](https://glama.ai/mcp/servers/mission69b/t2000) πŸ“‡ ☁️ - Non-custodial DeFi banking for AI agents on Sui. 35 tools, 20 prompts for save, borrow, invest, exchange, send, pay β€” with auto yield optimization across NAVI, Suilend, and Cetus. -- [mmxrealQQ/bobai-buyburn](https://github.com/mmxrealQQ/bobai-buyburn) πŸŽ–οΈ πŸ“‡ ☁️ - Live verifiable on-chain data for the $BOBAI token on BNB Chain β€” price computed from pair reserves Γ— Chainlink (no price API), liquidity depth with LP-burn proof, buyback-and-burn audit trail, fee-on-transfer-safe trade params, and an earnable NFT buy-drop. 13 read-only tools + 2 guided prompts, no API key. Remote HTTP MCP at `https://brainonbnb.com/mcp` with a plain-REST mirror. +- [mmxrealQQ/bobai-buyburn](https://github.com/mmxrealQQ/bobai-buyburn) [![mmxrealQQ/bobai-buyburn MCP server](https://glama.ai/mcp/servers/mmxrealQQ/bobai-buyburn/badges/score.svg)](https://glama.ai/mcp/servers/mmxrealQQ/bobai-buyburn) πŸŽ–οΈ πŸ“‡ ☁️ - Live verifiable on-chain data for the $BOBAI token on BNB Chain β€” price computed from pair reserves Γ— Chainlink (no price API), liquidity depth with LP-burn proof, buyback-and-burn audit trail, fee-on-transfer-safe trade params, and an earnable NFT buy-drop. 13 read-only tools + 2 guided prompts, no API key. Remote HTTP MCP at `https://brainonbnb.com/mcp` with a plain-REST mirror. - [moxiespirit/oathscore](https://github.com/moxiespirit/oathscore) [![oath-score MCP server](https://glama.ai/mcp/servers/moxiespirit/oath-score/badges/score.svg)](https://glama.ai/mcp/servers/moxiespirit/oath-score) 🐍 ☁️ - The trust layer for AI trading agents. Real-time world state (exchange status, VIX/VVIX/SKEW, economic events) in one call, plus independent quality ratings (0-100) for financial data APIs. 8 MCP tools. - [muvon/mcp-binance-futures](https://github.com/muvon/mcp-binance-futures) [![binance](https://glama.ai/mcp/servers/Muvon/mcp-binance-futures/badges/score.svg)](https://glama.ai/mcp/servers/Muvon/mcp-binance-futures) 🐍 ☁️ - MCP server for Binance USDT-M Futures trading β€” exposes tools for market data, account state, order management, and position/margin control. - [narumiruna/yfinance-mcp](https://github.com/narumiruna/yfinance-mcp) 🐍 ☁️ - An MCP server that uses yfinance to obtain information from Yahoo Finance. From a65447830af3619419906a2ff60385dc9580ea0a Mon Sep 17 00:00:00 2001 From: "Ketan (CometChat)" Date: Wed, 15 Jul 2026 10:41:57 +0530 Subject: [PATCH 214/403] Add Glama score badge to CometChat entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceedbd721..9e21216af 100644 --- a/README.md +++ b/README.md @@ -633,7 +633,7 @@ Integration with communication platforms for message management and channel oper - [chigwell/telegram-mcp](https://github.com/chigwell/telegram-mcp) 🐍 🏠 - Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and handling read status. - [clawaimail/mcp](https://github.com/joansongjr/clawaimail) [![joansongjr/clawaimail MCP server](https://glama.ai/mcp/servers/joansongjr/clawaimail/badges/score.svg)](https://glama.ai/mcp/servers/joansongjr/clawaimail) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Email infrastructure for AI agents. Create inboxes on the fly, send and receive real emails, search messages, and manage threads via API. Install with `npx clawaimail-mcp`. - [codefuturist/email-mcp](https://github.com/codefuturist/email-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - IMAP/SMTP email MCP server with 42 tools for reading, searching, sending, scheduling, and managing emails across multiple accounts. Supports IMAP IDLE push, AI triage, desktop notifications, and auto-detects providers like Gmail, Outlook, and iCloud. -- [cometchat/docs-mcp](https://github.com/cometchat/docs-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - CometChat's official MCP server β€” searches CometChat documentation and returns curated implementation bundles for adding real-time chat, voice, video, and moderation to your app (React, React Native, Flutter, iOS, Android, JS SDK). +- [cometchat/docs-mcp](https://github.com/cometchat/docs-mcp) [![cometchat/docs-mcp MCP server](https://glama.ai/mcp/servers/cometchat/docs-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cometchat/docs-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - CometChat's official MCP server β€” searches CometChat documentation and returns curated implementation bundles for adding real-time chat, voice, video, and moderation to your app (React, React Native, Flutter, iOS, Android, JS SDK). - [conarti/mattermost-mcp](https://github.com/conarti/mattermost-mcp) πŸ“‡ ☁️ - MCP server for Mattermost API. List channels, read/post messages, manage threads and reactions, monitor topics. Supports flexible configuration via CLI args, environment variables, or config files. - [Danielpeter-99/calcom-mcp](https://github.com/Danielpeter-99/calcom-mcp) 🐍 🏠 - MCP server for Calcom. Manage event types, create bookings, and access Cal.com scheduling data through LLMs. - [discourse/discourse-mcp](https://github.com/discourse/discourse-mcp) πŸŽ–οΈ πŸ’Ž ☁️ 🏠 πŸ’¬ 🍎 πŸͺŸ 🐧 - Official Discourse MCP server for forum integration. Search topics, read posts, manage categories and tags, discover users, and interact with Discourse communities. From 507e5aee5bb6ca9cd49a9ff34141656871bdd7e3 Mon Sep 17 00:00:00 2001 From: Sean Markwei Date: Wed, 15 Jul 2026 05:55:46 +0000 Subject: [PATCH 215/403] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e3bf9943..ae80f62c8 100644 --- a/README.md +++ b/README.md @@ -2089,7 +2089,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [roomi-fields/notebooklm-mcp](https://github.com/roomi-fields/notebooklm-mcp) [![notebooklm-mcp MCP server](https://glama.ai/mcp/servers/@roomi-fields/notebooklm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@roomi-fields/notebooklm-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Full automation of Google NotebookLM β€” Q&A with citations, audio podcasts, video, content generation, source management, and notebook library. MCP + HTTP REST API. - [rushikeshmore/CodeCortex](https://github.com/rushikeshmore/CodeCortex) [![codecortex MCP server](https://glama.ai/mcp/servers/@rushikeshmore/codecortex/badges/score.svg)](https://glama.ai/mcp/servers/@rushikeshmore/codecortex) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Persistent codebase knowledge layer for AI coding agents. Pre-digests codebases into structured knowledge (symbols, dependency graphs, co-change patterns, architectural decisions) via tree-sitter native parsing (28 languages) and serves via MCP. 14 tools, ~85% token reduction. Works with Claude Code, Cursor, Codex, and any MCP client. - [s60yucca/mnemos](https://github.com/s60yucca/mnemos) [![s60yucca/mnemos MCP server](https://glama.ai/mcp/servers/s60yucca/mnemos/badges/score.svg)](https://glama.ai/mcp/servers/s60yucca/mnemos) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Persistent memory engine for AI coding agents. Stores architecture decisions, bug root causes, and project conventions across sessions. Single Go binary with embedded SQLite, FTS5 search, context assembly within token budgets, and autopilot setup for Claude Code, Kiro, and Cursor. -- [seanmarkwei/agentram-mcp](https://github.com/seanmarkwei/agentram-mcp) πŸ“‡ ☁️ - Persistent memory for AI agents through a simple key-value HTTP API. No vector database or embeddings required. Store, retrieve, search, and share memory across agents with shared namespaces and TTL support. `npx -y agentram-mcp` +- [seanmarkwei/agentram-mcp](https://github.com/seanmarkwei/agentram-mcp) πŸ“‡ ☁️ [![agentram-mcp MCP server](https://glama.ai/mcp/servers/seanmarkwei/agentram-mcp/badges/score.svg)](https://glama.ai/mcp/servers/seanmarkwei/agentram-mcp) - Persistent memory for AI agents through a simple key-value HTTP API. No vector database or embeddings required. Store, retrieve, search, and share memory across agents with shared namespaces and TTL support. `npx -y agentram-mcp` - [SagaPeak/artifacta-mcp](https://github.com/SagaPeak/artifacta-mcp) [![SagaPeak/artifacta-mcp MCP server](https://glama.ai/mcp/servers/SagaPeak/artifacta-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SagaPeak/artifacta-mcp) πŸŽ–οΈ πŸ“‡ 🐍 ☁️ 🍎 πŸͺŸ 🐧 - The artifact store for AI agents. Every output your agents produce β€” persisted, retrievable, shareable. Across runs, sessions, and tools. Session/agent metadata, content-hash dedup, expiring share links; 11 tools with path-confined uploads and destructive actions gated by default. TypeScript (`npx @artifacta-mcp/mcp`) and Python (`pipx run artifacta-mcp`). - [SaravananJaichandar/world-model-mcp](https://github.com/SaravananJaichandar/world-model-mcp) [![SaravananJaichandar/world-model-mcp MCP server](https://glama.ai/mcp/servers/SaravananJaichandar/world-model-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SaravananJaichandar/world-model-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Temporal knowledge graph for codebases. Captures decision traces, links test failures to code changes, learns co-edit patterns, predicts regression risk, and enforces learned constraints at the edit boundary via a PreToolUse hook. 22 MCP tools, 9 SQLite databases with FTS5, supports Python/TypeScript/JavaScript/Solidity/Go/Rust/Java. Install via `pip install world-model-mcp`. - [sachitrafa/YourMemory](https://github.com/sachitrafa/YourMemory) [![sachitrafa/YourMemory MCP server](https://glama.ai/mcp/servers/sachitrafa/YourMemory/badges/score.svg)](https://glama.ai/mcp/servers/sachitrafa/YourMemory) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory for AI agents with Ebbinghaus forgetting-curve decay, hybrid BM25+vector retrieval, and entity graph for multi-hop reasoning. Memories auto-prune by importance and recall rate. Built-in browser dashboard, multi-agent support, and `yourmemory ask` for zero-API-call local queries. `pip install yourmemory` From 46e10191f2ca78d2becbec37fd635431d6bfdcde Mon Sep 17 00:00:00 2001 From: hanshs474 Date: Wed, 15 Jul 2026 15:43:55 +0800 Subject: [PATCH 216/403] Add kavel-mcp to Art & Culture --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..2d5207071 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [gavxm/ani-mcp](https://github.com/gavxm/ani-mcp) [![ani-mcp MCP server](https://glama.ai/mcp/servers/gavxm/ani-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gavxm/ani-mcp) πŸ“‡ 🏠 - MCP server for AniList with taste-aware recommendations, watch analytics, social tools, and full list management. - [GenWaveLLC/svgmaker-mcp](https://github.com/GenWaveLLC/svgmaker-mcp) πŸ“‡ ☁️ - Provides AI-driven SVG generation and editing via natural language, with real-time updates and secure file handling. - [gupta-kush/spotify-mcp](https://github.com/gupta-kush/spotify-mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - 93-tool Spotify server with smart shuffle, natural language song search, vibe analysis, artist network mapping, taste evolution, and playlist power tools. Works after Spotify's Feb 2026 API changes. +- [hanshs474/kavel-mcp](https://github.com/hanshs474/kavel-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Discover Kavel’s AI photo/video generators (hairstyle, figurine, pet portrait, wedding, 90s yearbook, dance video, HD restore), get model-tuned prompts, and open the right tool to generate on www.kavel.ai. `npx kavel-mcp` - [jau123/MeiGen-AI-Design-MCP](https://github.com/jau123/MeiGen-AI-Design-MCP) [![mei-gen-ai-design-mcp MCP server](https://glama.ai/mcp/servers/@jau123/mei-gen-ai-design-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@jau123/mei-gen-ai-design-mcp) πŸ“‡ ☁️ 🏠 - AI image generation & editing MCP server with 1,500+ curated prompt library, smart prompt enhancement, and multi-provider routing (local ComfyUI, MeiGen Cloud, OpenAI-compatible APIs). - [j-east/pixel-surgeon-mcp](https://github.com/j-east/pixel-surgeon-mcp) [![j-east/pixel-surgeon-mcp MCP server](https://glama.ai/mcp/servers/j-east/pixel-surgeon-mcp/badges/score.svg)](https://glama.ai/mcp/servers/j-east/pixel-surgeon-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI image and video generation, editing, and transplant-grade region repair. Multi-provider (Gemini 3.1 Flash Image, GPT Image 2, Grok Imagine, Veo 3), 9 tools, 4 style presets, grid-based and interactive crop repair. `npx pixel-surgeon-mcp` - [khglynn/spotify-bulk-actions-mcp](https://github.com/khglynn/spotify-bulk-actions-mcp) 🐍 ☁️ - Bulk Spotify operations with confidence-scored song matching, batch playlist creation from CSV/podcast lists, and library exports for discovering your most-saved artists and albums. From 6faf2a42f454d60b550d36cb1e59e137db3f3a88 Mon Sep 17 00:00:00 2001 From: hanshs474 Date: Wed, 15 Jul 2026 16:14:25 +0800 Subject: [PATCH 217/403] Add Glama score badge for kavel-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d5207071..b2586e71b 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [gavxm/ani-mcp](https://github.com/gavxm/ani-mcp) [![ani-mcp MCP server](https://glama.ai/mcp/servers/gavxm/ani-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gavxm/ani-mcp) πŸ“‡ 🏠 - MCP server for AniList with taste-aware recommendations, watch analytics, social tools, and full list management. - [GenWaveLLC/svgmaker-mcp](https://github.com/GenWaveLLC/svgmaker-mcp) πŸ“‡ ☁️ - Provides AI-driven SVG generation and editing via natural language, with real-time updates and secure file handling. - [gupta-kush/spotify-mcp](https://github.com/gupta-kush/spotify-mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - 93-tool Spotify server with smart shuffle, natural language song search, vibe analysis, artist network mapping, taste evolution, and playlist power tools. Works after Spotify's Feb 2026 API changes. -- [hanshs474/kavel-mcp](https://github.com/hanshs474/kavel-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Discover Kavel’s AI photo/video generators (hairstyle, figurine, pet portrait, wedding, 90s yearbook, dance video, HD restore), get model-tuned prompts, and open the right tool to generate on www.kavel.ai. `npx kavel-mcp` +- [hanshs474/kavel-mcp](https://github.com/hanshs474/kavel-mcp) [![hanshs474/kavel-mcp MCP server](https://glama.ai/mcp/servers/@hanshs474/kavel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@hanshs474/kavel-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Discover Kavel’s AI photo/video generators (hairstyle, figurine, pet portrait, wedding, 90s yearbook, dance video, HD restore), get model-tuned prompts, and open the right tool to generate on www.kavel.ai. `npx kavel-mcp` - [jau123/MeiGen-AI-Design-MCP](https://github.com/jau123/MeiGen-AI-Design-MCP) [![mei-gen-ai-design-mcp MCP server](https://glama.ai/mcp/servers/@jau123/mei-gen-ai-design-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@jau123/mei-gen-ai-design-mcp) πŸ“‡ ☁️ 🏠 - AI image generation & editing MCP server with 1,500+ curated prompt library, smart prompt enhancement, and multi-provider routing (local ComfyUI, MeiGen Cloud, OpenAI-compatible APIs). - [j-east/pixel-surgeon-mcp](https://github.com/j-east/pixel-surgeon-mcp) [![j-east/pixel-surgeon-mcp MCP server](https://glama.ai/mcp/servers/j-east/pixel-surgeon-mcp/badges/score.svg)](https://glama.ai/mcp/servers/j-east/pixel-surgeon-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI image and video generation, editing, and transplant-grade region repair. Multi-provider (Gemini 3.1 Flash Image, GPT Image 2, Grok Imagine, Veo 3), 9 tools, 4 style presets, grid-based and interactive crop repair. `npx pixel-surgeon-mcp` - [khglynn/spotify-bulk-actions-mcp](https://github.com/khglynn/spotify-bulk-actions-mcp) 🐍 ☁️ - Bulk Spotify operations with confidence-scored song matching, batch playlist creation from CSV/podcast lists, and library exports for discovering your most-saved artists and albums. From 5204f286c876d49f718e55dfd6c714cdb7c76c59 Mon Sep 17 00:00:00 2001 From: vin-spiegel Date: Wed, 15 Jul 2026 17:28:20 +0900 Subject: [PATCH 218/403] fix: use working Glama score badge URL for htmldrop The api/github/score/... path 404s; use the server-id badge and place it after the repo link per the maintainer's requested format. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8a721fdf..38d90e0a6 100644 --- a/README.md +++ b/README.md @@ -3217,7 +3217,7 @@ Interact with Git repositories and version control platforms. Enables repository - [UnitVectorY-Labs/mcp-graphql-forge](https://github.com/UnitVectorY-Labs/mcp-graphql-forge) 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents. - [wanaku-ai/wanaku](https://github.com/wanaku-ai/wanaku) - ☁️ 🏠 The Wanaku MCP Router is a SSE-based MCP server that provides an extensible routing engine that allows integrating your enterprise systems with AI agents. - [megberts/mcp-websitepublisher-ai](https://github.com/megberts/mcp-websitepublisher-ai) ☁️ - Build and publish websites through AI conversation. 27 MCP tools for pages, assets, entities, records and integrations. Remote server with OAuth 2.1 auto-discovery, works with Claude, ChatGPT, Mistral/Le Chat and Cursor. -- [vin-spiegel/htmldrop](https://github.com/vin-spiegel/htmldrop) πŸŽ–οΈ πŸ“‡ ☁️ - Publish HTML artifacts (reports, dashboards, demos) as instant shareable links with TTL expiry, social preview cards, and optional password protection. Hosted at [htmldrop.link](https://htmldrop.link) or self-hostable. [![MCP Score](https://glama.ai/api/github/score/vin-spiegel/htmldrop.svg)](https://glama.ai/mcp/servers/n3ju3e7o9c) +- [vin-spiegel/htmldrop](https://github.com/vin-spiegel/htmldrop) [![MCP Score](https://glama.ai/mcp/servers/n3ju3e7o9c/badges/score.svg)](https://glama.ai/mcp/servers/n3ju3e7o9c) πŸŽ–οΈ πŸ“‡ ☁️ - Publish HTML artifacts (reports, dashboards, demos) as instant shareable links with TTL expiry, social preview cards, and optional password protection. Hosted at [htmldrop.link](https://htmldrop.link) or self-hostable. - [wishfinity/wishfinity-mcp-plusw](https://github.com/wishfinity/wishfinity-mcp-plusw) πŸ“‡ ☁️ 🏠 - Universal wishlist for AI shopping experiences. Save any product URL from any store to a wishlist. Works with Claude, ChatGPT, LangChain, n8n, and any MCP client. - [wong2/mcp-cli](https://github.com/wong2/mcp-cli) πŸ“‡ 🏠 - CLI tool for testing MCP servers - [ws-mcp](https://github.com/nick1udwig/ws-mcp) - Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz)) From 395f4387ffe0c49bd328af7574c0693bcc196c8f Mon Sep 17 00:00:00 2001 From: Mohamed Ashraf Elsaed Date: Wed, 15 Jul 2026 12:07:55 +0300 Subject: [PATCH 219/403] Add Loupe to Product Management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..2408b4ba1 100644 --- a/README.md +++ b/README.md @@ -2542,6 +2542,7 @@ Tools for product planning, customer feedback analysis, and prioritization. - [xfloukiex-lab/road-poneglyph](https://github.com/xfloukiex-lab/road-poneglyph) [![xfloukiex-lab/road-poneglyph MCP server](https://glama.ai/mcp/servers/xfloukiex-lab/road-poneglyph/badges/score.svg)](https://glama.ai/mcp/servers/xfloukiex-lab/road-poneglyph) 🐍 🏠 🍎 πŸͺŸ 🐧 - Reviews a plan for what's missing β€” unstated assumptions, omitted technical risks, and execution blind spots (a structured pre-mortem). `pip install road-poneglyph-mcp` - [AIOProductOS/claude-plugin](https://github.com/AIOProductOS/claude-plugin) [![AIOProductOS/claude-plugin MCP server](https://glama.ai/mcp/servers/AIOProductOS/claude-plugin/badges/score.svg)](https://glama.ai/mcp/servers/AIOProductOS/claude-plugin) πŸŽ–οΈ ☁️ - Product management over a shared product spine: link customer feedback and insights to features, tasks, sprints, releases and objectives; weekly signal memo; roadmap-drift detection; customer 360, funnel, path, retention, NPS and NRR analytics; artifact versioning and identity resolution. 38 tools, hosted remote server with OAuth 2.1 (DCR + PKCE). auto-download. Install via `npx atlassian-trello-mcp`. +- [mohamed-ashraf-elsaed/loupe](https://github.com/mohamed-ashraf-elsaed/loupe) πŸŽ–οΈ πŸ“‡ 🏠 - Turns pinned visual product feedback into an actionable backlog: list comments, read one with its target element's HTML, computed styles and screenshot, and update its status. Powers the [Loupe](https://mohamed-ashraf-elsaed.github.io/loupe/) SDK, browser extension, and `loupekit/laravel` package. Install `@loupekit/mcp` (binary `loupe-mcp`). ### 🏠 Real Estate From ae6d0a5c3a13191822086f89c6fefe9ed7f01417 Mon Sep 17 00:00:00 2001 From: FoundryNet Date: Wed, 15 Jul 2026 02:21:24 -0700 Subject: [PATCH 220/403] Add Industrial & IoT category with FoundryNet Forge Forge is industrial AI infrastructure that connects AI agents to physical equipment across 14 protocols and 18 manufacturers. No Industrial/IoT category existed, so this adds one (placed alphabetically between Home Automation and Knowledge & Memory) plus the matching table-of-contents entry. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a1980e06d..fa821d9e9 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) * πŸ’° - [Finance & Fintech](#finance--fintech) * 🎠- [Gaming](#gaming) * 🏠 - [Home Automation](#home-automation) +* 🏭 - [Industrial & IoT](#industrial--iot) * 🧠 - [Knowledge & Memory](#knowledge--memory) * βš–οΈ - [Legal](#legal) * πŸ—ΊοΈ - [Location Services](#location-services) @@ -2005,6 +2006,12 @@ Control smart home devices, home network equipment, and automation systems. - [claymore666/debmatic-mcp](https://github.com/claymore666/debmatic-mcp) [![claymore666/debmatic-mcp MCP server](https://glama.ai/mcp/servers/claymore666/debmatic-mcp/badges/score.svg)](https://glama.ai/mcp/servers/claymore666/debmatic-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Control a HomeMatic / debmatic CCU (eq-3 home automation) over its JSON-RPC and HM-Script APIs β€” switch and dim actuators, read sensors, system variables and service messages, run programs, and manage rooms, functions, channel links and device assignments. 25 tools over HTTP or stdio; runs locally against your own CCU. - [NickoScope/nickol-knx-mcp](https://github.com/NickoScope/nickol-knx-mcp) [![NickoScope/nickol-knx-mcp MCP server](https://glama.ai/mcp/servers/NickoScope/nickol-knx-mcp/badges/score.svg)](https://glama.ai/mcp/servers/NickoScope/nickol-knx-mcp) 🐍 🏠 - Design-time KNX/ETS6 assistant: parses .knxproj (read-only, no bus access), validates DPT/naming/command-status pairing, and generates Home Assistant YAML + ETS XML/CSV exports. +### 🏭 Industrial & IoT + +Connect AI agents to industrial equipment, machinery, and operational technology (OT) β€” telemetry ingestion, monitoring, and control across manufacturing and factory-floor protocols. + +- [FoundryNet/forge-mcp](https://github.com/FoundryNet/forge-mcp) 🐍 ☁️ - Industrial AI infrastructure that connects any AI agent to industrial equipment: 14 protocols, 18 manufacturers, 30 tools, cross-OEM telemetry normalization, health index, and failure prediction. The first physical-world MCP server. Free tier available. ([Smithery](https://smithery.ai/server/@foundrynet/forge)) + ### 🧠 Knowledge & Memory Persistent memory storage using knowledge graph structures. Enables AI models to maintain and query structured information across sessions. From c17b726bf69581420a391f8b6be9e48aa1de3f9c Mon Sep 17 00:00:00 2001 From: Mohamed Ashraf Elsaed Date: Wed, 15 Jul 2026 12:24:36 +0300 Subject: [PATCH 221/403] Add Glama score badge for Loupe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2408b4ba1..f7c4519d6 100644 --- a/README.md +++ b/README.md @@ -2542,7 +2542,7 @@ Tools for product planning, customer feedback analysis, and prioritization. - [xfloukiex-lab/road-poneglyph](https://github.com/xfloukiex-lab/road-poneglyph) [![xfloukiex-lab/road-poneglyph MCP server](https://glama.ai/mcp/servers/xfloukiex-lab/road-poneglyph/badges/score.svg)](https://glama.ai/mcp/servers/xfloukiex-lab/road-poneglyph) 🐍 🏠 🍎 πŸͺŸ 🐧 - Reviews a plan for what's missing β€” unstated assumptions, omitted technical risks, and execution blind spots (a structured pre-mortem). `pip install road-poneglyph-mcp` - [AIOProductOS/claude-plugin](https://github.com/AIOProductOS/claude-plugin) [![AIOProductOS/claude-plugin MCP server](https://glama.ai/mcp/servers/AIOProductOS/claude-plugin/badges/score.svg)](https://glama.ai/mcp/servers/AIOProductOS/claude-plugin) πŸŽ–οΈ ☁️ - Product management over a shared product spine: link customer feedback and insights to features, tasks, sprints, releases and objectives; weekly signal memo; roadmap-drift detection; customer 360, funnel, path, retention, NPS and NRR analytics; artifact versioning and identity resolution. 38 tools, hosted remote server with OAuth 2.1 (DCR + PKCE). auto-download. Install via `npx atlassian-trello-mcp`. -- [mohamed-ashraf-elsaed/loupe](https://github.com/mohamed-ashraf-elsaed/loupe) πŸŽ–οΈ πŸ“‡ 🏠 - Turns pinned visual product feedback into an actionable backlog: list comments, read one with its target element's HTML, computed styles and screenshot, and update its status. Powers the [Loupe](https://mohamed-ashraf-elsaed.github.io/loupe/) SDK, browser extension, and `loupekit/laravel` package. Install `@loupekit/mcp` (binary `loupe-mcp`). +- [mohamed-ashraf-elsaed/loupe](https://github.com/mohamed-ashraf-elsaed/loupe) [![mohamed-ashraf-elsaed/loupe MCP server](https://glama.ai/mcp/servers/mohamed-ashraf-elsaed/loupe/badges/score.svg)](https://glama.ai/mcp/servers/mohamed-ashraf-elsaed/loupe) πŸŽ–οΈ πŸ“‡ 🏠 - Turns pinned visual product feedback into an actionable backlog: list comments, read one with its target element's HTML, computed styles and screenshot, and update its status. Powers the [Loupe](https://mohamed-ashraf-elsaed.github.io/loupe/) SDK, browser extension, and `loupekit/laravel` package. Install `@loupekit/mcp` (binary `loupe-mcp`). ### 🏠 Real Estate From e60c5cf40503b351167b22ab8048f7526eae2471 Mon Sep 17 00:00:00 2001 From: Flightmussy Date: Wed, 15 Jul 2026 11:53:51 +0200 Subject: [PATCH 222/403] Point Castlemap entry at its GitHub repo Addresses the non-github-url check: the entry now links https://github.com/Flightmussy/castlemap-mcp (MIT, zero-dependency source for the hosted endpoint) instead of the bare endpoint URL. Also adds the missing codebase/local-service markers and re-sorts into the F position. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a60f8281..087573763 100644 --- a/README.md +++ b/README.md @@ -2285,11 +2285,11 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [bamwor-dev/bamwor-mcp-server](https://github.com/bamwor-dev/bamwor-mcp-server) [![bamwor-mcp-server MCP server](https://glama.ai/mcp/servers/bamwor-dev/bamwor-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/bamwor-dev/bamwor-mcp-server) πŸ“‡ ☁️ - World geographic data for AI agents. 261 countries with 20+ statistics and 13.4M cities with population, coordinates, and timezone. Powered by Bamwor API. - [baphometnxg/aloha-fyi-mcp](https://github.com/baphometnxg/aloha-fyi-mcp) [![baphometnxg/aloha-fyi-mcp MCP server](https://glama.ai/mcp/servers/baphometnxg/aloha-fyi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/baphometnxg/aloha-fyi-mcp) πŸ“‡ ☁️ - First dedicated Hawaii tourism MCP server. 2,583 bookable tours from Viator, GetYourGuide, Klook, and Groupon, plus 579 events across 70+ venues on Oahu, Maui, Big Island, and Kauai. Results ship with affiliate booking links. Hosted Streamable HTTP endpoint β€” no install required. Powered by [aloha.fyi](https://aloha.fyi). - [briandconnelly/mcp-server-ipinfo](https://github.com/briandconnelly/mcp-server-ipinfo) 🐍 ☁️ - IP address geolocation and network information using IPInfo API -- [Castlemap](https://thecastlemap.com/mcp) ☁️ - Query 2,400 castles, fortresses and palaces across 131 countries (coordinates, founding dates, Wikipedia summaries) from the open CC0 Castlemap dataset built on Wikidata. - [cqtrinv/trinvmcp](https://github.com/cqtrinv/trinvmcp) πŸ“‡ ☁️ - Explore French communes and cadastral parcels based on name and surface - [cturkieh/france-data-mcp](https://github.com/cturkieh/france-data-mcp) [![cturkieh/france-data-mcp MCP server](https://glama.ai/mcp/servers/cturkieh/france-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cturkieh/france-data-mcp) πŸ“‡ ☁️ 🏠 - French territorial intelligence MCP β€” cross-references public registries (FINESS healthcare facilities, RPPS health professionals, INSEE companies, IGN geocoding) for multi-source agentic reasoning over French open data. - [devilcoder01/weather-mcp-server](https://github.com/devilcoder01/weather-mcp-server) 🐍 ☁️ - Access real-time weather data for any location using the WeatherAPI.com API, providing detailed forecasts and current conditions. - [discava/mcp-server](https://github.com/discava/mcp-server) πŸ“‡ ☁️ - Search Millions of local businesses worldwide (Europe, Northamerica, Southamerica, Asia, Oceania), confidence scores, and agent trust rankings. No API key required. [![discava/mcp-server](https://glama.ai/mcp/servers/discava/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/discava/mcp-server) +- [Flightmussy/castlemap-mcp](https://github.com/Flightmussy/castlemap-mcp) πŸ“‡ ☁️ 🏠 - Query 2,400 castles, fortresses and palaces across 131 countries (coordinates, founding dates, fame ranking, Wikipedia summaries) from the open CC0 Castlemap dataset built on Wikidata. Hosted endpoint needs no API key; the zero-dependency server can also be self-hosted. - [markpdxt/dronelytics-mcp](https://github.com/markpdxt/dronelytics-mcp) [![markpdxt/dronelytics-mcp MCP server](https://glama.ai/mcp/servers/markpdxt/dronelytics-mcp/badges/score.svg)](https://glama.ai/mcp/servers/markpdxt/dronelytics-mcp) πŸ“‡ ☁️ - US drone airspace intelligence and mission planning. 24 tools: check airspace restrictions across 11 FAA data layers, plan grid/orbit/corridor surveys, validate Part 107 compliance, generate pre-flight briefings, and export to KML/GPX/QGC/Litchi/WPML. Available via `npx @dronelytics/mcp`. - [gaopengbin/cesium-mcp](https://github.com/gaopengbin/cesium-mcp) [![gaopengbin/cesium-mcp MCP server](https://glama.ai/mcp/servers/gaopengbin/cesium-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gaopengbin/cesium-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI-powered 3D globe control via MCP. Connect any MCP-compatible AI agent to CesiumJS β€” camera flight, GeoJSON/3D Tiles layers, markers, spatial analysis, heatmaps, and more through 19 natural language tools. - [GeiserX/pumperly-mcp](https://github.com/GeiserX/pumperly-mcp) [![GeiserX/pumperly-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/pumperly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/pumperly-mcp) 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - Go-based MCP server for Pumperly fuel price comparison. Query gas station prices, plan fuel-efficient routes, and find nearby EV charging stations. Docker image available. From fc6a412a99a044b76b7677ab49fd41e4b360af2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20T=C4=B1nta=C5=9F?= Date: Wed, 15 Jul 2026 13:01:07 +0300 Subject: [PATCH 223/403] Add Glama score badge for klaket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bebe0b1b1..a18245e7d 100644 --- a/README.md +++ b/README.md @@ -2480,7 +2480,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [davidmosiah/short-video-agent-kit](https://github.com/davidmosiah/short-video-agent-kit) [![Short Video Agent Kit MCP server](https://glama.ai/mcp/servers/davidmosiah/short-video-agent-kit/badges/score.svg)](https://glama.ai/mcp/servers/davidmosiah/short-video-agent-kit) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Provider-neutral short-form AI video MCP and CLI for agents, with dry-run payload validation and optional live generation through Sora, Veo, xAI and Seedance-style providers. - [drolosoft/immich-photo-manager](https://github.com/drolosoft/immich-photo-manager) [![immich-photo-manager MCP server](https://glama.ai/mcp/servers/drolosoft/immich-photo-manager/badges/score.svg)](https://glama.ai/mcp/servers/drolosoft/immich-photo-manager) 🐍 🏠 🍎 πŸͺŸ 🐧 - Turn your self-hosted Immich photo library into a conversation β€” natural language search via CLIP, geographic album curation from GPS data, cross-source duplicate detection with perceptual hashing, library health reports, and offline-ready interactive HTML galleries. Claude Code plugin with 21 MCP tools, 11 skills, and 5 slash commands. - [FileToPDF/filetopdf-mcp](https://github.com/FileToPDF/filetopdf-mcp) [![FileToPDF/filetopdf-mcp MCP server](https://glama.ai/mcp/servers/FileToPDF/filetopdf-mcp/badges/score.svg)](https://glama.ai/mcp/servers/FileToPDF/filetopdf-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Convert files (DOCX, XLSX, PPTX, images…), HTML, and Markdown to pixel-perfect PDFs via the FileToPDF API. Returns the PDF as an embedded resource or saves it to disk. Runs via `npx filetopdf-mcp` or a hosted Streamable HTTP endpoint; free API key in one click. -- [huseyinstif/klaket](https://github.com/huseyinstif/klaket) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Let AI agents watch videos: word-timestamped transcripts, speaker labels, scenes, chapters and exact-moment search from any video URL or file β€” fully local, no API keys. `npx klaket-mcp` +- [huseyinstif/klaket](https://github.com/huseyinstif/klaket) [![huseyinstif/klaket MCP server](https://glama.ai/mcp/servers/huseyinstif/klaket/badges/score.svg)](https://glama.ai/mcp/servers/huseyinstif/klaket) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Let AI agents watch videos: word-timestamped transcripts, speaker labels, scenes, chapters and exact-moment search from any video URL or file β€” fully local, no API keys. `npx klaket-mcp` - [quietnotion/barevalue-mcp](https://github.com/quietnotion/barevalue-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI podcast editing as a service. Upload raw audio or submit a URL, get back edited episodes with filler words removed, noise reduction, transcripts, show notes, and social clips. Includes webhooks for automation. - [elestirelbilinc-sketch/vap-showcase](https://github.com/elestirelbilinc-sketch/vap-showcase) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - AI media generation (Flux, Veo, Suno) with cost control. Pre-commit pricing, budget enforcement, reserve-burn-refund billing. - [richer-richard/cochlea](https://github.com/richer-richard/cochlea) [![richer-richard/cochlea MCP server](https://glama.ai/mcp/servers/richer-richard/cochlea/badges/score.svg)](https://glama.ai/mcp/servers/richer-richard/cochlea) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Render, analyze, and verify audio (WAV or FLAC) through a fully offline, deterministic engine. Compose scores as data, render byte-identical PCM, pull loudness, pitch, tempo, key, and structure reports, generate spectrograms, and diff two renders against each other. No ffmpeg, no audio device, just numbers an agent can actually reason about. `cargo install cochlea-mcp` From 6253c1156f75e589335e883d0ba7aad91152a881 Mon Sep 17 00:00:00 2001 From: Alban Date: Wed, 15 Jul 2026 13:02:56 +0200 Subject: [PATCH 224/403] Add Glama score badge to castlemap-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 087573763..e0ea76f02 100644 --- a/README.md +++ b/README.md @@ -2289,7 +2289,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [cturkieh/france-data-mcp](https://github.com/cturkieh/france-data-mcp) [![cturkieh/france-data-mcp MCP server](https://glama.ai/mcp/servers/cturkieh/france-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cturkieh/france-data-mcp) πŸ“‡ ☁️ 🏠 - French territorial intelligence MCP β€” cross-references public registries (FINESS healthcare facilities, RPPS health professionals, INSEE companies, IGN geocoding) for multi-source agentic reasoning over French open data. - [devilcoder01/weather-mcp-server](https://github.com/devilcoder01/weather-mcp-server) 🐍 ☁️ - Access real-time weather data for any location using the WeatherAPI.com API, providing detailed forecasts and current conditions. - [discava/mcp-server](https://github.com/discava/mcp-server) πŸ“‡ ☁️ - Search Millions of local businesses worldwide (Europe, Northamerica, Southamerica, Asia, Oceania), confidence scores, and agent trust rankings. No API key required. [![discava/mcp-server](https://glama.ai/mcp/servers/discava/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/discava/mcp-server) -- [Flightmussy/castlemap-mcp](https://github.com/Flightmussy/castlemap-mcp) πŸ“‡ ☁️ 🏠 - Query 2,400 castles, fortresses and palaces across 131 countries (coordinates, founding dates, fame ranking, Wikipedia summaries) from the open CC0 Castlemap dataset built on Wikidata. Hosted endpoint needs no API key; the zero-dependency server can also be self-hosted. +- [Flightmussy/castlemap-mcp](https://github.com/Flightmussy/castlemap-mcp) πŸ“‡ ☁️ 🏠 - Query 2,400 castles, fortresses and palaces across 131 countries (coordinates, founding dates, fame ranking, Wikipedia summaries) from the open CC0 Castlemap dataset built on Wikidata. Hosted endpoint needs no API key; the zero-dependency server can also be self-hosted. [![Flightmussy/castlemap-mcp MCP server](https://glama.ai/mcp/servers/Flightmussy/castlemap-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Flightmussy/castlemap-mcp) - [markpdxt/dronelytics-mcp](https://github.com/markpdxt/dronelytics-mcp) [![markpdxt/dronelytics-mcp MCP server](https://glama.ai/mcp/servers/markpdxt/dronelytics-mcp/badges/score.svg)](https://glama.ai/mcp/servers/markpdxt/dronelytics-mcp) πŸ“‡ ☁️ - US drone airspace intelligence and mission planning. 24 tools: check airspace restrictions across 11 FAA data layers, plan grid/orbit/corridor surveys, validate Part 107 compliance, generate pre-flight briefings, and export to KML/GPX/QGC/Litchi/WPML. Available via `npx @dronelytics/mcp`. - [gaopengbin/cesium-mcp](https://github.com/gaopengbin/cesium-mcp) [![gaopengbin/cesium-mcp MCP server](https://glama.ai/mcp/servers/gaopengbin/cesium-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gaopengbin/cesium-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI-powered 3D globe control via MCP. Connect any MCP-compatible AI agent to CesiumJS β€” camera flight, GeoJSON/3D Tiles layers, markers, spatial analysis, heatmaps, and more through 19 natural language tools. - [GeiserX/pumperly-mcp](https://github.com/GeiserX/pumperly-mcp) [![GeiserX/pumperly-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/pumperly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/pumperly-mcp) 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - Go-based MCP server for Pumperly fuel price comparison. Query gas station prices, plan fuel-efficient routes, and find nearby EV charging stations. Docker image available. From 85324864d2370ff824f177e66c83ac667911ca40 Mon Sep 17 00:00:00 2001 From: Tommie Date: Wed, 15 Jul 2026 13:21:19 +0200 Subject: [PATCH 225/403] Add LabelGrid MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..2e5bf68eb 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [jau123/MeiGen-AI-Design-MCP](https://github.com/jau123/MeiGen-AI-Design-MCP) [![mei-gen-ai-design-mcp MCP server](https://glama.ai/mcp/servers/@jau123/mei-gen-ai-design-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@jau123/mei-gen-ai-design-mcp) πŸ“‡ ☁️ 🏠 - AI image generation & editing MCP server with 1,500+ curated prompt library, smart prompt enhancement, and multi-provider routing (local ComfyUI, MeiGen Cloud, OpenAI-compatible APIs). - [j-east/pixel-surgeon-mcp](https://github.com/j-east/pixel-surgeon-mcp) [![j-east/pixel-surgeon-mcp MCP server](https://glama.ai/mcp/servers/j-east/pixel-surgeon-mcp/badges/score.svg)](https://glama.ai/mcp/servers/j-east/pixel-surgeon-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI image and video generation, editing, and transplant-grade region repair. Multi-provider (Gemini 3.1 Flash Image, GPT Image 2, Grok Imagine, Veo 3), 9 tools, 4 style presets, grid-based and interactive crop repair. `npx pixel-surgeon-mcp` - [khglynn/spotify-bulk-actions-mcp](https://github.com/khglynn/spotify-bulk-actions-mcp) 🐍 ☁️ - Bulk Spotify operations with confidence-scored song matching, batch playlist creation from CSV/podcast lists, and library exports for discovering your most-saved artists and albums. +- [labelgrid/labelgrid-mcp](https://github.com/labelgrid/labelgrid-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Official LabelGrid server β€” manage your music distribution catalog, releases, analytics and royalties from any MCP client. - [leonardoca1/aesthetics-wiki-mcp](https://github.com/leonardoca1/aesthetics-wiki-mcp) [![leonardoca1/aesthetics-wiki-mcp MCP server](https://glama.ai/mcp/servers/leonardoca1/aesthetics-wiki-mcp/badges/score.svg)](https://glama.ai/mcp/servers/leonardoca1/aesthetics-wiki-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Search, read, and discover thousands of visual aesthetics (cottagecore, dark academia, y2k, goblincore, and many more) from the [Aesthetics Wiki](https://aesthetics.fandom.com). Great for moodboards, brand direction, and creative inspiration. `uvx aesthetics-wiki-mcp` - [memebo-at/memeboat-mcp](https://github.com/memebo-at/memeboat-mcp) [![memebo-at/memeboat-mcp MCP server](https://glama.ai/mcp/servers/memebo-at/memeboat-mcp/badges/score.svg)](https://glama.ai/mcp/servers/memebo-at/memeboat-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Create real, shareable memes from 25,000+ templates on [memebo.at](https://memebo.at). Search the catalog, caption a template, get a live meme URL back. Free, anonymous, no API key. Remote server at `https://memebo.at/mcp` or `npx -y memeboat-mcp`. - [mikechao/metmuseum-mcp](https://github.com/mikechao/metmuseum-mcp) πŸ“‡ ☁️ - Metropolitan Museum of Art Collection API integration to search and display artworks in the collection. From ebc1352c7b671969f5bab22926818f5dc3987454 Mon Sep 17 00:00:00 2001 From: Kazushi Motomura <72974060+kazushi-fa@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:50:59 +0900 Subject: [PATCH 226/403] Add Off-Nadir Delta (live world-event intelligence, remote MCP) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..cc977e5fe 100644 --- a/README.md +++ b/README.md @@ -2305,6 +2305,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [muend/arcgis-mcp-bridge](https://github.com/muend/arcgis-mcp-bridge) [![arcgis-mcp-bridge MCP server](https://glama.ai/mcp/servers/muend/arcgis-mcp-bridge/badges/score.svg)](https://glama.ai/mcp/servers/muend/arcgis-mcp-bridge) 🐍 🏠 πŸͺŸ - Secure, local-first MCP server exposing ArcGIS Pro's ArcPy engine over stdio JSON-RPC, with worker-process isolation, PathGuard filesystem boundaries, and 100 geoprocessing tools. - [modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps) πŸ“‡ ☁️ - Google Maps integration for location services, routing, and place details - [cablate/mcp-google-map](https://github.com/cablate/mcp-google-map) [![cablate/mcp-google-map MCP server](https://glama.ai/mcp/servers/cablate/mcp-google-map/badges/score.svg)](https://glama.ai/mcp/servers/cablate/mcp-google-map) πŸ“‡ ☁️ 🏠 - Google Maps MCP server with 8 tools (geocode, search, directions, elevation), stdio + StreamableHTTP transport, Agent Skill definitions, and standalone exec CLI mode. +- [Off-Nadir Delta](https://offnadir-delta.com/mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Live, geolocated world-event intelligence and a Daily World Brief for AI agents β€” query event signals (coordinates, severity, sources), hotspots, and satellite imagery (Sentinel-1/2 etc), plus an OSINT/GEOINT analyst. Streamable HTTP + OAuth; free tier, token-metered. - [PostalDataPI/postaldatapi-mcp](https://github.com/PostalDataPI/postaldatapi-mcp) [![PostalDataPI/postaldatapi-mcp MCP server](https://glama.ai/mcp/servers/PostalDataPI/postaldatapi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/PostalDataPI/postaldatapi-mcp) 🐍 ☁️ - Global postal code lookups, validation, and city search for 240+ countries with timezone, admin region, and elevation metadata. Sub-10ms responses at $0.000028/query with 1,000 free queries on signup. - [QGIS MCP](https://github.com/jjsantos01/qgis_mcp) - connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more. - [rossshannon/Weekly-Weather-mcp](https://github.com/rossshannon/weekly-weather-mcp.git) 🐍 ☁️ - Weekly Weather MCP server which returns 7 full days of detailed weather forecasts anywhere in the world. @@ -3459,4 +3460,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From 00028b267283cb4bf41e7e9bd50abea1cb9430ba Mon Sep 17 00:00:00 2001 From: Kazushi Motomura <72974060+kazushi-fa@users.noreply.github.com> Date: Wed, 15 Jul 2026 21:58:46 +0900 Subject: [PATCH 227/403] Fix Off-Nadir Delta link and add badge Updated Off-Nadir Delta link to point to the GitHub repository and added a badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc977e5fe..3c62146e8 100644 --- a/README.md +++ b/README.md @@ -2305,7 +2305,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [muend/arcgis-mcp-bridge](https://github.com/muend/arcgis-mcp-bridge) [![arcgis-mcp-bridge MCP server](https://glama.ai/mcp/servers/muend/arcgis-mcp-bridge/badges/score.svg)](https://glama.ai/mcp/servers/muend/arcgis-mcp-bridge) 🐍 🏠 πŸͺŸ - Secure, local-first MCP server exposing ArcGIS Pro's ArcPy engine over stdio JSON-RPC, with worker-process isolation, PathGuard filesystem boundaries, and 100 geoprocessing tools. - [modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps) πŸ“‡ ☁️ - Google Maps integration for location services, routing, and place details - [cablate/mcp-google-map](https://github.com/cablate/mcp-google-map) [![cablate/mcp-google-map MCP server](https://glama.ai/mcp/servers/cablate/mcp-google-map/badges/score.svg)](https://glama.ai/mcp/servers/cablate/mcp-google-map) πŸ“‡ ☁️ 🏠 - Google Maps MCP server with 8 tools (geocode, search, directions, elevation), stdio + StreamableHTTP transport, Agent Skill definitions, and standalone exec CLI mode. -- [Off-Nadir Delta](https://offnadir-delta.com/mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Live, geolocated world-event intelligence and a Daily World Brief for AI agents β€” query event signals (coordinates, severity, sources), hotspots, and satellite imagery (Sentinel-1/2 etc), plus an OSINT/GEOINT analyst. Streamable HTTP + OAuth; free tier, token-metered. +- [Off-Nadir Delta](https://github.com/Off-Nadir-Lab/offnadir-delta-mcp) [![offnadir-delta-mcp MCP server](https://glama.ai/mcp/servers/Off-Nadir-Lab/offnadir-delta-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Off-Nadir-Lab/offnadir-delta-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Live, geolocated world-event intelligence and a Daily World Brief for AI agents β€” query event signals (coordinates, severity, sources), hotspots, and satellite imagery (Sentinel-1/2 etc), plus an OSINT/GEOINT analyst. Streamable HTTP + OAuth; free tier, token-metered. - [PostalDataPI/postaldatapi-mcp](https://github.com/PostalDataPI/postaldatapi-mcp) [![PostalDataPI/postaldatapi-mcp MCP server](https://glama.ai/mcp/servers/PostalDataPI/postaldatapi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/PostalDataPI/postaldatapi-mcp) 🐍 ☁️ - Global postal code lookups, validation, and city search for 240+ countries with timezone, admin region, and elevation metadata. Sub-10ms responses at $0.000028/query with 1,000 free queries on signup. - [QGIS MCP](https://github.com/jjsantos01/qgis_mcp) - connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more. - [rossshannon/Weekly-Weather-mcp](https://github.com/rossshannon/weekly-weather-mcp.git) 🐍 ☁️ - Weekly Weather MCP server which returns 7 full days of detailed weather forecasts anywhere in the world. From 6e509304d505df47ced4540a37f2710426aef64e Mon Sep 17 00:00:00 2001 From: Kazushi Motomura <72974060+kazushi-fa@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:10:45 +0900 Subject: [PATCH 228/403] Fix duplicate entry for Off-Nadir Delta MCP server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c62146e8..0eace7c5f 100644 --- a/README.md +++ b/README.md @@ -2305,7 +2305,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [muend/arcgis-mcp-bridge](https://github.com/muend/arcgis-mcp-bridge) [![arcgis-mcp-bridge MCP server](https://glama.ai/mcp/servers/muend/arcgis-mcp-bridge/badges/score.svg)](https://glama.ai/mcp/servers/muend/arcgis-mcp-bridge) 🐍 🏠 πŸͺŸ - Secure, local-first MCP server exposing ArcGIS Pro's ArcPy engine over stdio JSON-RPC, with worker-process isolation, PathGuard filesystem boundaries, and 100 geoprocessing tools. - [modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps) πŸ“‡ ☁️ - Google Maps integration for location services, routing, and place details - [cablate/mcp-google-map](https://github.com/cablate/mcp-google-map) [![cablate/mcp-google-map MCP server](https://glama.ai/mcp/servers/cablate/mcp-google-map/badges/score.svg)](https://glama.ai/mcp/servers/cablate/mcp-google-map) πŸ“‡ ☁️ 🏠 - Google Maps MCP server with 8 tools (geocode, search, directions, elevation), stdio + StreamableHTTP transport, Agent Skill definitions, and standalone exec CLI mode. -- [Off-Nadir Delta](https://github.com/Off-Nadir-Lab/offnadir-delta-mcp) [![offnadir-delta-mcp MCP server](https://glama.ai/mcp/servers/Off-Nadir-Lab/offnadir-delta-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Off-Nadir-Lab/offnadir-delta-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Live, geolocated world-event intelligence and a Daily World Brief for AI agents β€” query event signals (coordinates, severity, sources), hotspots, and satellite imagery (Sentinel-1/2 etc), plus an OSINT/GEOINT analyst. Streamable HTTP + OAuth; free tier, token-metered. +- [Off-Nadir-Lab/offnadir-delta-mcp](https://github.com/Off-Nadir-Lab/offnadir-delta-mcp) [![offnadir-delta-mcp MCP server](https://glama.ai/mcp/servers/Off-Nadir-Lab/offnadir-delta-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Off-Nadir-Lab/offnadir-delta-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Live, geolocated world-event intelligence and a Daily World Brief for AI agents β€” query event signals (coordinates, severity, sources), hotspots, and satellite imagery (Sentinel-1/2 etc), plus an OSINT/GEOINT analyst. Streamable HTTP + OAuth; free tier, token-metered. - [PostalDataPI/postaldatapi-mcp](https://github.com/PostalDataPI/postaldatapi-mcp) [![PostalDataPI/postaldatapi-mcp MCP server](https://glama.ai/mcp/servers/PostalDataPI/postaldatapi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/PostalDataPI/postaldatapi-mcp) 🐍 ☁️ - Global postal code lookups, validation, and city search for 240+ countries with timezone, admin region, and elevation metadata. Sub-10ms responses at $0.000028/query with 1,000 free queries on signup. - [QGIS MCP](https://github.com/jjsantos01/qgis_mcp) - connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more. - [rossshannon/Weekly-Weather-mcp](https://github.com/rossshannon/weekly-weather-mcp.git) 🐍 ☁️ - Weekly Weather MCP server which returns 7 full days of detailed weather forecasts anywhere in the world. From d2e537e2b3a9370a13d98c172ebd2196e23bdbe8 Mon Sep 17 00:00:00 2001 From: Jasper Meijerink Date: Wed, 15 Jul 2026 15:33:24 +0200 Subject: [PATCH 229/403] Add jasp-nerd/marktplaats-mcp to E-Commerce --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..e7838bf01 100644 --- a/README.md +++ b/README.md @@ -1491,6 +1491,7 @@ MCP servers for e-commerce platforms and online store management. - [BuyWhere/buywhere-mcp](https://github.com/BuyWhere/buywhere-mcp) [![BuyWhere/buywhere-mcp MCP server](https://glama.ai/mcp/servers/BuyWhere/buywhere-mcp/badges/score.svg)](https://glama.ai/mcp/servers/BuyWhere/buywhere-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Cross-border e-commerce product catalog for AI agents. Search 3M+ products across Singapore, SEA, and US markets with price comparison and deal discovery. Install via `npx @buywhere/mcp-server`. - [TonyWang-hub/mcp-cn-commerce](https://github.com/TonyWang-hub/mcp-cn-commerce) [![TonyWang-hub/mcp-cn-commerce MCP server](https://glama.ai/mcp/servers/TonyWang-hub/mcp-cn-commerce/badges/score.svg)](https://glama.ai/mcp/servers/TonyWang-hub/mcp-cn-commerce) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Read-only merchant data connector for 8 Chinese e-commerce platforms β€” Tmall/Taobao, JD.com, Pinduoduo, Douyin Shop + Qianchuan ads, Kuaishou, Xiaohongshu, and WeChat Store. Orders, products, after-sales, inventory, and ad reports for AI agents. Published on the official MCP Registry. Install via `pip install mcp-cn-commerce`. - [justadityaraj/amazon-in-mcp](https://github.com/justadityaraj/amazon-in-mcp) [![justadityaraj/amazon-in-mcp MCP server](https://glama.ai/mcp/servers/justadityaraj/amazon-in-mcp/badges/score.svg)](https://glama.ai/mcp/servers/justadityaraj/amazon-in-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Shop on amazon.in via LLM. Three tools: product search with "cheapest in stock" + "best value" picks, full product details (price, MRP, discount, rating, stock, seller), and Keepa price history chart links. No API keys, direct HTML scraping with retry on bot-check. Install: `npx amazon-in-mcp-server`. +- [jasp-nerd/marktplaats-mcp](https://github.com/jasp-nerd/marktplaats-mcp) [![jasp-nerd/marktplaats-mcp MCP server](https://glama.ai/mcp/servers/jasp-nerd/marktplaats-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jasp-nerd/marktplaats-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Search Marktplaats.nl and 2dehands.be, the Dutch and Belgian second-hand marketplaces. Listings with price, condition and distance filters, full ad details, seller verification and reviews, categories, and new-listing monitoring. No account or API key needed. Install via `uvx marktplaats-mcp`. - [mrslbt/rakuten-mcp](https://github.com/mrslbt/rakuten-mcp) [![mrslbt/rakuten-mcp MCP server](https://glama.ai/mcp/servers/mrslbt/rakuten-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mrslbt/rakuten-mcp) πŸ“‡ ☁️ - Rakuten API integration for product search, hotel and travel booking, and recipe lookup across Japan's largest e-commerce platform. Install via `npx rakuten-mcp`. - [laundromatic/shopgraph](https://github.com/laundromatic/shopgraph) [![laundromatic/shopgraph MCP server](https://glama.ai/mcp/servers/laundromatic/shopgraph/badges/score.svg)](https://glama.ai/mcp/servers/laundromatic/shopgraph) πŸ“‡ ☁️ - Structured product data from the open web β€” Schema.org + AI extraction for e-commerce enrichment. Pay per call via Stripe. [shopgraph.dev](https://shopgraph.dev) - [lofder/dsers-mcp-product](https://github.com/lofder/dsers-mcp-product) [![dsers-mcp-product MCP server](https://glama.ai/mcp/servers/lofder/dsers-mcp-product/badges/score.svg)](https://glama.ai/mcp/servers/lofder/dsers-mcp-product) πŸ“‡ ☁️ - Automate AliExpress/Alibaba dropshipping product import to Shopify or Wix via DSers. Bulk import, variant editing, pricing rules, and multi-store push with a single command. From 85aea7e223064198de57d2a8e2bf61f0df2479ce Mon Sep 17 00:00:00 2001 From: leesgit Date: Wed, 15 Jul 2026 22:41:19 +0900 Subject: [PATCH 230/403] Update leesgit entry: renamed to passbaton (was claude-session-continuity-mcp) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..90035b155 100644 --- a/README.md +++ b/README.md @@ -2136,7 +2136,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [kunwar-shah/claudex](https://github.com/kunwar-shah/claudex) [![kunwar-shah/claudex MCP server](https://glama.ai/mcp/servers/kunwar-shah/claudex/badges/score.svg)](https://glama.ai/mcp/servers/kunwar-shah/claudex) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Persistent memory + FTS5 full-text search for Claude Code conversation history. Indexes `~/.claude/projects/` JSONL into SQLite, exposes 10 MCP tools (store/recall/search memories, list sessions, get summaries) plus prompts. Includes a web UI for visual exploration with themes and exports. Works with Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible client. `npm install -g @kunwarshah/claudex` - [renezander030/agentic-task-system](https://github.com/renezander030/agentic-task-system) [![renezander030/agentic-task-system MCP server](https://glama.ai/mcp/servers/renezander030/agentic-task-system/badges/score.svg)](https://glama.ai/mcp/servers/renezander030/agentic-task-system) πŸ“‡ 🏠 - Turns your task manager into agent memory: hybrid (dense + sparse + keyword, RRF) retrieval over TickTick or an Obsidian vault via a six-method adapter contract. MCP server + CLI, no vector DB to build or maintain. `npm i -g @reneza/ats-cli` - [KVANTRA-dev/NOUZ-MCP](https://github.com/KVANTRA-dev/NOUZ-MCP) [![NOUZ-MCP MCP server](https://glama.ai/mcp/servers/KVANTRA-dev/NOUZ-MCP/badges/score.svg)](https://glama.ai/mcp/servers/KVANTRA-dev/NOUZ-MCP) 🐍 🏠 🍎 πŸͺŸ 🐧 - Semantic knowledge graph for Obsidian. Three modes (pure graph / semantic classification / strict hierarchy), local embeddings, sign classification via cosine similarity to user-defined cores, bottom-up core_mix aggregation, semantic bridge discovery, and drift detection. `pip install nouz-mcp` -- [leesgit/claude-session-continuity-mcp](https://github.com/leesgit/claude-session-continuity-mcp) [![claude-session-continuity-mcp MCP server](https://glama.ai/mcp/servers/leesgit/claude-session-continuity-mcp/badges/score.svg)](https://glama.ai/mcp/servers/leesgit/claude-session-continuity-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Zero-config session continuity for Claude Code. Auto-captures context via Claude Hooks, provides 25 tools for memory, tasks, solutions, and knowledge graph. Multilingual semantic search (94+ languages) with cross-language retrieval. +- [leesgit/passbaton](https://github.com/leesgit/passbaton) [![passbaton MCP server](https://glama.ai/mcp/servers/leesgit/passbaton/badges/score.svg)](https://glama.ai/mcp/servers/leesgit/passbaton) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Zero-config session continuity for Claude Code, OpenAI Codex CLI & Google Gemini CLI, sharing one local db. Auto context injection on start, compaction handover, and 24 tools for memory, tasks, solutions, and a knowledge graph. Multilingual semantic search (94+ languages), 100% local, $0 API cost. `npm i -g passbaton` - [lfrmonteiro99/memento-mcp](https://github.com/lfrmonteiro99/memento-mcp) [![lfrmonteiro99/memento-mcp MCP server](https://glama.ai/mcp/servers/lfrmonteiro99/memento-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lfrmonteiro99/memento-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first persistent memory for AI coding agents. Captures facts, decisions, patterns, and architecture notes in SQLite (with optional cloud embeddings) to reduce repeated context across sessions. - [linxule/lotus-wisdom-mcp](https://github.com/linxule/lotus-wisdom-mcp) πŸ“‡ 🏠 ☁️ - Contemplative problem-solving using the Lotus Sutra's wisdom framework. Multi-perspective reasoning with skillful means, non-dual recognition, and meditation pauses. Available as local stdio or remote Cloudflare Worker. - [lithtrix/lithtrix-mcp](https://github.com/lithtrix/lithtrix-mcp) [![lithtrix/lithtrix-mcp MCP server](https://glama.ai/mcp/servers/lithtrix/lithtrix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lithtrix/lithtrix-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Memory Consolidation for AI agents across vendors, owners, and time. Persistent memory, credibility-scored web search, browser fetch, and shared Commons pool under a stable `ltx_` key. Self-registration in one API call, no dashboard required. `npx lithtrix-mcp` From d67859ead967cfc6bdd99f9ff1798f6a0ef494fb Mon Sep 17 00:00:00 2001 From: faze79 Date: Wed, 15 Jul 2026 17:39:40 +0200 Subject: [PATCH 231/403] Add Glama quality score badge to WPFVisualTreeMcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ba8e8989..d50aeca06 100644 --- a/README.md +++ b/README.md @@ -2387,7 +2387,7 @@ Servers for controlling the desktop operating system: screenshots, window manage - [juergenkoller-software/nemeton-mcp](https://github.com/juergenkoller-software/nemeton-mcp) [![juergenkoller-software/nemeton-mcp MCP server](https://glama.ai/mcp/servers/juergenkoller-software/nemeton-mcp/badges/score.svg)](https://glama.ai/mcp/servers/juergenkoller-software/nemeton-mcp) 🏠 🍎 - MCP bridge for [Nemeton](https://store.juergenkoller.software/en/apps/nemeton) β€” native macOS virtual machine manager built on Apples Virtualization.framework. Create/control Linux & macOS VMs (no Parallels, no QEMU), CoW snapshots on APFS, 50+ MCP tools across VM lifecycle, console, files, networking, and host metrics. - [tinqiao-oss/clawtouch-mcp](https://github.com/tinqiao-oss/clawtouch-mcp) [![tinqiao-oss/clawtouch-mcp MCP server](https://glama.ai/mcp/servers/tinqiao-oss/clawtouch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tinqiao-oss/clawtouch-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Physical USB HID keyboard/mouse control via a Raspberry Pi Pico 2 running open-source firmware. Exposes move, click, drag, type, key combos, and scroll as MCP tools for any MCP client. Genuine physical HID input on the standard driver path, with a `--mock` mode for hardware-free trials. `pip install clawtouch-mcp` - [juergenkoller-software/freezetext-mcp](https://github.com/juergenkoller-software/freezetext-mcp) [![juergenkoller-software/freezetext-mcp MCP server](https://glama.ai/mcp/servers/juergenkoller-software/freezetext-mcp/badges/score.svg)](https://glama.ai/mcp/servers/juergenkoller-software/freezetext-mcp) 🏠 🍎 - MCP server for [FreezeText](https://store.juergenkoller.software/en/apps/freezetext) β€” OCR anything on your Mac screen. Freeze the screen and extract text via Apple Vision (videos, popups, protected PDFs), OCR a region or base64 image, and manage a searchable capture history. 12 tools. -- [faze79/WPFVisualTreeMcp](https://github.com/faze79/WPFVisualTreeMcp) #️⃣ 🏠 πŸͺŸ - Inspect, debug and drive running WPF (.NET desktop) apps: visual tree, dependency properties, data bindings and binding errors, DataContext, and screenshots with open popups/menus included, plus clicking, item selection, text input and keyboard shortcuts. Auto-injects into any running WPF process (x64/x86) with no source changes. `dotnet tool install -g WpfVisualTreeMcp` +- [faze79/WPFVisualTreeMcp](https://github.com/faze79/WPFVisualTreeMcp) [![faze79/WPFVisualTreeMcp MCP server](https://glama.ai/mcp/servers/faze79/WPFVisualTreeMcp/badges/score.svg)](https://glama.ai/mcp/servers/faze79/WPFVisualTreeMcp) #️⃣ 🏠 πŸͺŸ - Inspect, debug and drive running WPF (.NET desktop) apps: visual tree, dependency properties, data bindings and binding errors, DataContext, and screenshots with open popups/menus included, plus clicking, item selection, text input and keyboard shortcuts. Auto-injects into any running WPF process (x64/x86) with no source changes. `dotnet tool install -g WpfVisualTreeMcp` ### πŸ“‹ Product Management From ea96dcc437ad5f29acf4db1a20f79bb1aad33729 Mon Sep 17 00:00:00 2001 From: Ozimondias Date: Mon, 6 Jul 2026 10:51:43 -0700 Subject: [PATCH 232/403] Add inkcheck to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..5c5b98f60 100644 --- a/README.md +++ b/README.md @@ -1378,6 +1378,7 @@ Tools and integrations that enhance the development workflow and environment man - [Eltortilla1/synapse-code-mcp](https://github.com/Eltortilla1/synapse-code-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Structural code context server for AI agents β€” compressed symbol indexes, dependency graphs, and git diffs via TypeScript AST analysis. Zero external dependencies, no vector database or embedding API required. - [richer-richard/fenestra](https://github.com/richer-richard/fenestra/tree/main/fenestra-mcp) [![richer-richard/fenestra MCP server](https://glama.ai/mcp/servers/richer-richard/fenestra/badges/score.svg)](https://glama.ai/mcp/servers/richer-richard/fenestra) πŸ¦€ 🏠 - Render and verify native Rust GUIs with no display or GPU: render to a typed accessibility tree, query/interact by semantic selector (never coordinates), check contrast/focus-order/hit-target-size, diff screenshots, and watch motion play as a captioned filmstrip. 13 tools. `cargo install fenestra-mcp`. +- [chaoz23/inkcheck](https://github.com/chaoz23/inkcheck) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - CI for [ink](https://github.com/inkle/ink) interactive-fiction stories. Compiles, exhaustively playtests every branch, and finds runtime errors (with a repro path), unreachable knots, and every distinct ending β€” so an agent can verify the story it wrote. Writes no prose. `claude mcp add inkcheck -- npx -y inkcheck mcp` - [SunrisesIllNeverSee/sigrank-mcp](https://github.com/SunrisesIllNeverSee/sigrank-mcp) [![SunrisesIllNeverSee/sigrank-mcp MCP server](https://glama.ai/mcp/servers/SunrisesIllNeverSee/sigrank-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SunrisesIllNeverSee/sigrank-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Operator leaderboard measuring users, not models β€” ranks AI coding operators by token cascade efficiency (Yield = Cache Reads Γ— Output / InputΒ²). 15 MCP tools: rank, pull, submit (ed25519-signed), diagnose, simulate. Privacy-first: only token counts leave the machine. `npx sigrank` From 8df7fe6e22e4fcf32026f5ec224e24b02cae2203 Mon Sep 17 00:00:00 2001 From: chaoz23 Date: Fri, 3 Jul 2026 09:39:50 -0700 Subject: [PATCH 233/403] Add loudcheck (Multimedia Process): loudness compliance verdicts via ffmpeg --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..435459e9e 100644 --- a/README.md +++ b/README.md @@ -2475,6 +2475,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [ananddtyagi/gif-creator-mcp](https://github.com/ananddtyagi/gif-creator-mcp/tree/main) πŸ“‡ 🏠 - A MCP server for creating GIFs from your videos. - [bogdan01m/zapcap-mcp-server](https://github.com/bogdan01m/zapcap-mcp-server) 🐍 ☁️ - MCP server for ZapCap API providing video caption and B-roll generation via natural language - [botmonster/image2svg-mcp](https://github.com/botmonster/image2svg-mcp) [![botmonster/image2svg-mcp MCP server](https://glama.ai/mcp/servers/botmonster/image2svg-mcp/badges/score.svg)](https://glama.ai/mcp/servers/botmonster/image2svg-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Convert raster images (PNG/JPG/WEBP/TIFF) to SVG vector format. Single tool, accepts base64 or URL input; runs locally via `uvx image2svg-mcp` or as a Docker HTTP server. +- [chaoz23/loudcheck](https://github.com/chaoz23/loudcheck) 🐍 🏠 🍎 πŸͺŸ 🐧 - Loudness compliance verdicts for media files against formal broadcast standards (EBU R128, ATSC A/85): pass/fail with per-metric deltas, spec citations, and the exact ffmpeg remediation command. CLI and MCP over one engine; zero-install via `uvx --from 'loudcheck[mcp]' loudcheck --mcp`. Requires ffmpeg. - [cleanor-app/cleanor-mcp](https://github.com/cleanor-app/cleanor-mcp) [![cleanor-app/cleanor-mcp MCP server](https://glama.ai/mcp/servers/cleanor-app/cleanor-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cleanor-app/cleanor-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Zero-auth hosted server with 22 read-only tools: optimize/convert images (WebP/AVIF/JPEG), paste-ready SVG QR codes, cited [Cleanor Labs](https://cleanor.app) data on device storage capacity and next-gen image-format savings (AVIF/WebP/JPEG XL vs JPEG, HEIC conversion tax), plus 18 deterministic dev utilities LLMs get wrong (hash, HMAC, UUID, base64, JWT decode, JSON, regex, cron, unit & base convert, datetime, URL parse, diff, color, palette, slugify, count, SVG placeholder). No API key or signup; Streamable HTTP at `https://mcp.cleanor.app/mcp`. - [DareDev256/fcpxml-mcp-server](https://github.com/DareDev256/fcpxml-mcp-server) [![DareDev256/fcpxml-mcp-server MCP server](https://glama.ai/mcp/servers/DareDev256/fcpxml-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/DareDev256/fcpxml-mcp-server) 🐍 🏠 🍎 - The first MCP server for Final Cut Pro. 53 tools that parse, edit, and generate FCPXML timelines β€” health checks, flash frame detection, chapter markers, rough cuts, NLE export. 912 tests, MIT licensed. - [davidmosiah/short-video-agent-kit](https://github.com/davidmosiah/short-video-agent-kit) [![Short Video Agent Kit MCP server](https://glama.ai/mcp/servers/davidmosiah/short-video-agent-kit/badges/score.svg)](https://glama.ai/mcp/servers/davidmosiah/short-video-agent-kit) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Provider-neutral short-form AI video MCP and CLI for agents, with dry-run payload validation and optional live generation through Sora, Veo, xAI and Seedance-style providers. From 05ebf8be75afc129e243f5abda930f4cca995fe2 Mon Sep 17 00:00:00 2001 From: "andre.li" <434795063@qq.com> Date: Thu, 16 Jul 2026 01:26:14 +0900 Subject: [PATCH 234/403] Add memkin (local-first personal memory for AI agents) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..9bee9e956 100644 --- a/README.md +++ b/README.md @@ -2015,6 +2015,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [![aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint β€” the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp` - [aliasunder/vault-cortex](https://github.com/aliasunder/vault-cortex) [![vault-cortex MCP server](https://glama.ai/mcp/servers/aliasunder/vault-cortex/badges/score.svg)](https://glama.ai/mcp/servers/aliasunder/vault-cortex) πŸ“‡ 🏠 ☁️ - MCP server for Obsidian vaults β€” search, memory, link graph, 23 tools, OAuth-protected. - [andreas-roennestad/openhive-mcp](https://github.com/andreas-roennestad/openhive-mcp) [![openhive-mcp MCP server](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp) πŸ“‡ ☁️ - Shared knowledge base where AI agents search and post problem-solution pairs. Agents query before solving, post after resolving. Semantic search via pgvector, duplicate detection, auto-scoring. `npx openhive-mcp`, Free to use +- [AndreLYL/memkin](https://github.com/AndreLYL/memkin) [![MCP Score](https://glama.ai/mcp/servers/AndreLYL/memkin/badges/score.svg)](https://glama.ai/mcp/servers/AndreLYL/memkin) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first personal memory for AI agents. Ingests Feishu/Lark chats and Claude Code / Codex sessions, distills them into a private entity knowledge graph (people, projects, decisions, tasks), and serves it to any agent over MCP β€” read and write. `npx memkin` - [Shweta-Mishra-ai/tokenmizer](https://github.com/Shweta-Mishra-ai/tokenmizer) [![Shweta-Mishra-ai/tokenmizer MCP server](https://glama.ai/mcp/servers/Shweta-Mishra-ai/tokenmizer/badges/score.svg)](https://glama.ai/mcp/servers/Shweta-Mishra-ai/tokenmizer) 🐍 🏠 🍎 πŸͺŸ 🐧 - Graph-structured session memory for LLMs. Local OpenAI-compatible proxy that extracts tasks, decisions, and files into a typed knowledge graph, auto-checkpoints before context overflow, and resumes any session in ~250 tokens. 6 MCP tools including `why_decision` (traces why a decision changed, with reasons and evidence). `pip install tokenmizer` - [ashlesh-t/cognirepo](https://github.com/ashlesh-t/cognirepo) [![ashlesh-t/cognirepo MCP server](https://glama.ai/mcp/servers/ashlesh-t/cognirepo/badges/score.svg)](https://glama.ai/mcp/servers/ashlesh-t/cognirepo) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory and codebase context for AI coding agents. FAISS vector store, AST reverse index with O(1) symbol lookup, NetworkX knowledge graph, episodic journal, user behavior profiling, error tracking, and cross-agent session handoff. 34 MCP tools. Reduces token usage 50–80% on Python repos β‰₯ 15K LOC vs. raw From 058fd8129591727c1efa31ff10279dbcd7fb12eb Mon Sep 17 00:00:00 2001 From: FoundryNet Date: Wed, 15 Jul 2026 09:27:49 -0700 Subject: [PATCH 235/403] Add Glama score badge to FoundryNet Forge entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa821d9e9..07a7bc025 100644 --- a/README.md +++ b/README.md @@ -2010,7 +2010,7 @@ Control smart home devices, home network equipment, and automation systems. Connect AI agents to industrial equipment, machinery, and operational technology (OT) β€” telemetry ingestion, monitoring, and control across manufacturing and factory-floor protocols. -- [FoundryNet/forge-mcp](https://github.com/FoundryNet/forge-mcp) 🐍 ☁️ - Industrial AI infrastructure that connects any AI agent to industrial equipment: 14 protocols, 18 manufacturers, 30 tools, cross-OEM telemetry normalization, health index, and failure prediction. The first physical-world MCP server. Free tier available. ([Smithery](https://smithery.ai/server/@foundrynet/forge)) +- [FoundryNet/forge-mcp](https://github.com/FoundryNet/forge-mcp) 🐍 ☁️ - Industrial AI infrastructure that connects any AI agent to industrial equipment: 14 protocols, 18 manufacturers, 30 tools, cross-OEM telemetry normalization, health index, and failure prediction. The first physical-world MCP server. Free tier available. ([Smithery](https://smithery.ai/server/@foundrynet/forge)) [![FoundryNet/forge-mcp MCP server](https://glama.ai/mcp/servers/FoundryNet/forge-mcp/badges/score.svg)](https://glama.ai/mcp/servers/FoundryNet/forge-mcp) ### 🧠 Knowledge & Memory From 285fead8a7edcf2bdb7ab4514ea4e33ba813749e Mon Sep 17 00:00:00 2001 From: Michael Edlin Date: Wed, 15 Jul 2026 12:38:39 -0400 Subject: [PATCH 236/403] Add Glama score badge to Kentucky-ai/opentakeoff entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f30141359..80d1011ea 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [flowzap-xyz/flowzap-mcp](https://github.com/flowzap-xyz/flowzap-mcp) [![flowzap-xyz/flowzap-mcp MCP server](https://glama.ai/mcp/servers/flowzap-xyz/flowzap-mcp/badges/score.svg)](https://glama.ai/mcp/servers/flowzap-xyz/flowzap-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Create workflow, sequence, and architecture diagrams using FlowZap Code DSL. 7 tools for validation, playground URL generation, syntax docs, graph export, artifact parsing, diffing, and patching. No API key required. Install via NPM: `npx -y flowzap-mcp` - [GittyBurstein/mermaid-mcp-server](https://github.com/GittyBurstein/mermaid-mcp-server) 🐍 ☁️ - MCP server that turns local projects or GitHub repositories into Mermaid diagrams and renders them via Kroki. - [karyaboyraz/mockit-mcp](https://github.com/karyaboyraz/mockit-mcp) [![karyaboyraz/mockit-mcp MCP server](https://glama.ai/mcp/servers/karyaboyraz/mockit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/karyaboyraz/mockit-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Generate premium iOS mobile UI mockups (PNG + HTML) from a single text prompt. Pairs Claude (Opus 4.7 by default) with a Playwright headless renderer. Two backends β€” `claude` CLI (uses your Claude Code subscription) or Anthropic API. Stdio + HTTP transports, MIT. -- [Kentucky-ai/opentakeoff](https://github.com/Kentucky-ai/opentakeoff) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Construction plan takeoff on stdio β€” load a plan PDF, read the title block, adopt the drawing scale (never applied silently), one-click trace rooms, and export real-world quantities (square footage, linear feet, counts) with provenance receipts. Install via NPM: `npx -y opentakeoff-mcp` +- [Kentucky-ai/opentakeoff](https://github.com/Kentucky-ai/opentakeoff) [![Kentucky-ai/opentakeoff MCP server](https://glama.ai/mcp/servers/Kentucky-ai/opentakeoff/badges/score.svg)](https://glama.ai/mcp/servers/Kentucky-ai/opentakeoff) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Construction plan takeoff on stdio β€” load a plan PDF, read the title block, adopt the drawing scale (never applied silently), one-click trace rooms, and export real-world quantities (square footage, linear feet, counts) with provenance receipts. Install via NPM: `npx -y opentakeoff-mcp` - [Narasimhaponnada/mermaid-mcp](https://github.com/Narasimhaponnada/mermaid-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI-powered Mermaid diagram generation with 22+ diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams, architecture diagrams, state machines, and more. Features 50+ pre-built templates, advanced layout engines, SVG/PNG/PDF exports, and seamless integration with GitHub Copilot, Claude, and any MCP-compatible client. Install via NPM: `npm install -g @narasimhaponnada/mermaid-mcp-server` - [rdanieli/tentra-mcp](https://github.com/rdanieli/tentra-mcp) [![rdanieli/tentra-mcp MCP server](https://glama.ai/mcp/servers/rdanieli/tentra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/rdanieli/tentra-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - AI-native architecture platform for engineering teams. Describe a system in natural language (e.g. "payment service with Stripe, Kafka, PostgreSQL") β†’ get an interactive typed diagram with 167 cloud components β†’ export to 14 production frameworks (Java Spring Boot, Python FastAPI, Go chi, Rust Axum, .NET, Kotlin Ktor, Ruby Rails, Elixir Phoenix, Docker Compose, Terraform, Mermaid, ADR, and more). Drift detection (`sync_architecture`) scores saved diagrams against live code 0–100 with a structured diff. 9 quality-lint rules catch orphans, SPOFs, god services. Also includes a secondary persistent code-graph layer for AI coding agents (free offline via `npx tentra-mcp --local init`). Agent-as-LLM pattern β€” zero LLM cost on our side, zero API key on yours. 35 MCP tools. Works in Cursor, Claude Code, Codex, Windsurf. - [RNVizion/rnv-color-mcp](https://github.com/RNVizion/rnv-color-mcp) [![RNVizion/rnv-color-mcp MCP server](https://glama.ai/mcp/servers/RNVizion/rnv-color-mcp/badges/score.svg)](https://glama.ai/mcp/servers/RNVizion/rnv-color-mcp) 🐍 ☁️ - A complete color workflow over MCP: mix (incl. Kubelka-Munk paint physics), convert formats, generate harmonies, and remember named palettes. Resolves hex, CSS, and custom brand color names, and refuses unknown colors rather than guessing. Hosted, no install: `https://rnvizion-rnv-color-mcp.hf.space/mcp`. From 8908e40b506308580fbadceb0fcaf0f61f20f862 Mon Sep 17 00:00:00 2001 From: Human For AI <304582532+humanforai@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:18:32 +0300 Subject: [PATCH 237/403] Add Glama score badge Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe5c32d63..b8c56d380 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ Servers for accessing many apps and tools through a single MCP server. MCP servers for creating, coordinating, and executing agreements: commitments, escrow, and multi-party decision workflows across humans, agents, and organizations. - [CNSLabs/agreements-api-sdk](https://github.com/CNSLabs/agreements-api-sdk) [![CNSLabs/agreements-api-sdk MCP server](https://glama.ai/mcp/servers/CNSLabs/agreements-api-sdk/badges/score.svg)](https://glama.ai/mcp/servers/CNSLabs/agreements-api-sdk) πŸ“‡ ☁️ 🏠 - Remote Streamable HTTP and local stdio MCP server for defining, validating, deploying, and operating machine-readable agreements with EIP-712 permit preparation, signed participant inputs, state reads, and input history. -- [humanforai/humanforai-mcp](https://github.com/humanforai/humanforai-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Hire a real human operator for tasks that need physical presence, perception, or judgment: real-world verification, product testing, AI output review, data collection, and local errands. Remote streamable HTTP at https://humanforai.dev/mcp or local stdio via `npx -y humanforai`. +- [humanforai/humanforai-mcp](https://github.com/humanforai/humanforai-mcp) [![humanforai/humanforai-mcp MCP server](https://glama.ai/mcp/servers/humanforai/humanforai-mcp/badges/score.svg)](https://glama.ai/mcp/servers/humanforai/humanforai-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Hire a real human operator for tasks that need physical presence, perception, or judgment: real-world verification, product testing, AI output review, data collection, and local errands. Remote streamable HTTP at https://humanforai.dev/mcp or local stdio via `npx -y humanforai`. ### 🎨 Art & Culture From 6f55f72fd5e10a752fbbe8916908c628fe71bdb4 Mon Sep 17 00:00:00 2001 From: ButenkoMS Date: Wed, 15 Jul 2026 20:29:27 +0300 Subject: [PATCH 238/403] Add new text_file_read_and_refactor_mcp server --- README-fa-ir.md | 1 + README-ja.md | 1 + README-ko.md | 1 + README-pt_BR.md | 1 + README-th.md | 1 + README-zh.md | 1 + README-zh_TW.md | 1 + README.md | 1 + 8 files changed, 8 insertions(+) diff --git a/README-fa-ir.md b/README-fa-ir.md index 3265ef5a4..6538506bf 100644 --- a/README-fa-ir.md +++ b/README-fa-ir.md @@ -679,6 +679,7 @@ - [box/mcp-server-box-remote](https://github.com/box/mcp-server-box-remote/) πŸŽ–οΈ ☁️ - سرور Box MCP Ψ¨Ω‡ ΨΉΨ§Ω…Ω„β€ŒΩ‡Ψ§ΫŒ Ω‡ΩˆΨ΄ Ω…Ψ΅Ω†ΩˆΨΉΫŒ Ψ΄ΨΨ΅ Ψ«Ψ§Ω„Ψ« Ψ§Ψ¬Ψ§Ψ²Ω‡ Ω…ΫŒβ€ŒΨ―Ω‡Ψ― Ψ¨Ω‡ طور Ψ§Ω…Ω† و ΫŒΪ©ΩΎΨ§Ψ±Ϊ†Ω‡ Ψ¨Ω‡ Ω…Ψ­Ψͺوای Box Ψ―Ψ³Ψͺرسی Ψ―Ψ§Ψ΄ΨͺΩ‡ Ψ¨Ψ§Ψ΄Ω†Ψ― و Ψ§Ψ² Ψ§Ψ¨Ψ²Ψ§Ψ±Ω‡Ψ§ΫŒΫŒ Ω…Ψ§Ω†Ω†Ψ― Ψ¬Ψ³Ψͺجو، ΩΎΨ±Ψ³ΫŒΨ―Ω† Ψ³Ψ€Ψ§Ω„ Ψ§Ψ² ΩΨ§ΫŒΩ„β€ŒΩ‡Ψ§ و ΩΎΩˆΨ΄Ω‡β€ŒΩ‡Ψ§ و Ψ§Ψ³ΨͺΨΨ±Ψ§Ψ¬ Ψ―Ψ§Ψ―Ω‡ Ψ§Ψ³Ψͺفاده Ϊ©Ω†Ω†Ψ―. - [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - Ψ¨Ω‡ Ψ§Ψ΄ΨͺΨ±Ψ§Ϊ© Ϊ―Ψ°Ψ§Ψ΄ΨͺΩ† Ψ²Ω…ΫŒΩ†Ω‡ Ϊ©Ψ― Ψ¨Ψ§ LLMΩ‡Ψ§ Ψ§Ψ² Ψ·Ψ±ΫŒΩ‚ MCP یا Ϊ©Ω„ΫŒΩΎβ€ŒΨ¨ΩˆΨ±Ψ― - [exoticknight/mcp-file-merger](https://github.com/exoticknight/mcp-file-merger) 🏎️ 🏠 - Ψ§Ψ¨Ψ²Ψ§Ψ± Ψ§Ψ―ΨΊΨ§Ω… ΩΨ§ΫŒΩ„ΨŒ Ω…Ω†Ψ§Ψ³Ψ¨ برای Ω…Ψ­Ψ―ΩˆΨ―ΫŒΨͺβ€ŒΩ‡Ψ§ΫŒ Ψ·ΩˆΩ„ Ϊ†Ψͺ Ω‡ΩˆΨ΄ Ω…Ψ΅Ω†ΩˆΨΉΫŒ. +- [FI-Mihej/text_file_read_and_refactor_mcp](https://github.com/FI-Mihej/text_file_read_and_refactor_mcp) [![text_file_read_and_refactor_mcp MCP server](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp/badges/score.svg)](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - سرور MCP Ω…Ψ¨ΨͺΩ†ΫŒ Ψ¨Ψ± stdio برای پایΨͺΩˆΩ† Ψ¨Ψ§ مءرف Ψ¨Ω‡ΫŒΩ†Ω‡ ΨͺΩˆΪ©Ω† Ϊ©Ω‡ Ψ§Ψ¨Ψ²Ψ§Ψ±Ω‡Ψ§ΫŒ Ψ§ΫŒΩ…Ω† برای Ψ¬Ψ³Ψͺجو، ΨΩˆΨ§Ω†Ψ―Ω† و بازؒرایی (Refactoring) ΩΨ§ΫŒΩ„ Ω‡Ψ§ΫŒ Ω…ΨͺΩ†ΫŒ Ψ±Ψ§ Ψ§Ψ±Ψ§Ψ¦Ω‡ Ω…ΫŒ Ψ―Ω‡Ψ―. Ψ§ΫŒΩ† Ψ§Ψ¨Ψ²Ψ§Ψ±Ω‡Ψ§ Ψ¨Ω‡ ءورΨͺ Ψودکار BOM ΩΨ§ΫŒΩ„ و کدپیج (Code Page) Ψ±Ψ§ ΨͺΨ΄Ψیء Ω…ΫŒ Ψ―Ω‡Ω†Ψ― و Ψ§Ψ¨Ψ²Ψ§Ψ±Ω‡Ψ§ΫŒ ویرایش، ΩΨ§ΫŒΩ„ Ω‡Ψ§ Ψ±Ψ§ Ψ¨Ψ§ Ω‡Ω…Ψ§Ω† کدگذاری و BOM Ψ§Ψ΅Ω„ΫŒ Ψ’Ω† Ω‡Ψ§ Ψ°ΨΫŒΨ±Ω‡ Ω…ΫŒ Ϊ©Ω†Ω†Ψ―. `uvx text-file-read-and-refactor-mcp` - [filesystem@quarkiverse/quarkus-mcp-servers](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/filesystem) β˜• 🏠 - یک سیسΨͺΩ… ΩΨ§ΫŒΩ„ Ϊ©Ω‡ Ψ§Ω…Ϊ©Ψ§Ω† Ω…Ψ±ΩˆΨ± و ویرایش ΩΨ§ΫŒΩ„β€ŒΩ‡Ψ§ Ψ±Ψ§ Ψ―Ψ§Ψ±Ψ― Ϊ©Ω‡ Ψ―Ψ± Java Ψ¨Ψ§ Ψ§Ψ³Ψͺفاده Ψ§Ψ² Quarkus ΩΎΫŒΨ§Ψ―Ω‡β€ŒΨ³Ψ§Ψ²ΫŒ Ψ΄Ψ―Ω‡ Ψ§Ψ³Ψͺ. Ψ¨Ω‡ ءورΨͺ jar یا Ψ§ΫŒΩ…ΫŒΨ¬ Ψ¨ΩˆΩ…ΫŒ Ψ―Ψ± Ψ―Ψ³ΨͺΨ±Ψ³ Ψ§Ψ³Ψͺ. - [hmk/box-mcp-server](https://github.com/hmk/box-mcp-server) πŸ“‡ ☁️ - ΫŒΪ©ΩΎΨ§Ψ±Ϊ†Ω‡β€ŒΨ³Ψ§Ψ²ΫŒ Ψ¨Ψ§ Box برای Ω„ΫŒΨ³Ψͺ Ϊ©Ψ±Ψ―Ω†ΨŒ ΨΩˆΨ§Ω†Ψ―Ω† و Ψ¬Ψ³Ψͺجوی ΩΨ§ΫŒΩ„β€ŒΩ‡Ψ§ - [isaacphi/mcp-gdrive](https://github.com/isaacphi/mcp-gdrive) πŸ“‡ ☁️ - سرور Model Context Protocol (MCP) برای ΨΩˆΨ§Ω†Ψ―Ω† Ψ§Ψ² Google Drive و ویرایش Google Sheets. diff --git a/README-ja.md b/README-ja.md index c04ffc95a..229fe5c2f 100644 --- a/README-ja.md +++ b/README-ja.md @@ -423,6 +423,7 @@ aliyun/alibabacloud-tablestore-mcp-server β˜• 🐍 ☁️ - ι˜Ώι‡ŒδΊ‘θ‘¨ζ Όε­˜ - [@modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/filesystem) πŸ“‡ 🏠 - ローカルフゑむルシステムへγη›΄ζŽ₯をクセス。 - [@modelcontextprotocol/server-google-drive](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) πŸ“‡ ☁️ - フゑむルγγƒͺγ‚Ήγƒˆγ€θͺ­γΏε–γ‚Šγ€ζ€œη΄’γγŸγ‚γGoogle Drive硱合 - [8b-is/smart-tree](https://github.com/8b-is/smart-tree) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - AI ネむティブγγƒ‡γ‚£γƒ¬γ‚―γƒˆγƒͺε―θ¦–εŒ–γ€‚γ‚»γƒžγƒ³γƒ†γ‚£γƒƒγ‚―εˆ†ζžγ€AI ζΆˆθ²»η”¨γθΆ…εœ§ηΈγƒ•γ‚©γƒΌγƒžγƒƒγƒˆγ€10倍γγƒˆγƒΌγ‚―γƒ³ε‰ŠζΈ›γ‚’γ‚΅γƒγƒΌγƒˆγ€‚γ‚€γƒ³γƒ†γƒͺγ‚Έγ‚§γƒ³γƒˆγͺγƒ•γ‚‘γ‚€γƒ«εˆ†ι‘žγ‚’ε‚™γˆγŸι‡ε­γ‚»γƒžγƒ³γƒ†γ‚£γƒƒγ‚―γƒ’γƒΌγƒ‰γ‚’γ‚΅γƒγƒΌγƒˆγ€‚ +- [FI-Mihej/text_file_read_and_refactor_mcp](https://github.com/FI-Mihej/text_file_read_and_refactor_mcp) [![text_file_read_and_refactor_mcp MCP server](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp/badges/score.svg)](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - ε‰ε…¨γͺγƒ†γ‚­γ‚Ήγƒˆγƒ•γ‚‘γ‚€γƒ«γζ€œη΄’、θͺ­γΏε–γ‚Šγ€γŠγ‚ˆγ³γƒͺフゑクタγƒͺγƒ³γ‚°η”¨γƒ„γƒΌγƒ«γ‚’ζδΎ›γ™γ‚‹γ€γƒˆγƒΌγ‚―γƒ³εŠΉηŽ‡γι«˜γ„ Python 標準ε…₯ε‡ΊεŠ› (stdio) MCP ァーバーです。ツールはフゑむルだBOM と文字コードをθ‡ͺε‹•ηš„γ«εˆ€εˆ₯し、編集ツールは元γζ–‡ε­—コードと BOM γ‚’δΏζŒγ—γŸγΎγΎγƒ•γ‚‘γ‚€γƒ«γ‚’δΏε­˜γ—γΎγ™γ€‚ `uvx text-file-read-and-refactor-mcp` - [mark3labs/mcp-filesystem-server](https://github.com/mark3labs/mcp-filesystem-server) 🏎️ 🏠 - ローカルフゑむルシステムをクセスγγŸγ‚γGolangεŸθ£…。 - [Xuanwo/mcp-server-opendal](https://github.com/Xuanwo/mcp-server-opendal) 🐍 🏠 ☁️ - Apache OpenDALβ„’ でどγγ‚Ήγƒˆγƒ¬γƒΌγ‚Έγ«γ‚‚γ‚’クセスできます - [exoticknight/mcp-file-merger](https://github.com/exoticknight/mcp-file-merger) πŸ“‡ 🏠 - AI Chatγι•·γ•εˆΆι™γ«ι©εΏœγ™γ‚‹γƒ•γ‚‘γ‚€γƒ«γƒžγƒΌγ‚Έγƒ„γƒΌγƒ« diff --git a/README-ko.md b/README-ko.md index e239c962a..9699a6c20 100644 --- a/README-ko.md +++ b/README-ko.md @@ -351,6 +351,7 @@ - [@modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/filesystem) πŸ“‡ 🏠 - 둜컬 파일 μ‹œμŠ€ν…œ 직접 μ ‘κ·Ό. - [@modelcontextprotocol/server-google-drive](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) πŸ“‡ ☁️ - 파일 λͺ©λ‘ 쑰회, 읽기 및 검색을 μœ„ν•œ Google Drive 톡합 - [8b-is/smart-tree](https://github.com/8b-is/smart-tree) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - AI λ„€μ΄ν‹°λΈŒ 디렉토리 μ‹œκ°ν™”. 의미 뢄석, AI μ†ŒλΉ„λ₯Ό μœ„ν•œ μ΄ˆμ••μΆ• ν˜•μ‹, 10λ°° 토큰 κ°μ†Œ 지원. μ§€λŠ₯ν˜• 파일 λΆ„λ₯˜λ₯Ό κ°–μΆ˜ μ–‘μž 의미 λͺ¨λ“œ 지원. +- [FI-Mihej/text_file_read_and_refactor_mcp](https://github.com/FI-Mihej/text_file_read_and_refactor_mcp) [![text_file_read_and_refactor_mcp MCP server](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp/badges/score.svg)](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - μ•ˆμ „ν•œ ν…μŠ€νŠΈ 파일 검색, 읽기 및 λ¦¬νŒ©ν„°λ§ 도ꡬλ₯Ό μ œκ³΅ν•˜λŠ”, 토큰 효율적인 Python ν‘œμ€€ μž…μΆœλ ₯(stdio) MCP μ„œλ²„μž…λ‹ˆλ‹€. λ„κ΅¬λŠ” 파일의 BOM(Byte Order Mark)κ³Ό 문자 인코딩(codepage)을 μžλ™μœΌλ‘œ κ°μ§€ν•˜λ©°, νŽΈμ§‘ λ„κ΅¬λŠ” μ›λž˜μ˜ 문자 인코딩과 BOM을 μœ μ§€ν•œ 채 νŒŒμΌμ„ μ €μž₯ν•©λ‹ˆλ‹€. `uvx text-file-read-and-refactor-mcp` - [hmk/box-mcp-server](https://github.com/hmk/box-mcp-server) πŸ“‡ ☁️ - 파일 λͺ©λ‘ 쑰회, 읽기 및 검색을 μœ„ν•œ Box 톡합 - [mark3labs/mcp-filesystem-server](https://github.com/mark3labs/mcp-filesystem-server) 🏎️ 🏠 - 둜컬 파일 μ‹œμŠ€ν…œ 접근을 μœ„ν•œ Golang κ΅¬ν˜„. - [mamertofabian/mcp-everything-search](https://github.com/mamertofabian/mcp-everything-search) 🐍 🏠 πŸͺŸ - Everything SDKλ₯Ό μ‚¬μš©ν•œ λΉ λ₯Έ Windows 파일 검색 diff --git a/README-pt_BR.md b/README-pt_BR.md index 0d7d65efc..2bec02783 100644 --- a/README-pt_BR.md +++ b/README-pt_BR.md @@ -335,6 +335,7 @@ Fornece acesso direto aos sistemas de arquivos locais com permissΓ΅es configurΓ‘ - [8b-is/smart-tree](https://github.com/8b-is/smart-tree) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - VisualizaΓ§Γ£o de diretΓ³rio nativa para IA com anΓ‘lise semΓ’ntica, formatos ultra-comprimidos para consumo de IA e reduΓ§Γ£o de tokens 10x. Suporta modo quΓ’ntico-semΓ’ntico com categorizaΓ§Γ£o inteligente de arquivos. - [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - Compartilhe contexto de cΓ³digo com LLMs via MCP ou Γ‘rea de transferΓͺncia - [exoticknight/mcp-file-merger](https://github.com/exoticknight/mcp-file-merger) 🏎️ 🏠 - Ferramenta de mesclagem de arquivos, adequada para limites de comprimento de chat de IA. +- [FI-Mihej/text_file_read_and_refactor_mcp](https://github.com/FI-Mihej/text_file_read_and_refactor_mcp) [![text_file_read_and_refactor_mcp MCP server](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp/badges/score.svg)](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Servidor MCP Python via stdio com alta eficiencia no uso de tokens, que disponibiliza ferramentas seguras para pesquisa, leitura e refatoracao de arquivos de texto. As ferramentas resolvem automaticamente o BOM (Byte Order Mark) e a codificacao do arquivo. As ferramentas de edicao salvam os arquivos preservando a codificacao original e o BOM. `uvx text-file-read-and-refactor-mcp` - [filesystem@quarkiverse/quarkus-mcp-servers](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/filesystem) β˜• 🏠 - Um sistema de arquivos que permite navegar e editar arquivos implementado em Java usando Quarkus. DisponΓ­vel como jar ou imagem nativa. - [hmk/box-mcp-server](https://github.com/hmk/box-mcp-server) πŸ“‡ ☁️ - IntegraΓ§Γ£o com Box para listar, ler e pesquisar arquivos - [mamertofabian/mcp-everything-search](https://github.com/mamertofabian/mcp-everything-search) 🐍 🏠 πŸͺŸ - Pesquisa rΓ‘pida de arquivos no Windows usando o SDK Everything diff --git a/README-th.md b/README-th.md index 13b844806..69c6fc951 100644 --- a/README-th.md +++ b/README-th.md @@ -373,6 +373,7 @@ - [8b-is/smart-tree](https://github.com/8b-is/smart-tree) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - การแΰΈͺΰΈ”ΰΈ‡ΰΈœΰΈ₯ΰΉ„ΰΈ”ΰΉ€ΰΈ£ΰΉ‡ΰΈΰΈ—ΰΈ­ΰΈ£ΰΈ΅ΰΉΰΈšΰΈš AI-native ΰΈžΰΈ£ΰΉ‰ΰΈ­ΰΈ‘ΰΈΰΈ²ΰΈ£ΰΈ§ΰΈ΄ΰΉ€ΰΈ„ΰΈ£ΰΈ²ΰΈ°ΰΈ«ΰΉŒΰΉ€ΰΈŠΰΈ΄ΰΈ‡ΰΈ„ΰΈ§ΰΈ²ΰΈ‘ΰΈ«ΰΈ‘ΰΈ²ΰΈ’ ΰΈ£ΰΈΉΰΈ›ΰΉΰΈšΰΈšΰΈšΰΈ΅ΰΈšΰΈ­ΰΈ±ΰΈ”ΰΈ‚ΰΈ±ΰΉ‰ΰΈ™ΰΈͺΰΈΉΰΈ‡ΰΈͺΰΈ³ΰΈ«ΰΈ£ΰΈ±ΰΈšΰΈΰΈ²ΰΈ£ΰΉƒΰΈŠΰΉ‰ΰΈ‡ΰΈ²ΰΈ™ AI แΰΈ₯ΰΈ°ΰΈ₯ΰΈ”ΰΉ‚ΰΈ—ΰΉ€ΰΈ„ΰΉ‡ΰΈ™ 10 ΰΉ€ΰΈ—ΰΉˆΰΈ² ΰΈ£ΰΈ­ΰΈ‡ΰΈ£ΰΈ±ΰΈšΰΉ‚ΰΈ«ΰΈ‘ΰΈ” quantum-semantic ΰΈžΰΈ£ΰΉ‰ΰΈ­ΰΈ‘ΰΈΰΈ²ΰΈ£ΰΈˆΰΈ±ΰΈ”ΰΈ«ΰΈ‘ΰΈ§ΰΈ”ΰΈ«ΰΈ‘ΰΈΉΰΉˆΰΉ„ΰΈŸΰΈ₯ΰΉŒΰΈ­ΰΈ±ΰΈˆΰΈ‰ΰΈ£ΰΈ΄ΰΈ’ΰΈ° - [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - ΰΉΰΈšΰΉˆΰΈ‡ΰΈ›ΰΈ±ΰΈ™ΰΈšΰΈ£ΰΈ΄ΰΈšΰΈ—ΰΉ‚ΰΈ„ΰΉ‰ΰΈ”ΰΈΰΈ±ΰΈš LLMs ΰΈœΰΉˆΰΈ²ΰΈ™ MCP ΰΈ«ΰΈ£ΰΈ·ΰΈ­ΰΈ„ΰΈ₯ΰΈ΄ΰΈ›ΰΈšΰΈ­ΰΈ£ΰΉŒΰΈ” - [exoticknight/mcp-file-merger](https://github.com/exoticknight/mcp-file-merger) 🏎️ 🏠 - ΰΉ€ΰΈ„ΰΈ£ΰΈ·ΰΉˆΰΈ­ΰΈ‡ΰΈ‘ΰΈ·ΰΈ­ΰΈ£ΰΈ§ΰΈ‘ΰΉ„ΰΈŸΰΈ₯์ ΰΉ€ΰΈ«ΰΈ‘ΰΈ²ΰΈ°ΰΈͺΰΈ³ΰΈ«ΰΈ£ΰΈ±ΰΈšΰΈ‚ΰΈ΅ΰΈ”ΰΈˆΰΈ³ΰΈΰΈ±ΰΈ”ΰΈ„ΰΈ§ΰΈ²ΰΈ‘ΰΈ’ΰΈ²ΰΈ§ΰΈ‚ΰΈ­ΰΈ‡ΰΈΰΈ²ΰΈ£ΰΉΰΈŠΰΈ— AI +- [FI-Mihej/text_file_read_and_refactor_mcp](https://github.com/FI-Mihej/text_file_read_and_refactor_mcp) [![text_file_read_and_refactor_mcp MCP server](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp/badges/score.svg)](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - ΰΉ€ΰΈ‹ΰΈ΄ΰΈ£ΰΉŒΰΈŸΰΉ€ΰΈ§ΰΈ­ΰΈ£ΰΉŒ MCP ΰΈͺำหรับ Python stdio ΰΈ—ΰΈ΅ΰΉˆΰΈ­ΰΈ­ΰΈΰΉΰΈšΰΈšΰΉƒΰΈ«ΰΉ‰ΰΉƒΰΈŠΰΉ‰ΰΉ‚ΰΈ—ΰΉ€ΰΈ„ΰΈ™ΰΈ­ΰΈ’ΰΉˆΰΈ²ΰΈ‡ΰΈ‘ΰΈ΅ΰΈ›ΰΈ£ΰΈ°ΰΈͺΰΈ΄ΰΈ—ΰΈ˜ΰΈ΄ΰΈ ΰΈ²ΰΈž ΰΉ‚ΰΈ”ΰΈ’ΰΈ‘ΰΈ΅ΰΉ€ΰΈ„ΰΈ£ΰΈ·ΰΉˆΰΈ­ΰΈ‡ΰΈ‘ΰΈ·ΰΈ­ΰΈͺΰΈ³ΰΈ«ΰΈ£ΰΈ±ΰΈšΰΈ„ΰΉ‰ΰΈ™ΰΈ«ΰΈ² ΰΈ­ΰΉˆΰΈ²ΰΈ™ แΰΈ₯ΰΈ°ΰΈ›ΰΈ£ΰΈ±ΰΈšΰΉ‚ΰΈ„ΰΈ£ΰΈ‡ΰΈͺΰΈ£ΰΉ‰ΰΈ²ΰΈ‡ΰΉ„ΰΈŸΰΈ₯ΰΉŒΰΈ‚ΰΉ‰ΰΈ­ΰΈ„ΰΈ§ΰΈ²ΰΈ‘ΰΈ­ΰΈ’ΰΉˆΰΈ²ΰΈ‡ΰΈ›ΰΈ₯ΰΈ­ΰΈ”ΰΈ ΰΈ±ΰΈ’ ΰΉ€ΰΈ„ΰΈ£ΰΈ·ΰΉˆΰΈ­ΰΈ‡ΰΈ‘ΰΈ·ΰΈ­ΰΈ—ΰΈ±ΰΉ‰ΰΈ‡ΰΈ«ΰΈ‘ΰΈ”ΰΈˆΰΈ°ΰΈ•ΰΈ£ΰΈ§ΰΈˆΰΈ«ΰΈ²ΰΉΰΈ₯ΰΈ°ΰΈˆΰΈ±ΰΈ”ΰΈΰΈ²ΰΈ£ BOM แΰΈ₯ΰΈ°ΰΈ£ΰΈ«ΰΈ±ΰΈͺอักขระ (codepage) ΰΈ‚ΰΈ­ΰΈ‡ΰΉ„ΰΈŸΰΈ₯ΰΉŒΰΉ‚ΰΈ”ΰΈ’ΰΈ­ΰΈ±ΰΈ•ΰΉ‚ΰΈ™ΰΈ‘ΰΈ±ΰΈ•ΰΈ΄ ΰΈͺΰΉˆΰΈ§ΰΈ™ΰΉ€ΰΈ„ΰΈ£ΰΈ·ΰΉˆΰΈ­ΰΈ‡ΰΈ‘ΰΈ·ΰΈ­ΰΈͺΰΈ³ΰΈ«ΰΈ£ΰΈ±ΰΈšΰΉΰΈΰΉ‰ΰΉ„ΰΈ‚ΰΈˆΰΈ°ΰΈšΰΈ±ΰΈ™ΰΈ—ΰΈΆΰΈΰΉ„ΰΈŸΰΈ₯์กΰΈ₯ΰΈ±ΰΈšΰΈ”ΰΉ‰ΰΈ§ΰΈ’ΰΈΰΈ²ΰΈ£ΰΉ€ΰΈ‚ΰΉ‰ΰΈ²ΰΈ£ΰΈ«ΰΈ±ΰΈͺแΰΈ₯ΰΈ° BOM ΰΉ€ΰΈ”ΰΈ΄ΰΈ‘ΰΈ‚ΰΈ­ΰΈ‡ΰΉ„ΰΈŸΰΈ₯์ `uvx text-file-read-and-refactor-mcp` - [filesystem@quarkiverse/quarkus-mcp-servers](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/filesystem) β˜• 🏠 - ΰΈ£ΰΈ°ΰΈšΰΈšΰΉ„ΰΈŸΰΈ₯ΰΉŒΰΈ—ΰΈ΅ΰΉˆΰΈ­ΰΈ™ΰΈΈΰΈΰΈ²ΰΈ•ΰΉƒΰΈ«ΰΉ‰ΰΉ€ΰΈ£ΰΈ΅ΰΈ’ΰΈΰΈ”ΰΈΉΰΉΰΈ₯ΰΈ°ΰΉΰΈΰΉ‰ΰΉ„ΰΈ‚ΰΉ„ΰΈŸΰΈ₯ΰΉŒΰΈ—ΰΈ΅ΰΉˆΰΉƒΰΈŠΰΉ‰ΰΈ‡ΰΈ²ΰΈ™ΰΉƒΰΈ™ Java ΰΉ‚ΰΈ”ΰΈ’ΰΉƒΰΈŠΰΉ‰ Quarkus ΰΈ‘ΰΈ΅ΰΉƒΰΈ«ΰΉ‰ΰΉƒΰΈŠΰΉ‰ΰΈ‡ΰΈ²ΰΈ™ΰΉ€ΰΈ›ΰΉ‡ΰΈ™ jar ΰΈ«ΰΈ£ΰΈ·ΰΈ­ native image - [hmk/box-mcp-server](https://github.com/hmk/box-mcp-server) πŸ“‡ ☁️ - การผΰΈͺΰΈ²ΰΈ™ΰΈ£ΰΈ§ΰΈ‘ Box ΰΈͺำหรับการแΰΈͺดงราฒการ ΰΈ­ΰΉˆΰΈ²ΰΈ™ แΰΈ₯ΰΈ°ΰΈ„ΰΉ‰ΰΈ™ΰΈ«ΰΈ²ΰΉ„ΰΈŸΰΈ₯์ - [mamertofabian/mcp-everything-search](https://github.com/mamertofabian/mcp-everything-search) 🐍 🏠 πŸͺŸ - ΰΈ„ΰΉ‰ΰΈ™ΰΈ«ΰΈ²ΰΉ„ΰΈŸΰΈ₯์ Windows ΰΈ­ΰΈ’ΰΉˆΰΈ²ΰΈ‡ΰΈ£ΰΈ§ΰΈ”ΰΉ€ΰΈ£ΰΉ‡ΰΈ§ΰΉ‚ΰΈ”ΰΈ’ΰΉƒΰΈŠΰΉ‰ Everything SDK diff --git a/README-zh.md b/README-zh.md index 61bc41c41..a2824d745 100644 --- a/README-zh.md +++ b/README-zh.md @@ -386,6 +386,7 @@ Web ε†…εΉθΏι—ε’Œθ‡ͺεŠ¨εŒ–εŠŸθƒ½γ€‚ζ”―ζŒδ»₯ AI 友ε₯½ζ ΌεΌζœη΄’γ€ζŠ“ε–ε’Œ - [@modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/filesystem) πŸ“‡ 🏠 - η›΄ζŽ₯θΏι—ζœ¬εœ°ζ–‡δ»Άη³»η»Ÿγ€‚ - [@modelcontextprotocol/server-google-drive](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) πŸ“‡ ☁️ - Google Drive ι›†ζˆοΌŒη”¨δΊŽεˆ—ε‡Ίγ€ι˜…θ―»ε’Œζœη΄’ζ–‡δ»Ά - [8b-is/smart-tree](https://github.com/8b-is/smart-tree) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - AI εŽŸη”Ÿη›ε½•ε―θ§†εŒ–οΌŒε…·ζœ‰θ―­δΉ‰εˆ†ζžγ€AI ζΆˆθ΄Ήηš„θΆ…εŽ‹ηΌ©ζ ΌεΌε’Œ 10 ε€δ»€η‰Œε‡ε°‘γ€‚ζ”―ζŒε…·ζœ‰ζ™Ίθƒ½ζ–‡δ»Άεˆ†η±»ηš„ι‡ε­θ―­δΉ‰ζ¨‘εΌγ€‚ +- [FI-Mihej/text_file_read_and_refactor_mcp](https://github.com/FI-Mihej/text_file_read_and_refactor_mcp) [![text_file_read_and_refactor_mcp MCP server](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp/badges/score.svg)](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - δΈ€δΈͺζ³¨ι‡δ»€η‰Œζ•ˆηŽ‡ηš„ Python stdio MCP ζœεŠ‘ε™¨οΌŒζδΎ›ε‰ε…¨ηš„ζ–‡ζœ¬ζ–‡δ»Άζœη΄’γ€θ―»ε–ε’Œι‡ζž„ε·₯ε…·γ€‚ζ‰€ζœ‰ε·₯ε…·ιƒ½δΌšθ‡ͺεŠ¨θ―†εˆ«εΉΆε€„η†ζ–‡δ»Άηš„ BOM ε’Œε­—η¬¦ηΌ–η οΌ›ηΌ–θΎ‘ε·₯ε…·δΌšδ»₯ζ–‡δ»ΆεŽŸζœ‰ηš„ε­—η¬¦ηΌ–η ε’Œ BOM δΏε­˜ζ–‡δ»Άγ€‚ `uvx text-file-read-and-refactor-mcp` - [hmk/box-mcp-server](https://github.com/hmk/box-mcp-server) πŸ“‡ ☁️ - Box ι›†ζˆοΌŒζ”―ζŒζ–‡δ»Άεˆ—θ‘¨γ€ι˜…θ―»ε’Œζœη΄’εŠŸθƒ½ - [mark3labs/mcp-filesystem-server](https://github.com/mark3labs/mcp-filesystem-server) 🏎️ 🏠 - η”¨δΊŽζœ¬εœ°ζ–‡δ»Άη³»η»ŸθΏι—ηš„ Golang εžηŽ°γ€‚ - [mamertofabian/mcp-everything-search](https://github.com/mamertofabian/mcp-everything-search) 🐍 🏠 πŸͺŸ - 使用 Everything SDK εžηŽ°ηš„εΏ«ι€Ÿ Windows ζ–‡δ»Άζœη΄’ diff --git a/README-zh_TW.md b/README-zh_TW.md index 01493bdc7..d2d57935f 100644 --- a/README-zh_TW.md +++ b/README-zh_TW.md @@ -315,6 +315,7 @@ Web ε…§εΉθ¨ͺε•ε’Œθ‡ͺε‹•εŒ–εŠŸθƒ½γ€‚ζ”―ζ΄δ»₯ AI 友ε₯½ζ ΌεΌζœε°‹γ€ζŠ“ε–ε’Œ - [@modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/filesystem) πŸ“‡ 🏠 - η›΄ζŽ₯θ¨ͺε•ζœ¬εœ°ζ–‡δ»Άη³»η΅±γ€‚ - [@modelcontextprotocol/server-google-drive](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) πŸ“‡ ☁️ - Google Drive ι›†ζˆοΌŒη”¨ζ–Όεˆ—ε‡Ίγ€ι–±θ€ε’Œζœε°‹ζ–‡δ»Ά - [8b-is/smart-tree](https://github.com/8b-is/smart-tree) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - AI εŽŸη”Ÿη›ιŒ„θ¦–θ¦ΊεŒ–οΌŒε…·ζœ‰θͺžηΎ©εˆ†ζžγ€AI ζΆˆθ²»ηš„θΆ…ε£“ηΈζ ΌεΌε’Œ 10 ε€δ»€η‰ŒζΈ›ε°‘γ€‚ζ”―ζ΄ε…·ζœ‰ζ™Ίθƒ½ζ–‡δ»Άεˆ†ι‘žηš„ι‡ε­θͺžηΎ©ζ¨‘式。 +- [FI-Mihej/text_file_read_and_refactor_mcp](https://github.com/FI-Mihej/text_file_read_and_refactor_mcp) [![text_file_read_and_refactor_mcp MCP server](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp/badges/score.svg)](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - 一個注重 Token δ½Ώη”¨ζ•ˆηŽ‡γ€ζŽ‘η”¨ Python 標準輸ε…₯/θΌΈε‡Ί (stdio) ηš„ MCP δΌΊζœε™¨οΌŒζδΎ›ε‰ε…¨ηš„ζ–‡ε­—ζͺ”ζœε°‹γ€θ€ε–θˆ‡ι‡ζ§‹ε·₯具。這些ε·₯ε…·ζœƒθ‡ͺε‹•θΎ¨θ­˜δΈ¦θ™•η†ζͺ”ζ‘ˆηš„ BOM (Byte Order MarkοΌŒδ½ε…ƒη΅„ι †εΊζ¨™θ¨˜) θˆ‡ε­—ε…ƒη·¨η’Ό (code page)οΌ›η·¨θΌ―ε·₯ε…·ε‰‡ζœƒδ»₯ζͺ”ζ‘ˆεŽŸζœ¬ηš„ε­—ε…ƒη·¨η’Όθˆ‡ BOM ε„²ε­˜δΏζ”ΉεΎŒηš„ζͺ”ζ‘ˆγ€‚ `uvx text-file-read-and-refactor-mcp` - [hmk/box-mcp-server](https://github.com/hmk/box-mcp-server) πŸ“‡ ☁️ - Box ι›†ζˆοΌŒζ”―ζ΄ζ–‡δ»Άεˆ—θ‘¨γ€ι–±θ€ε’Œζœε°‹εŠŸθƒ½ - [mark3labs/mcp-filesystem-server](https://github.com/mark3labs/mcp-filesystem-server) 🏎️ 🏠 - η”¨ζ–Όζœ¬εœ°ζ–‡δ»Άη³»η΅±θ¨ͺε•ηš„ Golang 實現。 - [mamertofabian/mcp-everything-search](https://github.com/mamertofabian/mcp-everything-search) 🐍 🏠 πŸͺŸ - 使用 Everything SDK ε―¦ηΎηš„εΏ«ι€Ÿ Windows ζ–‡δ»Άζœε°‹ diff --git a/README.md b/README.md index a1980e06d..59afdfcb3 100644 --- a/README.md +++ b/README.md @@ -1540,6 +1540,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [efforthye/fast-filesystem-mcp](https://github.com/efforthye/fast-filesystem-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Advanced filesystem operations with large file handling capabilities and Claude-optimized features. Provides fast file reading/writing, sequential reading for large files, directory operations, file search, and streaming writes with backup & recovery. - [ellmos-ai/ellmos-filecommander-mcp](https://github.com/ellmos-ai/ellmos-filecommander-mcp) [![ellmos-ai/ellmos-filecommander-mcp MCP server](https://glama.ai/mcp/servers/ellmos-ai/ellmos-filecommander-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ellmos-ai/ellmos-filecommander-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Comprehensive local filesystem MCP server with file management, process control, interactive sessions, async search, and safe delete via Recycle Bin. - [exoticknight/mcp-file-merger](https://github.com/exoticknight/mcp-file-merger) 🏎️ 🏠 - File merger tool, suitable for AI chat length limits. +- [FI-Mihej/text_file_read_and_refactor_mcp](https://github.com/FI-Mihej/text_file_read_and_refactor_mcp) [![text_file_read_and_refactor_mcp MCP server](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp/badges/score.svg)](https://glama.ai/mcp/servers/FI-Mihej/text_file_read_and_refactor_mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Token-efficient Python stdio MCP server exposing safe text-file search, reading, and refactoring tools. Tools automatically resolve the file BOM and codepage; edit tools save files with their original encoding and BOM. `uvx text-file-read-and-refactor-mcp` - [filesystem@quarkiverse/quarkus-mcp-servers](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/filesystem) β˜• 🏠 - A filesystem allowing for browsing and editing files implemented in Java using Quarkus. Available as jar or native image. - [GuruPDF/gurupdf-mcp](https://github.com/GuruPDF/gurupdf-mcp) [![GuruPDF/gurupdf-mcp MCP server](https://glama.ai/mcp/servers/GuruPDF/gurupdf-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GuruPDF/gurupdf-mcp) πŸ“‡ ☁️ - Convert, compress, merge, split, and OCR PDFs, plus convert between 100+ file formats (Word, Excel, PowerPoint, images, ebooks, video) from any AI agent. Backed by the GuruPDF API; free tier with daily credits, zero-config via `npx gurupdf-mcp`. - [hmk/box-mcp-server](https://github.com/hmk/box-mcp-server) πŸ“‡ ☁️ - Box integration for listing, reading and searching files From 33a672cc3da9a8921b33dfad73ad2568c6deccc9 Mon Sep 17 00:00:00 2001 From: risha-max Date: Wed, 15 Jul 2026 15:04:02 -0400 Subject: [PATCH 239/403] =?UTF-8?q?Add=20risha-max/0xpdf-mcp=20schema-firs?= =?UTF-8?q?t=20PDF=20JSON=20server=20=F0=9F=A4=96=F0=9F=A4=96=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..fef49faa9 100644 --- a/README.md +++ b/README.md @@ -1532,6 +1532,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [aadilr/changethisfile-mcp](https://github.com/aadilr/changethisfile-mcp) [![aadilr/changethisfile-mcp MCP server](https://glama.ai/mcp/servers/aadilr/changethisfile-mcp/badges/score.svg)](https://glama.ai/mcp/servers/aadilr/changethisfile-mcp) πŸ“‡ ☁️ - Free file conversion between 690+ formats. Tools: `convert_file` (URL or base64 in β†’ signed download URL out) and `list_conversions`. Covers image, video, audio, document, data, font, ebook, and archive formats. No auth or signup required; remote streamable-HTTP endpoint available (see README). - [box/mcp-server-box-remote](https://github.com/box/mcp-server-box-remote/) πŸŽ–οΈ ☁️ - The Box MCP server allows third party AI agents to securely and seamlessly access Box content and use tools such as search, asking questions from files and folders, and data extraction. - [bzsanti/oxidize-python](https://github.com/bzsanti/oxidize-python) [![bzsanti/oxidize-python MCP server](https://glama.ai/mcp/servers/bzsanti/oxidize-python/badges/score.svg)](https://glama.ai/mcp/servers/bzsanti/oxidize-python) 🐍 🏠 🍎 πŸͺŸ 🐧 - Rust-powered PDF toolkit: create, read, and analyze PDFs; extract text and entities for RAG; convert to Markdown; split, merge, rotate, and reorder pages; add content, annotations, and form fields; and encrypt documents. Ships in the `oxidize-pdf` PyPI package β€” run locally with `uvx oxidize-mcp`. +- [risha-max/0xpdf-mcp](https://github.com/risha-max/0xpdf-mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Schema-first PDFβ†’JSON MCP for AI agents (0xPdf API). Define a JSON schema, parse invoices/forms (OCR optional), manage schemas, and poll async jobs. `uvx oxpdf-mcp` Β· [docs](https://0xpdf.io/docs#mcp) Β· [playground](https://0xpdf.io/samples) - [ckanthony/Chisel](https://github.com/ckanthony/Chisel) [![chisel MCP server](https://glama.ai/mcp/servers/@ckanthony/chisel/badges/score.svg)](https://glama.ai/mcp/servers/@ckanthony/chisel) πŸ¦€ 🏠 🍎 🐧 ☁️ - Reduce context usage on file use. Send only unified diffs instead of full files (up to 20-100Γ— fewer tokens), and read large files with targeted `grep`/`sed` instead of full reads (up to 500Γ—). Kernel-enforced path confinement hard-locks the agent to a configured root: no accidental reads or writes outside scope. Standalone for your file access or embed in any MCP server (Rust, Node.js, Python via WASM). - [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - Share code context with LLMs via MCP or clipboard - [Dissimilis/DirForge](https://github.com/Dissimilis/DirForge) [![Dissimilis/DirForge MCP server](https://glama.ai/mcp/servers/Dissimilis/DirForge/badges/score.svg)](https://glama.ai/mcp/servers/Dissimilis/DirForge) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - Read-only directory listing web app with a built-in MCP server: directory browsing, file reading, content search, archive inspection, file hashes, and disk usage tools over a configured root. From a2a53376e46bf54674fb9368397b7af1b699fbc5 Mon Sep 17 00:00:00 2001 From: Tommie Date: Wed, 15 Jul 2026 21:23:07 +0200 Subject: [PATCH 240/403] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e5bf68eb..83d6de9e9 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [jau123/MeiGen-AI-Design-MCP](https://github.com/jau123/MeiGen-AI-Design-MCP) [![mei-gen-ai-design-mcp MCP server](https://glama.ai/mcp/servers/@jau123/mei-gen-ai-design-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@jau123/mei-gen-ai-design-mcp) πŸ“‡ ☁️ 🏠 - AI image generation & editing MCP server with 1,500+ curated prompt library, smart prompt enhancement, and multi-provider routing (local ComfyUI, MeiGen Cloud, OpenAI-compatible APIs). - [j-east/pixel-surgeon-mcp](https://github.com/j-east/pixel-surgeon-mcp) [![j-east/pixel-surgeon-mcp MCP server](https://glama.ai/mcp/servers/j-east/pixel-surgeon-mcp/badges/score.svg)](https://glama.ai/mcp/servers/j-east/pixel-surgeon-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI image and video generation, editing, and transplant-grade region repair. Multi-provider (Gemini 3.1 Flash Image, GPT Image 2, Grok Imagine, Veo 3), 9 tools, 4 style presets, grid-based and interactive crop repair. `npx pixel-surgeon-mcp` - [khglynn/spotify-bulk-actions-mcp](https://github.com/khglynn/spotify-bulk-actions-mcp) 🐍 ☁️ - Bulk Spotify operations with confidence-scored song matching, batch playlist creation from CSV/podcast lists, and library exports for discovering your most-saved artists and albums. -- [labelgrid/labelgrid-mcp](https://github.com/labelgrid/labelgrid-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Official LabelGrid server β€” manage your music distribution catalog, releases, analytics and royalties from any MCP client. +- [labelgrid/labelgrid-mcp](https://github.com/labelgrid/labelgrid-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Official LabelGrid server β€” manage your music distribution catalog, releases, analytics and royalties from any MCP client. [![labelgrid/labelgrid-mcp MCP server](https://glama.ai/mcp/servers/@labelgrid/labelgrid-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@labelgrid/labelgrid-mcp) - [leonardoca1/aesthetics-wiki-mcp](https://github.com/leonardoca1/aesthetics-wiki-mcp) [![leonardoca1/aesthetics-wiki-mcp MCP server](https://glama.ai/mcp/servers/leonardoca1/aesthetics-wiki-mcp/badges/score.svg)](https://glama.ai/mcp/servers/leonardoca1/aesthetics-wiki-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Search, read, and discover thousands of visual aesthetics (cottagecore, dark academia, y2k, goblincore, and many more) from the [Aesthetics Wiki](https://aesthetics.fandom.com). Great for moodboards, brand direction, and creative inspiration. `uvx aesthetics-wiki-mcp` - [memebo-at/memeboat-mcp](https://github.com/memebo-at/memeboat-mcp) [![memebo-at/memeboat-mcp MCP server](https://glama.ai/mcp/servers/memebo-at/memeboat-mcp/badges/score.svg)](https://glama.ai/mcp/servers/memebo-at/memeboat-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Create real, shareable memes from 25,000+ templates on [memebo.at](https://memebo.at). Search the catalog, caption a template, get a live meme URL back. Free, anonymous, no API key. Remote server at `https://memebo.at/mcp` or `npx -y memeboat-mcp`. - [mikechao/metmuseum-mcp](https://github.com/mikechao/metmuseum-mcp) πŸ“‡ ☁️ - Metropolitan Museum of Art Collection API integration to search and display artworks in the collection. From 4c48608099375ac11cd86bddd8de005f1e489527 Mon Sep 17 00:00:00 2001 From: risha-max Date: Wed, 15 Jul 2026 16:53:04 -0400 Subject: [PATCH 241/403] Add Glama score badge for risha-max/0xpdf-mcp listing. Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fef49faa9..bfeab2a82 100644 --- a/README.md +++ b/README.md @@ -1532,7 +1532,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [aadilr/changethisfile-mcp](https://github.com/aadilr/changethisfile-mcp) [![aadilr/changethisfile-mcp MCP server](https://glama.ai/mcp/servers/aadilr/changethisfile-mcp/badges/score.svg)](https://glama.ai/mcp/servers/aadilr/changethisfile-mcp) πŸ“‡ ☁️ - Free file conversion between 690+ formats. Tools: `convert_file` (URL or base64 in β†’ signed download URL out) and `list_conversions`. Covers image, video, audio, document, data, font, ebook, and archive formats. No auth or signup required; remote streamable-HTTP endpoint available (see README). - [box/mcp-server-box-remote](https://github.com/box/mcp-server-box-remote/) πŸŽ–οΈ ☁️ - The Box MCP server allows third party AI agents to securely and seamlessly access Box content and use tools such as search, asking questions from files and folders, and data extraction. - [bzsanti/oxidize-python](https://github.com/bzsanti/oxidize-python) [![bzsanti/oxidize-python MCP server](https://glama.ai/mcp/servers/bzsanti/oxidize-python/badges/score.svg)](https://glama.ai/mcp/servers/bzsanti/oxidize-python) 🐍 🏠 🍎 πŸͺŸ 🐧 - Rust-powered PDF toolkit: create, read, and analyze PDFs; extract text and entities for RAG; convert to Markdown; split, merge, rotate, and reorder pages; add content, annotations, and form fields; and encrypt documents. Ships in the `oxidize-pdf` PyPI package β€” run locally with `uvx oxidize-mcp`. -- [risha-max/0xpdf-mcp](https://github.com/risha-max/0xpdf-mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Schema-first PDFβ†’JSON MCP for AI agents (0xPdf API). Define a JSON schema, parse invoices/forms (OCR optional), manage schemas, and poll async jobs. `uvx oxpdf-mcp` Β· [docs](https://0xpdf.io/docs#mcp) Β· [playground](https://0xpdf.io/samples) +- [risha-max/0xpdf-mcp](https://github.com/risha-max/0xpdf-mcp) [![risha-max/0xpdf-mcp MCP server](https://glama.ai/mcp/servers/risha-max/0xpdf-mcp/badges/score.svg)](https://glama.ai/mcp/servers/risha-max/0xpdf-mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Schema-first PDFβ†’JSON MCP for AI agents (0xPdf API). Define a JSON schema, parse invoices/forms (OCR optional), manage schemas, and poll async jobs. `uvx oxpdf-mcp` Β· [docs](https://0xpdf.io/docs#mcp) Β· [playground](https://0xpdf.io/samples) - [ckanthony/Chisel](https://github.com/ckanthony/Chisel) [![chisel MCP server](https://glama.ai/mcp/servers/@ckanthony/chisel/badges/score.svg)](https://glama.ai/mcp/servers/@ckanthony/chisel) πŸ¦€ 🏠 🍎 🐧 ☁️ - Reduce context usage on file use. Send only unified diffs instead of full files (up to 20-100Γ— fewer tokens), and read large files with targeted `grep`/`sed` instead of full reads (up to 500Γ—). Kernel-enforced path confinement hard-locks the agent to a configured root: no accidental reads or writes outside scope. Standalone for your file access or embed in any MCP server (Rust, Node.js, Python via WASM). - [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - Share code context with LLMs via MCP or clipboard - [Dissimilis/DirForge](https://github.com/Dissimilis/DirForge) [![Dissimilis/DirForge MCP server](https://glama.ai/mcp/servers/Dissimilis/DirForge/badges/score.svg)](https://glama.ai/mcp/servers/Dissimilis/DirForge) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - Read-only directory listing web app with a built-in MCP server: directory browsing, file reading, content search, archive inspection, file hashes, and disk usage tools over a configured root. From 68a2a349cce2295c41d97068861a13bd4af92fe5 Mon Sep 17 00:00:00 2001 From: Gavin Lucas Date: Wed, 15 Jul 2026 22:23:59 +0100 Subject: [PATCH 242/403] Update docker-mcp row: repo moved to L337-org The repository transferred from GavinLucas/docker-mcp to L337-org/docker-mcp; the Glama listing moved with it. Row re-sorted alphabetically and the tool count refreshed (156). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..ab54d0441 100644 --- a/README.md +++ b/README.md @@ -464,7 +464,6 @@ Cloud platform service integration. Enables management and interaction with clou - [espressif/esp-rainmaker-mcp](https://github.com/espressif/esp-rainmaker-mcp) πŸŽ–οΈ 🐍 🏠 ☁️ πŸ“Ÿ - Official Espressif MCP Server to manage and control ESP RainMaker Devices. - [flux159/mcp-server-kubernetes](https://github.com/Flux159/mcp-server-kubernetes) πŸ“‡ ☁️/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services. - [friendlygeorge/docker-mcp-server](https://github.com/friendlygeorge/docker-mcp-server) [![friendlygeorge/docker-mcp-server MCP server](https://glama.ai/mcp/servers/friendlygeorge/docker-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/friendlygeorge/docker-mcp-server) πŸ“‡ 🏠 - Docker container management for AI agents β€” health checks, auto-restart, Compose lifecycle, and log streaming. 50+ tools for the agent operations loop. -- [GavinLucas/docker-mcp](https://github.com/GavinLucas/docker-mcp) [![GavinLucas/docker-mcp MCP server](https://glama.ai/mcp/servers/GavinLucas/docker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GavinLucas/docker-mcp) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Manages one or more Docker daemons (local socket or remote over TCP/TLS/SSH) with 162 tools spanning containers, images, Compose, Swarm, Buildx, Scout, and OCI registries. Mark hosts as read-only for safe monitoring; logs and stats exposed as MCP resources. - [GeiserX/spinnaker-mcp](https://github.com/GeiserX/spinnaker-mcp) [![GeiserX/spinnaker-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/spinnaker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/spinnaker-mcp) 🏎️ ☁️ - A bridge that exposes any Spinnaker instance as an MCP server via the Gate API, enabling management of applications, pipelines, executions, and cloud infrastructure. - [hardik-id/azure-resource-graph-mcp-server](https://github.com/hardik-id/azure-resource-graph-mcp-server) πŸ“‡ ☁️/🏠 - A Model Context Protocol server for querying and analyzing Azure resources at scale using Azure Resource Graph, enabling AI assistants to explore and monitor Azure infrastructure. - [hashicorp/terraform-mcp-server](https://github.com/hashicorp/terraform-mcp-server) - πŸŽ–οΈπŸŽοΈβ˜οΈ - The official Terraform MCP Server seamlessly integrates with the Terraform ecosystem, enabling provider discovery, module analysis, and direct Registry API integration for advanced Infrastructure as Code workflows. @@ -480,6 +479,7 @@ Cloud platform service integration. Enables management and interaction with clou - [johnneerdael/netskope-mcp](https://github.com/johnneerdael/netskope-mcp) πŸ”’ ☁️ - An MCP to give access to all Netskope Private Access components within a Netskope Private Access environments including detailed setup information and LLM examples on usage. - [kaka-milan-22/kops](https://github.com/kaka-milan-22/kops) [![kaka-milan-22/kops MCP server](https://glama.ai/mcp/servers/kaka-milan-22/kops/badges/score.svg)](https://glama.ai/mcp/servers/kaka-milan-22/kops) 🐍 🏠 - Read-only `kubectl` for Claude Code: returns structured JSON, hardcoded safe verbs (no mutation path even with malicious input), Secret/ConfigMap values never returned, plus one-shot cluster triage & inventory. - [kestra-io/mcp-server-python](https://github.com/kestra-io/mcp-server-python) 🐍 ☁️ - Implementation of MCP server for [Kestra](https://kestra.io) workflow orchestration platform. +- [L337-org/docker-mcp](https://github.com/L337-org/docker-mcp) [![L337-org/docker-mcp MCP server](https://glama.ai/mcp/servers/L337-org/docker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/L337-org/docker-mcp) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Manages one or more Docker daemons (local socket or remote over TCP/TLS/SSH) with 156 tools spanning containers, images, Compose, Swarm, Buildx, Scout, and OCI registries. Mark hosts as read-only for safe monitoring; logs and stats exposed as MCP resources. - [Labs64/NetLicensing-MCP](https://github.com/Labs64/NetLicensing-MCP) [![Labs64/NetLicensing-MCP](https://glama.ai/mcp/servers/Labs64/NetLicensing-MCP/badges/score.svg)](https://glama.ai/mcp/servers/Labs64/NetLicensing-MCP) πŸŽ–οΈ 🐍 ☁️ - The official NetLicensing MCP Server is a natural language interface that enables agentic applications to manage the full software licensing lifecycle in Labs64 NetLicensing without writing a single API call. - [liquidmetal-ai/raindrop-mcp](https://docs.liquidmetal.ai/tutorials/claude-code-mcp-setup/) πŸ“‡ ☁️ - The best way to deploy cloud infrastructure using Claude Code and MCP. - [liveblocks/liveblocks-mcp-server](https://github.com/liveblocks/liveblocks-mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - Create, modify, and delete different aspects of [Liveblocks](https://liveblocks.io) such as rooms, threads, comments, notifications, and more. Additionally, it has read access to Storage and Yjs. From c22c5fff8a9fcda9f274e86e85741d3d1566e79e Mon Sep 17 00:00:00 2001 From: Conor Bronsdon <120674402+conorbronsdon@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:13:29 -0700 Subject: [PATCH 243/403] Add conorbronsdon/podcastindex-mcp to Podcasts category Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..61d8934a7 100644 --- a/README.md +++ b/README.md @@ -2525,6 +2525,7 @@ Servers for controlling the desktop operating system: screenshots, window manage Servers for podcast analytics, search, hosting, and discovery. - [conorbronsdon/op3-mcp](https://github.com/conorbronsdon/op3-mcp) [![conorbronsdon/op3-mcp MCP server](https://glama.ai/mcp/servers/conorbronsdon/op3-mcp/badges/score.svg)](https://glama.ai/mcp/servers/conorbronsdon/op3-mcp) πŸ“‡ ☁️ - Podcast analytics from OP3, the Open Podcast Prefix Project: downloads over time, listener geography, app share, and per-episode breakdowns. Read-only by design. +- [conorbronsdon/podcastindex-mcp](https://github.com/conorbronsdon/podcastindex-mcp) [![conorbronsdon/podcastindex-mcp MCP server](https://glama.ai/mcp/servers/conorbronsdon/podcastindex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/conorbronsdon/podcastindex-mcp) πŸ“‡ ☁️ - Search the Podcast Index: podcasts, episodes, guest appearances by person, trending shows, and feed health. - [conorbronsdon/Transistor-MCP](https://github.com/conorbronsdon/Transistor-MCP) [![conorbronsdon/Transistor-MCP MCP server](https://glama.ai/mcp/servers/conorbronsdon/Transistor-MCP/badges/score.svg)](https://glama.ai/mcp/servers/conorbronsdon/Transistor-MCP) πŸ“‡ ☁️ - Manage Transistor.fm podcasts: episodes, analytics, download summaries, episode comparisons, transcripts, and webhooks. ### πŸ“‹ Product Management From f470e4e0db9b7d20d1ad11d6ba1aa839e93be8d2 Mon Sep 17 00:00:00 2001 From: maestro24 Date: Thu, 16 Jul 2026 10:22:14 +0900 Subject: [PATCH 244/403] fix: rename entry to spanlens/Spanlens and add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee955128a..e331956b5 100644 --- a/README.md +++ b/README.md @@ -2317,7 +2317,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [incu6us/loki-mcp-server](https://github.com/incu6us/loki-mcp-server) [![incu6us/loki-mcp-server MCP server](https://glama.ai/mcp/servers/incu6us/loki-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/incu6us/loki-mcp-server) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - An MCP server for querying Grafana Loki directly with a discovery-first workflow β€” labels, values, series, and LogQL queries without requiring Grafana. - [rbmuller/scherlok](https://github.com/rbmuller/scherlok) [![rbmuller/scherlok MCP server](https://glama.ai/mcp/servers/rbmuller/scherlok/badges/score.svg)](https://glama.ai/mcp/servers/rbmuller/scherlok) 🐍 🏠 🍎 πŸͺŸ 🐧 - Zero-config data quality monitoring across Postgres, BigQuery, Snowflake, MySQL, and DuckDB. Profile a warehouse, detect anomalies (volume, schema drift, freshness, NULLs, distribution, cardinality), with optional dbt manifest lineage. Read-only β€” connection resolved server-side, never passed via the model. - [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) 🏎️ 🏠 - A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.(support CPU、Memory、Disk、Network、Host、ProcessοΌ‰ -- [spanlens/mcp-server](https://github.com/spanlens/Spanlens/tree/main/packages/mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - Query Spanlens LLM observability from Claude Desktop, Cursor, or Continue: request logs, costs, agent traces, anomalies, and user analytics with a read-only API key. +- [spanlens/Spanlens](https://github.com/spanlens/Spanlens/tree/main/packages/mcp-server) [![spanlens/Spanlens MCP server](https://glama.ai/mcp/servers/spanlens/Spanlens/badges/score.svg)](https://glama.ai/mcp/servers/spanlens/Spanlens) πŸŽ–οΈ πŸ“‡ ☁️ - Query Spanlens LLM observability from Claude Desktop, Cursor, or Continue: request logs, costs, agent traces, anomalies, and user analytics with a read-only API key. - [Sudhan30/freshprobe](https://github.com/Sudhan30/freshprobe) [![Sudhan30/freshprobe MCP server](https://glama.ai/mcp/servers/Sudhan30/freshprobe/badges/score.svg)](https://glama.ai/mcp/servers/Sudhan30/freshprobe) 🏎️ ☁️ 🏠 - Data freshness verification for AI agents. Probes endpoints for HTTP cache staleness, latency percentiles, content fingerprinting, TLS health, DNS timing, and redirect chains. Returns deterministic FRESH/STALE/UNKNOWN verdicts with NIST AI RMF mapping. CLI + MCP server + HTTP API with Prometheus metrics and YAML policy engine. - [shibley/apistatuscheck-mcp-server](https://github.com/shibley/apistatuscheck-mcp-server) [![apistatuscheck-mcp-server MCP server](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server) πŸ“‡ ☁️ - Check real-time operational status of 114+ cloud services and APIs (AWS, GitHub, Stripe, OpenAI, Vercel, etc.) directly from AI assistants. Published on npm. - [speedofme-dev/speedofme-mcp](https://www.npmjs.com/package/@speedofme/mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Official SpeedOf.Me server for accurate internet speed tests via 129 global Fastly edge servers with analytics dashboard and local history From 52557b31759959f3c03343b4871a6af8fd726cee Mon Sep 17 00:00:00 2001 From: Philippe Kam Date: Thu, 16 Jul 2026 01:31:16 +0000 Subject: [PATCH 245/403] Add Emailens --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..310229953 100644 --- a/README.md +++ b/README.md @@ -977,6 +977,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [Vivekpatil200320/CyberRescue](https://github.com/Vivekpatil200320/cyberrescue) [![cyberrescue MCP server](https://glama.ai/mcp/servers/Vivekpatil200320/cyberrescue/badges/score.svg)](https://glama.ai/mcp/servers/Vivekpatil200320/cyberrescue) 🐍 🏠 - Secure host-level telemetry gateway enabling sandboxed AI agents to dynamically fetch container logs and track kernel resource metrics. - [davidmosiah/delx-mcp-server](https://github.com/davidmosiah/delx-mcp-server) [![Delx MCP Server](https://glama.ai/mcp/servers/davidmosiah/delx-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/davidmosiah/delx-mcp-server) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Native stdio bridge for the hosted Delx Protocol MCP endpoint, with one-command client install, doctor checks and live tool discovery. - [DeusData/codebase-memory-mcp](https://github.com/DeusData/codebase-memory-mcp) [![DeusData/codebase-memory-mcp MCP server](https://glama.ai/mcp/servers/DeusData/codebase-memory-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DeusData/codebase-memory-mcp) 🌊 🏠 🍎 πŸͺŸ 🐧 - Code-intelligence engine that indexes a repo into a persistent knowledge graph β€” functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, ~99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. `npx codebase-memory-mcp` +- [emailens/mcp](https://github.com/emailens/mcp) [![emailens/mcp MCP server](https://glama.ai/mcp/servers/emailens/mcp/badges/score.svg)](https://glama.ai/mcp/servers/emailens/mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Official MCP server for Emailens, the rendering linter for email. Lint HTML email for rendering issues across 15 clients (Gmail, Outlook, Apple Mail and more), score CSS compatibility 0-100 per client, simulate dark mode, and get framework-native fix snippets for React Email, MJML, and Maizzle. `npx -y @emailens/mcp` - [forgemeshlabs/aso-audit-mcp](https://github.com/forgemeshlabs/aso-audit-mcp) [![forgemeshlabs/aso-audit-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/aso-audit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/aso-audit-mcp) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Free Agent Signal Optimization scanner for website/API agent readiness. Scores discovery, identity, trust, commerce, reputation, and memory signals; validates robots.txt AI bot rules, llms.txt, agent.json, Google A2A agent cards, MCP server cards, API catalogs, OAuth metadata, x402, pricing, security.txt, status endpoints, and cross-file identity consistency. Returns ASO maturity levels, evidence, and prioritized fix plans. Local stdio or Glama-hosted, no API key required. `npx -y @forgemeshlabs/aso-audit-mcp`. - [KyaniteLabs/checkyourself](https://github.com/KyaniteLabs/checkyourself) [![KyaniteLabs/checkyourself MCP server](https://glama.ai/mcp/servers/KyaniteLabs/checkyourself/badges/score.svg)](https://glama.ai/mcp/servers/KyaniteLabs/checkyourself) 🐍 🏠 - Local-first production-readiness audit for AI-built apps: read-only checks, an evidence-based 0-100 score, and guided fixes before launch. - [modus-agendi/managed-agent-control-mcp](https://github.com/modus-agendi/managed-agent-control-mcp) [![modus-agendi/managed-agent-control-mcp MCP server](https://glama.ai/mcp/servers/modus-agendi/managed-agent-control-mcp/badges/score.svg)](https://glama.ai/mcp/servers/modus-agendi/managed-agent-control-mcp) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Start, observe, and interact with Claude Managed Agents from any MCP client β€” launch an agent, poll its events to watch it work, reply, approve the tools it wants to run, and stop it. Runs over stdio, an HTTP container, or AWS Lambda, with pluggable inbound auth (bearer/OIDC/Cognito). From 1274db8aa0db3e1ce02e772b78298f26fd2e4c4f Mon Sep 17 00:00:00 2001 From: Kali123411 Date: Thu, 16 Jul 2026 04:58:59 +0000 Subject: [PATCH 246/403] Add Kali123411/k402-mcp to Finance & Fintech Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..0fef9ecbb 100644 --- a/README.md +++ b/README.md @@ -1574,6 +1574,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [eliasfire617/crypto-market-data-mcp](https://github.com/eliasfire617/crypto-market-data-mcp) [![eliasfire617/crypto-market-data-mcp MCP server](https://glama.ai/mcp/servers/eliasfire617/crypto-market-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/eliasfire617/crypto-market-data-mcp) 🐍 ☁️ - Live crypto market data β€” price, funding rates, open interest, long/short ratio, order book, candles β€” across Bybit, Binance, OKX, Hyperliquid, Gate, KuCoin via CCXT, with funding-rate arbitrage comparison. - [Scottcjn/rustchain-mcp](https://github.com/Scottcjn/rustchain-mcp) [![Scottcjn/rustchain-mcp MCP server](https://glama.ai/mcp/servers/Scottcjn/rustchain-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Scottcjn/rustchain-mcp) 🐍 ☁️ - MCP server for RustChain blockchain, BoTTube video platform, and Beacon agent messaging. Wallet management, mining queries, bounties, video search/upload, and agent messaging tools. Install via `pip install rustchain-mcp`. - [ocbenji/bitcoinbenji-mcp](https://github.com/ocbenji/bitcoinbenji-mcp) [![ocbenji/bitcoinbenji-mcp MCP server](https://glama.ai/mcp/servers/ocbenji/bitcoinbenji-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ocbenji/bitcoinbenji-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Lightning-paid (L402) Bitcoin mempool intelligence + sovereign on-prem AI inference. 25 pay-per-call tools: live fees with trend, whale/mempool alerts, fee prediction, tx status & exact fee quotes, plus AI summarize/translate/grammar/code-review/code-gen/extract/classify/rewrite/explain/vision/OCR/embeddings and long-context docs β€” all on a self-hosted solar-powered GPU, no third-party APIs, pay 2–100 sats per call. `npm i -g @bitcoinbenji/mcp` +- [Kali123411/k402-mcp](https://github.com/Kali123411/k402-mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Agent-payable APIs settled on Kaspa L1: text tools (summarize, schema-guaranteed extract, classify, rewrite), web reading, embeddings + semantic search, live Kaspa chain data, GPU LLM tiers, covenants-as-a-service, and RISC Zero zk proving with cycle-exact quotes. Pay per call in KAS, BTC, LTC, DOGE, BCH, DASH, ETH, or USDC β€” fractions of a cent, no account or API key. `pip install k402-mcp` - [teodorofodocrispin-cmyk/intelica-mcp](https://github.com/teodorofodocrispin-cmyk/intelica-mcp) [![intelica-mcp MCP server](https://glama.ai/mcp/servers/teodorofodocrispin-cmyk/intelica-mcp/badges/score.svg)](https://glama.ai/mcp/servers/teodorofodocrispin-cmyk/intelica-mcp) 🐍 ☁️ - Competitive intelligence API for autonomous AI agents. Analyzes any URL or company description and returns structured JSON with market positioning, competitors, pain points, and executable Market Score (threat_level, moat_strength, agent_recommendation). 10 context modes including regulatory_compliance, venture_screening, crypto_protocol, and sales_enablement. Pay-per-call via x402 on Base and Solana mainnet β€” no accounts, no API keys. - [AMKRS3/keycae-mcp](https://github.com/AMKRS3/keycae-mcp) [![AMKRS3/keycae-mcp MCP server](https://glama.ai/mcp/servers/AMKRS3/keycae-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AMKRS3/keycae-mcp) πŸ“‡ ☁️ - Argentine electronic invoicing (facturaciΓ³n electrΓ³nica) for ARCA/AFIP. Emit invoices, manage credentials, check delegations, and look up taxpayers. 10 tools. Install via `npx keycae-mcp`. - [Logitale/toreador-mcp-server](https://github.com/Logitale/toreador-mcp-server) [![Logitale/toreador-mcp-server MCP server](https://glama.ai/mcp/servers/Logitale/toreador-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Logitale/toreador-mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Generate crypto QR codes (BTC, ETH, SOL, USDC, USDT, EURC) and manage payment sessions from Claude Desktop or any MCP client. Non-custodial, free. From dd1d09f2e364397d4480c220acb4c630f8ad5bbe Mon Sep 17 00:00:00 2001 From: Kali123411 Date: Thu, 16 Jul 2026 05:08:06 +0000 Subject: [PATCH 247/403] Add Glama score badge to k402-mcp entry Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fef9ecbb..e15747ce6 100644 --- a/README.md +++ b/README.md @@ -1574,7 +1574,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [eliasfire617/crypto-market-data-mcp](https://github.com/eliasfire617/crypto-market-data-mcp) [![eliasfire617/crypto-market-data-mcp MCP server](https://glama.ai/mcp/servers/eliasfire617/crypto-market-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/eliasfire617/crypto-market-data-mcp) 🐍 ☁️ - Live crypto market data β€” price, funding rates, open interest, long/short ratio, order book, candles β€” across Bybit, Binance, OKX, Hyperliquid, Gate, KuCoin via CCXT, with funding-rate arbitrage comparison. - [Scottcjn/rustchain-mcp](https://github.com/Scottcjn/rustchain-mcp) [![Scottcjn/rustchain-mcp MCP server](https://glama.ai/mcp/servers/Scottcjn/rustchain-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Scottcjn/rustchain-mcp) 🐍 ☁️ - MCP server for RustChain blockchain, BoTTube video platform, and Beacon agent messaging. Wallet management, mining queries, bounties, video search/upload, and agent messaging tools. Install via `pip install rustchain-mcp`. - [ocbenji/bitcoinbenji-mcp](https://github.com/ocbenji/bitcoinbenji-mcp) [![ocbenji/bitcoinbenji-mcp MCP server](https://glama.ai/mcp/servers/ocbenji/bitcoinbenji-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ocbenji/bitcoinbenji-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Lightning-paid (L402) Bitcoin mempool intelligence + sovereign on-prem AI inference. 25 pay-per-call tools: live fees with trend, whale/mempool alerts, fee prediction, tx status & exact fee quotes, plus AI summarize/translate/grammar/code-review/code-gen/extract/classify/rewrite/explain/vision/OCR/embeddings and long-context docs β€” all on a self-hosted solar-powered GPU, no third-party APIs, pay 2–100 sats per call. `npm i -g @bitcoinbenji/mcp` -- [Kali123411/k402-mcp](https://github.com/Kali123411/k402-mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Agent-payable APIs settled on Kaspa L1: text tools (summarize, schema-guaranteed extract, classify, rewrite), web reading, embeddings + semantic search, live Kaspa chain data, GPU LLM tiers, covenants-as-a-service, and RISC Zero zk proving with cycle-exact quotes. Pay per call in KAS, BTC, LTC, DOGE, BCH, DASH, ETH, or USDC β€” fractions of a cent, no account or API key. `pip install k402-mcp` +- [Kali123411/k402-mcp](https://github.com/Kali123411/k402-mcp) [![Kali123411/k402-mcp MCP server](https://glama.ai/mcp/servers/Kali123411/k402-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Kali123411/k402-mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Agent-payable APIs settled on Kaspa L1: text tools (summarize, schema-guaranteed extract, classify, rewrite), web reading, embeddings + semantic search, live Kaspa chain data, GPU LLM tiers, covenants-as-a-service, and RISC Zero zk proving with cycle-exact quotes. Pay per call in KAS, BTC, LTC, DOGE, BCH, DASH, ETH, or USDC β€” fractions of a cent, no account or API key. `pip install k402-mcp` - [teodorofodocrispin-cmyk/intelica-mcp](https://github.com/teodorofodocrispin-cmyk/intelica-mcp) [![intelica-mcp MCP server](https://glama.ai/mcp/servers/teodorofodocrispin-cmyk/intelica-mcp/badges/score.svg)](https://glama.ai/mcp/servers/teodorofodocrispin-cmyk/intelica-mcp) 🐍 ☁️ - Competitive intelligence API for autonomous AI agents. Analyzes any URL or company description and returns structured JSON with market positioning, competitors, pain points, and executable Market Score (threat_level, moat_strength, agent_recommendation). 10 context modes including regulatory_compliance, venture_screening, crypto_protocol, and sales_enablement. Pay-per-call via x402 on Base and Solana mainnet β€” no accounts, no API keys. - [AMKRS3/keycae-mcp](https://github.com/AMKRS3/keycae-mcp) [![AMKRS3/keycae-mcp MCP server](https://glama.ai/mcp/servers/AMKRS3/keycae-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AMKRS3/keycae-mcp) πŸ“‡ ☁️ - Argentine electronic invoicing (facturaciΓ³n electrΓ³nica) for ARCA/AFIP. Emit invoices, manage credentials, check delegations, and look up taxpayers. 10 tools. Install via `npx keycae-mcp`. - [Logitale/toreador-mcp-server](https://github.com/Logitale/toreador-mcp-server) [![Logitale/toreador-mcp-server MCP server](https://glama.ai/mcp/servers/Logitale/toreador-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Logitale/toreador-mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Generate crypto QR codes (BTC, ETH, SOL, USDC, USDT, EURC) and manage payment sessions from Claude Desktop or any MCP client. Non-custodial, free. From eeda940db51ef3730efc559a34090ad8d9077891 Mon Sep 17 00:00:00 2001 From: Joseph Scott Date: Thu, 16 Jul 2026 01:47:18 -0400 Subject: [PATCH 248/403] Add Rarefied Earth Groundwork company-state MCP Co-authored-by: Cursor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..13b3a8bf9 100644 --- a/README.md +++ b/README.md @@ -2186,6 +2186,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [pfillion42/memviz](https://github.com/pfillion42/memviz) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Visual explorer for [MCP Memory Service](https://github.com/doobidoo/mcp-memory-service) SQLite-vec databases. Browse, search, filter, edit memories with dashboard, timeline, UMAP projection, semantic clustering, duplicate detection, and association graph. - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) πŸŽ–οΈ πŸ¦€ ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. +- [Rarefied-Earth/groundwork](https://github.com/Rarefied-Earth/groundwork) πŸ“‡ ☁️ - Hosted company-state MCP for operating SMBs (brand, voice, charter, priorities, entitled modules/skills). Anonymous public discovery at `https://connector.rarefied.earth/public/mcp` proves live value in under 10 seconds; tenant feed after trial. Official registry: `io.github.Rarefied-Earth/groundwork`. [Product](https://rarefied.earth/groundwork/) - [ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) πŸ“‡ ☁️ - Retrieve context from your [Ragie](https://www.ragie.ai) (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more. - [ravi-labs/mindmap-mcp-server](https://github.com/ravi-labs/mindmap-mcp-server) [![ravi-labs/mindmap-mcp-server MCP server](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server) πŸ“‡ 🏠 - Local-first memory & context-handoff across AI tools β€” capture context in one tool, resume it in another, with graceful decay, a persona layer, and a portable memory passport. - [remembra-ai/remembra](https://github.com/remembra-ai/remembra) [![remembra MCP server](https://glama.ai/mcp/servers/remembra-ai/remembra/badges/score.svg)](https://glama.ai/mcp/servers/remembra-ai/remembra) 🐍 πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Persistent memory layer for AI agents with entity resolution, PII detection, AES-256-GCM encryption at rest, and hybrid search. 100% on LoCoMo benchmark. Self-hosted. From 363ec45fdf03119c4f2a560fb5447e0cf428b88e Mon Sep 17 00:00:00 2001 From: vshulcz Date: Thu, 16 Jul 2026 09:55:44 +0300 Subject: [PATCH 249/403] Add deja-vu to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..20d8c40a7 100644 --- a/README.md +++ b/README.md @@ -2063,6 +2063,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [CanopyHQ/phloem](https://github.com/CanopyHQ/phloem) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Local-first AI memory with causal graphs and citation verification. Semantic search, confidence decay when code drifts, and zero network connections. Works across Claude Code, Cursor, VS Code, and 7 more MCP clients. - [Cavinooo/claude-find](https://github.com/Cavinooo/claude-find) [![Cavinooo/claude-find MCP server](https://glama.ai/mcp/servers/Cavinooo/claude-find/badges/score.svg)](https://glama.ai/mcp/servers/Cavinooo/claude-find) πŸ“‡ 🏠 🍎 - Pull Deep Memory from across your Claude Code Sessions β€” when you need it. - [chatmcp/mcp-server-chatsum](https://github.com/chatmcp/mcp-server-chatsum) - Query and summarize your chat messages with AI prompts. +- [vshulcz/deja-vu](https://github.com/vshulcz/deja-vu) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Local memory layer over the session histories coding agents already write (Claude Code, Codex CLI, opencode): lexical search, recall tools, session-start auto-recall, secret redaction at index time, cross-machine sync over SSH. - [ZengLiangYi/ChatCrystal](https://github.com/ZengLiangYi/ChatCrystal) [![ZengLiangYi/ChatCrystal MCP server](https://glama.ai/mcp/servers/ZengLiangYi/ChatCrystal/badges/score.svg)](https://glama.ai/mcp/servers/ZengLiangYi/ChatCrystal) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first AI PKM memory server for coding conversations. Imports Claude Code, Cursor, Codex CLI, Trae, and GitHub Copilot chats into notes, semantic search, tag graphs, Markdown exports, and reusable MCP memory. `npx -y chatcrystal mcp` - [CheMiguel23/MemoryMesh](https://github.com/CheMiguel23/MemoryMesh) πŸ“‡ 🏠 - Enhanced graph-based memory with a focus on AI role-play and story generation - [ChrisGVE/workspace-qdrant-mcp](https://github.com/ChrisGVE/workspace-qdrant-mcp) [![workspace-qdrant-mcp MCP server](https://glama.ai/mcp/servers/ChrisGVE/workspace-qdrant-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ChrisGVE/workspace-qdrant-mcp) πŸ¦€ πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Project-scoped semantic workspace memory for AI coding assistants. Watches your project files, auto-indexes code and docs into Qdrant with tree-sitter semantic chunking, LSP integration, and hybrid search (dense + sparse + RRF). 6 MCP tools: store, search, retrieve, grep, list, rules. **Alpha** β€” testers and feedback welcome. From 5d95e64b74e9aae9bdd568abb3e24987f8c34308 Mon Sep 17 00:00:00 2001 From: vshulcz Date: Thu, 16 Jul 2026 11:35:22 +0300 Subject: [PATCH 250/403] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20d8c40a7..8ff023f59 100644 --- a/README.md +++ b/README.md @@ -2063,7 +2063,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [CanopyHQ/phloem](https://github.com/CanopyHQ/phloem) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Local-first AI memory with causal graphs and citation verification. Semantic search, confidence decay when code drifts, and zero network connections. Works across Claude Code, Cursor, VS Code, and 7 more MCP clients. - [Cavinooo/claude-find](https://github.com/Cavinooo/claude-find) [![Cavinooo/claude-find MCP server](https://glama.ai/mcp/servers/Cavinooo/claude-find/badges/score.svg)](https://glama.ai/mcp/servers/Cavinooo/claude-find) πŸ“‡ 🏠 🍎 - Pull Deep Memory from across your Claude Code Sessions β€” when you need it. - [chatmcp/mcp-server-chatsum](https://github.com/chatmcp/mcp-server-chatsum) - Query and summarize your chat messages with AI prompts. -- [vshulcz/deja-vu](https://github.com/vshulcz/deja-vu) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Local memory layer over the session histories coding agents already write (Claude Code, Codex CLI, opencode): lexical search, recall tools, session-start auto-recall, secret redaction at index time, cross-machine sync over SSH. +- [vshulcz/deja-vu](https://github.com/vshulcz/deja-vu) [![vshulcz/deja-vu MCP server](https://glama.ai/mcp/servers/vshulcz/deja-vu/badges/score.svg)](https://glama.ai/mcp/servers/vshulcz/deja-vu) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Local memory layer over the session histories coding agents already write (Claude Code, Codex CLI, opencode): lexical search, recall tools, session-start auto-recall, secret redaction at index time, cross-machine sync over SSH. - [ZengLiangYi/ChatCrystal](https://github.com/ZengLiangYi/ChatCrystal) [![ZengLiangYi/ChatCrystal MCP server](https://glama.ai/mcp/servers/ZengLiangYi/ChatCrystal/badges/score.svg)](https://glama.ai/mcp/servers/ZengLiangYi/ChatCrystal) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first AI PKM memory server for coding conversations. Imports Claude Code, Cursor, Codex CLI, Trae, and GitHub Copilot chats into notes, semantic search, tag graphs, Markdown exports, and reusable MCP memory. `npx -y chatcrystal mcp` - [CheMiguel23/MemoryMesh](https://github.com/CheMiguel23/MemoryMesh) πŸ“‡ 🏠 - Enhanced graph-based memory with a focus on AI role-play and story generation - [ChrisGVE/workspace-qdrant-mcp](https://github.com/ChrisGVE/workspace-qdrant-mcp) [![workspace-qdrant-mcp MCP server](https://glama.ai/mcp/servers/ChrisGVE/workspace-qdrant-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ChrisGVE/workspace-qdrant-mcp) πŸ¦€ πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Project-scoped semantic workspace memory for AI coding assistants. Watches your project files, auto-indexes code and docs into Qdrant with tree-sitter semantic chunking, LSP integration, and hybrid search (dense + sparse + RRF). 6 MCP tools: store, search, retrieve, grep, list, rules. **Alpha** β€” testers and feedback welcome. From 9b6f43e538ac7ea9c7063e8183160e6e84500685 Mon Sep 17 00:00:00 2001 From: xtof Date: Thu, 16 Jul 2026 13:15:03 +0200 Subject: [PATCH 251/403] Add naja-scope to Developer Tools MCP server for exploring elaborated SystemVerilog/Verilog designs (RTL or gate-level netlists) without pasting RTL into context. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..cd88c7b07 100644 --- a/README.md +++ b/README.md @@ -1209,6 +1209,7 @@ Tools and integrations that enhance the development workflow and environment man - [muhannad-hash/git-context-mcp](https://github.com/muhannad-hash/git-context-mcp) [![git-context-mcp MCP server](https://glama.ai/mcp/servers/muhannad-hash/git-context-mcp/badges/score.svg)](https://glama.ai/mcp/servers/muhannad-hash/git-context-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Answers "why does this code exist?" by tracing any line back through the commit, GitHub PR description, and linked issues. Five tools: blame context, commit story, file history, commit search, and file contributors. `npx git-context-mcp` - [mumez/pharo-smalltalk-interop-mcp-server](https://github.com/mumez/pharo-smalltalk-interop-mcp-server) 🐍 🏠 - Pharo Smalltalk integration enabling code evaluation, class/method introspection, package management, test execution, and project installation for interactive development with Pharo images. - [n8daniels/RulesetMCP](https://github.com/n8daniels/RulesetMCP) πŸ“‡ 🏠 - Weight-On-Wheels for AI - keeps agents grounded in your project's rules. Query coding standards, validate snippets, and get task-specific guidance from version-controlled rule files. +- [najaeda/naja-scope](https://github.com/najaeda/naja-scope) [![najaeda/naja-scope MCP server](https://glama.ai/mcp/servers/najaeda/naja-scope/badges/score.svg)](https://glama.ai/mcp/servers/najaeda/naja-scope) 🐍 🏠 - Lets AI agents explore elaborated SystemVerilog/Verilog designs (RTL or gate-level netlists) without pasting RTL into context: trace signal fan-in/fan-out, walk module hierarchy, and jump to exact `file:line` source, backed by the najaeda netlist engine. - [Souzix76/n8n-workflow-tester-safe](https://github.com/Souzix76/n8n-workflow-tester-safe) [![n8n-workflow-tester-safe MCP server](https://glama.ai/mcp/servers/Souzix76/n8n-workflow-tester-safe/badges/score.svg)](https://glama.ai/mcp/servers/Souzix76/n8n-workflow-tester-safe) πŸ“‡ 🏠 - Test, score, and inspect n8n workflows via MCP. Config-driven test suites with two-tier scoring, lightweight execution traces, and a built-in node catalog with 436+ nodes. - [AutomateLab-tech/n8n-mcp](https://github.com/AutomateLab-tech/n8n-mcp) [![AutomateLab-tech/n8n-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/n8n-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/n8n-mcp) πŸ“‡ 🏠 - Nine-tool MCP server for n8n: generate workflow JSON from natural language, lint for deprecated node types, missing `typeVersion`, and broken connections, and debug per-node execution failures. Ships with a Claude Code skill. Install: `npx @automatelab/n8n-mcp`. - [narumiruna/gitingest-mcp](https://github.com/narumiruna/gitingest-mcp) 🐍 🏠 - A MCP server that uses [gitingest](https://github.com/cyclotruc/gitingest) to convert any Git repository into a simple text digest of its codebase. From 622f88182c11f6d1d9d8328c883d40fdce371031 Mon Sep 17 00:00:00 2001 From: billy12151 Date: Mon, 6 Jul 2026 14:28:10 +0800 Subject: [PATCH 252/403] Add memory-arbiter-mcp to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..57b687576 100644 --- a/README.md +++ b/README.md @@ -2047,6 +2047,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [bitatlas-group/bitatlas](https://github.com/bitatlas-group/bitatlas) [![bitatlas MCP server](https://glama.ai/mcp/servers/bitatlas-group/bitatlas/badges/score.svg)](https://glama.ai/mcp/servers/bitatlas-group/bitatlas) πŸ“‡ ☁️ - Zero-Knowledge Cloud Drive for Humans and Agents. Client-side AES-256-GCM encryption with 7 MCP tools for encrypted file vault management β€” upload, download, search, and organize files that the server never sees in plaintext. - [besslframework-stack/project-tessera](https://github.com/besslframework-stack/project-tessera) [![project-tessera MCP server](https://glama.ai/mcp/servers/@besslframework-stack/project-tessera/badges/score.svg)](https://glama.ai/mcp/servers/@besslframework-stack/project-tessera) 🐍 🏠 🍎 πŸͺŸ 🐧 - Local workspace memory for Claude Desktop. Indexes your documents (Markdown, CSV, session logs) into a vector store with hybrid search, cross-session memory, auto-learn, and knowledge graph visualization. Zero external dependencies β€” fastembed + LanceDB, no Ollama or Docker required. 15 MCP tools. - [BetaBots-LLC/callimachus](https://github.com/BetaBots-LLC/callimachus) [![BetaBots-LLC/callimachus MCP server](https://glama.ai/mcp/servers/BetaBots-LLC/callimachus/badges/score.svg)](https://glama.ai/mcp/servers/BetaBots-LLC/callimachus) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Local index and hybrid search (SQLite FTS5 + on-device vector KNN) over your AI coding-agent conversation history across 11 tools (Claude Code, Codex, Cursor, and more). Exposes `search_threads`, `search_current_project`, `recent_threads`, and `get_thread` so any agent can recall its own past work. +- [billy12151/memory-arbiter-mcp](https://github.com/billy12151/memory-arbiter-mcp) [![billy12151/memory-arbiter-mcp MCP server](https://glama.ai/mcp/servers/billy12151/memory-arbiter-mcp/badges/score.svg)](https://glama.ai/mcp/servers/billy12151/memory-arbiter-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - AI enhancement middleware: precise retrieval replaces full-memory loading (~80%+ token cut), rule-based conflict arbitration with explainable reasons, and one local SQLite shared across Claude Code/Codex/Cursor/ZCode. Local-first, zero cloud, MIT. `pip install memory-arbiter-mcp` - [bh-rat/context-awesome](https://github.com/bh-rat/context-awesome) πŸ“‡ ☁️ 🏠 - MCP server for querying 8,500+ curated awesome lists (1M+ items) and fetching the best resources for your agent. - [bitbonsai/mcp-obsidian](https://github.com/bitbonsai/mcp-obsidian) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant. - [bluzername/lennys-quotes](https://github.com/bluzername/lennys-quotes) πŸ“‡ 🏠 - Query 269 episodes of Lenny's Podcast for product management wisdom. Search 51,000+ transcript segments with YouTube timestamps. Perfect for PRDs, strategy, and PM career advice. From d37853b547f6865e9dfe13925095cfb5a7389eb3 Mon Sep 17 00:00:00 2001 From: NOpderbeck Date: Thu, 16 Jul 2026 08:18:47 -0600 Subject: [PATCH 253/403] Add Lumify sports intelligence MCP server Hosted Streamable HTTP MCP for schedules, scores, odds, betting splits, and bet intelligence; also available via npx @lumifyai/mcp. Co-authored-by: Cursor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..7c961434d 100644 --- a/README.md +++ b/README.md @@ -3029,6 +3029,7 @@ Tools for accessing sports-related data, results, and statistics. - [khaoss85/arvo-mcp](https://github.com/khaoss85/arvo-mcp) πŸ“‡ ☁️ - AI workout coach MCP server for Arvo. Access training data, workout history, personal records, body progress, and 29 fitness tools through Claude Desktop. - [labeveryday/nba_mcp_server](https://github.com/labeveryday/nba_mcp_server) 🐍 🏠 - Access live and historical NBA statistics including player stats, game scores, team data, and advanced analytics via Model Context Protocol - [lacausecrypto/mcp-sports-hub](https://github.com/lacausecrypto/mcp-sports-hub) [![lacausecrypto/mcp-sports-hub MCP server](https://glama.ai/mcp/servers/lacausecrypto/mcp-sports-hub/badges/score.svg)](https://glama.ai/mcp/servers/lacausecrypto/mcp-sports-hub) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Unified server aggregating 41 sports-data providers (~396 tools): live scores, standings, player stats, betting odds, F1/MotoGP/NASCAR, esports, chess, and more across NFL, NBA, MLB, NHL, soccer, tennis, cricket, golf, and MMA. 19 providers need no API key; provider filtering via presets. Also exposes MCP resources & prompts. `npx mcp-sports-hub` +- [lumifyai/lumify](https://github.com/lumifyai/lumify) πŸ“‡ ☁️ - Agent-ready sports intelligence: schedules, live scores, odds, betting splits, and explainable bet confidence via hosted MCP (`https://lumify.ai/mcp`) or `npx -y @lumifyai/mcp`. API key required. - [mikechao/balldontlie-mcp](https://github.com/mikechao/balldontlie-mcp) πŸ“‡ - MCP server that integrates balldontlie api to provide information about players, teams and games for the NBA, NFL and MLB - [Milofax/xert-mcp](https://github.com/Milofax/xert-mcp) πŸ“‡ ☁️ - MCP server for XERT cycling analytics β€” access fitness signature (FTP, HIE, PP), training status, workouts, activities with XSS metrics, and MPA analysis. - [NasserAlbusaidi/macrofactor-mcp](https://github.com/NasserAlbusaidi/macrofactor-mcp) [![NasserAlbusaidi/macrofactor-mcp MCP server](https://glama.ai/mcp/servers/NasserAlbusaidi/macrofactor-mcp/badges/score.svg)](https://glama.ai/mcp/servers/NasserAlbusaidi/macrofactor-mcp) 🐍 🏠 🍎 🐧 - Fueling & recovery decision engine combining MacroFactor nutrition data with Garmin training data. Recovery checks, daily briefings, weekly reports, and nutrition-performance correlations over your own local data. Install: `uvx macrofactor-mcp`. From 0ce8cc643cc98276dd96de2504c04e7d9a7f845c Mon Sep 17 00:00:00 2001 From: Joseph Scott Date: Thu, 16 Jul 2026 12:53:29 -0400 Subject: [PATCH 254/403] Add Groundwork Glama score badge Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13b3a8bf9..56f90732f 100644 --- a/README.md +++ b/README.md @@ -2186,7 +2186,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [pfillion42/memviz](https://github.com/pfillion42/memviz) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Visual explorer for [MCP Memory Service](https://github.com/doobidoo/mcp-memory-service) SQLite-vec databases. Browse, search, filter, edit memories with dashboard, timeline, UMAP projection, semantic clustering, duplicate detection, and association graph. - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) πŸŽ–οΈ πŸ¦€ ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. -- [Rarefied-Earth/groundwork](https://github.com/Rarefied-Earth/groundwork) πŸ“‡ ☁️ - Hosted company-state MCP for operating SMBs (brand, voice, charter, priorities, entitled modules/skills). Anonymous public discovery at `https://connector.rarefied.earth/public/mcp` proves live value in under 10 seconds; tenant feed after trial. Official registry: `io.github.Rarefied-Earth/groundwork`. [Product](https://rarefied.earth/groundwork/) +- [Rarefied-Earth/groundwork](https://github.com/Rarefied-Earth/groundwork) [![Rarefied-Earth/groundwork MCP server](https://glama.ai/mcp/servers/Rarefied-Earth/groundwork/badges/score.svg)](https://glama.ai/mcp/servers/Rarefied-Earth/groundwork) πŸ“‡ ☁️ - Hosted company-state MCP for operating SMBs (brand, voice, charter, priorities, entitled modules/skills). Anonymous public discovery at `https://connector.rarefied.earth/public/mcp` proves live value in under 10 seconds; tenant feed after trial. Official registry: `io.github.Rarefied-Earth/groundwork`. [Product](https://rarefied.earth/groundwork/) - [ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) πŸ“‡ ☁️ - Retrieve context from your [Ragie](https://www.ragie.ai) (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more. - [ravi-labs/mindmap-mcp-server](https://github.com/ravi-labs/mindmap-mcp-server) [![ravi-labs/mindmap-mcp-server MCP server](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server) πŸ“‡ 🏠 - Local-first memory & context-handoff across AI tools β€” capture context in one tool, resume it in another, with graceful decay, a persona layer, and a portable memory passport. - [remembra-ai/remembra](https://github.com/remembra-ai/remembra) [![remembra MCP server](https://glama.ai/mcp/servers/remembra-ai/remembra/badges/score.svg)](https://glama.ai/mcp/servers/remembra-ai/remembra) 🐍 πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Persistent memory layer for AI agents with entity resolution, PII detection, AES-256-GCM encryption at rest, and hybrid search. 100% on LoCoMo benchmark. Self-hosted. From 525f1cff380ec63b6b4b82b030d16290a6ba3d7a Mon Sep 17 00:00:00 2001 From: MarcellM01 <9119122+MarcellM01@users.noreply.github.com> Date: Thu, 16 Jul 2026 19:40:33 +0200 Subject: [PATCH 255/403] Add MarcellM01/TinySearch to Search & Data Extraction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..140d777cd 100644 --- a/README.md +++ b/README.md @@ -2775,6 +2775,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [zoomeye-ai/mcp_zoomeye](https://github.com/zoomeye-ai/mcp_zoomeye) πŸ“‡ ☁️ - Querying network asset information by ZoomEye MCP Server - [juergenkoller-software/pdf-content-search-mcp](https://github.com/juergenkoller-software/pdf-content-search-mcp) [![juergenkoller-software/pdf-content-search-mcp MCP server](https://glama.ai/mcp/servers/juergenkoller-software/pdf-content-search-mcp/badges/score.svg)](https://glama.ai/mcp/servers/juergenkoller-software/pdf-content-search-mcp) 🏠 🍎 - MCP bridge for [PDF Content Search](https://store.juergenkoller.software/en/apps/pdf-content-search) β€” full-text PDF search with Apple Vision OCR across thousands of documents in under a second. Advanced filters (date, category, sender, amount), wildcards, boolean operators. - [rejifald/StitchAPI](https://github.com/rejifald/StitchAPI) [![rejifald/StitchAPI MCP server](https://glama.ai/mcp/servers/rejifald/StitchAPI/badges/score.svg)](https://glama.ai/mcp/servers/rejifald/StitchAPI) πŸ“‡ ☁️ - Semantic search over the StitchAPI documentation (the hosted docs MCP): `search_docs` returns the most relevant doc sections with deep links, `get_doc` fetches a full page. Hosted endpoint `https://stitchapi.dev/api/mcp`, no auth. +- [MarcellM01/TinySearch](https://github.com/MarcellM01/TinySearch) 🐍 🏠 - Self-hosted web research for MCP agents: search (SearXNG, with DuckDuckGo fallback), crawl, dense+BM25 rerank, and dedupe into a source-grounded, cited prompt. Local ONNX embeddings by default, or bring an OpenAI-compatible embedding API. ### πŸ”’ Security From 1110f38071d7549d24451905a0012aae2e018a4f Mon Sep 17 00:00:00 2001 From: Arjen Date: Thu, 16 Jul 2026 19:44:59 +0200 Subject: [PATCH 256/403] Add corewebvitals/state-of-cwv-mcp with Glama badge Free remote MCP for Core Web Vitals metrics by CMS, CDN, and framework. Includes Glama score badge; repo has Dockerfile for introspection. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..5c17d89f3 100644 --- a/README.md +++ b/README.md @@ -2832,6 +2832,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [bx33661/Wireshark-MCP](https://github.com/bx33661/Wireshark-MCP) [![Wireshark-MCP MCP server](https://glama.ai/mcp/servers/bx33661/Wireshark-MCP/badges/score.svg)](https://glama.ai/mcp/servers/bx33661/Wireshark-MCP) 🐍 🏠 - Wireshark network packet analysis MCP Server with capture, protocol stats, field extraction, and security analysis capabilities. - [Chimera-Protocol/csl-core](https://github.com/Chimera-Protocol/csl-core) 🐍 🏠 🍎 πŸͺŸ 🐧 - Deterministic AI safety policy engine with Z3 formal verification. Write, verify, and enforce machine-verifiable constraints for AI agents via MCP. - [co-browser/attestable-mcp-server](https://github.com/co-browser/attestable-mcp-server) 🐍 🏠 ☁️ 🐧 - An MCP server running inside a trusted execution environment (TEE) via Gramine, showcasing remote attestation using [RA-TLS](https://gramine.readthedocs.io/en/stable/attestation.html). This allows an MCP client to verify the server before conencting. +- [corewebvitals/state-of-cwv-mcp](https://github.com/corewebvitals/state-of-cwv-mcp) [![corewebvitals/state-of-cwv-mcp MCP server](https://glama.ai/mcp/servers/corewebvitals/state-of-cwv-mcp/badges/score.svg)](https://glama.ai/mcp/servers/corewebvitals/state-of-cwv-mcp) ☁️ - Free remote MCP for Core Web Vitals metrics by CMS, CDN, and framework (Chrome field data + multi-site crawl). No auth. Endpoint: `https://www.corewebvitals.io/api/state-of-cwv/mcp`. - [coreyhines/opnsense-mcp](https://github.com/coreyhines/opnsense-mcp) [![coreyhines/opnsense-mcp MCP server](https://glama.ai/mcp/servers/coreyhines/opnsense-mcp/badges/score.svg)](https://glama.ai/mcp/servers/coreyhines/opnsense-mcp) 🐍 πŸ“‡ ☁️ 🏠 - OPNsense firewall operations via API. Query ARP, DHCP, firewall rules, logs, interfaces, system status, and packet capture via STDIO or SSE. - [creatorrmode-lead/avp-sdk](https://github.com/creatorrmode-lead/avp-sdk) [![creatorrmode-lead/avp-sdk MCP server](https://glama.ai/mcp/servers/creatorrmode-lead/avp-sdk/badges/score.svg)](https://glama.ai/mcp/servers/creatorrmode-lead/avp-sdk) πŸ“‡ ☁️ - Trust, identity (W3C DID), and EigenTrust reputation for AI agents. Attestations, disputes, sybil detection, IPFS audit anchoring. - [gebalamariusz/cloud-audit](https://github.com/gebalamariusz/cloud-audit) [![gebalamariusz/cloud-audit MCP server](https://glama.ai/mcp/servers/gebalamariusz/cloud-audit/badges/score.svg)](https://glama.ai/mcp/servers/gebalamariusz/cloud-audit) 🐍 🏠 🍎 πŸͺŸ 🐧 - Open-source AWS security scanner with attack chain detection, breach cost estimation, and copy-paste remediation (CLI + Terraform). 47 checks, 16 attack chain rules. First free standalone AWS security MCP server. From 24f3077ba9d9d58d88bdb13f8f883da274662526 Mon Sep 17 00:00:00 2001 From: MarcellM01 <9119122+MarcellM01@users.noreply.github.com> Date: Thu, 16 Jul 2026 19:53:38 +0200 Subject: [PATCH 257/403] Add Glama score badge to MarcellM01/TinySearch entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 140d777cd..be8e45af5 100644 --- a/README.md +++ b/README.md @@ -2775,7 +2775,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [zoomeye-ai/mcp_zoomeye](https://github.com/zoomeye-ai/mcp_zoomeye) πŸ“‡ ☁️ - Querying network asset information by ZoomEye MCP Server - [juergenkoller-software/pdf-content-search-mcp](https://github.com/juergenkoller-software/pdf-content-search-mcp) [![juergenkoller-software/pdf-content-search-mcp MCP server](https://glama.ai/mcp/servers/juergenkoller-software/pdf-content-search-mcp/badges/score.svg)](https://glama.ai/mcp/servers/juergenkoller-software/pdf-content-search-mcp) 🏠 🍎 - MCP bridge for [PDF Content Search](https://store.juergenkoller.software/en/apps/pdf-content-search) β€” full-text PDF search with Apple Vision OCR across thousands of documents in under a second. Advanced filters (date, category, sender, amount), wildcards, boolean operators. - [rejifald/StitchAPI](https://github.com/rejifald/StitchAPI) [![rejifald/StitchAPI MCP server](https://glama.ai/mcp/servers/rejifald/StitchAPI/badges/score.svg)](https://glama.ai/mcp/servers/rejifald/StitchAPI) πŸ“‡ ☁️ - Semantic search over the StitchAPI documentation (the hosted docs MCP): `search_docs` returns the most relevant doc sections with deep links, `get_doc` fetches a full page. Hosted endpoint `https://stitchapi.dev/api/mcp`, no auth. -- [MarcellM01/TinySearch](https://github.com/MarcellM01/TinySearch) 🐍 🏠 - Self-hosted web research for MCP agents: search (SearXNG, with DuckDuckGo fallback), crawl, dense+BM25 rerank, and dedupe into a source-grounded, cited prompt. Local ONNX embeddings by default, or bring an OpenAI-compatible embedding API. +- [MarcellM01/TinySearch](https://github.com/MarcellM01/TinySearch) [![MarcellM01/TinySearch MCP server](https://glama.ai/mcp/servers/MarcellM01/TinySearch/badges/score.svg)](https://glama.ai/mcp/servers/MarcellM01/TinySearch) 🐍 🏠 - Self-hosted web research for MCP agents: search (SearXNG, with DuckDuckGo fallback), crawl, dense+BM25 rerank, and dedupe into a source-grounded, cited prompt. Local ONNX embeddings by default, or bring an OpenAI-compatible embedding API. ### πŸ”’ Security From 97906e57b529586c3039b3f50f6604190e6c6101 Mon Sep 17 00:00:00 2001 From: Akanowo Date: Thu, 16 Jul 2026 19:34:17 +0100 Subject: [PATCH 258/403] Fix sendchamp entry and restore Infobip listing. Remove accidental Infobip duplicate content and add Glama badge for sendchamp/ai. Co-authored-by: Cursor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab313c242..18f179a3d 100644 --- a/README.md +++ b/README.md @@ -655,8 +655,8 @@ Integration with communication platforms for message management and channel oper - [iletimerkezi/iletimerkezi-mcp-server](https://github.com/iletimerkezi/iletimerkezi-mcp-server) [![iletimerkezi/iletimerkezi-mcp-server MCP server](https://glama.ai/mcp/servers/iletimerkezi/iletimerkezi-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/iletimerkezi/iletimerkezi-mcp-server) πŸŽ–οΈ ☁️ - Send SMS, query delivery reports, manage senders / blacklists, register and check Δ°YS (Turkish messaging consent registry) records through the [iletiMerkezi](https://www.iletimerkezi.com) BTK-licensed SMS API. 11 tools, runtime-fetched manifest stays in lock-step with the live API. Install: `npx -y @iletimerkezi/mcp-server`. - [imdinu/apple-mail-mcp](https://github.com/imdinu/apple-mail-mcp) [![apple-mail-mcp MCP server](https://glama.ai/mcp/servers/@imdinu/apple-mail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@imdinu/apple-mail-mcp) 🐍 🏠 🍎 - Fast MCP server for Apple Mail β€” 87x faster email fetching via batch JXA and FTS5 search index for ~2ms body search. 6 tools: list accounts/mailboxes, get emails with filters, full-text search across all scopes, and attachment extraction. - [InditexTech/mcp-teams-server](https://github.com/InditexTech/mcp-teams-server) 🐍 ☁️ - MCP server that integrates Microsoft Teams messaging (read, post, mention, list members and threads) -- [Infobip/mcp](https://github.com/infobip/mcp) -- [sendchamp/ai](https://github.com/sendchamp/ai) πŸŽ–οΈ ☁️ - Official Sendchamp docs MCP server for AI coding agents. Read-only search and retrieval over SMS, OTP verification, and Africa-specific routing documentation. Endpoint: `https://mcp.sendchamp.com/docs`. Pair with Agent Skills via `npx skills add sendchamp/ai`. πŸŽ–οΈ ☁️ - Official Infobip MCP server for integrating Infobip global cloud communication platform. It equips AI agents with communication superpowers, allowing them to send and receive SMS and RCS messages, interact with WhatsApp and Viber, automate communication workflows, and manage customer data, all in a production-ready environment. +- [Infobip/mcp](https://github.com/infobip/mcp) πŸŽ–οΈ ☁️ - Official Infobip MCP server for integrating Infobip global cloud communication platform. It equips AI agents with communication superpowers, allowing them to send and receive SMS and RCS messages, interact with WhatsApp and Viber, automate communication workflows, and manage customer data, all in a production-ready environment. +- [sendchamp/ai](https://github.com/sendchamp/ai) [![sendchamp/ai MCP server](https://glama.ai/mcp/servers/sendchamp/ai/badges/score.svg)](https://glama.ai/mcp/servers/sendchamp/ai) πŸŽ–οΈ ☁️ - Official Sendchamp docs MCP server for AI coding agents. Read-only search and retrieval over SMS, OTP verification, and Africa-specific routing documentation. Endpoint: `https://mcp.sendchamp.com/docs`. Pair with Agent Skills via `npx skills add sendchamp/ai`. - [iprashantraj/mcp-discord-bridge](https://github.com/iprashantraj/mcp-discord-bridge) [![iprashantraj/mcp-discord-bridge MCP server](https://glama.ai/mcp/servers/iprashantraj/mcp-discord-bridge/badges/score.svg)](https://glama.ai/mcp/servers/iprashantraj/mcp-discord-bridge) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Discord MCP server with 46 tools for channels, messages, forums, webhooks, members, roles, threads, and moderation. Zero-install via `npx -y mcp-discord-bridge`. Also runs as a standalone bot with slash commands. - [jcoulaud/shipmail-mcp](https://github.com/jcoulaud/shipmail-mcp) [![jcoulaud/shipmail-mcp MCP server](https://glama.ai/mcp/servers/jcoulaud/shipmail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jcoulaud/shipmail-mcp) πŸ“‡ ☁️ - Business email MCP server for AI agents. Manage custom-domain mailboxes, read and send messages, draft replies, inspect threads, and automate Shipmail REST API/webhook workflows. - [sethbang/proton-mail-mcp](https://github.com/sethbang/proton-mail-mcp) [![proton-mail-mcp MCP server](https://glama.ai/mcp/servers/sethbang/proton-mail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sethbang/proton-mail-mcp) πŸ“‡ 🏠 - Unofficial Proton Mail MCP server β€” send, read, search, and organize email over SMTP and IMAP (via Proton Mail Bridge). Bulk ops with dry-run previews, read-only mode, and Trash-by-default deletes. Not affiliated with Proton AG. From 97ce3553c7801be2ef592ef719246ce684023265 Mon Sep 17 00:00:00 2001 From: Nerius Rutkauskas Date: Thu, 16 Jul 2026 21:46:20 +0300 Subject: [PATCH 259/403] Add ScrapeUnblocker MCP server to Browser Automation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..27f55bf2e 100644 --- a/README.md +++ b/README.md @@ -420,6 +420,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [realwigu/mcp-doctor](https://github.com/realwigu/mcp-doctor) [![realwigu/mcp-doctor MCP server](https://glama.ai/mcp/servers/realwigu/mcp-doctor/badges/score.svg)](https://glama.ai/mcp/servers/realwigu/mcp-doctor) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Zero-config diagnostics for MCP servers. Auto-discovers configs across Claude Code, Cursor, VS Code, Windsurf, and Claude Desktop, then tests connections via JSON-RPC handshake, audits security issues, and benchmarks latency. Also runs as an MCP server itself. - [recursechat/mcp-server-apple-shortcuts](https://github.com/recursechat/mcp-server-apple-shortcuts) πŸ“‡ 🏠 🍎 - An MCP Server Integration with Apple Shortcuts - [Retio-ai/pagemap](https://github.com/Retio-ai/Retio-pagemap) 🐍 🏠 - Compresses ~100K-token HTML into 2-5K-token structured maps while preserving every actionable element. AI agents can read and interact with any web page at 97% fewer tokens. +- [ScrapeUnblocker/scrapeunblocker-mcp](https://github.com/ScrapeUnblocker/scrapeunblocker-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Fetch any web page's HTML (or AI-parsed JSON, or Google results) through the ScrapeUnblocker anti-bot API (Cloudflare, DataDome, PerimeterX, Akamai, Shape), using your own API key. Three tools: `fetch_html`, `fetch_parsed`, `google_search`. Install: `npx -y scrapeunblocker-mcp`. - [seleniumboot/selenium-mcp](https://github.com/seleniumboot/selenium-mcp) [![seleniumboot/selenium-mcp MCP server](https://glama.ai/mcp/servers/seleniumboot/selenium-mcp/badges/score.svg)](https://glama.ai/mcp/servers/seleniumboot/selenium-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Python MCP server for Selenium WebDriver β€” 84 tools for browser automation, element interactions, assertions, and self-healing locators, plus codegen for Java TestNG / JUnit 5 / Cucumber / pytest / C# NUnit / Playwright and CI pipelines (GitHub Actions / Jenkins / GitLab CI). No ChromeDriver setup needed. - [serkan-ozal/browser-devtools-mcp](https://github.com/serkan-ozal/browser-devtools-mcp) πŸ“‡ - An MCP Server enables AI assistants to autonomously test, debug, and validate web applications. - [site-shot/site-shot-mcp](https://github.com/site-shot/site-shot-mcp) [![site-shot/site-shot-mcp MCP server](https://glama.ai/mcp/servers/site-shot/site-shot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/site-shot/site-shot-mcp) πŸ“‡ ☁️ - Website screenshot API for AI agents. Real Chromium rendering, full-page capture up to 20,000px, country/geo proxies, and automatic ad & cookie-banner removal (cleaner images, fewer vision tokens). Two tools: `capture_screenshot`, `capture_full_page`. Install: `npx -y site-shot-mcp`. From f6e84f4c267bfb9bdfce33bbbdd70136e5a8114a Mon Sep 17 00:00:00 2001 From: Grzegorz Grzywacz Date: Thu, 16 Jul 2026 23:01:06 +0200 Subject: [PATCH 260/403] Add pingwa (WhatsApp notifications + human-in-the-loop) to Communication --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..23a9fc67d 100644 --- a/README.md +++ b/README.md @@ -690,6 +690,7 @@ Integration with communication platforms for message management and channel oper - [gitmotion/ntfy-me-mcp](https://github.com/gitmotion/ntfy-me-mcp) πŸ“‡ ☁️ 🏠 - An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents πŸ“€ (supports secure token auth & more - use with npx or docker!) - [googlarz/signal-mcp](https://github.com/googlarz/signal-mcp) [![googlarz/signal-mcp MCP server](https://glama.ai/mcp/servers/googlarz/signal-mcp/badges/score.svg)](https://glama.ai/mcp/servers/googlarz/signal-mcp) 🏠 - Full Signal messenger MCP server and CLI. Send/receive messages, manage groups and contacts, search history, handle attachments and reactions. Runs locally via signal-cli β€” no third-party servers. - [gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git) πŸš€ ☁️ - An MCP server application that sends various types of messages to the WeCom group robot. +- [grzgrzgrz3/pingwa-client](https://github.com/grzgrzgrz3/pingwa-client) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - WhatsApp notifications for AI agents with zero setup β€” no Meta account, no templates, no dashboard: text "join", get an API key, send in 60 seconds (`uvx pingwa mcp` or remote at pingwa.dev/mcp). Two-way: `ask` with tap-to-answer buttons, `check_replies`. Official Meta Cloud API β€” won't ban your number. - [hannesrudolph/imessage-query-fastmcp-mcp-server](https://github.com/hannesrudolph/imessage-query-fastmcp-mcp-server) 🐍 🏠 🍎 - An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP), enabling LLMs to query and analyze iMessage conversations with proper phone number validation and attachment handling - [helbertparanhos/resend-email-mcp](https://github.com/helbertparanhos/resend-email-mcp) [![resend-email-mcp MCP server](https://glama.ai/mcp/servers/helbertparanhos/resend-email-mcp/badges/score.svg)](https://glama.ai/mcp/servers/helbertparanhos/resend-email-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - The most complete Resend email MCP β€” full API coverage (75 tools) plus a unique debug/diagnostics layer: deliverability analysis, DNS troubleshooting, email inspection, bounce explanation, and account audit. `npx -y resend-email-mcp`. - [i-am-bee/acp-mcp](https://github.com/i-am-bee/acp-mcp) 🐍 πŸ’¬ - An MCP server acting as an adapter into the [ACP](https://agentcommunicationprotocol.dev) ecosystem. Seamlessly exposes ACP agents to MCP clients, bridging the communication gap between the two protocols. From af500db0431ffd63eb12fe36f36e10e047db552d Mon Sep 17 00:00:00 2001 From: vin-spiegel Date: Fri, 17 Jul 2026 10:03:52 +0900 Subject: [PATCH 261/403] chore: update htmldrop MCP score badge URL to api/github/score format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38d90e0a6..96355a6a3 100644 --- a/README.md +++ b/README.md @@ -3217,7 +3217,7 @@ Interact with Git repositories and version control platforms. Enables repository - [UnitVectorY-Labs/mcp-graphql-forge](https://github.com/UnitVectorY-Labs/mcp-graphql-forge) 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents. - [wanaku-ai/wanaku](https://github.com/wanaku-ai/wanaku) - ☁️ 🏠 The Wanaku MCP Router is a SSE-based MCP server that provides an extensible routing engine that allows integrating your enterprise systems with AI agents. - [megberts/mcp-websitepublisher-ai](https://github.com/megberts/mcp-websitepublisher-ai) ☁️ - Build and publish websites through AI conversation. 27 MCP tools for pages, assets, entities, records and integrations. Remote server with OAuth 2.1 auto-discovery, works with Claude, ChatGPT, Mistral/Le Chat and Cursor. -- [vin-spiegel/htmldrop](https://github.com/vin-spiegel/htmldrop) [![MCP Score](https://glama.ai/mcp/servers/n3ju3e7o9c/badges/score.svg)](https://glama.ai/mcp/servers/n3ju3e7o9c) πŸŽ–οΈ πŸ“‡ ☁️ - Publish HTML artifacts (reports, dashboards, demos) as instant shareable links with TTL expiry, social preview cards, and optional password protection. Hosted at [htmldrop.link](https://htmldrop.link) or self-hostable. +- [vin-spiegel/htmldrop](https://github.com/vin-spiegel/htmldrop) [![MCP Score](https://glama.ai/api/github/score/vin-spiegel/htmldrop.svg)](https://glama.ai/mcp/servers/n3ju3e7o9c) πŸŽ–οΈ πŸ“‡ ☁️ - Publish HTML artifacts (reports, dashboards, demos) as instant shareable links with TTL expiry, social preview cards, and optional password protection. Hosted at [htmldrop.link](https://htmldrop.link) or self-hostable. - [wishfinity/wishfinity-mcp-plusw](https://github.com/wishfinity/wishfinity-mcp-plusw) πŸ“‡ ☁️ 🏠 - Universal wishlist for AI shopping experiences. Save any product URL from any store to a wishlist. Works with Claude, ChatGPT, LangChain, n8n, and any MCP client. - [wong2/mcp-cli](https://github.com/wong2/mcp-cli) πŸ“‡ 🏠 - CLI tool for testing MCP servers - [ws-mcp](https://github.com/nick1udwig/ws-mcp) - Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz)) From 596b1d25953c6e7a0f36570d548f684f9ce025a5 Mon Sep 17 00:00:00 2001 From: Jeff Tham Date: Thu, 9 Jul 2026 07:49:19 -0400 Subject: [PATCH 262/403] Add shieldly-io/mcp to Security section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..57a140560 100644 --- a/README.md +++ b/README.md @@ -2955,7 +2955,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [BeBraveBeKind/mcpskills-server](https://github.com/BeBraveBeKind/mcpskills-server) [![BeBraveBeKind/mcpskills-server MCP server](https://glama.ai/mcp/servers/BeBraveBeKind/mcpskills-server/badges/score.svg)](https://glama.ai/mcp/servers/BeBraveBeKind/mcpskills-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Pre-install trust layer for MCP servers, AI skills, and npm packages. Scores any repo or package across 15 signals (incl. OSV/KEV/EPSS vulnerability intelligence) with safety scanning for prompt injection, credential theft, and supply-chain risk; the `auto_gate` tool returns a go/no-go install decision. Listed in the official MCP Registry as `io.mcpskills/server`. npm: `@mcpskillsio/server`. https://mcpskills.io - [gautam-u/sieve-mcp](https://github.com/gautam-u/sieve-mcp) [![gautam-u/sieve-mcp MCP server](https://glama.ai/mcp/servers/gautam-u/sieve-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gautam-u/sieve-mcp) 🏠 🍎 - Local AI chat history secret scanner for macOS. Finds API keys and secrets leaked into Claude Code, Cursor, Copilot Chat, Cline, Codex, Gemini CLI, and other AI tool transcripts. 9 MCP tools: findings list with redacted previews, boolean secret detection (`sieve_check_text`), placeholder-only redaction (`sieve_redact_text` returns `sieve://project/key`, never raw values), vault-backed command execution, and scan health. Local-only stdio transport, macOS Keychain vault, no plaintext secrets in any tool response. [Mac App Store](https://apps.apple.com/app/sieve-ai-secret-scanner/id6747506504). - [yessGlory17/job-verify](https://github.com/yessGlory17/job-verify) [![yessGlory17/job-verify MCP server](https://glama.ai/mcp/servers/yessGlory17/job-verify/badges/score.svg)](https://glama.ai/mcp/servers/yessGlory17/job-verify) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Check whether a recruiter or job offer is a scam before you reply. Extracts entities (company, links, email, phone, wallets) from a pasted message and cross-checks company registration, domain age, look-alike/typosquat domains, phishing & malware blocklists, email deliverability, crypto-scam databases, and Internet Archive history β€” free OSINT, no API keys. - +- [shieldly-io/mcp](https://github.com/shieldly-io/mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Official [Shieldly](https://www.shieldly.io) MCP server: `analyze_iam_policy` and `analyze_cloudformation_template` tools flag AWS IAM privilege-escalation paths, wildcards, and over-permissive access. Free demo mode, no signup or API key needed. `npx -y @shieldly/mcp`. ### 🌐 Social Media Integration with social media platforms to allow posting, analytics, and interaction management. Enables AI-driven automation for social presence. From ecdc85aa9835fc11fb46332a0d5085c9112be97a Mon Sep 17 00:00:00 2001 From: Jeff Tham Date: Mon, 13 Jul 2026 08:01:24 -0400 Subject: [PATCH 263/403] Add Glama badge to shieldly-io/mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57a140560..513d994d6 100644 --- a/README.md +++ b/README.md @@ -2955,7 +2955,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [BeBraveBeKind/mcpskills-server](https://github.com/BeBraveBeKind/mcpskills-server) [![BeBraveBeKind/mcpskills-server MCP server](https://glama.ai/mcp/servers/BeBraveBeKind/mcpskills-server/badges/score.svg)](https://glama.ai/mcp/servers/BeBraveBeKind/mcpskills-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Pre-install trust layer for MCP servers, AI skills, and npm packages. Scores any repo or package across 15 signals (incl. OSV/KEV/EPSS vulnerability intelligence) with safety scanning for prompt injection, credential theft, and supply-chain risk; the `auto_gate` tool returns a go/no-go install decision. Listed in the official MCP Registry as `io.mcpskills/server`. npm: `@mcpskillsio/server`. https://mcpskills.io - [gautam-u/sieve-mcp](https://github.com/gautam-u/sieve-mcp) [![gautam-u/sieve-mcp MCP server](https://glama.ai/mcp/servers/gautam-u/sieve-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gautam-u/sieve-mcp) 🏠 🍎 - Local AI chat history secret scanner for macOS. Finds API keys and secrets leaked into Claude Code, Cursor, Copilot Chat, Cline, Codex, Gemini CLI, and other AI tool transcripts. 9 MCP tools: findings list with redacted previews, boolean secret detection (`sieve_check_text`), placeholder-only redaction (`sieve_redact_text` returns `sieve://project/key`, never raw values), vault-backed command execution, and scan health. Local-only stdio transport, macOS Keychain vault, no plaintext secrets in any tool response. [Mac App Store](https://apps.apple.com/app/sieve-ai-secret-scanner/id6747506504). - [yessGlory17/job-verify](https://github.com/yessGlory17/job-verify) [![yessGlory17/job-verify MCP server](https://glama.ai/mcp/servers/yessGlory17/job-verify/badges/score.svg)](https://glama.ai/mcp/servers/yessGlory17/job-verify) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Check whether a recruiter or job offer is a scam before you reply. Extracts entities (company, links, email, phone, wallets) from a pasted message and cross-checks company registration, domain age, look-alike/typosquat domains, phishing & malware blocklists, email deliverability, crypto-scam databases, and Internet Archive history β€” free OSINT, no API keys. -- [shieldly-io/mcp](https://github.com/shieldly-io/mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Official [Shieldly](https://www.shieldly.io) MCP server: `analyze_iam_policy` and `analyze_cloudformation_template` tools flag AWS IAM privilege-escalation paths, wildcards, and over-permissive access. Free demo mode, no signup or API key needed. `npx -y @shieldly/mcp`. +- [shieldly-io/mcp](https://github.com/shieldly-io/mcp) [![shieldly-io/mcp MCP server](https://glama.ai/mcp/servers/shieldly-io/mcp/badges/score.svg)](https://glama.ai/mcp/servers/shieldly-io/mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Official [Shieldly](https://www.shieldly.io) MCP server: `analyze_iam_policy` and `analyze_cloudformation_template` tools flag AWS IAM privilege-escalation paths, wildcards, and over-permissive access. Free demo mode, no signup or API key needed. `npx -y @shieldly/mcp`. ### 🌐 Social Media Integration with social media platforms to allow posting, analytics, and interaction management. Enables AI-driven automation for social presence. From 39e8105f3aa582fd57618300ca25123b1bb044fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9E=C3=BCkr=C3=BC=20K=C3=BC=C3=A7=C3=BCk?= Date: Fri, 17 Jul 2026 10:49:07 +0300 Subject: [PATCH 264/403] Add x402-bazaar-mcp to Finance & Fintech Base token-safety MCP toolkit: the only B20 (Base-native token) freeze/seize/rug suite, plus pre-trade gates, honeypot/sellability, wallet + approval audits, sign-guard, prices and AI reports. 80+ pay-per-call tools over x402, free tier, no API keys. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..eb72ebf8d 100644 --- a/README.md +++ b/README.md @@ -1587,6 +1587,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [@iiatlas/hledger-mcp](https://github.com/iiAtlas/hledger-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ - Double entry plain text accounting, right in your LLM! This MCP enables comprehensive read, and (optional) write access to your local [HLedger](https://hledger.org/) accounting journals. - [Fabio662/yieldagentx402-sdks](https://github.com/Fabio662/yieldagentx402-sdks) [![Fabio662/yieldagentx402-sdks MCP server](https://glama.ai/mcp/servers/Fabio662/yieldagentx402-sdks/badges/score.svg)](https://glama.ai/mcp/servers/Fabio662/yieldagentx402-sdks) πŸ“‡ ☁️ - Custody-free, policy-gated, receipt-backed execution layer for AI agents. 16 MCP tools across 18 chains (Base, Ethereum, Bitcoin native, Starknet, NEAR, Solana, Stacks, BNB, Rootstock, Filecoin, Aptos, Sui, TON, Tron, XRPL, Stellar, Algorand). One NEAR MPC key authority signs on EVM and BTC, no private keys held anywhere. ShadeGuard policy enforcement, Intel TDX TEE attestation, HMAC-SHA256 receipts, Filecoin and BTFS anchored. x402 protocol settlement with 0.25 percent protocol fee. Public discovery with no signup needed: call yax_get_capabilities without auth. Instant test key (5 USD cap, 7 day) via POST /api/apply. Install via `npx agentx402-mcp-server`. - [@openpulsechain/mcp-server](https://github.com/openpulsechain/public/tree/main/mcp-server) [![openpulsechain/public MCP server](https://glama.ai/mcp/servers/openpulsechain/public/badges/score.svg)](https://glama.ai/mcp/servers/openpulsechain/public) πŸ“‡ ☁️ - PulseChain on-chain analytics: token safety scores (0-100), honeypot detection, whale tracking, smart money feed, scam alerts, DEX volume, bridge stats, holder leagues. 11 free + 9 pro tools. `npx @openpulsechain/mcp-server` +- [sukrutkrdg/x402-bazaar-mcp](https://github.com/sukrutkrdg/x402-bazaar-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - The Base token-safety toolkit for agents: the only B20 (Base-native token) freeze/seize/rug suite, plus pre-trade GO/HOLD/STOP gates, honeypot/sellability, wallet + approval audits, sign-guard, prices and Claude-written AI reports. 80+ pay-per-call tools over x402 (USDC on Base), free tier, no API keys. `npx x402-bazaar-mcp` - [0xDegenMo/lighter-mcp](https://github.com/0xDegenMo/lighter-mcp) [![0xDegenMo/lighter-mcp MCP server](https://glama.ai/mcp/servers/0xDegenMo/lighter-mcp/badges/score.svg)](https://glama.ai/mcp/servers/0xDegenMo/lighter-mcp) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for [Lighter](https://lighter.xyz) β€” a zero-fee zk-rollup perpetual DEX. Trade ~190 perpetuals (crypto + RWA: PAXG/XAU gold, XAG silver, WTI oil, equity tickers like TSLA/AMZN/ASML) from Claude Desktop, Cursor, Hermes, or any MCP client. Three credential tiers (PUBLIC market data β†’ READ account β†’ TRADE signing), native on-chain stop-loss / take-profit, server-side safety caps (max-quote-USD, slippage, symbol allowlist). `pip install 0xdegenmo-lighter-mcp`. - [aaronjmars/web3-research-mcp](https://github.com/aaronjmars/web3-research-mcp) πŸ“‡ ☁️ - Deep Research for crypto - free & fully local - [ahmetsbilgin/finbrain-mcp](https://github.com/ahmetsbilgin/finbrain-mcp) πŸŽ–οΈ 🐍 ☁️ 🏠 - Access institutional-grade alternative financial data directly in your LLM workflows. From 193851f1e9bec543cb4b1617869d3d3143ad57bc Mon Sep 17 00:00:00 2001 From: "damien.meur" Date: Fri, 17 Jul 2026 11:51:30 +0200 Subject: [PATCH 265/403] Add get-tmonier/argot MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..3595a7321 100644 --- a/README.md +++ b/README.md @@ -1384,6 +1384,7 @@ Tools and integrations that enhance the development workflow and environment man - [Bishop81/imagedimensions-mcp](https://github.com/Bishop81/imagedimensions-mcp) [![Bishop81/imagedimensions-mcp MCP server](https://glama.ai/mcp/servers/Bishop81/imagedimensions-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Bishop81/imagedimensions-mcp) πŸ“‡ ☁️ - Audit the images on any web page: natural vs rendered dimensions, oversized-image detection, and format breakdown, so agents can check web-image performance. Calls the hosted imagedimensions.com API, so no local browser is required. `npx -y imagedimensions-mcp` - [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) πŸŽ–οΈ πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - 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` ### πŸ”’ Delivery - [jordandalton/doordash-mcp-server](https://github.com/JordanDalton/DoorDash-MCP-Server) 🐍 – DoorDash Delivery (Unofficial) From 534cca28110a9761694e236748175adfc5bfb2bb Mon Sep 17 00:00:00 2001 From: Gregorio Fraile <66575791+gregoriofraile@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:15:55 +0200 Subject: [PATCH 266/403] Add gasolineras-mcp server Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..fc8df05ab 100644 --- a/README.md +++ b/README.md @@ -3093,6 +3093,7 @@ Access to travel and transportation information. Enables querying schedules, rou - [cobanov/teslamate-mcp](https://github.com/cobanov/teslamate-mcp) 🐍 🏠 - A Model Context Protocol (MCP) server that provides access to your TeslaMate database, allowing AI assistants to query Tesla vehicle data and analytics. - [forgemeshlabs/travel-agent-mcp](https://github.com/forgemeshlabs/travel-agent-mcp) [![forgemeshlabs/travel-agent-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/travel-agent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/travel-agent-mcp) πŸ“‡ ☁️ - Free travel utilities plus live x402 travel intelligence: $0.01 Travel Pulse disruption and emergency-awareness checks, day trips, weekend getaways, creator experiences, weather-aware planning, mobility options, currency conversion, airport checks, and timing guidance. - [forgemeshlabs/travel-mcp](https://github.com/forgemeshlabs/travel-mcp) [![forgemeshlabs/travel-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/travel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/travel-mcp) πŸ“‡ ☁️ - Public travel search workflow MCP server for airport lookup, route comparison, timing guidance, and external booking links through generic travel search providers. +- [gregoriofraile/gasolineras-mcp](https://github.com/gregoriofraile/gasolineras-mcp) 🐍 ☁️ - Fuel prices at every gas station in Spain, from the Spanish government's open data API. Find a municipality and get its stations sorted by price. No API key, no state, no telemetry. - [HemmaBo-se/hemmabo-mcp-server](https://github.com/HemmaBo-se/hemmabo-mcp-server) [![HemmaBo-se/hemmabo-mcp-server MCP server](https://glama.ai/mcp/servers/HemmaBo-se/hemmabo-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/HemmaBo-se/hemmabo-mcp-server) πŸ“‡ ☁️ πŸŽ–οΈ - Host-owned, agent-native direct booking for vacation rentals: agents discover a host's own domain, verify a host-domain signed (VRP Β· Ed25519/JWKS) stay offer, read live availability and pricing, and book directly at 0% commission. Live endpoint: https://www.hemmabo.com/mcp - [haomingkoo/japan-seasons-mcp](https://github.com/haomingkoo/japan-seasons-mcp) [![japan-seasons-mcp MCP server](https://glama.ai/mcp/servers/haomingkoo/japan-seasons-mcp/badges/score.svg)](https://glama.ai/mcp/servers/haomingkoo/japan-seasons-mcp) πŸ“‡ ☁️ - Live Japan seasonal travel β€” cherry blossom forecasts, autumn leaves, flower spots, fruit picking & festivals. 1,700+ GPS-tagged spots from Japan Meteorological Corporation. Updated daily. - [lodordev/mcp-teslamate-fleet](https://github.com/lodordev/mcp-teslamate-fleet) [![mcp-teslamate-fleet](https://glama.ai/mcp/servers/lodordev/mcp-teslamate-fleet/badges/score.svg)](https://glama.ai/mcp/servers/lodordev/mcp-teslamate-fleet) 🐍 🏠 - Combined TeslaMate analytics + Fleet API commands β€” 29 tools for vehicle telemetry, driving history, energy analytics, and remote control (climate, charging, locks, sentry). From 38904045e6b0c7af5a1ff6240d43e7e774ccd0ae Mon Sep 17 00:00:00 2001 From: Shubhadeep Datta Date: Fri, 17 Jul 2026 17:38:52 +0530 Subject: [PATCH 267/403] Add fix-protocol-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..1e49d8fb6 100644 --- a/README.md +++ b/README.md @@ -1934,6 +1934,7 @@ px goldbean-mcp\. - [sebastienrousseau/camt053-mcp](https://github.com/sebastienrousseau/camt053-mcp) [![sebastienrousseau/camt053-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/camt053-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/camt053-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - **ISO 20022 bank-statement parsing + reversing entries** (`camt.053` Bank-to-Customer Statement). 19 tools + 3 resources + 4 guided prompts across message-type discovery, return-reason lookup, schema introspection, IBAN/BIC/LEI validation, camt.053 parsing + XSD validation, Nov 2026 CBPR+ cliff readiness check, curated SEPA / CBPR+ / HVPS+ rulebook citation lookup, accounting-platform journal export (Xero + QuickBooks Online), LLM-driven entry classification via MCP Sampling, entry listing/filtering, and one-shot validated reversing-entry XML generation. Built on the [`camt053`](https://github.com/sebastienrousseau/camt053) library (100% line + branch coverage, SLSA Build L3 + PEP 740 attestations, Apache-2.0). Install `pip install camt053-mcp`, run `camt053-mcp`. - [sebastienrousseau/pacs008-mcp](https://github.com/sebastienrousseau/pacs008-mcp) [![sebastienrousseau/pacs008-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/pacs008-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/pacs008-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - **ISO 20022 FI-to-FI credit-transfer generation + validation** (`pacs.008` FI-to-FI Customer Credit Transfer, `pacs.004` Payment Return, `pacs.002` Status Report). 15 tools across message-type + scheme discovery, JSON Schema + rail-usage validation, validated XML generation, XSD validation, inbound parsing, the November 2026 structured-address cliff toolkit (classify/validate/repair/batch), and legacy SWIFT MT103 β†’ pacs.008 conversion. Built on the [`pacs008`](https://github.com/sebastienrousseau/pacs008) library (100% branch coverage, Apache-2.0). Install `pip install pacs008-mcp`, run `pacs008-mcp`. +- [slenderongithub/fix-protocol-mcp](https://github.com/slenderongithub/fix-protocol-mcp) 🐍 🏠 - Parse, validate, build, and explain FIX protocol trading messages (Logon, NewOrderSingle, ExecutionReport, and the rest of the session/order workflow). Fully offline β€” bundled FIX 4.4 field dictionary, no API keys or network calls. Install `pip install .`, run `fix-protocol-mcp`. ### 🎠Gaming Integration with gaming related data, game engines, and services From 321cbac18e1f4aca534089ad89453f739cd7a6f7 Mon Sep 17 00:00:00 2001 From: antonivanov1 Date: Fri, 17 Jul 2026 15:27:46 +0300 Subject: [PATCH 268/403] Add antohins/seo-tools-mcp to Marketing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..2ffd649c2 100644 --- a/README.md +++ b/README.md @@ -2386,6 +2386,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [OrbiAds/Orbiads-GAM-MCP](https://github.com/OrbiAds/Orbiads-GAM-MCP) [![OrbiAds/Orbiads-GAM-MCP MCP server](https://glama.ai/mcp/servers/OrbiAds/Orbiads-GAM-MCP/badges/score.svg)](https://glama.ai/mcp/servers/OrbiAds/Orbiads-GAM-MCP) 🐍 ☁️ - Hosted Google Ad Manager MCP server for Claude, ChatGPT, Gemini, and Codex. 200+ tools across campaign management, line items, creatives (image/video/HTML5/native), interactive reporting, inventory exploration, and ad-ops compliance audits. OAuth on-behalf-of-user, GAM API v202602. Free trial at [orbiads.com](https://orbiads.com) β€” 5 credits, no credit card. - [Natden444/pickanagency-mcp](https://github.com/Natden444/pickanagency-mcp) [![Natden444/pickanagency-mcp MCP server](https://glama.ai/mcp/servers/Natden444/pickanagency-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Natden444/pickanagency-mcp) πŸ“‡ ☁️ - Search 47,000+ marketing agencies and get AI-matched with fitted agencies (Get Matched engine), from [Pick an Agency](https://www.pickanagency.com). - [atomno-mcp/mcp-seo-audit](https://github.com/atomno-mcp/mcp-seo-audit) [![atomno-mcp/mcp-seo-audit MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit) 🐍 ☁️ - Technical SEO audit powered by the detail.web engine. `audit_site(url)` returns a 0-100 health score, issues across 8 categories, and a GEO (Generative Engine Optimization) sub-score for visibility in AI search (ChatGPT, Perplexity, Google AI Overviews). Plus validators for robots.txt, sitemap.xml, JSON-LD, and meta tags. Install: `pipx install atomno-mcp-seo-audit`. +- [antohins/seo-tools-mcp](https://github.com/antohins/seo-tools-mcp) πŸ“‡ 🏠 - Read-only SEO servers for Google & Yandex: SERP (via XMLStock), Yandex Wordstat, Google Search Console, Yandex.Webmaster and Yandex.Metrica. Strict JSON output, named multi-account profiles, interactive OAuth with auto-refresh. Install per server: `npx -y seo-tools-mcp-`. ### πŸ“Š Monitoring From 0340bb46ff4ca204ccc807c621f92c57592969ba Mon Sep 17 00:00:00 2001 From: Gregorio Fraile <66575791+gregoriofraile@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:06:40 +0200 Subject: [PATCH 269/403] Add Glama score badge to gasolineras-mcp entry Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc8df05ab..0d2291a3a 100644 --- a/README.md +++ b/README.md @@ -3093,7 +3093,7 @@ Access to travel and transportation information. Enables querying schedules, rou - [cobanov/teslamate-mcp](https://github.com/cobanov/teslamate-mcp) 🐍 🏠 - A Model Context Protocol (MCP) server that provides access to your TeslaMate database, allowing AI assistants to query Tesla vehicle data and analytics. - [forgemeshlabs/travel-agent-mcp](https://github.com/forgemeshlabs/travel-agent-mcp) [![forgemeshlabs/travel-agent-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/travel-agent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/travel-agent-mcp) πŸ“‡ ☁️ - Free travel utilities plus live x402 travel intelligence: $0.01 Travel Pulse disruption and emergency-awareness checks, day trips, weekend getaways, creator experiences, weather-aware planning, mobility options, currency conversion, airport checks, and timing guidance. - [forgemeshlabs/travel-mcp](https://github.com/forgemeshlabs/travel-mcp) [![forgemeshlabs/travel-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/travel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/travel-mcp) πŸ“‡ ☁️ - Public travel search workflow MCP server for airport lookup, route comparison, timing guidance, and external booking links through generic travel search providers. -- [gregoriofraile/gasolineras-mcp](https://github.com/gregoriofraile/gasolineras-mcp) 🐍 ☁️ - Fuel prices at every gas station in Spain, from the Spanish government's open data API. Find a municipality and get its stations sorted by price. No API key, no state, no telemetry. +- [gregoriofraile/gasolineras-mcp](https://github.com/gregoriofraile/gasolineras-mcp) [![gregoriofraile/gasolineras-mcp MCP server](https://glama.ai/mcp/servers/gregoriofraile/gasolineras-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gregoriofraile/gasolineras-mcp) 🐍 ☁️ - Fuel prices at every gas station in Spain, from the Spanish government's open data API. Find a municipality and get its stations sorted by price. No API key, no state, no telemetry. - [HemmaBo-se/hemmabo-mcp-server](https://github.com/HemmaBo-se/hemmabo-mcp-server) [![HemmaBo-se/hemmabo-mcp-server MCP server](https://glama.ai/mcp/servers/HemmaBo-se/hemmabo-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/HemmaBo-se/hemmabo-mcp-server) πŸ“‡ ☁️ πŸŽ–οΈ - Host-owned, agent-native direct booking for vacation rentals: agents discover a host's own domain, verify a host-domain signed (VRP Β· Ed25519/JWKS) stay offer, read live availability and pricing, and book directly at 0% commission. Live endpoint: https://www.hemmabo.com/mcp - [haomingkoo/japan-seasons-mcp](https://github.com/haomingkoo/japan-seasons-mcp) [![japan-seasons-mcp MCP server](https://glama.ai/mcp/servers/haomingkoo/japan-seasons-mcp/badges/score.svg)](https://glama.ai/mcp/servers/haomingkoo/japan-seasons-mcp) πŸ“‡ ☁️ - Live Japan seasonal travel β€” cherry blossom forecasts, autumn leaves, flower spots, fruit picking & festivals. 1,700+ GPS-tagged spots from Japan Meteorological Corporation. Updated daily. - [lodordev/mcp-teslamate-fleet](https://github.com/lodordev/mcp-teslamate-fleet) [![mcp-teslamate-fleet](https://glama.ai/mcp/servers/lodordev/mcp-teslamate-fleet/badges/score.svg)](https://glama.ai/mcp/servers/lodordev/mcp-teslamate-fleet) 🐍 🏠 - Combined TeslaMate analytics + Fleet API commands β€” 29 tools for vehicle telemetry, driving history, energy analytics, and remote control (climate, charging, locks, sentry). From e3273d7400db1353037ddc7c1f62371f9e97c9d1 Mon Sep 17 00:00:00 2001 From: ankurmans Date: Fri, 17 Jul 2026 20:07:05 +0545 Subject: [PATCH 270/403] Add Glama score badge to pepys-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54592857a..0e8e6e292 100644 --- a/README.md +++ b/README.md @@ -2893,7 +2893,7 @@ Translation tools and services to enable AI assistants to translate content betw ### πŸŽ™οΈ Speech-to-Text - [eviscerations/whisper-windows-mcp](https://github.com/eviscerations/whisper-windows-mcp) [![eviscerations/whisper-windows-mcp MCP server](https://glama.ai/mcp/servers/eviscerations/whisper-windows-mcp/badges/score.svg)](https://glama.ai/mcp/servers/eviscerations/whisper-windows-mcp) πŸ“‡ 🏠 πŸͺŸ - Windows-native local audio and video transcription using whisper.cpp with Vulkan GPU acceleration. No cloud APIs, no Python. Batch processing, multilingual support, model management, and background job handling built in. -- [ankurmans/pepys-mcp](https://github.com/ankurmans/pepys-mcp) πŸ“‡ ☁️ 🏠 - Pay-once transcription for audio, video, and whole podcast feeds via [Pepys](https://pepys.co). Transcribe a file or a pasted YouTube/podcast link, get speaker diarization, export SRT/VTT, search a transcript, and check credit balance. Hosted connector (OAuth, no API key) or `npx pepys-mcp`. 99+ languages. +- [ankurmans/pepys-mcp](https://github.com/ankurmans/pepys-mcp) [![ankurmans/pepys-mcp MCP server](https://glama.ai/mcp/servers/ankurmans/pepys-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ankurmans/pepys-mcp) πŸ“‡ ☁️ 🏠 - Pay-once transcription for audio, video, and whole podcast feeds via [Pepys](https://pepys.co). Transcribe a file or a pasted YouTube/podcast link, get speaker diarization, export SRT/VTT, search a transcript, and check credit balance. Hosted connector (OAuth, no API key) or `npx pepys-mcp`. 99+ languages. - [spokenmd/spoken](https://github.com/spokenmd/spoken) [![spokenmd/spoken MCP server](https://glama.ai/mcp/servers/spokenmd/spoken/badges/score.svg)](https://glama.ai/mcp/servers/spokenmd/spoken) πŸ“‡ ☁️ - Fetch published podcast transcripts as clean Markdown with real speaker names (not "Speaker 1") via the [Spoken](https://spoken.md) API. Search episodes, get transcripts, check credit balance. ### 🎧 Text-to-Speech From b2661bedc111ec912d3f4248214d795a2f84b130 Mon Sep 17 00:00:00 2001 From: Ozimondias Date: Fri, 17 Jul 2026 09:19:33 -0700 Subject: [PATCH 271/403] Add srdcheck to Gaming --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..fc06a44b6 100644 --- a/README.md +++ b/README.md @@ -1943,6 +1943,7 @@ Integration with gaming related data, game engines, and services - [beckettlab/beckett-godot-mcp](https://github.com/beckettlab/beckett-godot-mcp) [![beckett-godot-mcp MCP server](https://glama.ai/mcp/servers/beckettlab/beckett-godot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/beckettlab/beckett-godot-mcp) 🏠 🍎 πŸͺŸ 🐧 - Beckett β€” MCP for Godot: a zero-sidecar GDScript editor addon that serves MCP over Streamable HTTP from inside the Godot 4 editor (no Node/Python sidecar). Reflection over any class, validate-before-write GDScript, scene/script/resource authoring, and a runtime play-test loop (play, screenshot, input, assert). MIT. - [butterlatte-zhang/unity-ai-bridge](https://github.com/butterlatte-zhang/unity-ai-bridge) [![butterlatte-zhang/unity-ai-bridge MCP server](https://glama.ai/mcp/servers/butterlatte-zhang/unity-ai-bridge/badges/score.svg)](https://glama.ai/mcp/servers/butterlatte-zhang/unity-ai-bridge) #️ 🐍 🏠 🍎 πŸͺŸ - Remote-control Unity Editor from any AI IDE via file-based IPC β€” 62 tools across 13 categories, zero dependencies, supports Claude Code, Cursor, Copilot, Windsurf, Claude Desktop. - [buildepicshit/Wick](https://github.com/buildepicshit/Wick) [![buildepicshit/Wick MCP server](https://glama.ai/mcp/servers/buildepicshit/Wick/badges/score.svg)](https://glama.ai/mcp/servers/buildepicshit/Wick) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - Native C# MCP server for Godot Engine β€” 53 tools across 5 pillars: Roslyn-enriched exception telemetry, scene tree inspection, C# symbol navigation, MSBuild orchestration, and GDScript analysis. .NET 10, TCP JSON-RPC bridge, 219 tests. +- [chaoz23/srdcheck](https://github.com/chaoz23/srdcheck) 🐍 🏠 - Deterministic D&D 5e (SRD 5.2.1) rules verdicts for agents: cited legality checks for whole turns, legal-action enumeration, advantage math, and hash-stamped game-state lineage. Refuses what the rules don't decide (exit 2), quotes the rule text on every verdict, zero dependencies. - [CoderGamester/mcp-unity](https://github.com/CoderGamester/mcp-unity) #️⃣ 🏠 - MCP Server for Unity3d Game Engine integration for game development - [Coding-Solo/godot-mcp](https://github.com/Coding-Solo/godot-mcp) πŸ“‡ 🏠 - A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects. - [dirtcubeinteractive/specter-skills](https://github.com/dirtcubeinteractive/specter-skills) [![dirtcubeinteractive/specter-skills MCP server](https://glama.ai/mcp/servers/dirtcubeinteractive/specter-skills/badges/score.svg)](https://glama.ai/mcp/servers/dirtcubeinteractive/specter-skills) πŸ“‡ 🏠 - Configure a Specter game backend β€” players, economy, progression, leaderboards, tournaments, battle passes, and real-time multiplayer β€” from your AI assistant. Browser sign-in; create/mutate tools opt-in. From c6496874dc98a3caa01f5bd0497cb865b4a93854 Mon Sep 17 00:00:00 2001 From: Socraticsurge Date: Fri, 17 Jul 2026 21:53:58 +0530 Subject: [PATCH 272/403] Add Telugu Panchangam MCP server (Spirituality & Esoterica) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..c1f019175 100644 --- a/README.md +++ b/README.md @@ -3009,6 +3009,7 @@ Astrology, tarot, numerology, Vedic systems, Human Design and other divinatory o - [astroway/astroway-mcp](https://github.com/astroway/astroway-mcp) [![astroway/astroway-mcp MCP server](https://glama.ai/mcp/servers/astroway/astroway-mcp/badges/score.svg)](https://glama.ai/mcp/servers/astroway/astroway-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Comprehensive astrology MCP exposing every endpoint of the AstroWay Calculation API β€” natal charts, synastry, transits, Vedic dashas (Vimshottari, Yogini, Ashtottari, Kalachakra), 16 Vargas, Tarot (Rider-Waite-Smith / Marseille / Lenormand), Numerology (5 systems), Human Design, AI horoscopes. Sub-arcsecond Swiss Ephemeris precision, 10 000 free credits/month. Install: `npx @astroway/mcp`. - [davidmosiah/astral-mcp](https://github.com/davidmosiah/astral-mcp) [![Astral MCP server](https://glama.ai/mcp/servers/davidmosiah/astral-mcp/badges/score.svg)](https://glama.ai/mcp/servers/davidmosiah/astral-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Zero-setup astrology MCP server for natal charts, current transits, synastry, Moon phases and birthplace lookup, with privacy modes for compact agent payloads. - [openfate-ai/bazi-mcp](https://github.com/openfate-ai/bazi-mcp) [![openfate-ai/bazi-mcp MCP server](https://glama.ai/mcp/servers/openfate-ai/bazi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/openfate-ai/bazi-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Deterministic Bazi / Four Pillars MCP server with True Solar Time, lunar/solar conversion, Da Yun luck cycles, branch interactions, reverse Bazi lookup, and OpenFate calculation metadata. Install: `npx -y @openfate/bazi-mcp`. +- [socraticsurge/telugu-calendar-utilities](https://github.com/socraticsurge/telugu-calendar-utilities) [![socraticsurge/telugu-calendar-utilities MCP server](https://glama.ai/mcp/servers/socraticsurge/telugu-calendar-utilities/badges/score.svg)](https://glama.ai/mcp/servers/socraticsurge/telugu-calendar-utilities) 🐍 🏠 - Telugu Panchangam (Hindu almanac): tithi, nakshatra, muhurta windows, 30+ festivals, tarabalam & chandrabalam good-day finder, gochara transits and a deterministic daily rasi phalalu β€” Swiss Ephemeris precision, every rule pinned against reference almanacs, by [AstroChaganti](https://panchangam.astrochaganti.com). `uvx mcp-server-panchangam`. ### πŸƒ Sports From 21be2573aabe4e26327741a919b5bc1ace4afd2c Mon Sep 17 00:00:00 2001 From: Ozimondias Date: Fri, 17 Jul 2026 12:23:51 -0700 Subject: [PATCH 273/403] Add Glama score badge to srdcheck entry (per listing requirements) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc06a44b6..f05ecaeef 100644 --- a/README.md +++ b/README.md @@ -1943,7 +1943,7 @@ Integration with gaming related data, game engines, and services - [beckettlab/beckett-godot-mcp](https://github.com/beckettlab/beckett-godot-mcp) [![beckett-godot-mcp MCP server](https://glama.ai/mcp/servers/beckettlab/beckett-godot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/beckettlab/beckett-godot-mcp) 🏠 🍎 πŸͺŸ 🐧 - Beckett β€” MCP for Godot: a zero-sidecar GDScript editor addon that serves MCP over Streamable HTTP from inside the Godot 4 editor (no Node/Python sidecar). Reflection over any class, validate-before-write GDScript, scene/script/resource authoring, and a runtime play-test loop (play, screenshot, input, assert). MIT. - [butterlatte-zhang/unity-ai-bridge](https://github.com/butterlatte-zhang/unity-ai-bridge) [![butterlatte-zhang/unity-ai-bridge MCP server](https://glama.ai/mcp/servers/butterlatte-zhang/unity-ai-bridge/badges/score.svg)](https://glama.ai/mcp/servers/butterlatte-zhang/unity-ai-bridge) #️ 🐍 🏠 🍎 πŸͺŸ - Remote-control Unity Editor from any AI IDE via file-based IPC β€” 62 tools across 13 categories, zero dependencies, supports Claude Code, Cursor, Copilot, Windsurf, Claude Desktop. - [buildepicshit/Wick](https://github.com/buildepicshit/Wick) [![buildepicshit/Wick MCP server](https://glama.ai/mcp/servers/buildepicshit/Wick/badges/score.svg)](https://glama.ai/mcp/servers/buildepicshit/Wick) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - Native C# MCP server for Godot Engine β€” 53 tools across 5 pillars: Roslyn-enriched exception telemetry, scene tree inspection, C# symbol navigation, MSBuild orchestration, and GDScript analysis. .NET 10, TCP JSON-RPC bridge, 219 tests. -- [chaoz23/srdcheck](https://github.com/chaoz23/srdcheck) 🐍 🏠 - Deterministic D&D 5e (SRD 5.2.1) rules verdicts for agents: cited legality checks for whole turns, legal-action enumeration, advantage math, and hash-stamped game-state lineage. Refuses what the rules don't decide (exit 2), quotes the rule text on every verdict, zero dependencies. +- [chaoz23/srdcheck](https://github.com/chaoz23/srdcheck) [![chaoz23/srdcheck MCP server](https://glama.ai/mcp/servers/chaoz23/srdcheck/badges/score.svg)](https://glama.ai/mcp/servers/chaoz23/srdcheck) 🐍 🏠 - Deterministic D&D 5e (SRD 5.2.1) rules verdicts for agents: cited legality checks for whole turns, legal-action enumeration, advantage math, and hash-stamped game-state lineage. Refuses what the rules don't decide (exit 2), quotes the rule text on every verdict, zero dependencies. - [CoderGamester/mcp-unity](https://github.com/CoderGamester/mcp-unity) #️⃣ 🏠 - MCP Server for Unity3d Game Engine integration for game development - [Coding-Solo/godot-mcp](https://github.com/Coding-Solo/godot-mcp) πŸ“‡ 🏠 - A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects. - [dirtcubeinteractive/specter-skills](https://github.com/dirtcubeinteractive/specter-skills) [![dirtcubeinteractive/specter-skills MCP server](https://glama.ai/mcp/servers/dirtcubeinteractive/specter-skills/badges/score.svg)](https://glama.ai/mcp/servers/dirtcubeinteractive/specter-skills) πŸ“‡ 🏠 - Configure a Specter game backend β€” players, economy, progression, leaderboards, tournaments, battle passes, and real-time multiplayer β€” from your AI assistant. Browser sign-in; create/mutate tools opt-in. From e7c15a477ea2ddb42766f96fefbef50a9ba539f9 Mon Sep 17 00:00:00 2001 From: Convertica Date: Fri, 17 Jul 2026 21:30:11 +0200 Subject: [PATCH 274/403] Add convertica-net/convertica-mcp to File Systems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MCP server for convertica.net β€” convert PDF, Office, EPUB, HEIC and images (35+ tools) from Claude, Cursor or any MCP client via npx convertica-mcp. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..70b5d1942 100644 --- a/README.md +++ b/README.md @@ -1533,6 +1533,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [box/mcp-server-box-remote](https://github.com/box/mcp-server-box-remote/) πŸŽ–οΈ ☁️ - The Box MCP server allows third party AI agents to securely and seamlessly access Box content and use tools such as search, asking questions from files and folders, and data extraction. - [bzsanti/oxidize-python](https://github.com/bzsanti/oxidize-python) [![bzsanti/oxidize-python MCP server](https://glama.ai/mcp/servers/bzsanti/oxidize-python/badges/score.svg)](https://glama.ai/mcp/servers/bzsanti/oxidize-python) 🐍 🏠 🍎 πŸͺŸ 🐧 - Rust-powered PDF toolkit: create, read, and analyze PDFs; extract text and entities for RAG; convert to Markdown; split, merge, rotate, and reorder pages; add content, annotations, and form fields; and encrypt documents. Ships in the `oxidize-pdf` PyPI package β€” run locally with `uvx oxidize-mcp`. - [ckanthony/Chisel](https://github.com/ckanthony/Chisel) [![chisel MCP server](https://glama.ai/mcp/servers/@ckanthony/chisel/badges/score.svg)](https://glama.ai/mcp/servers/@ckanthony/chisel) πŸ¦€ 🏠 🍎 🐧 ☁️ - Reduce context usage on file use. Send only unified diffs instead of full files (up to 20-100Γ— fewer tokens), and read large files with targeted `grep`/`sed` instead of full reads (up to 500Γ—). Kernel-enforced path confinement hard-locks the agent to a configured root: no accidental reads or writes outside scope. Standalone for your file access or embed in any MCP server (Rust, Node.js, Python via WASM). +- [convertica-net/convertica-mcp](https://github.com/convertica-net/convertica-mcp) πŸ“‡ ☁️ - Convert PDF ⇄ Word, Excel, PowerPoint, JPG, HTML, Markdown, EPUB and PDF/A, plus merge, split, compress, watermark, sign, and protect PDFs, and convert images (HEIC, WebP) β€” 35+ tools from convertica.net. Zero-config via `npx convertica-mcp`. - [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - Share code context with LLMs via MCP or clipboard - [Dissimilis/DirForge](https://github.com/Dissimilis/DirForge) [![Dissimilis/DirForge MCP server](https://glama.ai/mcp/servers/Dissimilis/DirForge/badges/score.svg)](https://glama.ai/mcp/servers/Dissimilis/DirForge) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - Read-only directory listing web app with a built-in MCP server: directory browsing, file reading, content search, archive inspection, file hashes, and disk usage tools over a configured root. - [drolosoft/go-docs-mcp](https://github.com/drolosoft/go-docs-mcp) [![drolosoft/go-docs-mcp MCP server](https://glama.ai/mcp/servers/drolosoft/go-docs-mcp/badges/score.svg)](https://glama.ai/mcp/servers/drolosoft/go-docs-mcp) 🏎️ 🏠 🍎 🐧 - Multi-format document MCP server β€” read, search, OCR, and extract from PDF, TXT, MD, DOCX, CSV, and images. Single Go binary, 12 tools, smart mtime-based caching, directory-locked security. From ef871fa27fc736048ea56babc9739d49e346039b Mon Sep 17 00:00:00 2001 From: Konstantin Ostrovskii Date: Sat, 18 Jul 2026 04:22:27 +0800 Subject: [PATCH 275/403] Add Grinv/steam-games-mcp to Gaming --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..50162d1d8 100644 --- a/README.md +++ b/README.md @@ -1969,6 +1969,7 @@ Integration with gaming related data, game engines, and services - [IvanMurzak/Unity-MCP](https://github.com/IvanMurzak/Unity-MCP) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - MCP Server for Unity Editor and for a game made with Unity - [jiayao/mcp-chess](https://github.com/jiayao/mcp-chess) 🐍 🏠 - A MCP server playing chess against LLMs. - [jkiley129/steam-mcp](https://github.com/jkiley129/steam-mcp) [![steam-mcp MCP server](https://glama.ai/mcp/servers/jkiley129/steam-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jkiley129/steam-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Connect Claude to your Steam library. Query your games, playtime, recently played, and store metadata via natural language. +- [Grinv/steam-games-mcp](https://github.com/Grinv/steam-games-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Search Steam's store/catalog (deals, reviews, Steam Deck/SteamOS/Machine/Frame compatibility) with no API key, plus player profiles, libraries, achievements and friends via the official Steam Web API (free key). - [kitao/pyxel-mcp](https://github.com/kitao/pyxel-mcp) [![pyxel-mcp MCP server](https://glama.ai/mcp/servers/@kitao/pyxel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@kitao/pyxel-mcp) 🐍 🏠 - MCP server for [Pyxel](https://github.com/kitao/pyxel) retro game engine, enabling AI to run, capture screenshots, inspect sprites, and analyze audio of Pyxel games. - [kkjdaniel/bgg-mcp](https://github.com/kkjdaniel/bgg-mcp) 🏎️ ☁️ - An MCP server that enables interaction with board game related data via the BoardGameGeek API (XML API2). - [lodordev/mcp-romm](https://github.com/lodordev/mcp-romm) [![lodordev/mcp-romm MCP server](https://glama.ai/mcp/servers/lodordev/mcp-romm/badges/score.svg)](https://glama.ai/mcp/servers/lodordev/mcp-romm) 🐍 🏠 - MCP server for [RomM](https://github.com/rommapp/romm) retro game library manager. 19 read-only tools for browsing platforms, searching ROMs, viewing metadata, managing collections, tracking saves, firmware, devices, and task monitoring. OAuth2 auth with automatic token refresh. From 8f2c54157fbd2114689c59c1bf018ba8ed1ffc92 Mon Sep 17 00:00:00 2001 From: Konstantin Ostrovskii Date: Sat, 18 Jul 2026 04:59:44 +0800 Subject: [PATCH 276/403] Add Glama score badge per glama-check bot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50162d1d8..992797b63 100644 --- a/README.md +++ b/README.md @@ -1969,7 +1969,7 @@ Integration with gaming related data, game engines, and services - [IvanMurzak/Unity-MCP](https://github.com/IvanMurzak/Unity-MCP) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - MCP Server for Unity Editor and for a game made with Unity - [jiayao/mcp-chess](https://github.com/jiayao/mcp-chess) 🐍 🏠 - A MCP server playing chess against LLMs. - [jkiley129/steam-mcp](https://github.com/jkiley129/steam-mcp) [![steam-mcp MCP server](https://glama.ai/mcp/servers/jkiley129/steam-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jkiley129/steam-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Connect Claude to your Steam library. Query your games, playtime, recently played, and store metadata via natural language. -- [Grinv/steam-games-mcp](https://github.com/Grinv/steam-games-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Search Steam's store/catalog (deals, reviews, Steam Deck/SteamOS/Machine/Frame compatibility) with no API key, plus player profiles, libraries, achievements and friends via the official Steam Web API (free key). +- [Grinv/steam-games-mcp](https://github.com/Grinv/steam-games-mcp) [![Grinv/steam-games-mcp MCP server](https://glama.ai/mcp/servers/Grinv/steam-games-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Grinv/steam-games-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Search Steam's store/catalog (deals, reviews, Steam Deck/SteamOS/Machine/Frame compatibility) with no API key, plus player profiles, libraries, achievements and friends via the official Steam Web API (free key). - [kitao/pyxel-mcp](https://github.com/kitao/pyxel-mcp) [![pyxel-mcp MCP server](https://glama.ai/mcp/servers/@kitao/pyxel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@kitao/pyxel-mcp) 🐍 🏠 - MCP server for [Pyxel](https://github.com/kitao/pyxel) retro game engine, enabling AI to run, capture screenshots, inspect sprites, and analyze audio of Pyxel games. - [kkjdaniel/bgg-mcp](https://github.com/kkjdaniel/bgg-mcp) 🏎️ ☁️ - An MCP server that enables interaction with board game related data via the BoardGameGeek API (XML API2). - [lodordev/mcp-romm](https://github.com/lodordev/mcp-romm) [![lodordev/mcp-romm MCP server](https://glama.ai/mcp/servers/lodordev/mcp-romm/badges/score.svg)](https://glama.ai/mcp/servers/lodordev/mcp-romm) 🐍 🏠 - MCP server for [RomM](https://github.com/rommapp/romm) retro game library manager. 19 read-only tools for browsing platforms, searching ROMs, viewing metadata, managing collections, tracking saves, firmware, devices, and task monitoring. OAuth2 auth with automatic token refresh. From 3d88b3b6b4bc748d317d578bfc1f6082e89553cc Mon Sep 17 00:00:00 2001 From: Dashi Dantsaranov Date: Sat, 18 Jul 2026 03:01:37 +0300 Subject: [PATCH 277/403] Add dashi96/chromium-bridge to Browser Automation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..069df85b1 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [corralimited/snapdiff-mcp](https://github.com/corralimited/snapdiff-mcp) [![snapdiff-mcp MCP server](https://glama.ai/mcp/servers/corralimited/snapdiff-mcp/badges/score.svg)](https://glama.ai/mcp/servers/corralimited/snapdiff-mcp) πŸ“‡ ☁️ 🏠 - Intent-aware visual verification for coding agents: the agent declares what a UI change should affect, and SnapDiff diffs the page against a baseline and flags anything that changed outside that intent for review or rollback β€” local screenshot capture via Playwright. - [Cubenest/rrweb-stack](https://github.com/Cubenest/rrweb-stack) [![Cubenest/rrweb-stack MCP server](https://glama.ai/mcp/servers/Cubenest/rrweb-stack/badges/score.svg)](https://glama.ai/mcp/servers/Cubenest/rrweb-stack) πŸ“‡ 🏠 - Local-first MCP server (@peekdev/mcp) + Chrome extension that records your real authenticated browser session (rrweb DOM + console + network, PII-masked, to local SQLite) and lets AI coding agents query it or drive the browser. No cloud, no telemetry. - [Custodia-Admin/pagebolt-mcp](https://github.com/Custodia-Admin/pagebolt-mcp) [![Custodia-Admin/pagebolt-mcp MCP server](https://glama.ai/mcp/servers/Custodia-Admin/pagebolt-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Custodia-Admin/pagebolt-mcp) πŸ“‡ ☁️ - MCP server for screenshots, PDFs, OG images, and narrated video recording from Claude Desktop, Cursor, and Windsurf. +- [dashi96/chromium-bridge](https://github.com/dashi96/chromium-bridge) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server + Chrome extension that connects Claude Code to Chromium-based browsers (Arc, Vivaldi, Brave) where the official Claude in Chrome extension doesn't work β€” navigate, click, read pages, run JS, and record GIFs in the user's real browser. - [eat-pray-ai/yutu](https://github.com/eat-pray-ai/yutu) 🏎️ 🏠 🍎 🐧 πŸͺŸ - A fully functional MCP server and CLI for YouTube to automate YouTube operation - [executeautomation/playwright-mcp-server](https://github.com/executeautomation/mcp-playwright) πŸ“‡ - An MCP server using Playwright for browser automation and webscrapping - [eyalzh/browser-control-mcp](https://github.com/eyalzh/browser-control-mcp) πŸ“‡ 🏠 - An MCP server paired with a browser extension that enables LLM clients to control the user's browser (Firefox). From 39030fce1683b01c70b8492683c26e0d88b368c0 Mon Sep 17 00:00:00 2001 From: Dongin <94789911+disin7c9@users.noreply.github.com> Date: Sat, 18 Jul 2026 10:29:21 +0900 Subject: [PATCH 278/403] Add asset-management (Finance & Fintech) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds asset-management to Finance & Fintech: A local, read-only MCP server over your own stock/ETF transaction log. A deterministic core computes drawdown-first risk (max drawdown, Ulcer, CDaR, Sharpe/Sortino/Calmar) with bootstrap CIs and walk-forward verdicts that say "inconclusive" when evidence is thin β€” reconciled to the cent against a real broker export. The AI is kept off the numbers in two layers, with different (and honestly-scoped) guarantees: - MCP server (this listing): the model calls read-only tools that return core-computed figures; it's instructed to report those and never compute its own, and a portfolio://guarantees resource states the contract. Provision + instruction β€” not a mechanical block, since the chat client isn't ours. - CLI narration (optional): a by-construction fence β€” the model writes only {{token}} placeholders, a renderer substitutes validated figures, and one model-typed digit voids the whole note. Here the model literally cannot emit a number. Python 3.12 / uv, stdio, AGPL-3.0. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..1994c5df1 100644 --- a/README.md +++ b/README.md @@ -1657,6 +1657,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [demwick/polymarket-agent-mcp](https://github.com/demwick/polymarket-agent-mcp) [![polymarket-agent-mcp MCP server](https://glama.ai/mcp/servers/demwick/polymarket-agent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/demwick/polymarket-agent-mcp) πŸ“‡ 🏠 - 49-tool Polymarket prediction market suite for AI agents. Direct trading, smart money flow detection, copy trading with auto-monitor, backtesting, arbitrage scanning, portfolio optimization, and real-time WebSocket price streaming. Preview mode for simulation, live mode for real orders. - [OSOJDJD/deeplook](https://github.com/OSOJDJD/deeplook) [![OSOJDJD/deeplook MCP server](https://glama.ai/mcp/servers/OSOJDJD/deeplook/badges/score.svg)](https://glama.ai/mcp/servers/OSOJDJD/deeplook) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Free company research agent β€” 10 data sources, structured reports with bull/bear verdict in ~10 seconds. Stocks, crypto, and private companies. - [dan1d/dolar-mcp](https://github.com/dan1d/dolar-mcp) [![dolar-mcp MCP server](https://glama.ai/mcp/servers/dan1d/dolar-mcp/badges/score.svg)](https://glama.ai/mcp/servers/dan1d/dolar-mcp) πŸ“‡ ☁️ - Argentine exchange rates for AI agents via DolarAPI. Dollar blue, oficial, MEP, CCL, crypto, tarjeta β€” plus currency conversion and spread calculator. +- [disin7c9/asset-management](https://github.com/disin7c9/asset-management) [![disin7c9/asset-management MCP server](https://glama.ai/mcp/servers/disin7c9/asset-management/badges/score.svg)](https://glama.ai/mcp/servers/disin7c9/asset-management) 🐍 🏠 πŸͺŸ 🐧 - Read-only, offline analysis of your own stock/ETF transaction log β€” drawdown-first risk with bootstrap confidence intervals and walk-forward verdicts, computed by a validated deterministic core and served to the model as read-only tools it reports rather than recomputes; publishes a `portfolio://guarantees` trust manifest. - [doggybee/mcp-server-ccxt](https://github.com/doggybee/mcp-server-ccxt) πŸ“‡ ☁️ - An MCP server for accessing real-time crypto market data and trading via 20+ exchanges using the CCXT library. Supports spot, futures, OHLCV, balances, orders, and more. - [dodopayments/dodo-agent-plugin](https://github.com/dodopayments/dodo-agent-plugin) [![dodopayments/dodo-agent-plugin MCP server](https://glama.ai/mcp/servers/dodopayments/dodo-agent-plugin/badges/score.svg)](https://glama.ai/mcp/servers/dodopayments/dodo-agent-plugin) πŸŽ–οΈ πŸ“‡ ☁️ - Official Dodo Payments MCP servers β€” `dodopayments-api` for live payments, subscriptions, customers, products, refunds, license keys, and usage-based billing (browser OAuth, no API key needed) and `dodo-knowledge` for semantic search over Dodo Payments documentation. - [dolphinquant/echolon](https://github.com/dolphinquant/echolon) [![dolphinquant/echolon MCP server](https://glama.ai/mcp/servers/dolphinquant/echolon/badges/score.svg)](https://glama.ai/mcp/servers/dolphinquant/echolon) 🐍 🏠 🍎 πŸͺŸ 🐧 - LLM-agent-native backtest framework for SHFE daily futures research. 23 MCP tools (strategy validation, scaffolding, indicator catalog, error-code lookup), 22 in-package skills, 32 catalogued error codes, working strategy templates. `pip install echolon` then `claude mcp add -s user echolon -- echolon-mcp`. @@ -3459,4 +3460,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From 7ad62b13099224e0a55eb5d4933906afe7bafcd2 Mon Sep 17 00:00:00 2001 From: Haibin Yu <115338940+haiiibin@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:52:42 -0700 Subject: [PATCH 279/403] acb-tax-mcp: add Glama score badge per listing requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 882382149..ac4f76c97 100644 --- a/README.md +++ b/README.md @@ -1584,7 +1584,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [equivault/equivault-mcp](https://github.com/equivault/equivault-mcp) [![equivault/equivault-mcp MCP server](https://glama.ai/mcp/servers/equivault/equivault-mcp/badges/score.svg)](https://glama.ai/mcp/servers/equivault/equivault-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Official [EquiVault](https://equivault.ai) MCP β€” AI-powered equity research for Claude. 38 tools covering company fundamentals, financial statements, ratios & metrics, stock quotes, screening, peer comparison, investment narrative, guidance tracking, segments, capital allocation, insider transactions, earnings quality, signals intelligence, alerts, briefs, portfolio analytics, and more. Tier-aware with graceful upgrade prompts. Install via `npx equivault-mcp`. - [AiAgentKarl/solana-mcp-server](https://github.com/AiAgentKarl/solana-mcp-server) [![AiAgentKarl/solana-mcp-server MCP server](https://glama.ai/mcp/servers/AiAgentKarl/solana-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/AiAgentKarl/solana-mcp-server) 🐍 🏠 - Solana blockchain data for AI agents β€” wallet balances, token prices, DeFi yields (Raydium + Orca), and token safety checks (RugCheck scores, holder concentration, insider detection). - [ExpertVagabond/solana-mcp-server](https://github.com/ExpertVagabond/solana-mcp-server) [![ExpertVagabond/solana-mcp-server MCP server](https://glama.ai/mcp/servers/ExpertVagabond/solana-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ExpertVagabond/solana-mcp-server) πŸ“‡ ☁️ - 25 tools for Solana blockchain β€” wallet management, SOL/SPL token transfers, SPL token creation and minting, account operations, and network switching (mainnet/devnet/testnet). -- [haiiibin/acb-tax-mcp](https://github.com/haiiibin/acb-tax-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Canadian adjusted cost base (ACB) and capital gains from a trade history: average-cost tracking, per-disposition realized gains, and superficial-loss detection. Pure Python, runs locally, a calculation aid (not tax advice). `pip install acb-tax-mcp`. +- [haiiibin/acb-tax-mcp](https://github.com/haiiibin/acb-tax-mcp) [![haiiibin/acb-tax-mcp MCP server](https://glama.ai/mcp/servers/haiiibin/acb-tax-mcp/badges/score.svg)](https://glama.ai/mcp/servers/haiiibin/acb-tax-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Canadian adjusted cost base (ACB) and capital gains from a trade history: average-cost tracking, per-disposition realized gains, and superficial-loss detection. Pure Python, runs locally, a calculation aid (not tax advice). `pip install acb-tax-mcp`. - [Handshake58/DRAIN-marketplace](https://github.com/Handshake58/DRAIN-marketplace) πŸ“‡ ☁️ - Open marketplace for AI services β€” LLMs, image/video generation, web scraping, model hosting, data extraction, and more. Agents pay per use with USDC micropayments on Polygon. No API keys, no subscriptions. - [Haiku-Trading/haiku-mcp-server](https://github.com/Haiku-Trading/haiku-mcp-server) [![Haiku-Trading/haiku-mcp-server MCP server](https://glama.ai/mcp/servers/Haiku-Trading/haiku-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Haiku-Trading/haiku-mcp-server) πŸ“‡ ☁️ - DeFi execution MCP server β€” swap, provide liquidity, lend, bridge, and run yield strategies across 22 chains. 7 tools for token discovery, portfolio analysis, quoting, and execution. `npx haiku-mcp-server` - [Hashlock-Tech/hashlock-mcp](https://github.com/Hashlock-Tech/hashlock-mcp) [![Hashlock-Tech/hashlock-mcp MCP server](https://glama.ai/mcp/servers/Hashlock-Tech/hashlock-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Hashlock-Tech/hashlock-mcp) πŸ“‡ ☁️ - Cross-chain OTC trading via sealed-bid RFQ + HTLC atomic settlement. Six tools for AI agents to swap ETH, BTC, and SUI without bridges, custodians, or information leakage. Hosted at `hashlock.markets/mcp` or local stdio via `@hashlock-tech/mcp`. From e4e9e2a64783e3a6cd21425970ab3c02b25cc3f1 Mon Sep 17 00:00:00 2001 From: Haibin Yu <115338940+haiiibin@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:52:59 -0700 Subject: [PATCH 280/403] data-profiler-mcp: add Glama score badge per listing requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ba68afa5..28d5c603e 100644 --- a/README.md +++ b/README.md @@ -1351,7 +1351,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [datalayer/jupyter-mcp-server](https://github.com/datalayer/jupyter-mcp-server) 🐍 🏠 - Model Context Protocol (MCP) Server for Jupyter. - [growthbook/growthbook-mcp](https://github.com/growthbook/growthbook-mcp) πŸŽ–οΈ πŸ“‡ 🏠 πŸͺŸ 🐧 🍎 β€” Tools for creating and interacting with GrowthBook feature flags and experiments. - [gpartin/WaveGuardClient](https://github.com/gpartin/WaveGuardClient) [![WaveGuard MCP server](https://glama.ai/mcp/servers/WaveGuard/badges/score.svg)](https://glama.ai/mcp/servers/WaveGuard) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Physics-based anomaly detection via MCP. Uses Klein-Gordon wave equations on GPU to detect anomalies with high precision (avg 0.90). 9 tools: scan, fingerprint, compare, token risk, wallet profiling, volume check, price manipulation detection. -- [haiiibin/data-profiler-mcp](https://github.com/haiiibin/data-profiler-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Profiles tabular data files (CSV, TSV, Parquet, Excel, JSON) for LLM agents: one-call dataset overview, per-column statistics, a data-quality audit (missing values, duplicates, mixed types, outliers), and memory-saving dtype suggestions. Pure Python (pandas); files are read locally and nothing leaves your machine. `pip install data-profiler-mcp`. +- [haiiibin/data-profiler-mcp](https://github.com/haiiibin/data-profiler-mcp) [![haiiibin/data-profiler-mcp MCP server](https://glama.ai/mcp/servers/haiiibin/data-profiler-mcp/badges/score.svg)](https://glama.ai/mcp/servers/haiiibin/data-profiler-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Profiles tabular data files (CSV, TSV, Parquet, Excel, JSON) for LLM agents: one-call dataset overview, per-column statistics, a data-quality audit (missing values, duplicates, mixed types, outliers), and memory-saving dtype suggestions. Pure Python (pandas); files are read locally and nothing leaves your machine. `pip install data-profiler-mcp`. - [HumanSignal/label-studio-mcp-server](https://github.com/HumanSignal/label-studio-mcp-server) πŸŽ–οΈ 🐍 ☁️ πŸͺŸ 🐧 🍎 - Create, manage, and automate Label Studio projects, tasks, and predictions for data labeling workflows. - [jjsantos01/jupyter-notebook-mcp](https://github.com/jjsantos01/jupyter-notebook-mcp) 🐍 🏠 - connects Jupyter Notebook to Claude AI, allowing Claude to directly interact with and control Jupyter Notebooks. - [kdqed/zaturn](https://github.com/kdqed/zaturn) 🐍 🏠 πŸͺŸ 🐧 🍎 - Link multiple data sources (SQL, CSV, Parquet, etc.) and ask AI to analyze the data for insights and visualizations. From 2ed609142dcb6dfa231ce1fa6e5a10377ba88f17 Mon Sep 17 00:00:00 2001 From: DanMat Date: Sat, 18 Jul 2026 03:46:22 -0400 Subject: [PATCH 281/403] Add packkit-mcp to Developer Tools --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a1980e06d..92d52825c 100644 --- a/README.md +++ b/README.md @@ -1384,6 +1384,9 @@ Tools and integrations that enhance the development workflow and environment man - [Bishop81/imagedimensions-mcp](https://github.com/Bishop81/imagedimensions-mcp) [![Bishop81/imagedimensions-mcp MCP server](https://glama.ai/mcp/servers/Bishop81/imagedimensions-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Bishop81/imagedimensions-mcp) πŸ“‡ ☁️ - Audit the images on any web page: natural vs rendered dimensions, oversized-image detection, and format breakdown, so agents can check web-image performance. Calls the hosted imagedimensions.com API, so no local browser is required. `npx -y imagedimensions-mcp` - [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. + +- [packkit-mcp](https://github.com/DanMat/create-packkit/tree/main/mcp) πŸ“‡ 🏠 - Scaffold modern npm packages, CLIs, services, and apps from your agent. Three tools: inspect the option schema, preview the generated file tree, and write the project to disk. Also available as a CLI and a web configurator. `npx -y packkit-mcp` + ### πŸ”’ Delivery - [jordandalton/doordash-mcp-server](https://github.com/JordanDalton/DoorDash-MCP-Server) 🐍 – DoorDash Delivery (Unofficial) From cb23b1105d07ad2f501264fbc65a882637634f5a Mon Sep 17 00:00:00 2001 From: Divyaman Tyagi Date: Sat, 18 Jul 2026 16:19:56 +0530 Subject: [PATCH 282/403] Add uxloom-dev/uxloom to Architecture & Design --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..8898e98d0 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [Narasimhaponnada/mermaid-mcp](https://github.com/Narasimhaponnada/mermaid-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI-powered Mermaid diagram generation with 22+ diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams, architecture diagrams, state machines, and more. Features 50+ pre-built templates, advanced layout engines, SVG/PNG/PDF exports, and seamless integration with GitHub Copilot, Claude, and any MCP-compatible client. Install via NPM: `npm install -g @narasimhaponnada/mermaid-mcp-server` - [rdanieli/tentra-mcp](https://github.com/rdanieli/tentra-mcp) [![rdanieli/tentra-mcp MCP server](https://glama.ai/mcp/servers/rdanieli/tentra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/rdanieli/tentra-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - AI-native architecture platform for engineering teams. Describe a system in natural language (e.g. "payment service with Stripe, Kafka, PostgreSQL") β†’ get an interactive typed diagram with 167 cloud components β†’ export to 14 production frameworks (Java Spring Boot, Python FastAPI, Go chi, Rust Axum, .NET, Kotlin Ktor, Ruby Rails, Elixir Phoenix, Docker Compose, Terraform, Mermaid, ADR, and more). Drift detection (`sync_architecture`) scores saved diagrams against live code 0–100 with a structured diff. 9 quality-lint rules catch orphans, SPOFs, god services. Also includes a secondary persistent code-graph layer for AI coding agents (free offline via `npx tentra-mcp --local init`). Agent-as-LLM pattern β€” zero LLM cost on our side, zero API key on yours. 35 MCP tools. Works in Cursor, Claude Code, Codex, Windsurf. - [RNVizion/rnv-color-mcp](https://github.com/RNVizion/rnv-color-mcp) [![RNVizion/rnv-color-mcp MCP server](https://glama.ai/mcp/servers/RNVizion/rnv-color-mcp/badges/score.svg)](https://glama.ai/mcp/servers/RNVizion/rnv-color-mcp) 🐍 ☁️ - A complete color workflow over MCP: mix (incl. Kubelka-Munk paint physics), convert formats, generate harmonies, and remember named palettes. Resolves hex, CSS, and custom brand color names, and refuses unknown colors rather than guessing. Hosted, no install: `https://rnvizion-rnv-color-mcp.hf.space/mcp`. +- [uxloom-dev/uxloom](https://github.com/uxloom-dev/uxloom) [![uxloom-dev/uxloom MCP server](https://glama.ai/mcp/servers/uxloom-dev/uxloom/badges/score.svg)](https://glama.ai/mcp/servers/uxloom-dev/uxloom) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Agent-native UI/UX design validation: model user journeys as state machines and prove what AI-generated screens are missing (unreachable states, missing empty/loading/error states, WCAG contrast, touch targets, localization overflow) before code exists β€” then verify the code implements the contract. Deterministic CI gates (`uxloom check`, `uxloom audit`), one-command setup (`npx uxloom init`). - [yenchieh/diagramzu-mcp](https://github.com/yenchieh/diagramzu-mcp) πŸ“‡ ☁️ - Let your AI author Mermaid diagrams (flowchart, sequence, ER, mindmap) in a shared workspace, then read, comment on, embed, and present them at a clean URL β€” instead of pasting back hundreds of lines of prose. Hosted endpoint `https://mcp.diagramzu.ai/mcp` or local `npx -y @diagramzu/mcp`. 14 tools incl. diagram CRUD, version history, comments, presentation decks, and `analyze_diagram` lints. ### Biology, Medicine and Bioinformatics From 4a51da0c5214110e6ef31bec2d783129391b1f12 Mon Sep 17 00:00:00 2001 From: Eugene Chekan Date: Sat, 18 Jul 2026 12:56:49 +0200 Subject: [PATCH 283/403] Add geomelon-mcp to Location Services --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..1a29c566e 100644 --- a/README.md +++ b/README.md @@ -2319,6 +2319,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [geolabel/geolabel-mcp](https://github.com/geolabel/geolabel-mcp) [![geolabel-mcp MCP server](https://glama.ai/mcp/servers/geolabel/geolabel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/geolabel/geolabel-mcp) 🐍 ☁️ - GPS coordinates to AI-ready location context β€” returns place name, stable category (gym, supermarket, restaurant…), and live opening hours via OpenStreetMap. Works in Claude Desktop, Claude Code, Hermes Agent, OpenClaw, and any MCP client. - [xyver/daedal-map](https://github.com/xyver/daedal-map) [![DaedalMap MCP server](https://glama.ai/mcp/servers/xyver/daedal-map/badges/score.svg)](https://glama.ai/mcp/servers/xyver/daedal-map) 🐍 ☁️ - Geographic data packs for disasters, FX rates, and global indicators. New geospatial data packs weekly. Free and x402-paid execution lanes via MCP and HTTP API. - [webcoderz/MCP-Geo](https://github.com/webcoderz/MCP-Geo) 🐍 🏠 - Geocoding MCP server for nominatim, ArcGIS, Bing +- [930m310n/geomelon-mcp](https://github.com/930m310n/geomelon-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Cities, countries, regions, and languages with multilingual names (50 languages) and a free keyless autocomplete tool. Also runs a public hosted instance at `https://mcp.geomelon.dev/mcp`, no signup required. ### 🎯 Marketing From 1cfda5891e52eeaa746330ba43c7ab7e32672313 Mon Sep 17 00:00:00 2001 From: Eugene Chekan Date: Sat, 18 Jul 2026 13:12:51 +0200 Subject: [PATCH 284/403] Add Glama score badge per maintainer request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a29c566e..892b18069 100644 --- a/README.md +++ b/README.md @@ -2319,7 +2319,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [geolabel/geolabel-mcp](https://github.com/geolabel/geolabel-mcp) [![geolabel-mcp MCP server](https://glama.ai/mcp/servers/geolabel/geolabel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/geolabel/geolabel-mcp) 🐍 ☁️ - GPS coordinates to AI-ready location context β€” returns place name, stable category (gym, supermarket, restaurant…), and live opening hours via OpenStreetMap. Works in Claude Desktop, Claude Code, Hermes Agent, OpenClaw, and any MCP client. - [xyver/daedal-map](https://github.com/xyver/daedal-map) [![DaedalMap MCP server](https://glama.ai/mcp/servers/xyver/daedal-map/badges/score.svg)](https://glama.ai/mcp/servers/xyver/daedal-map) 🐍 ☁️ - Geographic data packs for disasters, FX rates, and global indicators. New geospatial data packs weekly. Free and x402-paid execution lanes via MCP and HTTP API. - [webcoderz/MCP-Geo](https://github.com/webcoderz/MCP-Geo) 🐍 🏠 - Geocoding MCP server for nominatim, ArcGIS, Bing -- [930m310n/geomelon-mcp](https://github.com/930m310n/geomelon-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Cities, countries, regions, and languages with multilingual names (50 languages) and a free keyless autocomplete tool. Also runs a public hosted instance at `https://mcp.geomelon.dev/mcp`, no signup required. +- [930m310n/geomelon-mcp](https://github.com/930m310n/geomelon-mcp) [![930m310n/geomelon-mcp MCP server](https://glama.ai/mcp/servers/930m310n/geomelon-mcp/badges/score.svg)](https://glama.ai/mcp/servers/930m310n/geomelon-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Cities, countries, regions, and languages with multilingual names (50 languages) and a free keyless autocomplete tool. Also runs a public hosted instance at `https://mcp.geomelon.dev/mcp`, no signup required. ### 🎯 Marketing From 5c385a0254c2b8b05f92c462f350e1fb3f0c8ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9E=C3=BCkr=C3=BC=20K=C3=9C=C3=87=C3=9CK?= Date: Sat, 18 Jul 2026 14:16:40 +0300 Subject: [PATCH 285/403] Add Glama score badge to x402-bazaar-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb72ebf8d..f9f129fce 100644 --- a/README.md +++ b/README.md @@ -1587,7 +1587,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [@iiatlas/hledger-mcp](https://github.com/iiAtlas/hledger-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ - Double entry plain text accounting, right in your LLM! This MCP enables comprehensive read, and (optional) write access to your local [HLedger](https://hledger.org/) accounting journals. - [Fabio662/yieldagentx402-sdks](https://github.com/Fabio662/yieldagentx402-sdks) [![Fabio662/yieldagentx402-sdks MCP server](https://glama.ai/mcp/servers/Fabio662/yieldagentx402-sdks/badges/score.svg)](https://glama.ai/mcp/servers/Fabio662/yieldagentx402-sdks) πŸ“‡ ☁️ - Custody-free, policy-gated, receipt-backed execution layer for AI agents. 16 MCP tools across 18 chains (Base, Ethereum, Bitcoin native, Starknet, NEAR, Solana, Stacks, BNB, Rootstock, Filecoin, Aptos, Sui, TON, Tron, XRPL, Stellar, Algorand). One NEAR MPC key authority signs on EVM and BTC, no private keys held anywhere. ShadeGuard policy enforcement, Intel TDX TEE attestation, HMAC-SHA256 receipts, Filecoin and BTFS anchored. x402 protocol settlement with 0.25 percent protocol fee. Public discovery with no signup needed: call yax_get_capabilities without auth. Instant test key (5 USD cap, 7 day) via POST /api/apply. Install via `npx agentx402-mcp-server`. - [@openpulsechain/mcp-server](https://github.com/openpulsechain/public/tree/main/mcp-server) [![openpulsechain/public MCP server](https://glama.ai/mcp/servers/openpulsechain/public/badges/score.svg)](https://glama.ai/mcp/servers/openpulsechain/public) πŸ“‡ ☁️ - PulseChain on-chain analytics: token safety scores (0-100), honeypot detection, whale tracking, smart money feed, scam alerts, DEX volume, bridge stats, holder leagues. 11 free + 9 pro tools. `npx @openpulsechain/mcp-server` -- [sukrutkrdg/x402-bazaar-mcp](https://github.com/sukrutkrdg/x402-bazaar-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - The Base token-safety toolkit for agents: the only B20 (Base-native token) freeze/seize/rug suite, plus pre-trade GO/HOLD/STOP gates, honeypot/sellability, wallet + approval audits, sign-guard, prices and Claude-written AI reports. 80+ pay-per-call tools over x402 (USDC on Base), free tier, no API keys. `npx x402-bazaar-mcp` +- [sukrutkrdg/x402-bazaar-mcp](https://github.com/sukrutkrdg/x402-bazaar-mcp) [![sukrutkrdg/x402-bazaar-mcp MCP server](https://glama.ai/mcp/servers/sukrutkrdg/x402-bazaar-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sukrutkrdg/x402-bazaar-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - The Base token-safety toolkit for agents: the only B20 (Base-native token) freeze/seize/rug suite, plus pre-trade GO/HOLD/STOP gates, honeypot/sellability, wallet + approval audits, sign-guard, prices and Claude-written AI reports. 80+ pay-per-call tools over x402 (USDC on Base), free tier, no API keys. `npx x402-bazaar-mcp` - [0xDegenMo/lighter-mcp](https://github.com/0xDegenMo/lighter-mcp) [![0xDegenMo/lighter-mcp MCP server](https://glama.ai/mcp/servers/0xDegenMo/lighter-mcp/badges/score.svg)](https://glama.ai/mcp/servers/0xDegenMo/lighter-mcp) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for [Lighter](https://lighter.xyz) β€” a zero-fee zk-rollup perpetual DEX. Trade ~190 perpetuals (crypto + RWA: PAXG/XAU gold, XAG silver, WTI oil, equity tickers like TSLA/AMZN/ASML) from Claude Desktop, Cursor, Hermes, or any MCP client. Three credential tiers (PUBLIC market data β†’ READ account β†’ TRADE signing), native on-chain stop-loss / take-profit, server-side safety caps (max-quote-USD, slippage, symbol allowlist). `pip install 0xdegenmo-lighter-mcp`. - [aaronjmars/web3-research-mcp](https://github.com/aaronjmars/web3-research-mcp) πŸ“‡ ☁️ - Deep Research for crypto - free & fully local - [ahmetsbilgin/finbrain-mcp](https://github.com/ahmetsbilgin/finbrain-mcp) πŸŽ–οΈ 🐍 ☁️ 🏠 - Access institutional-grade alternative financial data directly in your LLM workflows. From 9067f61b9c781bd19423daa7138be1e908ac4a60 Mon Sep 17 00:00:00 2001 From: epistemedeus Date: Sat, 18 Jul 2026 05:14:15 -0700 Subject: [PATCH 286/403] Add epistemedeus/ai-readiness to Marketing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..f504555a7 100644 --- a/README.md +++ b/README.md @@ -2337,6 +2337,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [Citedy/citedy-seo-agent](https://github.com/Citedy/citedy-seo-agent) [![citedy-seo-agent MCP server](https://glama.ai/mcp/servers/@Citedy/citedy-seo-agent/badges/score.svg)](https://glama.ai/mcp/servers/@Citedy/citedy-seo-agent) πŸ“‡ ☁️ - Full-stack AI marketing toolkit with 41 MCP tools. Scout X/Reddit trends, analyze competitors, find content gaps, generate SEO articles in 55 languages with AI illustrations and voice-over, create social adaptations for 9 platforms, generate AI avatar videos with subtitles, ingest any URL (YouTube, PDF, audio), create lead magnets, and run content autopilot. - [competlab/competlab-mcp-server](https://github.com/competlab/competlab-mcp-server) [![competlab-mcp-server MCP server](https://glama.ai/mcp/servers/competlab/competlab-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/competlab/competlab-mcp-server) πŸ“‡ ☁️ - Competitive intelligence platform with 24 tools. Monitor competitor pricing, content, positioning, tech stacks, and AI visibility β€” track how ChatGPT, Claude, and Gemini rank your brand. - [davidmosiah/agent-seo-engine](https://github.com/davidmosiah/agent-seo-engine) [![Agent SEO Engine MCP server](https://glama.ai/mcp/servers/davidmosiah/agent-seo-engine/badges/score.svg)](https://glama.ai/mcp/servers/davidmosiah/agent-seo-engine) 🐍 🏠 - Local-first SEO quality, search-intent, and opportunity engine for agents. Scores Markdown content and GSC-style opportunities before rewrites or publishing. +- [epistemedeus/ai-readiness](https://github.com/epistemedeus/ai-readiness) [![epistemedeus/ai-readiness MCP server](https://glama.ai/mcp/servers/epistemedeus/ai-readiness/badges/score.svg)](https://glama.ai/mcp/servers/epistemedeus/ai-readiness) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Check whether a website is visible to AI search (ChatGPT, Perplexity, Claude, Google AI Overviews). Scores AI-crawler access, JSON-LD structured data, title/meta, Open Graph, sitemap, and llms.txt, with a specific fix for each gap. Dependency-free, no API keys. Install: `npx -y github:epistemedeus/ai-readiness mcp`. - [mikusnuz/meta-ads-mcp](https://github.com/mikusnuz/meta-ads-mcp) [![mikusnuz/meta-ads-mcp MCP server](https://glama.ai/mcp/servers/mikusnuz/meta-ads-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mikusnuz/meta-ads-mcp) πŸ“‡ ☁️ - MCP server for Meta Marketing API v25.0 β€” 123 tools for Facebook & Instagram ad campaigns, audiences, creatives, insights, catalogs, and automated rules. - [mukul-dutt/mentionsapi-mcp](https://github.com/mukul-dutt/mentionsapi-mcp) [![mukul-dutt/mentionsapi-mcp MCP server](https://glama.ai/mcp/servers/mukul-dutt/mentionsapi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mukul-dutt/mentionsapi-mcp) πŸ“‡ ☁️ - Check whether AI recommends your brand β€” mentions, ranks, and citations across ChatGPT, Claude, Gemini, Perplexity, Google AI Overviews, AI Mode, and Bing Copilot. - [shensi8312/blogburst-mcp-server](https://github.com/shensi8312/blogburst-mcp-server) πŸ“‡ ☁️ - AI content generation, repurposing, and multi-platform publishing with [BlogBurst](https://blogburst.ai). Generate blogs, repurpose content for 9+ platforms (Twitter, LinkedIn, Reddit, Bluesky, Threads, Telegram, Discord, TikTok, YouTube), get trending topics, and publish directly. From 84793e8eb5baf568977e35f942f994096a5a3a05 Mon Sep 17 00:00:00 2001 From: antonivanov1 Date: Sat, 18 Jul 2026 15:46:58 +0300 Subject: [PATCH 287/403] Update antohins/seo-tools-mcp entry: Glama badge + 1.1.0 tools (~38) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ffd649c2..64ef6fbd4 100644 --- a/README.md +++ b/README.md @@ -2386,7 +2386,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [OrbiAds/Orbiads-GAM-MCP](https://github.com/OrbiAds/Orbiads-GAM-MCP) [![OrbiAds/Orbiads-GAM-MCP MCP server](https://glama.ai/mcp/servers/OrbiAds/Orbiads-GAM-MCP/badges/score.svg)](https://glama.ai/mcp/servers/OrbiAds/Orbiads-GAM-MCP) 🐍 ☁️ - Hosted Google Ad Manager MCP server for Claude, ChatGPT, Gemini, and Codex. 200+ tools across campaign management, line items, creatives (image/video/HTML5/native), interactive reporting, inventory exploration, and ad-ops compliance audits. OAuth on-behalf-of-user, GAM API v202602. Free trial at [orbiads.com](https://orbiads.com) β€” 5 credits, no credit card. - [Natden444/pickanagency-mcp](https://github.com/Natden444/pickanagency-mcp) [![Natden444/pickanagency-mcp MCP server](https://glama.ai/mcp/servers/Natden444/pickanagency-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Natden444/pickanagency-mcp) πŸ“‡ ☁️ - Search 47,000+ marketing agencies and get AI-matched with fitted agencies (Get Matched engine), from [Pick an Agency](https://www.pickanagency.com). - [atomno-mcp/mcp-seo-audit](https://github.com/atomno-mcp/mcp-seo-audit) [![atomno-mcp/mcp-seo-audit MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit) 🐍 ☁️ - Technical SEO audit powered by the detail.web engine. `audit_site(url)` returns a 0-100 health score, issues across 8 categories, and a GEO (Generative Engine Optimization) sub-score for visibility in AI search (ChatGPT, Perplexity, Google AI Overviews). Plus validators for robots.txt, sitemap.xml, JSON-LD, and meta tags. Install: `pipx install atomno-mcp-seo-audit`. -- [antohins/seo-tools-mcp](https://github.com/antohins/seo-tools-mcp) πŸ“‡ 🏠 - Read-only SEO servers for Google & Yandex: SERP (via XMLStock), Yandex Wordstat, Google Search Console, Yandex.Webmaster and Yandex.Metrica. Strict JSON output, named multi-account profiles, interactive OAuth with auto-refresh. Install per server: `npx -y seo-tools-mcp-`. +- [antohins/seo-tools-mcp](https://github.com/antohins/seo-tools-mcp) [![antohins/seo-tools-mcp MCP server](https://glama.ai/mcp/servers/antohins/seo-tools-mcp/badges/score.svg)](https://glama.ai/mcp/servers/antohins/seo-tools-mcp) πŸ“‡ 🏠 - Five read-only SEO servers for the Google/Yandex (RU/CIS) market: SERP (XMLStock), Yandex Wordstat, Google Search Console (Search Analytics + URL Inspection), Yandex.Webmaster, and Yandex.Metrica. ~38 tools, multi-account, OAuth with auto-refresh. Install: `npx -y seo-tools-mcp-`. ### πŸ“Š Monitoring From 445996243fe697b9f7e3a8cd5cc3f3fc1f1e98da Mon Sep 17 00:00:00 2001 From: Nerius Rutkauskas <33282043+Kontuzijus@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:27:37 +0300 Subject: [PATCH 288/403] Add Glama score badge to ScrapeUnblocker entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27f55bf2e..e8a0c5dc3 100644 --- a/README.md +++ b/README.md @@ -420,7 +420,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [realwigu/mcp-doctor](https://github.com/realwigu/mcp-doctor) [![realwigu/mcp-doctor MCP server](https://glama.ai/mcp/servers/realwigu/mcp-doctor/badges/score.svg)](https://glama.ai/mcp/servers/realwigu/mcp-doctor) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Zero-config diagnostics for MCP servers. Auto-discovers configs across Claude Code, Cursor, VS Code, Windsurf, and Claude Desktop, then tests connections via JSON-RPC handshake, audits security issues, and benchmarks latency. Also runs as an MCP server itself. - [recursechat/mcp-server-apple-shortcuts](https://github.com/recursechat/mcp-server-apple-shortcuts) πŸ“‡ 🏠 🍎 - An MCP Server Integration with Apple Shortcuts - [Retio-ai/pagemap](https://github.com/Retio-ai/Retio-pagemap) 🐍 🏠 - Compresses ~100K-token HTML into 2-5K-token structured maps while preserving every actionable element. AI agents can read and interact with any web page at 97% fewer tokens. -- [ScrapeUnblocker/scrapeunblocker-mcp](https://github.com/ScrapeUnblocker/scrapeunblocker-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Fetch any web page's HTML (or AI-parsed JSON, or Google results) through the ScrapeUnblocker anti-bot API (Cloudflare, DataDome, PerimeterX, Akamai, Shape), using your own API key. Three tools: `fetch_html`, `fetch_parsed`, `google_search`. Install: `npx -y scrapeunblocker-mcp`. +- [ScrapeUnblocker/scrapeunblocker-mcp](https://github.com/ScrapeUnblocker/scrapeunblocker-mcp) [![ScrapeUnblocker/scrapeunblocker-mcp MCP server](https://glama.ai/mcp/servers/ScrapeUnblocker/scrapeunblocker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ScrapeUnblocker/scrapeunblocker-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Fetch any web page's HTML (or AI-parsed JSON, or Google results) through the ScrapeUnblocker anti-bot API (Cloudflare, DataDome, PerimeterX, Akamai, Shape), using your own API key. Three tools: `fetch_html`, `fetch_parsed`, `google_search`. Install: `npx -y scrapeunblocker-mcp`. - [seleniumboot/selenium-mcp](https://github.com/seleniumboot/selenium-mcp) [![seleniumboot/selenium-mcp MCP server](https://glama.ai/mcp/servers/seleniumboot/selenium-mcp/badges/score.svg)](https://glama.ai/mcp/servers/seleniumboot/selenium-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Python MCP server for Selenium WebDriver β€” 84 tools for browser automation, element interactions, assertions, and self-healing locators, plus codegen for Java TestNG / JUnit 5 / Cucumber / pytest / C# NUnit / Playwright and CI pipelines (GitHub Actions / Jenkins / GitLab CI). No ChromeDriver setup needed. - [serkan-ozal/browser-devtools-mcp](https://github.com/serkan-ozal/browser-devtools-mcp) πŸ“‡ - An MCP Server enables AI assistants to autonomously test, debug, and validate web applications. - [site-shot/site-shot-mcp](https://github.com/site-shot/site-shot-mcp) [![site-shot/site-shot-mcp MCP server](https://glama.ai/mcp/servers/site-shot/site-shot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/site-shot/site-shot-mcp) πŸ“‡ ☁️ - Website screenshot API for AI agents. Real Chromium rendering, full-page capture up to 20,000px, country/geo proxies, and automatic ad & cookie-banner removal (cleaner images, fewer vision tokens). Two tools: `capture_screenshot`, `capture_full_page`. Install: `npx -y site-shot-mcp`. From daff9fa5115c3541bdf93d72a7053451f994d907 Mon Sep 17 00:00:00 2001 From: lennney <94768569+lennney@users.noreply.github.com> Date: Sat, 18 Jul 2026 22:07:09 +0800 Subject: [PATCH 289/403] =?UTF-8?q?feat:=20add=20agent-search-mcp=20?= =?UTF-8?q?=E2=80=94=20free=20multi-engine=20MCP=20search=20(8=20engines)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..72d03542e 100644 --- a/README.md +++ b/README.md @@ -2691,6 +2691,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [kimdonghwi94/Web-Analyzer-MCP](https://github.com/kimdonghwi94/web-analyzer-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Extracts clean web content for RAG and provides Q&A about web pages. - [kshern/mcp-tavily](https://github.com/kshern/mcp-tavily.git) ☁️ πŸ“‡ – Tavily AI search API - [leehanchung/bing-search-mcp](https://github.com/leehanchung/bing-search-mcp) πŸ“‡ ☁️ - Web search capabilities using Microsoft Bing Search API +- [lennney/agent-search-mcp](https://github.com/lennney/agent-search-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Free multi-engine MCP search server β€” 8 free engines (DDG, Sogou, Bing, Baidu, Wikipedia, Startpage, Yandex, Mojeek), waterfall progressive search, multi-source verification, content enrichment, news search, language auto-detection, CLI. Zero API keys needed. `npx agent-search-mcp` - [leadbrain/korean-data-mcp](https://github.com/leadbrain/korean-data-mcp) [![leadbrain/korean-data-mcp MCP server](https://glama.ai/mcp/servers/leadbrain/korean-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/leadbrain/korean-data-mcp) 🐍 ☁️ - Real-time Korean web data β€” Naver place reviews, Melon music chart, Daangn/Bunjang marketplace listings, Naver news, Musinsa fashion rankings. 7 tools powered by Apify actors. Requires APIFY_TOKEN. - [lfnovo/content-core](https://github.com/lfnovo/content-core) 🐍 🏠 - Extract content from URLs, documents, videos, and audio files using intelligent auto-engine selection. Supports web pages, PDFs, Word docs, YouTube transcripts, and more with structured JSON responses. - [tobocop2/lilbee](https://github.com/tobocop2/lilbee) [![tobocop2/lilbee MCP server](https://glama.ai/mcp/servers/tobocop2/lilbee/badges/score.svg)](https://glama.ai/mcp/servers/tobocop2/lilbee) 🐍 🏠 🍎 πŸͺŸ 🐧 - Runs and manages its own local models, or uses your existing Ollama or LM Studio if you prefer. Indexes your files and code, crawls the websites you point it at, and answers with citations to the source. From 5712319d57a2b4ce9a52143ff376b0844a5d583a Mon Sep 17 00:00:00 2001 From: lennney <94768569+lennney@users.noreply.github.com> Date: Sat, 18 Jul 2026 22:11:25 +0800 Subject: [PATCH 290/403] feat: add Glama score badge for agent-search-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72d03542e..2eebc90c3 100644 --- a/README.md +++ b/README.md @@ -2691,7 +2691,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [kimdonghwi94/Web-Analyzer-MCP](https://github.com/kimdonghwi94/web-analyzer-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Extracts clean web content for RAG and provides Q&A about web pages. - [kshern/mcp-tavily](https://github.com/kshern/mcp-tavily.git) ☁️ πŸ“‡ – Tavily AI search API - [leehanchung/bing-search-mcp](https://github.com/leehanchung/bing-search-mcp) πŸ“‡ ☁️ - Web search capabilities using Microsoft Bing Search API -- [lennney/agent-search-mcp](https://github.com/lennney/agent-search-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Free multi-engine MCP search server β€” 8 free engines (DDG, Sogou, Bing, Baidu, Wikipedia, Startpage, Yandex, Mojeek), waterfall progressive search, multi-source verification, content enrichment, news search, language auto-detection, CLI. Zero API keys needed. `npx agent-search-mcp` +- [lennney/agent-search-mcp](https://github.com/lennney/agent-search-mcp) [![lennney/agent-search-mcp MCP server](https://glama.ai/mcp/servers/lennney/agent-search-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lennney/agent-search-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Free multi-engine MCP search server β€” 8 free engines (DDG, Sogou, Bing, Baidu, Wikipedia, Startpage, Yandex, Mojeek), waterfall progressive search, multi-source verification, content enrichment, news search, language auto-detection, CLI. Zero API keys needed. `npx agent-search-mcp` - [leadbrain/korean-data-mcp](https://github.com/leadbrain/korean-data-mcp) [![leadbrain/korean-data-mcp MCP server](https://glama.ai/mcp/servers/leadbrain/korean-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/leadbrain/korean-data-mcp) 🐍 ☁️ - Real-time Korean web data β€” Naver place reviews, Melon music chart, Daangn/Bunjang marketplace listings, Naver news, Musinsa fashion rankings. 7 tools powered by Apify actors. Requires APIFY_TOKEN. - [lfnovo/content-core](https://github.com/lfnovo/content-core) 🐍 🏠 - Extract content from URLs, documents, videos, and audio files using intelligent auto-engine selection. Supports web pages, PDFs, Word docs, YouTube transcripts, and more with structured JSON responses. - [tobocop2/lilbee](https://github.com/tobocop2/lilbee) [![tobocop2/lilbee MCP server](https://glama.ai/mcp/servers/tobocop2/lilbee/badges/score.svg)](https://glama.ai/mcp/servers/tobocop2/lilbee) 🐍 🏠 🍎 πŸͺŸ 🐧 - Runs and manages its own local models, or uses your existing Ollama or LM Studio if you prefer. Indexes your files and code, crawls the websites you point it at, and answers with citations to the source. From 8672d1c1237908ceda950e2f40259bdd4cd3edc9 Mon Sep 17 00:00:00 2001 From: Convertica Date: Sat, 18 Jul 2026 18:18:25 +0200 Subject: [PATCH 291/403] Add Glama score badge for convertica-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70b5d1942..af0376d21 100644 --- a/README.md +++ b/README.md @@ -1533,7 +1533,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [box/mcp-server-box-remote](https://github.com/box/mcp-server-box-remote/) πŸŽ–οΈ ☁️ - The Box MCP server allows third party AI agents to securely and seamlessly access Box content and use tools such as search, asking questions from files and folders, and data extraction. - [bzsanti/oxidize-python](https://github.com/bzsanti/oxidize-python) [![bzsanti/oxidize-python MCP server](https://glama.ai/mcp/servers/bzsanti/oxidize-python/badges/score.svg)](https://glama.ai/mcp/servers/bzsanti/oxidize-python) 🐍 🏠 🍎 πŸͺŸ 🐧 - Rust-powered PDF toolkit: create, read, and analyze PDFs; extract text and entities for RAG; convert to Markdown; split, merge, rotate, and reorder pages; add content, annotations, and form fields; and encrypt documents. Ships in the `oxidize-pdf` PyPI package β€” run locally with `uvx oxidize-mcp`. - [ckanthony/Chisel](https://github.com/ckanthony/Chisel) [![chisel MCP server](https://glama.ai/mcp/servers/@ckanthony/chisel/badges/score.svg)](https://glama.ai/mcp/servers/@ckanthony/chisel) πŸ¦€ 🏠 🍎 🐧 ☁️ - Reduce context usage on file use. Send only unified diffs instead of full files (up to 20-100Γ— fewer tokens), and read large files with targeted `grep`/`sed` instead of full reads (up to 500Γ—). Kernel-enforced path confinement hard-locks the agent to a configured root: no accidental reads or writes outside scope. Standalone for your file access or embed in any MCP server (Rust, Node.js, Python via WASM). -- [convertica-net/convertica-mcp](https://github.com/convertica-net/convertica-mcp) πŸ“‡ ☁️ - Convert PDF ⇄ Word, Excel, PowerPoint, JPG, HTML, Markdown, EPUB and PDF/A, plus merge, split, compress, watermark, sign, and protect PDFs, and convert images (HEIC, WebP) β€” 35+ tools from convertica.net. Zero-config via `npx convertica-mcp`. +- [convertica-net/convertica-mcp](https://github.com/convertica-net/convertica-mcp) πŸ“‡ ☁️ - Convert PDF ⇄ Word, Excel, PowerPoint, JPG, HTML, Markdown, EPUB and PDF/A, plus merge, split, compress, watermark, sign, and protect PDFs, and convert images (HEIC, WebP) β€” 35+ tools from convertica.net. Zero-config via `npx convertica-mcp`. [![convertica-net/convertica-mcp MCP server](https://glama.ai/mcp/servers/convertica-net/convertica-mcp/badges/score.svg)](https://glama.ai/mcp/servers/convertica-net/convertica-mcp) - [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - Share code context with LLMs via MCP or clipboard - [Dissimilis/DirForge](https://github.com/Dissimilis/DirForge) [![Dissimilis/DirForge MCP server](https://glama.ai/mcp/servers/Dissimilis/DirForge/badges/score.svg)](https://glama.ai/mcp/servers/Dissimilis/DirForge) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - Read-only directory listing web app with a built-in MCP server: directory browsing, file reading, content search, archive inspection, file hashes, and disk usage tools over a configured root. - [drolosoft/go-docs-mcp](https://github.com/drolosoft/go-docs-mcp) [![drolosoft/go-docs-mcp MCP server](https://glama.ai/mcp/servers/drolosoft/go-docs-mcp/badges/score.svg)](https://glama.ai/mcp/servers/drolosoft/go-docs-mcp) 🏎️ 🏠 🍎 🐧 - Multi-format document MCP server β€” read, search, OCR, and extract from PDF, TXT, MD, DOCX, CSV, and images. Single Go binary, 12 tools, smart mtime-based caching, directory-locked security. From 61b89d5db7eda4ce851725f7dd5a89cb75eff488 Mon Sep 17 00:00:00 2001 From: ontorata Date: Mon, 6 Jul 2026 14:52:56 +0700 Subject: [PATCH 292/403] Add Ratary Memory MCP to Knowledge & Memory --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..8bd73afea 100644 --- a/README.md +++ b/README.md @@ -2187,7 +2187,8 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) πŸŽ–οΈ πŸ¦€ ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. - [ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) πŸ“‡ ☁️ - Retrieve context from your [Ragie](https://www.ragie.ai) (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more. -- [ravi-labs/mindmap-mcp-server](https://github.com/ravi-labs/mindmap-mcp-server) [![ravi-labs/mindmap-mcp-server MCP server](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server) πŸ“‡ 🏠 - Local-first memory & context-handoff across AI tools β€” capture context in one tool, resume it in another, with graceful decay, a persona layer, and a portable memory passport. +- [ravi-labs/mindmap-mcp-server](https://github.com/ravi-labs/mindmap-mcp-server) +- [Ratary](https://github.com/ontorata/ratary/tree/main/MCP) - Persistent coding memory for AI assistants — hybrid search, knowledge graph, token-efficient context. MCP stdio (28 tools), npm `@ratary/mcp-server`, optional remote Streamable HTTP. Self-host D1, Postgres, MariaDB, or Docker. [![ravi-labs/mindmap-mcp-server MCP server](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server) πŸ“‡ 🏠 - Local-first memory & context-handoff across AI tools β€” capture context in one tool, resume it in another, with graceful decay, a persona layer, and a portable memory passport. - [remembra-ai/remembra](https://github.com/remembra-ai/remembra) [![remembra MCP server](https://glama.ai/mcp/servers/remembra-ai/remembra/badges/score.svg)](https://glama.ai/mcp/servers/remembra-ai/remembra) 🐍 πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Persistent memory layer for AI agents with entity resolution, PII detection, AES-256-GCM encryption at rest, and hybrid search. 100% on LoCoMo benchmark. Self-hosted. - [redleaves/context-keeper](https://github.com/redleaves/context-keeper) 🏎️ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - LLM-driven context and memory management with wide-recall + precise-reranking RAG architecture. Features multi-dimensional retrieval (vector/timeline/knowledge graph), short/long-term memory, and complete MCP support (HTTP/WebSocket/SSE). - [riponcm/projectmem](https://github.com/riponcm/projectmem) [![projectmem MCP server](https://glama.ai/mcp/servers/riponcm/projectmem/badges/score.svg)](https://glama.ai/mcp/servers/riponcm/projectmem) 🐍 🏠 🍎 πŸͺŸ 🐧 - Local-first memory and judgment layer for AI coding agents. Captures issues, failed attempts, fixes, and decisions in readable Markdown + JSONL, re-injects them into future sessions, and warns at git commit before you repeat a mistake. 14 tools, works with Claude, Cursor, Antigravity, and Codex. From ab579639ca71f7193f278c016fa4a3f1c5db5757 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 6 Jul 2026 16:50:32 +0700 Subject: [PATCH 293/403] fix: correct Ratary entry and restore mindmap-mcp-server line Use ontorata/ratary Glama badge instead of mindmap badge. Restore full mindmap-mcp-server listing to resolve duplicate-check bot feedback on PR #9454. Co-authored-by: Cursor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bd73afea..650497cf2 100644 --- a/README.md +++ b/README.md @@ -2187,8 +2187,8 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) πŸŽ–οΈ πŸ¦€ ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. - [ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) πŸ“‡ ☁️ - Retrieve context from your [Ragie](https://www.ragie.ai) (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more. -- [ravi-labs/mindmap-mcp-server](https://github.com/ravi-labs/mindmap-mcp-server) -- [Ratary](https://github.com/ontorata/ratary/tree/main/MCP) - Persistent coding memory for AI assistants — hybrid search, knowledge graph, token-efficient context. MCP stdio (28 tools), npm `@ratary/mcp-server`, optional remote Streamable HTTP. Self-host D1, Postgres, MariaDB, or Docker. [![ravi-labs/mindmap-mcp-server MCP server](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server) πŸ“‡ 🏠 - Local-first memory & context-handoff across AI tools β€” capture context in one tool, resume it in another, with graceful decay, a persona layer, and a portable memory passport. +- [Ratary](https://github.com/ontorata/ratary/tree/main/MCP) [![Ratary MCP server](https://glama.ai/mcp/servers/ontorata/ratary/badges/score.svg)](https://glama.ai/mcp/servers/ontorata/ratary) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Persistent coding memory for AI assistants β€” hybrid search, knowledge graph, token-efficient context. MCP stdio (28 tools), npm `@ratary/mcp-server`, optional remote Streamable HTTP. Self-host D1, Postgres, MariaDB, or Docker. +- [ravi-labs/mindmap-mcp-server](https://github.com/ravi-labs/mindmap-mcp-server) [![ravi-labs/mindmap-mcp-server MCP server](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server) πŸ“‡ 🏠 - Local-first memory & context-handoff across AI tools β€” capture context in one tool, resume it in another, with graceful decay, a persona layer, and a portable memory passport. - [remembra-ai/remembra](https://github.com/remembra-ai/remembra) [![remembra MCP server](https://glama.ai/mcp/servers/remembra-ai/remembra/badges/score.svg)](https://glama.ai/mcp/servers/remembra-ai/remembra) 🐍 πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Persistent memory layer for AI agents with entity resolution, PII detection, AES-256-GCM encryption at rest, and hybrid search. 100% on LoCoMo benchmark. Self-hosted. - [redleaves/context-keeper](https://github.com/redleaves/context-keeper) 🏎️ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - LLM-driven context and memory management with wide-recall + precise-reranking RAG architecture. Features multi-dimensional retrieval (vector/timeline/knowledge graph), short/long-term memory, and complete MCP support (HTTP/WebSocket/SSE). - [riponcm/projectmem](https://github.com/riponcm/projectmem) [![projectmem MCP server](https://glama.ai/mcp/servers/riponcm/projectmem/badges/score.svg)](https://glama.ai/mcp/servers/riponcm/projectmem) 🐍 🏠 🍎 πŸͺŸ 🐧 - Local-first memory and judgment layer for AI coding agents. Captures issues, failed attempts, fixes, and decisions in readable Markdown + JSONL, re-injects them into future sessions, and warns at git commit before you repeat a mistake. 14 tools, works with Claude, Cursor, Antigravity, and Codex. From 6982a977e10f591fd1f98a985100766a45ce986c Mon Sep 17 00:00:00 2001 From: lutfi04 Date: Mon, 13 Jul 2026 15:31:15 +0700 Subject: [PATCH 294/403] fix: use ontorata/ratary owner/repo format and alphabetical placement Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 650497cf2..ba717da3b 100644 --- a/README.md +++ b/README.md @@ -2170,6 +2170,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [novyxlabs/novyx-mcp](https://github.com/novyxlabs/novyx-core/tree/main/packages/novyx-mcp) [![novyx-mcp-desktop MCP server](https://glama.ai/mcp/servers/@novyxlabs/novyx-mcp-desktop/badges/score.svg)](https://glama.ai/mcp/servers/@novyxlabs/novyx-mcp-desktop) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Persistent AI agent memory with rollback, audit trails, semantic search, and knowledge graph. Zero-config local SQLite mode or cloud API. 23 tools, 6 resources, 3 prompts. - [olgasafonova/mediawiki-mcp-server](https://github.com/olgasafonova/mediawiki-mcp-server) 🏎️ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Connect to any MediaWiki wiki (Wikipedia, Fandom, corporate wikis). 33+ tools for search, read, edit, link analysis, revision history, and Markdown conversion. Supports stdio and HTTP transport. - [omega-memory/omega-memory](https://github.com/omega-memory/omega-memory) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory for AI coding agents with semantic search, auto-capture, cross-session learning, and intelligent forgetting. 28 MCP tools, local-first. +- [ontorata/ratary](https://github.com/ontorata/ratary) [![ontorata/ratary MCP server](https://glama.ai/mcp/servers/ontorata/ratary/badges/score.svg)](https://glama.ai/mcp/servers/ontorata/ratary) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Persistent coding memory for AI assistants β€” hybrid search, knowledge graph, token-efficient context. MCP stdio (28 tools), npm `@ratary/mcp-server`, optional remote Streamable HTTP. Self-host D1, Postgres, MariaDB, or Docker. - [oomkapwn/enquire-mcp](https://github.com/oomkapwn/enquire-mcp) [![oomkapwn/enquire-mcp MCP server](https://glama.ai/mcp/servers/oomkapwn/enquire-mcp/badges/score.svg)](https://glama.ai/mcp/servers/oomkapwn/enquire-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Long-term memory for AI agents (Claude Code/Desktop, Cursor, ChatGPT, Codex, OpenClaw) backed by a local Obsidian markdown vault. Hybrid retrieval (BM25 + ML embeddings + BGE reranker, RRF-fused), HNSW + int8 quantization, agentic RAG (HyDE + sub-question), GraphRAG-light (Louvain wikilink community detection), standalone Obsidian Bases, PDFs + Tesseract OCR. 46 tools, 19 MCP prompts, MIT, SLSA L2, zero cloud calls during serve. `npx -y @oomkapwn/enquire-mcp serve --vault ` - [AgentBase1/mcp-server](https://github.com/AgentBase1/mcp-server) [![mcp-server MCP server](https://glama.ai/mcp/servers/AgentBase1/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/AgentBase1/mcp-server) πŸ“‡ ☁️ - AgentBase: open registry of agent instruction files for AI agents. Search and retrieve system prompts, skills, workflows, domain packs, and safety filters via MCP tools. 44 files, CC0-licensed, free. - [pallaprolus/mendeley-mcp](https://github.com/pallaprolus/mendeley-mcp) 🐍 ☁️ - MCP server for Mendeley reference manager. Search your library, browse folders, get document metadata, search the global catalog, and add papers to your collection. @@ -2187,7 +2188,6 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) πŸŽ–οΈ πŸ¦€ ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. - [ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) πŸ“‡ ☁️ - Retrieve context from your [Ragie](https://www.ragie.ai) (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more. -- [Ratary](https://github.com/ontorata/ratary/tree/main/MCP) [![Ratary MCP server](https://glama.ai/mcp/servers/ontorata/ratary/badges/score.svg)](https://glama.ai/mcp/servers/ontorata/ratary) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Persistent coding memory for AI assistants β€” hybrid search, knowledge graph, token-efficient context. MCP stdio (28 tools), npm `@ratary/mcp-server`, optional remote Streamable HTTP. Self-host D1, Postgres, MariaDB, or Docker. - [ravi-labs/mindmap-mcp-server](https://github.com/ravi-labs/mindmap-mcp-server) [![ravi-labs/mindmap-mcp-server MCP server](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server) πŸ“‡ 🏠 - Local-first memory & context-handoff across AI tools β€” capture context in one tool, resume it in another, with graceful decay, a persona layer, and a portable memory passport. - [remembra-ai/remembra](https://github.com/remembra-ai/remembra) [![remembra MCP server](https://glama.ai/mcp/servers/remembra-ai/remembra/badges/score.svg)](https://glama.ai/mcp/servers/remembra-ai/remembra) 🐍 πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Persistent memory layer for AI agents with entity resolution, PII detection, AES-256-GCM encryption at rest, and hybrid search. 100% on LoCoMo benchmark. Self-hosted. - [redleaves/context-keeper](https://github.com/redleaves/context-keeper) 🏎️ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - LLM-driven context and memory management with wide-recall + precise-reranking RAG architecture. Features multi-dimensional retrieval (vector/timeline/knowledge graph), short/long-term memory, and complete MCP support (HTTP/WebSocket/SSE). From 25c921d97892023911bcf0f2dcc6e56b16d487bc Mon Sep 17 00:00:00 2001 From: aeoess Date: Sat, 18 Jul 2026 10:12:55 -0700 Subject: [PATCH 295/403] Add aeoess/agent-passport-mcp to Security --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..d9706f71a 100644 --- a/README.md +++ b/README.md @@ -2796,6 +2796,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [Acacian/aegis](https://github.com/Acacian/aegis) [![aegis MCP server](https://glama.ai/mcp/servers/Acacian/aegis/badges/score.svg)](https://glama.ai/mcp/servers/Acacian/aegis) 🐍 🏠 🍎 πŸͺŸ 🐧 - Policy-based governance for AI agent tool calls. YAML policies, approval gates, risk assessment, and audit logging. Cross-platform: LangChain, OpenAI, Anthropic, MCP. - [ajipurn/fida](https://github.com/ajipurn/fida) [![fida MCP server](https://glama.ai/mcp/servers/ajipurn/fida/badges/score.svg)](https://glama.ai/mcp/servers/ajipurn/fida) πŸ¦€ 🏠 - Local-first MCP gateway for coding agents that redacts detected secrets from file reads and command output before they reach model context. - [adeptus-innovatio/solvitor-mcp](https://github.com/Adeptus-Innovatio/solvitor-mcp) πŸ¦€ 🏠 - Solvitor MCP server provides tools to access reverse engineering tools that help developers extract IDL files from closed-source Solana smart contracts and decompile them. +- [aeoess/agent-passport-mcp](https://github.com/aeoess/agent-passport-mcp) [![aeoess/agent-passport-mcp MCP server](https://glama.ai/mcp/servers/aeoess/agent-passport-mcp/badges/score.svg)](https://glama.ai/mcp/servers/aeoess/agent-passport-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 - Agent identity, scoped delegation, and governance: issue passports, build and verify narrowing-only delegation chains, enforce policy at a gateway, and emit signed admission and outcome records. 150 tools. `npx -y agent-passport-system-mcp` - [beeswaxpat/chronoverify-mcp](https://github.com/beeswaxpat/chronoverify-mcp) [![chronoverify-mcp MCP server](https://glama.ai/mcp/servers/beeswaxpat/chronoverify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/beeswaxpat/chronoverify-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Verify a photo's capture time and provenance before an agent trusts it: cryptographic C2PA Content Credentials validation against the official trust lists, EXIF and XMP consistency checks, and classical pixel forensics fused into one typed verdict with a 0 to 100 confidence. Free keyless tier, opt-in shareable verdict permalinks, and key-gated signed PDF audit reports. Provenance validation, not a deepfake detector. `npx chronoverify-mcp` - [KOVY/agentforge-trust-mcp](https://github.com/KOVY/agentforge-trust-mcp) [![agentforge-trust-mcp MCP server](https://glama.ai/mcp/servers/KOVY/agentforge-trust-mcp/badges/score.svg)](https://glama.ai/mcp/servers/KOVY/agentforge-trust-mcp) πŸ“‡ ☁️ - Query the AgentForge Trust Score (0-100 across five dimensions: security, code health, behavioral audit, community trust, EU compliance) for any MCP server before connecting. Exposes `check_trust`, `evaluate_policy`, `list_trusted`, and `recommend` tools. 3,600+ servers audited, free public API. - [agentgraph-co/agentgraph](https://github.com/agentgraph-co/agentgraph) [![agentgraph-co/agentgraph MCP server](https://glama.ai/mcp/servers/agentgraph-co/agentgraph/badges/score.svg)](https://glama.ai/mcp/servers/agentgraph-co/agentgraph) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Trust verification and security scanning for AI agents. Checks security posture of third-party MCP servers and tools with signed attestations (Ed25519/JWS) before interaction. From 4b5a285f06c990703ebced8aca3fbdfe3ef028a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9E=C3=BCkr=C3=BC=20K=C3=9C=C3=87=C3=9CK?= Date: Sat, 18 Jul 2026 22:42:11 +0300 Subject: [PATCH 296/403] Update x402 Bazaar entry: 90+ tools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f129fce..f3cf4a316 100644 --- a/README.md +++ b/README.md @@ -1587,7 +1587,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [@iiatlas/hledger-mcp](https://github.com/iiAtlas/hledger-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ - Double entry plain text accounting, right in your LLM! This MCP enables comprehensive read, and (optional) write access to your local [HLedger](https://hledger.org/) accounting journals. - [Fabio662/yieldagentx402-sdks](https://github.com/Fabio662/yieldagentx402-sdks) [![Fabio662/yieldagentx402-sdks MCP server](https://glama.ai/mcp/servers/Fabio662/yieldagentx402-sdks/badges/score.svg)](https://glama.ai/mcp/servers/Fabio662/yieldagentx402-sdks) πŸ“‡ ☁️ - Custody-free, policy-gated, receipt-backed execution layer for AI agents. 16 MCP tools across 18 chains (Base, Ethereum, Bitcoin native, Starknet, NEAR, Solana, Stacks, BNB, Rootstock, Filecoin, Aptos, Sui, TON, Tron, XRPL, Stellar, Algorand). One NEAR MPC key authority signs on EVM and BTC, no private keys held anywhere. ShadeGuard policy enforcement, Intel TDX TEE attestation, HMAC-SHA256 receipts, Filecoin and BTFS anchored. x402 protocol settlement with 0.25 percent protocol fee. Public discovery with no signup needed: call yax_get_capabilities without auth. Instant test key (5 USD cap, 7 day) via POST /api/apply. Install via `npx agentx402-mcp-server`. - [@openpulsechain/mcp-server](https://github.com/openpulsechain/public/tree/main/mcp-server) [![openpulsechain/public MCP server](https://glama.ai/mcp/servers/openpulsechain/public/badges/score.svg)](https://glama.ai/mcp/servers/openpulsechain/public) πŸ“‡ ☁️ - PulseChain on-chain analytics: token safety scores (0-100), honeypot detection, whale tracking, smart money feed, scam alerts, DEX volume, bridge stats, holder leagues. 11 free + 9 pro tools. `npx @openpulsechain/mcp-server` -- [sukrutkrdg/x402-bazaar-mcp](https://github.com/sukrutkrdg/x402-bazaar-mcp) [![sukrutkrdg/x402-bazaar-mcp MCP server](https://glama.ai/mcp/servers/sukrutkrdg/x402-bazaar-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sukrutkrdg/x402-bazaar-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - The Base token-safety toolkit for agents: the only B20 (Base-native token) freeze/seize/rug suite, plus pre-trade GO/HOLD/STOP gates, honeypot/sellability, wallet + approval audits, sign-guard, prices and Claude-written AI reports. 80+ pay-per-call tools over x402 (USDC on Base), free tier, no API keys. `npx x402-bazaar-mcp` +- [sukrutkrdg/x402-bazaar-mcp](https://github.com/sukrutkrdg/x402-bazaar-mcp) [![sukrutkrdg/x402-bazaar-mcp MCP server](https://glama.ai/mcp/servers/sukrutkrdg/x402-bazaar-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sukrutkrdg/x402-bazaar-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - The Base token-safety toolkit for agents: the only B20 (Base-native token) freeze/seize/rug suite, plus pre-trade GO/HOLD/STOP gates, honeypot/sellability, wallet + approval audits, sign-guard, prices and Claude-written AI reports. 90+ pay-per-call tools over x402 (USDC on Base), free tier, no API keys. `npx x402-bazaar-mcp` - [0xDegenMo/lighter-mcp](https://github.com/0xDegenMo/lighter-mcp) [![0xDegenMo/lighter-mcp MCP server](https://glama.ai/mcp/servers/0xDegenMo/lighter-mcp/badges/score.svg)](https://glama.ai/mcp/servers/0xDegenMo/lighter-mcp) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for [Lighter](https://lighter.xyz) β€” a zero-fee zk-rollup perpetual DEX. Trade ~190 perpetuals (crypto + RWA: PAXG/XAU gold, XAG silver, WTI oil, equity tickers like TSLA/AMZN/ASML) from Claude Desktop, Cursor, Hermes, or any MCP client. Three credential tiers (PUBLIC market data β†’ READ account β†’ TRADE signing), native on-chain stop-loss / take-profit, server-side safety caps (max-quote-USD, slippage, symbol allowlist). `pip install 0xdegenmo-lighter-mcp`. - [aaronjmars/web3-research-mcp](https://github.com/aaronjmars/web3-research-mcp) πŸ“‡ ☁️ - Deep Research for crypto - free & fully local - [ahmetsbilgin/finbrain-mcp](https://github.com/ahmetsbilgin/finbrain-mcp) πŸŽ–οΈ 🐍 ☁️ 🏠 - Access institutional-grade alternative financial data directly in your LLM workflows. From 65315ac19cfeebc1407a425cd5e440e59bbf3030 Mon Sep 17 00:00:00 2001 From: Eden d'Alexis Date: Sun, 19 Jul 2026 00:48:40 +0200 Subject: [PATCH 297/403] Add serpdive/serpdive-mcp to Search & Data Extraction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..31bec5f28 100644 --- a/README.md +++ b/README.md @@ -2741,6 +2741,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [securecoders/opengraph-io-mcp](https://github.com/securecoders/opengraph-io-mcp) [![opengraph-io-mcp MCP server](https://glama.ai/mcp/servers/@securecoders/opengraph-io-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@securecoders/opengraph-io-mcp) πŸ“‡ ☁️ - OpenGraph.io API integration for extracting OG metadata, taking screenshots, scraping web content, querying sites with AI, and generating branded images (illustrations, diagrams, social cards, icons, QR codes) with iterative refinement. - [serkan-ozal/driflyte-mcp-server](https://github.com/serkan-ozal/driflyte-mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 - The Driflyte MCP Server exposes tools that allow AI assistants to query and retrieve topic-specific knowledge from recursively crawled and indexed web pages. - [serpapi/serpapi-mcp](https://github.com/serpapi/serpapi-mcp) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - SerpApi MCP Server for Google and other search engine results. Provides multi-engine search across Google, Bing, Yahoo, DuckDuckGo, YouTube, eBay, and more with real-time weather data, stock market information, and flexible JSON response modes. +- [serpdive/serpdive-mcp](https://github.com/serpdive/serpdive-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 - Web search that returns extracted, answer-ready page content (url, title, date, text) instead of links. One tool with automatic localization and an optional synthesized answer. Hosted Streamable HTTP at `https://mcp.serpdive.com`, or run `npx -y serpdive-mcp`. - [shopsavvy/shopsavvy-mcp-server](https://github.com/shopsavvy/shopsavvy-mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - Complete product and pricing data solution for AI assistants. Search for products by barcode/ASIN/URL, access detailed product metadata, access comprehensive pricing data from thousands of retailers, view and track price history, and more. - [sifter-ai/sifter](https://github.com/sifter-ai/sifter) [![sifter-ai/sifter MCP server](https://glama.ai/mcp/servers/sifter-ai/sifter/badges/score.svg)](https://glama.ai/mcp/servers/sifter-ai/sifter) 🐍 🏠 ☁️ - Structure any document, query it like a database. Open-source extraction engine that turns any document into typed, schema-defined records, queryable in natural language from Claude, ChatGPT, Gemini, or any MCP client. - [softvoyagers/linkmeta-api](https://github.com/softvoyagers/linkmeta-api) πŸ“‡ ☁️ - Free URL metadata extraction API (Open Graph, Twitter Cards, favicons, JSON-LD). No API key required. From 13d5346ab0251ebf5bbca6f7012d36c98dc34517 Mon Sep 17 00:00:00 2001 From: Eden d'Alexis Date: Sun, 19 Jul 2026 01:04:02 +0200 Subject: [PATCH 298/403] Add benchmark claims to SERPdive entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31bec5f28..c6e7c4d44 100644 --- a/README.md +++ b/README.md @@ -2741,7 +2741,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [securecoders/opengraph-io-mcp](https://github.com/securecoders/opengraph-io-mcp) [![opengraph-io-mcp MCP server](https://glama.ai/mcp/servers/@securecoders/opengraph-io-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@securecoders/opengraph-io-mcp) πŸ“‡ ☁️ - OpenGraph.io API integration for extracting OG metadata, taking screenshots, scraping web content, querying sites with AI, and generating branded images (illustrations, diagrams, social cards, icons, QR codes) with iterative refinement. - [serkan-ozal/driflyte-mcp-server](https://github.com/serkan-ozal/driflyte-mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 - The Driflyte MCP Server exposes tools that allow AI assistants to query and retrieve topic-specific knowledge from recursively crawled and indexed web pages. - [serpapi/serpapi-mcp](https://github.com/serpapi/serpapi-mcp) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - SerpApi MCP Server for Google and other search engine results. Provides multi-engine search across Google, Bing, Yahoo, DuckDuckGo, YouTube, eBay, and more with real-time weather data, stock market information, and flexible JSON response modes. -- [serpdive/serpdive-mcp](https://github.com/serpdive/serpdive-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 - Web search that returns extracted, answer-ready page content (url, title, date, text) instead of links. One tool with automatic localization and an optional synthesized answer. Hosted Streamable HTTP at `https://mcp.serpdive.com`, or run `npx -y serpdive-mcp`. +- [serpdive/serpdive-mcp](https://github.com/serpdive/serpdive-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 - Web search that returns extracted, answer-ready page content (url, title, date, text) instead of links. A Tavily alternative: same speed, 20.2% fewer tokens, higher answer quality (60.7% of decided duels) on a public replayable benchmark. One tool with automatic localization and an optional synthesized answer. Hosted Streamable HTTP at `https://mcp.serpdive.com`, or run `npx -y serpdive-mcp`. - [shopsavvy/shopsavvy-mcp-server](https://github.com/shopsavvy/shopsavvy-mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - Complete product and pricing data solution for AI assistants. Search for products by barcode/ASIN/URL, access detailed product metadata, access comprehensive pricing data from thousands of retailers, view and track price history, and more. - [sifter-ai/sifter](https://github.com/sifter-ai/sifter) [![sifter-ai/sifter MCP server](https://glama.ai/mcp/servers/sifter-ai/sifter/badges/score.svg)](https://glama.ai/mcp/servers/sifter-ai/sifter) 🐍 🏠 ☁️ - Structure any document, query it like a database. Open-source extraction engine that turns any document into typed, schema-defined records, queryable in natural language from Claude, ChatGPT, Gemini, or any MCP client. - [softvoyagers/linkmeta-api](https://github.com/softvoyagers/linkmeta-api) πŸ“‡ ☁️ - Free URL metadata extraction API (Open Graph, Twitter Cards, favicons, JSON-LD). No API key required. From c967a07e5fab2c9577057cca335415aa5fba12c1 Mon Sep 17 00:00:00 2001 From: Tetsuroh Hori Date: Sun, 19 Jul 2026 13:32:09 +0900 Subject: [PATCH 299/403] Add MCP Agent Health Reporter (mcp-agent-health) to Developer Tools Co-authored-by: Cursor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..c2427980e 100644 --- a/README.md +++ b/README.md @@ -1015,6 +1015,7 @@ Tools and integrations that enhance the development workflow and environment man - [AgiMaulana/HuaweiAppGalleryMcp](https://github.com/AgiMaulana/HuaweiAppGalleryMcp) [![AgiMaulana/HuaweiAppGalleryMcp MCP server](https://glama.ai/mcp/servers/AgiMaulana/HuaweiAppGalleryMcp/badges/score.svg)](https://glama.ai/mcp/servers/AgiMaulana/HuaweiAppGalleryMcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Huawei AppGallery Connect publishing: upload APK/AAB, update metadata and localizations, submit for review, and manage phased rollouts. - [Jott2121/agent-gate](https://github.com/Jott2121/agent-gate) [![Jott2121/agent-gate MCP server](https://glama.ai/mcp/servers/Jott2121/agent-gate/badges/score.svg)](https://glama.ai/mcp/servers/Jott2121/agent-gate) 🐍 🏠 🍎 πŸͺŸ 🐧 - Lets an AI agent gate its own work before claiming "done": a fail-closed ship checklist (`verify_gate` counts a check satisfied only if explicitly proven), required independent refute-first review, and an append-only sha256-chained receipts ledger that makes any edit to past receipts detectable. `pip install mcp-agent-gate`. - [aos-standard/mcp-blast-radius](https://github.com/aos-standard/mcp-blast-radius) [![aos-standard/mcp-blast-radius MCP server](https://glama.ai/mcp/servers/aos-standard/mcp-blast-radius/badges/score.svg)](https://glama.ai/mcp/servers/aos-standard/mcp-blast-radius) 🐍 🏠 - MCP Blast-Radius Auditor β€” static blast radius extraction and AOS `manifest.json` divergence gate (Oracle / Permitted / Prohibited). Stdio MCP (`mcp-blast-radius`) plus CI blocking gate (`mcp-blast-radius-gate`). Install: `pip install mcp-blast-radius==0.2.0` Β· [PyPI](https://pypi.org/project/mcp-blast-radius/0.2.0/) +- [aos-standard/mcp-agent-health](https://github.com/aos-standard/mcp-agent-health) [![aos-standard/mcp-agent-health MCP server](https://glama.ai/mcp/servers/aos-standard/mcp-agent-health/badges/score.svg)](https://glama.ai/mcp/servers/aos-standard/mcp-agent-health) 🐍 🏠 - MCP Agent Health Reporter β€” advisory agent health scan under AOS discipline (manifest, services, immune loop, evidence). Stdio MCP: `mcp-agent-health`. Install: `pip install mcp-agent-health==0.3.1` Β· [PyPI](https://pypi.org/project/mcp-agent-health/0.3.1/) - [aparajithn/agent-utils-mcp](https://github.com/aparajithn/agent-utils-mcp) [![agent-utils-mcp MCP server](https://glama.ai/mcp/servers/@aparajithn/agent-utils-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@aparajithn/agent-utils-mcp) 🐍 ☁️ - Swiss-army-knife utility server for AI agents. 18 tools including JSON validation, base64, hashing, UUID generation, regex testing, markdown conversion, datetime conversion, cron parsing, CSV/JSON conversion, JWT decoding, and more. Streamable HTTP MCP + REST API with x402 micropayments. - [AI-by-design/primitiv](https://github.com/AI-by-design/primitiv) [![primitiv MCP server](https://glama.ai/mcp/servers/AI-by-design/primitiv/badges/score.svg)](https://glama.ai/mcp/servers/AI-by-design/primitiv) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Design contract layer for your codebase. Scans Figma, code, Storybook, and token files, reconciles conflicts, and serves a single machine-readable source of truth over MCP so every agent gets the same authoritative design rules before it builds. Local-first β€” your code never leaves your machine. - [aashari/mcp-server-atlassian-bitbucket](https://github.com/aashari/mcp-server-atlassian-bitbucket) πŸ“‡ ☁️ - Atlassian Bitbucket Cloud integration. Enables AI systems to interact with repositories, pull requests, workspaces, and code in real time. From 80ab1cc538230c35dc1c66e068bdff63b25d994e Mon Sep 17 00:00:00 2001 From: SAIF MIRZA Date: Sun, 19 Jul 2026 01:01:46 -0400 Subject: [PATCH 300/403] Add kiyas server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..d8224cf37 100644 --- a/README.md +++ b/README.md @@ -988,6 +988,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [adrianczuczka/mason](https://github.com/adrianczuczka/mason) [![adrianczuczka/mason MCP server](https://glama.ai/mcp/servers/adrianczuczka/mason/badges/score.svg)](https://glama.ai/mcp/servers/adrianczuczka/mason) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Context engineering MCP server. Generates CLAUDE.md from git history and architectural file sampling, and maintains a concept-map snapshot of features/flows β†’ files so agents can skip grep/glob on repeat queries. The fast, idiomatic Go framework for building MCP servers. Struct-tag auto schema, middleware chain, and adapters to import existing Gin/OpenAPI/gRPC services as MCP tools. - [masondelan/selvedge](https://github.com/masondelan/selvedge) [![masondelan/selvedge MCP server](https://glama.ai/mcp/servers/masondelan/selvedge/badges/score.svg)](https://glama.ai/mcp/servers/masondelan/selvedge) 🐍 🏠 - Change tracking for AI-era codebases. AI agents call it to log structured change events (entity + diff + reasoning) before the session ends, then query history with diff, blame, history, changeset, and search. Captures the intent that would otherwise evaporate. +- [saiffmirza/kiyas](https://github.com/saiffmirza/kiyas) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Design-fidelity checks for AI agents: compare a Figma frame (or any design screenshot) against the rendered implementation and get structured discrepancies with CSS properties and severity. Resolves a natural-language component description to a URL + selector in your codebase, screenshots it with Playwright, and compares via vision AI using your existing Claude Code or Codex subscription β€” no API keys. 90% mutation recall, zero false positives on its golden eval set. `npx -y kiyas-cli mcp` - [sapph1re/mcp-billing-gateway-sdk](https://github.com/sapph1re/mcp-billing-gateway-sdk) [![sapph1re/mcp-billing-gateway-sdk MCP server](https://glama.ai/mcp/servers/sapph1re/mcp-billing-gateway-sdk/badges/score.svg)](https://glama.ai/mcp/servers/sapph1re/mcp-billing-gateway-sdk) πŸ“‡ ☁️ - Billing infrastructure for MCP server operators. Add Stripe subscriptions, per-call credits, tiered pricing, and x402 crypto micropayments to any MCP server without writing billing code. Operator dashboard included. - [agenticempire/axint](https://github.com/agenticempire/axint) [![agenticempire/axint MCP server](https://glama.ai/mcp/servers/agenticempire/axint/badges/score.svg)](https://glama.ai/mcp/servers/agenticempire/axint) πŸ“‡ 🏠 - Apple-native execution layer for AI agents. Compiles TypeScript to validated Swift β€” App Intents, SwiftUI views, WidgetKit widgets, and full apps. 13 MCP tools, 150 diagnostics, 500 tests. - [callstackincubator/agent-device](https://github.com/callstackincubator/agent-device) [![callstackincubator/agent-device MCP server](https://glama.ai/mcp/servers/callstackincubator/agent-device/badges/score.svg)](https://glama.ai/mcp/servers/callstackincubator/agent-device) πŸ“‡ 🏠 🍎 🐧 - Discovery router for the agent-device CLI. Exposes status, install guidance, version-matched help, prompts, and resources for iOS, Android, tvOS, macOS, and Linux automation workflows. From 7d5ce80dc072afcea406c32eef452e0dc1d29e3c Mon Sep 17 00:00:00 2001 From: Arman Obosyan Date: Sun, 19 Jul 2026 10:47:43 +0400 Subject: [PATCH 301/403] Add Sugra API MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..48c81e3fd 100644 --- a/README.md +++ b/README.md @@ -964,6 +964,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [saikiyusuke/registep-mcp](https://github.com/saikiyusuke/registep-mcp) πŸ“‡ ☁️ - AI-powered POS & sales analytics MCP server with 67 tools for Airレジ, γ‚Ήγƒžγƒ¬γ‚Έ, and BASE EC integration. Provides store management, sales data querying, AI chat analysis, and weather correlation features. - [us-all/airflow-mcp-server](https://github.com/us-all/airflow-mcp-server) [![us-all/airflow-mcp-server MCP server](https://glama.ai/mcp/servers/us-all/airflow-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/us-all/airflow-mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Airflow REST API β€” 7 tools (DAG list, runs, task instances, log tails, trigger, clear). `dag-health-rollup` aggregation. Airflow 3.x `/api/v2` + JWT (SimpleAuthManager); pin `0.1.x` for Airflow 2.x. Read-only by default; trigger/clear write-gated. - [soil-dev/capsulemcp](https://github.com/soil-dev/capsulemcp) [![soil-dev/capsulemcp MCP server](https://glama.ai/mcp/servers/soil-dev/capsulemcp/badges/score.svg)](https://glama.ai/mcp/servers/soil-dev/capsulemcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for [Capsule CRM](https://capsulecrm.com). 81 tools (49 in read-only mode) covering contacts, opportunities, projects, tasks, timeline activity, structured + saved filters, workflow tracks, and file attachments. Two transports β€” stdio (`npx capsulemcp`) and HTTP+OAuth for hosted Custom Connectors. Read-only-mode env flag for safer defaults. Apache 2.0. +- [Sugra-Systems/sugra-api-mcp](https://github.com/Sugra-Systems/sugra-api-mcp) πŸŽ–οΈ 🐍 ☁️ - Connector between LLM agents and world data - 1,500+ endpoints aggregating 160+ primary sources across 36 data domains: markets, macroeconomics, company fundamentals, government, news, climate, maritime, and entity screening. Install via `pip install sugra-api-mcp` or hosted at app.sugra.ai/mcp. - [vikramgorla/mcp-swiss](https://github.com/vikramgorla/mcp-swiss) [![mcp-swiss](https://glama.ai/mcp/servers/vikramgorla/mcp-swiss/badges/score.svg)](https://glama.ai/mcp/servers/vikramgorla/mcp-swiss) πŸ“‡ ☁️ - 68 tools for Swiss open data: transport, weather, geodata, companies, parliament, and more. Zero API keys required. - [yashshingvi/databricks-genie-MCP](https://github.com/yashshingvi/databricks-genie-MCP) 🐍 ☁️ - A server that connects to the Databricks Genie API, allowing LLMs to ask natural language questions, run SQL queries, and interact with Databricks conversational agents. - [Younghef/nutriref-api](https://github.com/Younghef/nutriref-api) [![Younghef/nutriref-api MCP server](https://glama.ai/mcp/servers/Younghef/nutriref-api/badges/score.svg)](https://glama.ai/mcp/servers/Younghef/nutriref-api) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - USDA FoodData Central nutrition for AI agents β€” pay-per-call in USDC on Base via x402. Four tools (search, detail, compare, recipe) at $0.001–$0.005 per call. No signup, no API keys; MCPB-packaged for one-click install. From e2e719502b9df10811f83ea469a1a6571cbf0601 Mon Sep 17 00:00:00 2001 From: Arman Obosyan Date: Sun, 19 Jul 2026 10:57:00 +0400 Subject: [PATCH 302/403] Add Glama score badge per listing requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c81e3fd..76a7bdf69 100644 --- a/README.md +++ b/README.md @@ -964,7 +964,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [saikiyusuke/registep-mcp](https://github.com/saikiyusuke/registep-mcp) πŸ“‡ ☁️ - AI-powered POS & sales analytics MCP server with 67 tools for Airレジ, γ‚Ήγƒžγƒ¬γ‚Έ, and BASE EC integration. Provides store management, sales data querying, AI chat analysis, and weather correlation features. - [us-all/airflow-mcp-server](https://github.com/us-all/airflow-mcp-server) [![us-all/airflow-mcp-server MCP server](https://glama.ai/mcp/servers/us-all/airflow-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/us-all/airflow-mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Airflow REST API β€” 7 tools (DAG list, runs, task instances, log tails, trigger, clear). `dag-health-rollup` aggregation. Airflow 3.x `/api/v2` + JWT (SimpleAuthManager); pin `0.1.x` for Airflow 2.x. Read-only by default; trigger/clear write-gated. - [soil-dev/capsulemcp](https://github.com/soil-dev/capsulemcp) [![soil-dev/capsulemcp MCP server](https://glama.ai/mcp/servers/soil-dev/capsulemcp/badges/score.svg)](https://glama.ai/mcp/servers/soil-dev/capsulemcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for [Capsule CRM](https://capsulecrm.com). 81 tools (49 in read-only mode) covering contacts, opportunities, projects, tasks, timeline activity, structured + saved filters, workflow tracks, and file attachments. Two transports β€” stdio (`npx capsulemcp`) and HTTP+OAuth for hosted Custom Connectors. Read-only-mode env flag for safer defaults. Apache 2.0. -- [Sugra-Systems/sugra-api-mcp](https://github.com/Sugra-Systems/sugra-api-mcp) πŸŽ–οΈ 🐍 ☁️ - Connector between LLM agents and world data - 1,500+ endpoints aggregating 160+ primary sources across 36 data domains: markets, macroeconomics, company fundamentals, government, news, climate, maritime, and entity screening. Install via `pip install sugra-api-mcp` or hosted at app.sugra.ai/mcp. +- [Sugra-Systems/sugra-api-mcp](https://github.com/Sugra-Systems/sugra-api-mcp) πŸŽ–οΈ 🐍 ☁️ - Connector between LLM agents and world data - 1,500+ endpoints aggregating 160+ primary sources across 36 data domains: markets, macroeconomics, company fundamentals, government, news, climate, maritime, and entity screening. Install via `pip install sugra-api-mcp` or hosted at app.sugra.ai/mcp. [![Sugra-Systems/sugra-api-mcp MCP server](https://glama.ai/mcp/servers/Sugra-Systems/sugra-api-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Sugra-Systems/sugra-api-mcp) - [vikramgorla/mcp-swiss](https://github.com/vikramgorla/mcp-swiss) [![mcp-swiss](https://glama.ai/mcp/servers/vikramgorla/mcp-swiss/badges/score.svg)](https://glama.ai/mcp/servers/vikramgorla/mcp-swiss) πŸ“‡ ☁️ - 68 tools for Swiss open data: transport, weather, geodata, companies, parliament, and more. Zero API keys required. - [yashshingvi/databricks-genie-MCP](https://github.com/yashshingvi/databricks-genie-MCP) 🐍 ☁️ - A server that connects to the Databricks Genie API, allowing LLMs to ask natural language questions, run SQL queries, and interact with Databricks conversational agents. - [Younghef/nutriref-api](https://github.com/Younghef/nutriref-api) [![Younghef/nutriref-api MCP server](https://glama.ai/mcp/servers/Younghef/nutriref-api/badges/score.svg)](https://glama.ai/mcp/servers/Younghef/nutriref-api) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - USDA FoodData Central nutrition for AI agents β€” pay-per-call in USDC on Base via x402. Four tools (search, detail, compare, recipe) at $0.001–$0.005 per call. No signup, no API keys; MCPB-packaged for one-click install. From 3ce3e5d527ef0e542ba68241611b28d41fa0674a Mon Sep 17 00:00:00 2001 From: Dashi Dantsaranov Date: Sun, 19 Jul 2026 11:47:53 +0300 Subject: [PATCH 303/403] Add Glama score badge for chromium-bridge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 069df85b1..815adf373 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [corralimited/snapdiff-mcp](https://github.com/corralimited/snapdiff-mcp) [![snapdiff-mcp MCP server](https://glama.ai/mcp/servers/corralimited/snapdiff-mcp/badges/score.svg)](https://glama.ai/mcp/servers/corralimited/snapdiff-mcp) πŸ“‡ ☁️ 🏠 - Intent-aware visual verification for coding agents: the agent declares what a UI change should affect, and SnapDiff diffs the page against a baseline and flags anything that changed outside that intent for review or rollback β€” local screenshot capture via Playwright. - [Cubenest/rrweb-stack](https://github.com/Cubenest/rrweb-stack) [![Cubenest/rrweb-stack MCP server](https://glama.ai/mcp/servers/Cubenest/rrweb-stack/badges/score.svg)](https://glama.ai/mcp/servers/Cubenest/rrweb-stack) πŸ“‡ 🏠 - Local-first MCP server (@peekdev/mcp) + Chrome extension that records your real authenticated browser session (rrweb DOM + console + network, PII-masked, to local SQLite) and lets AI coding agents query it or drive the browser. No cloud, no telemetry. - [Custodia-Admin/pagebolt-mcp](https://github.com/Custodia-Admin/pagebolt-mcp) [![Custodia-Admin/pagebolt-mcp MCP server](https://glama.ai/mcp/servers/Custodia-Admin/pagebolt-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Custodia-Admin/pagebolt-mcp) πŸ“‡ ☁️ - MCP server for screenshots, PDFs, OG images, and narrated video recording from Claude Desktop, Cursor, and Windsurf. -- [dashi96/chromium-bridge](https://github.com/dashi96/chromium-bridge) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server + Chrome extension that connects Claude Code to Chromium-based browsers (Arc, Vivaldi, Brave) where the official Claude in Chrome extension doesn't work β€” navigate, click, read pages, run JS, and record GIFs in the user's real browser. +- [dashi96/chromium-bridge](https://github.com/dashi96/chromium-bridge) [![dashi96/chromium-bridge MCP server](https://glama.ai/mcp/servers/@dashi96/chromium-bridge/badges/score.svg)](https://glama.ai/mcp/servers/@dashi96/chromium-bridge) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server + Chrome extension that connects Claude Code to Chromium-based browsers (Arc, Vivaldi, Brave) where the official Claude in Chrome extension doesn't work β€” navigate, click, read pages, run JS, and record GIFs in the user's real browser. - [eat-pray-ai/yutu](https://github.com/eat-pray-ai/yutu) 🏎️ 🏠 🍎 🐧 πŸͺŸ - A fully functional MCP server and CLI for YouTube to automate YouTube operation - [executeautomation/playwright-mcp-server](https://github.com/executeautomation/mcp-playwright) πŸ“‡ - An MCP server using Playwright for browser automation and webscrapping - [eyalzh/browser-control-mcp](https://github.com/eyalzh/browser-control-mcp) πŸ“‡ 🏠 - An MCP server paired with a browser extension that enables LLM clients to control the user's browser (Firefox). From 3f321249dcec70f5b09fff377f980cc19ad04aba Mon Sep 17 00:00:00 2001 From: lywinged <48041247+lywinged@users.noreply.github.com> Date: Sun, 19 Jul 2026 22:54:07 +1200 Subject: [PATCH 304/403] Add Proofpane (governance proxy) to Aggregators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..d570c5ab8 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ Servers for accessing many apps and tools through a single MCP server. - [depwire/depwire](https://github.com/depwire/depwire) [![depwire/depwire MCP server](https://glama.ai/mcp/servers/depwire/depwire/badges/score.svg)](https://glama.ai/mcp/servers/depwire/depwire) πŸ“‡ 🐍 🏎️ πŸ¦€ 🌊 🏠 - Dependency graph + 15 MCP tools for AI coding assistants. Parses TypeScript, JavaScript, Python, Go, Rust, and C. Arc diagram visualization, health scoring, dead code detection, and temporal graph. - [duaraghav8/MCPJungle](https://github.com/duaraghav8/MCPJungle) 🏎️ 🏠 - Self-hosted MCP Server registry for enterprise AI Agents - [edgarriba/prolink](https://github.com/edgarriba/prolink) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Agent-to-agent marketplace middleware β€” MCP-native discovery, negotiation, and transaction between AI agents +- [Proofpane](https://github.com/Proofpane/releases) πŸŽ–οΈ 🏠 🍎 πŸͺŸ 🐧 - Governance proxy for MCP: pair once and route your MCP servers through policy gates (allow / deny / human-in-the-loop approval), DLP redaction before the model, and cost caps, with every tool call recorded to a hash-chained audit log exportable as an Ed25519-signed, offline-verifiable evidence pack. Single-file binary daemon (macOS / Linux / Windows); downloads and install docs in the linked repo. - [entire-vc/evc-spark-mcp](https://github.com/entire-vc/evc-spark-mcp) [![evc-spark-mcp MCP server](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp/badges/score.svg)](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. - [glenngillen/mcpmcp-server](https://github.com/glenngillen/mcpmcp-server) ☁️ πŸ“‡ 🍎 πŸͺŸ 🐧 - A list of MCP servers so you can ask your client which servers you can use to improve your daily workflow. - [gpu-bridge/mcp-server](https://github.com/gpu-bridge/mcp-server) [![gpu-bridge-mcp-server MCP server](https://glama.ai/mcp/servers/gpu-bridge/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/gpu-bridge/mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API key credits. From 8e491842cdb45a9424110070b8e06dadd36373cd Mon Sep 17 00:00:00 2001 From: Ilya Sib Date: Sun, 19 Jul 2026 16:07:39 +0300 Subject: [PATCH 305/403] Add PrivacyScrubber MCP to Security section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..9d4603bbb 100644 --- a/README.md +++ b/README.md @@ -2778,6 +2778,7 @@ Tools for conducting research, surveys, interviews, and data collection. ### πŸ”’ Security +- [moxno/privacyscrubber-mcp](https://github.com/moxno/privacyscrubber-mcp) [![moxno/privacyscrubber-mcp MCP server](https://glama.ai/mcp/servers/moxno/privacyscrubber-mcp/badges/score.svg)](https://glama.ai/mcp/servers/moxno/privacyscrubber-mcp) πŸ“‡ 🏠 - Zero-trust local PII and secrets masking server for Cursor, Windsurf, and Claude Desktop. `npx pii-masking-run` - [RoscoNL/intodns-mcp-server](https://github.com/RoscoNL/intodns-mcp-server) [![RoscoNL/intodns-mcp-server MCP server](https://glama.ai/mcp/servers/RoscoNL/intodns-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/RoscoNL/intodns-mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Free DNS and email security scanner for AI assistants. DNS, SPF, DKIM, DMARC, DNSSEC, MTA-STS, BIMI, TLS/STARTTLS, FCrDNS, CAA, TLSA/DANE, blacklist and full-deliverability checks, plus security-header/CSP analysis and bookmarkable report snapshots, via the IntoDNS.ai API. No signup or API key. `npx intodns-mcp` - [astafford8488/agentaegis-mcp](https://github.com/astafford8488/agentaegis-mcp) [![astafford8488/agentaegis-mcp MCP server](https://glama.ai/mcp/servers/astafford8488/agentaegis-mcp/badges/score.svg)](https://glama.ai/mcp/servers/astafford8488/agentaegis-mcp) πŸ“‡ ☁️ - Security & trust layer for AI agents. Scan an MCP server or skill *before* you install it (`scan_mcp_plugin`, `scan_skill`) β€” flags exfiltration, prompt-injection sinks, dangerous capabilities, install hooks and obfuscation β†’ PROCEED/CAUTION/BLOCK. Plus `vet_endpoint` (endpoint safety verdict before an agent calls or pays it) and 25 more tools: vuln scans, threat intel, compliance (SOC 2/ISO 27001/HIPAA), code security (SAST/secret/dependency), identity β€” 28 total. Per-call billing via API key or x402 USDC on Base; free discovery tier. - [hernaninverso/eleion-scanner-mcp](https://github.com/hernaninverso/eleion-scanner-mcp) [![hernaninverso/eleion-scanner-mcp MCP server](https://glama.ai/mcp/servers/hernaninverso/eleion-scanner-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hernaninverso/eleion-scanner-mcp) πŸ“‡ ☁️ - Register/verify your domains, queue security scans (headers, TLS, DNS, ports, CVEs + AI-specific checks) and read findings, for AI agents. Install with `npx -y eleion-scanner-mcp`. @@ -3459,4 +3460,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From 0669f2ea8cb862e6ae290fde0eb4d3a6583537de Mon Sep 17 00:00:00 2001 From: igorrylko Date: Sun, 19 Jul 2026 16:24:57 +0200 Subject: [PATCH 306/403] Add Rheopyrin/ox-mcp (Communication) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..595e2a2a7 100644 --- a/README.md +++ b/README.md @@ -703,6 +703,7 @@ Integration with communication platforms for message management and channel oper - [shahabazdev/inxmail-mcp](https://github.com/shahabazdev/inxmail-mcp) [![shahabazdev/inxmail-mcp MCP server](https://glama.ai/mcp/servers/shahabazdev/inxmail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/shahabazdev/inxmail-mcp) πŸ“‡ ☁️ - Manage Inxmail Commerce transactional emails β€” events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking. - [TheSameAbramovych/qmailing-mcp-server](https://github.com/TheSameAbramovych/qmailing-mcp-server) [![TheSameAbramovych/qmailing-mcp-server MCP server](https://glama.ai/mcp/servers/TheSameAbramovych/qmailing-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/TheSameAbramovych/qmailing-mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - AI agents read & send email, manage mailboxes, custom domains and webhooks via the QMailing API (npm stdio + hosted OAuth connector). - [rchanllc/joltsms-mcp-server](https://github.com/rchanllc/joltsms-mcp-server) [![joltsms-mcp-server MCP server](https://glama.ai/mcp/servers/@rchanllc/joltsms-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@rchanllc/joltsms-mcp-server) πŸ“‡ ☁️ - Provision dedicated real-SIM US phone numbers, receive inbound SMS, poll for messages, and extract OTP codes. Built for AI agents automating phone verification across platforms. +- [Rheopyrin/ox-mcp](https://github.com/Rheopyrin/ox-mcp) [![Rheopyrin/ox-mcp MCP server](https://glama.ai/mcp/servers/Rheopyrin/ox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Rheopyrin/ox-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Email (IMAP/SMTP), mail filters (Sieve), calendar (CalDAV), contacts (CardDAV), and free/busy scheduling for Open-Xchange and standards-based mail platforms. Published on the official MCP Registry. - [virtualsms-io/mcp-server](https://github.com/virtualsms-io/mcp-server) [![virtualsms-io/mcp-server](https://glama.ai/mcp/servers/virtualsms-io/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/virtualsms-io/mcp-server) πŸ“‡ ☁️ - Receive SMS verification codes with AI agents. Get virtual phone numbers for WhatsApp, Telegram, Google, and 500+ services. Own modem infrastructure across 200+ countries with real-time WebSocket delivery. 12 tools for number discovery, purchase, and code extraction. - [jagan-shanmugam/mattermost-mcp-host](https://github.com/jagan-shanmugam/mattermost-mcp-host) 🐍 🏠 - A MCP server along with MCP host that provides access to Mattermost teams, channels and messages. MCP host is integrated as a bot in Mattermost with access to MCP servers that can be configured. - [jaipandya/producthunt-mcp-server](https://github.com/jaipandya/producthunt-mcp-server) 🐍 🏠 - MCP server for Product Hunt. Interact with trending posts, comments, collections, users, and more. From 7589d21041599469f49c6f871f707505d9d4b6c1 Mon Sep 17 00:00:00 2001 From: Evgenii Timofeev Date: Sun, 19 Jul 2026 18:27:26 +0300 Subject: [PATCH 307/403] Add Datanika (datanika-mcp) to Data Platforms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..737a7ac9e 100644 --- a/README.md +++ b/README.md @@ -945,6 +945,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [bruno-portfolio/agrobr-mcp](https://github.com/bruno-portfolio/agrobr-mcp) 🐍 ☁️ - Brazilian agricultural data for LLMs β€” prices, crop estimates, climate, deforestation from 19 public sources via CEPEA, CONAB, IBGE, INPE and B3. - [Castaldo-Solutions/mcp-vtenext](https://github.com/Castaldo-Solutions/mcp-vtenext) [![mcp-vtenext MCP server](https://glama.ai/mcp/servers/Castaldo-Solutions/mcp-vtenext/badges/score.svg)](https://glama.ai/mcp/servers/Castaldo-Solutions/mcp-vtenext) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server for VTENext CRM (open-source vtiger-based). Query, create and update opportunities and contacts via the WebService API. Available on npm as `@castaldosolutions/mcp-vtenext`. - [dan1d/mercadolibre-mcp](https://github.com/dan1d/mercadolibre-mcp) [![mercadolibre-mcp MCP server](https://glama.ai/mcp/servers/dan1d/mercadolibre-mcp/badges/score.svg)](https://glama.ai/mcp/servers/dan1d/mercadolibre-mcp) πŸ“‡ ☁️ - MercadoLibre marketplace integration for AI agents. Search products, get item details, browse categories, track trends, and convert currencies across Latin America (Argentina, Brazil, Mexico, Chile, Colombia). +- [datanika-io/datanika-core](https://github.com/datanika-io/datanika-core/tree/master/datanika-mcp) πŸŽ–οΈ 🐍 ☁️ 🏠 - Read-only-by-default MCP server for [Datanika](https://datanika.io), the open-source ELT + dbt platform: browse connections, preview data, run and compile dbt transforms, monitor runs, and manage pipelines. 25 tools; opt-in `--allow-write` enables create/trigger. - [dbt-labs/dbt-mcp](https://github.com/dbt-labs/dbt-mcp) πŸŽ–οΈ 🐍 🏠 ☁️ - Official MCP server for [dbt (data build tool)](https://www.getdbt.com/product/what-is-dbt) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities. - [Evan-Crx/permisapi-mcp](https://github.com/Evan-Crx/permisapi-mcp) [![Evan-Crx/permisapi-mcp MCP server](https://glama.ai/mcp/servers/Evan-Crx/permisapi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Evan-Crx/permisapi-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - 7 tools for French open-data building permits (Sitadel, 311k rows, ~2M permits/year, Etalab license). Search, details, DVF transactions cross-ref, real estate dealer opportunity score, PLU urban zoning, BRGM natural and technological risks, and a Vue 360 composite that fans out 6 sub-fetches in one tool call. Powered by [permisapi.fr](https://permisapi.fr). Plan Free covers basic search and details, Pro+ unlocks the enrichments. Install: `pip install permisapi-mcp`. - [flexorch/flexorch-mcp](https://github.com/flexorch/flexorch-mcp) [![flexorch/flexorch-mcp MCP server](https://glama.ai/mcp/servers/flexorch/flexorch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/flexorch/flexorch-mcp) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Convert unstructured business documents (PDF, DOCX, invoices, contracts, payroll) into structured, LLM-ready datasets with automatic classification, field extraction, PII masking (10+ locales), and quality scoring. 6 async MCP tools covering the full pipeline: submit β†’ poll β†’ extract β†’ build β†’ export JSONL/RAG/CSV. Install: `pip install flexorch-mcp`. From 74cda8c865326bc6c97ef21774de055a028c7533 Mon Sep 17 00:00:00 2001 From: lywinged <48041247+lywinged@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:10:16 +1200 Subject: [PATCH 308/403] Fix entry name to full owner/repo format per name-check --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d570c5ab8..051b683d4 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Servers for accessing many apps and tools through a single MCP server. - [depwire/depwire](https://github.com/depwire/depwire) [![depwire/depwire MCP server](https://glama.ai/mcp/servers/depwire/depwire/badges/score.svg)](https://glama.ai/mcp/servers/depwire/depwire) πŸ“‡ 🐍 🏎️ πŸ¦€ 🌊 🏠 - Dependency graph + 15 MCP tools for AI coding assistants. Parses TypeScript, JavaScript, Python, Go, Rust, and C. Arc diagram visualization, health scoring, dead code detection, and temporal graph. - [duaraghav8/MCPJungle](https://github.com/duaraghav8/MCPJungle) 🏎️ 🏠 - Self-hosted MCP Server registry for enterprise AI Agents - [edgarriba/prolink](https://github.com/edgarriba/prolink) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Agent-to-agent marketplace middleware β€” MCP-native discovery, negotiation, and transaction between AI agents -- [Proofpane](https://github.com/Proofpane/releases) πŸŽ–οΈ 🏠 🍎 πŸͺŸ 🐧 - Governance proxy for MCP: pair once and route your MCP servers through policy gates (allow / deny / human-in-the-loop approval), DLP redaction before the model, and cost caps, with every tool call recorded to a hash-chained audit log exportable as an Ed25519-signed, offline-verifiable evidence pack. Single-file binary daemon (macOS / Linux / Windows); downloads and install docs in the linked repo. +- [Proofpane/releases](https://github.com/Proofpane/releases) πŸŽ–οΈ 🏠 🍎 πŸͺŸ 🐧 - Governance proxy for MCP: pair once and route your MCP servers through policy gates (allow / deny / human-in-the-loop approval), DLP redaction before the model, and cost caps, with every tool call recorded to a hash-chained audit log exportable as an Ed25519-signed, offline-verifiable evidence pack. Single-file binary daemon (macOS / Linux / Windows); downloads and install docs in the linked repo. - [entire-vc/evc-spark-mcp](https://github.com/entire-vc/evc-spark-mcp) [![evc-spark-mcp MCP server](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp/badges/score.svg)](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. - [glenngillen/mcpmcp-server](https://github.com/glenngillen/mcpmcp-server) ☁️ πŸ“‡ 🍎 πŸͺŸ 🐧 - A list of MCP servers so you can ask your client which servers you can use to improve your daily workflow. - [gpu-bridge/mcp-server](https://github.com/gpu-bridge/mcp-server) [![gpu-bridge-mcp-server MCP server](https://glama.ai/mcp/servers/gpu-bridge/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/gpu-bridge/mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API key credits. From ba433161b7710e1400db1894519d97b28e0c96fb Mon Sep 17 00:00:00 2001 From: Guna <107996681+AstaBlackClove@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:47:43 +0530 Subject: [PATCH 309/403] fix: remove emoji and add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73bed831f..caba6903d 100644 --- a/README.md +++ b/README.md @@ -2961,7 +2961,7 @@ Tools for conducting research, surveys, interviews, and data collection. Integration with social media platforms to allow posting, analytics, and interaction management. Enables AI-driven automation for social presence. - [06ketan/substack-ops](https://github.com/06ketan/substack-ops) [![06ketan/substack-ops MCP server](https://glama.ai/mcp/servers/06ketan/substack-ops/badges/score.svg)](https://glama.ai/mcp/servers/06ketan/substack-ops) 🐍 🏠 - Substack with **zero AI API keys**. 26 tools (posts, notes, comments, replies, reactions, restacks). Host LLM drafts via `propose_reply` β†’ `confirm_reply` tokens. SQLite dedup, JSONL audit, dry-run default. Install: `uvx substack-ops mcp install cursor`. -- [AstaBlackClove/posthive](https://github.com/AstaBlackClove/posthive) πŸ“‡ ☁️ 🏠 - Schedule and manage social media posts across 13 platforms (Bluesky, Threads, Instagram, LinkedIn, Mastodon, YouTube, Facebook, Pinterest, Telegram, Nostr, X/Twitter, Discord, Tumblr). OAuth 2.0 + PKCE, 10 tools, draft-first workflow. +- [AstaBlackClove/posthive](https://github.com/AstaBlackClove/posthive) - Schedule and manage social media posts across 13 platforms (Bluesky, Threads, Instagram, LinkedIn, Mastodon, YouTube, Facebook, Pinterest, Telegram, Nostr, X/Twitter, Discord, Tumblr). OAuth 2.0 + PKCE, 10 tools, draft-first workflow. [![AstaBlackClove/posthive MCP server](https://glama.ai/mcp/servers/AstaBlackClove/posthive/badges/score.svg)](https://glama.ai/mcp/servers/AstaBlackClove/posthive) - [abhineet34/linkedin-mcp-server](https://github.com/abhineet34/linkedin-mcp-server) [![abhineet34/linkedin-mcp-server MCP server](https://glama.ai/mcp/servers/abhineet34/linkedin-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/abhineet34/linkedin-mcp-server) πŸ“‡ 🏠 - Local LinkedIn MCP server for posting to LinkedIn from Claude. 9 tools β€” create/edit/delete posts (text, image, article), upload images, fetch profile, look up company pages, and check follower counts. Uses the official LinkedIn REST API with OAuth 2.0 (`w_member_social`, OIDC). - [anwerj/youtube-uploader-mcp](https://github.com/anwerj/youtube-uploader-mcp) 🏎️ ☁️ - AI‑powered YouTube uploaderβ€”no CLI, no YouTube Studio. Uploade videos directly from MCP clients with all AI capabilities. - [arjun1194/insta-mcp](https://github.com/arjun1194/insta-mcp) πŸ“‡ 🏠 - Instagram MCP server for analytics and insights. Get account overviews, posts, followers, following lists, post insights, and search for users, hashtags, or places. From 1a46bf71bfc78ce4f6045145a6b9d13a319a1f9f Mon Sep 17 00:00:00 2001 From: Guna <107996681+AstaBlackClove@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:50:06 +0530 Subject: [PATCH 310/403] fix: add required emoji tags and Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caba6903d..f50a21c69 100644 --- a/README.md +++ b/README.md @@ -2961,7 +2961,7 @@ Tools for conducting research, surveys, interviews, and data collection. Integration with social media platforms to allow posting, analytics, and interaction management. Enables AI-driven automation for social presence. - [06ketan/substack-ops](https://github.com/06ketan/substack-ops) [![06ketan/substack-ops MCP server](https://glama.ai/mcp/servers/06ketan/substack-ops/badges/score.svg)](https://glama.ai/mcp/servers/06ketan/substack-ops) 🐍 🏠 - Substack with **zero AI API keys**. 26 tools (posts, notes, comments, replies, reactions, restacks). Host LLM drafts via `propose_reply` β†’ `confirm_reply` tokens. SQLite dedup, JSONL audit, dry-run default. Install: `uvx substack-ops mcp install cursor`. -- [AstaBlackClove/posthive](https://github.com/AstaBlackClove/posthive) - Schedule and manage social media posts across 13 platforms (Bluesky, Threads, Instagram, LinkedIn, Mastodon, YouTube, Facebook, Pinterest, Telegram, Nostr, X/Twitter, Discord, Tumblr). OAuth 2.0 + PKCE, 10 tools, draft-first workflow. [![AstaBlackClove/posthive MCP server](https://glama.ai/mcp/servers/AstaBlackClove/posthive/badges/score.svg)](https://glama.ai/mcp/servers/AstaBlackClove/posthive) +- [AstaBlackClove/posthive](https://github.com/AstaBlackClove/posthive) πŸ“‡ 🏠 - Schedule and manage social media posts across 13 platforms (Bluesky, Threads, Instagram, LinkedIn, Mastodon, YouTube, Facebook, Pinterest, Telegram, Nostr, X/Twitter, Discord, Tumblr). OAuth 2.0 + PKCE, 10 tools, draft-first workflow. [![AstaBlackClove/posthive MCP server](https://glama.ai/mcp/servers/AstaBlackClove/posthive/badges/score.svg)](https://glama.ai/mcp/servers/AstaBlackClove/posthive) - [abhineet34/linkedin-mcp-server](https://github.com/abhineet34/linkedin-mcp-server) [![abhineet34/linkedin-mcp-server MCP server](https://glama.ai/mcp/servers/abhineet34/linkedin-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/abhineet34/linkedin-mcp-server) πŸ“‡ 🏠 - Local LinkedIn MCP server for posting to LinkedIn from Claude. 9 tools β€” create/edit/delete posts (text, image, article), upload images, fetch profile, look up company pages, and check follower counts. Uses the official LinkedIn REST API with OAuth 2.0 (`w_member_social`, OIDC). - [anwerj/youtube-uploader-mcp](https://github.com/anwerj/youtube-uploader-mcp) 🏎️ ☁️ - AI‑powered YouTube uploaderβ€”no CLI, no YouTube Studio. Uploade videos directly from MCP clients with all AI capabilities. - [arjun1194/insta-mcp](https://github.com/arjun1194/insta-mcp) πŸ“‡ 🏠 - Instagram MCP server for analytics and insights. Get account overviews, posts, followers, following lists, post insights, and search for users, hashtags, or places. From 3c7fb5e5c3602443f88a705a240ae5fb571892bb Mon Sep 17 00:00:00 2001 From: Skillselion Date: Mon, 6 Jul 2026 11:13:01 +0300 Subject: [PATCH 311/403] Add skillselion-mcp to Aggregators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..0b1608acc 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ Servers for accessing many apps and tools through a single MCP server. - [Swarmwage/swarmwage](https://github.com/Swarmwage/swarmwage) [![Swarmwage/swarmwage MCP server](https://glama.ai/mcp/servers/Swarmwage/swarmwage/badges/score.svg)](https://glama.ai/mcp/servers/Swarmwage/swarmwage) πŸŽ–οΈ πŸ“‡ ☁️ - Open MCP-native agent hire protocol β€” discovery + hiring + reputation layer above x402 payment rails. Find specialized agents, hire them with one function call, settle in USDC on Base. Sub-second sync, on-chain receipts via EIP-3009, zero protocol fee. Live mainnet 2026-05-10. - [ertad-family/liquid](https://github.com/ertad-family/liquid) [![ertad-family/liquid MCP server](https://glama.ai/mcp/servers/ertad-family/liquid/badges/score.svg)](https://glama.ai/mcp/servers/ertad-family/liquid) 🐍 ☁️ 🏠 - Connect your agent to any HTTP API on the fly β€” discovers + maps any REST API once, then fetches typed data deterministically (no per-call LLM). Self-hosted MCP server (`uvx --from 'liquid-api[mcp]' liquid-mcp`); works with OpenAI/Gemini/Anthropic/local or any provider via LiteLLM. Open source (AGPL). - [tsouth89/toolport](https://github.com/tsouth89/toolport) [![tsouth89/toolport MCP server](https://glama.ai/mcp/servers/tsouth89/toolport/badges/score.svg)](https://glama.ai/mcp/servers/tsouth89/toolport) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - One local gateway and manager for all your MCP servers, shared across every AI coding tool (Claude, Cursor, VS Code, Codex, and more). Set up and authenticate each server once; lazy discovery keeps each agent's context small, and keys stay in your OS keychain. No Docker, no cloud. +- [skillselion/skillselion-mcp](https://github.com/skillselion/skillselion-mcp) πŸ“‡ ☁️ - Search thousands of community-vetted Claude Code skills, MCP servers and marketplaces from the [Skillselion](https://skillselion.com) catalog, ranked by real install counts + GitHub stars. `load_skill` fetches a real SKILL.md mid-task. Install: `npx -y skillselion-mcp`. ### πŸš€ Aerospace & Astrodynamics From dec8a750d80d36134d712a29246d64cbb9f5815f Mon Sep 17 00:00:00 2001 From: Skillselion Date: Mon, 6 Jul 2026 11:25:31 +0300 Subject: [PATCH 312/403] Add Glama score badge (glama-check bot requirement) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b1608acc..2e0b033f9 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ Servers for accessing many apps and tools through a single MCP server. - [Swarmwage/swarmwage](https://github.com/Swarmwage/swarmwage) [![Swarmwage/swarmwage MCP server](https://glama.ai/mcp/servers/Swarmwage/swarmwage/badges/score.svg)](https://glama.ai/mcp/servers/Swarmwage/swarmwage) πŸŽ–οΈ πŸ“‡ ☁️ - Open MCP-native agent hire protocol β€” discovery + hiring + reputation layer above x402 payment rails. Find specialized agents, hire them with one function call, settle in USDC on Base. Sub-second sync, on-chain receipts via EIP-3009, zero protocol fee. Live mainnet 2026-05-10. - [ertad-family/liquid](https://github.com/ertad-family/liquid) [![ertad-family/liquid MCP server](https://glama.ai/mcp/servers/ertad-family/liquid/badges/score.svg)](https://glama.ai/mcp/servers/ertad-family/liquid) 🐍 ☁️ 🏠 - Connect your agent to any HTTP API on the fly β€” discovers + maps any REST API once, then fetches typed data deterministically (no per-call LLM). Self-hosted MCP server (`uvx --from 'liquid-api[mcp]' liquid-mcp`); works with OpenAI/Gemini/Anthropic/local or any provider via LiteLLM. Open source (AGPL). - [tsouth89/toolport](https://github.com/tsouth89/toolport) [![tsouth89/toolport MCP server](https://glama.ai/mcp/servers/tsouth89/toolport/badges/score.svg)](https://glama.ai/mcp/servers/tsouth89/toolport) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - One local gateway and manager for all your MCP servers, shared across every AI coding tool (Claude, Cursor, VS Code, Codex, and more). Set up and authenticate each server once; lazy discovery keeps each agent's context small, and keys stay in your OS keychain. No Docker, no cloud. -- [skillselion/skillselion-mcp](https://github.com/skillselion/skillselion-mcp) πŸ“‡ ☁️ - Search thousands of community-vetted Claude Code skills, MCP servers and marketplaces from the [Skillselion](https://skillselion.com) catalog, ranked by real install counts + GitHub stars. `load_skill` fetches a real SKILL.md mid-task. Install: `npx -y skillselion-mcp`. +- [skillselion/skillselion-mcp](https://github.com/skillselion/skillselion-mcp) [![skillselion/skillselion-mcp MCP server](https://glama.ai/mcp/servers/skillselion/skillselion-mcp/badges/score.svg)](https://glama.ai/mcp/servers/skillselion/skillselion-mcp) πŸ“‡ ☁️ - Search thousands of community-vetted Claude Code skills, MCP servers and marketplaces from the [Skillselion](https://skillselion.com) catalog, ranked by real install counts + GitHub stars. `load_skill` fetches a real SKILL.md mid-task. Install: `npx -y skillselion-mcp`. ### πŸš€ Aerospace & Astrodynamics From 5117a2ade06f6d6263dc1fa9aa2fa62652115f93 Mon Sep 17 00:00:00 2001 From: Piccolo123 Date: Mon, 20 Jul 2026 17:38:07 +0800 Subject: [PATCH 313/403] =?UTF-8?q?Add=20Piccolo123/ai-footprints-mcp=20?= =?UTF-8?q?=E2=80=94=20Agent-first=20bookmark=20&=20knowledge=20manager?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AI θΆ³θΏΉ MCP Server: cross-platform bookmark manager that pairs with Fetch, Firecrawl, and Brave Search MCPs for end-to-end content collection β†’ storage workflows. 16 tools with zero-config agent onboarding (agent_register). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..02b678087 100644 --- a/README.md +++ b/README.md @@ -2184,6 +2184,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [Perseus-Computing-LLC/perseus-vault](https://github.com/Perseus-Computing-LLC/perseus-vault) [![Perseus-Computing-LLC/perseus-vault MCP server](https://glama.ai/mcp/servers/Perseus-Computing-LLC/perseus-vault/badges/score.svg)](https://glama.ai/mcp/servers/Perseus-Computing-LLC/perseus-vault) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Local-first, MCP-native persistent memory for AI agents β€” a single Rust binary with embedded SQLite, hybrid FTS5 + dense-vector search, and optional AES-256-GCM encryption. Fully offline, no cloud. - [peterbeck111/knowledgelib-io](https://github.com/peterbeck111/knowledgelib-io) [![peterbeck111/knowledgelib-io MCP server](https://glama.ai/mcp/servers/peterbeck111/knowledgelib-io/badges/score.svg)](https://glama.ai/mcp/servers/peterbeck111/knowledgelib-io) πŸ“‡ ☁️ - Search 1,500+ pre-verified, cited knowledge units across 16 domains. 6 tools: query, batch query, get unit, list domains, suggest topics, report issues. Confidence scores, source provenance, and freshness tracking. Free, no API key required. - [pfillion42/memviz](https://github.com/pfillion42/memviz) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Visual explorer for [MCP Memory Service](https://github.com/doobidoo/mcp-memory-service) SQLite-vec databases. Browse, search, filter, edit memories with dashboard, timeline, UMAP projection, semantic clustering, duplicate detection, and association graph. +- [Piccolo123/ai-footprints-mcp](https://github.com/Piccolo123/ai-footprints-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Agent-first cross-platform bookmark & knowledge manager. AI agents collect web pages from any source (pairs naturally with Fetch, Firecrawl, Brave Search) and auto-categorize into organized collections with search, tags, and shared folders. 16 tools including `agent_register` (zero-config onboarding), `add_footprint`, `search_footprints`, `create_shared_category`. `pip install -r requirements.txt && python server.py` - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) πŸŽ–οΈ πŸ¦€ ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. - [ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) πŸ“‡ ☁️ - Retrieve context from your [Ragie](https://www.ragie.ai) (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more. From 3e7ad691de882b83110ad13a5459ded1323c67bc Mon Sep 17 00:00:00 2001 From: HanChao Date: Mon, 20 Jul 2026 18:55:05 +0800 Subject: [PATCH 314/403] Add cn-scraper-mcp --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..e4a96924b 100644 --- a/README.md +++ b/README.md @@ -2663,6 +2663,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [wd041216-bit/free-web-search-ultimate](https://github.com/wd041216-bit/free-web-search-ultimate) 🐍 🏠 [![wd041216-bit/free-web-search-ultimate MCP server](https://glama.ai/mcp/servers/wd041216-bit/free-web-search-ultimate/badges/score.svg)](https://glama.ai/mcp/servers/wd041216-bit/free-web-search-ultimate) - Zero-cost, privacy-first universal web search MCP server. Enforces a **Search-First** paradigm β€” instructs LLMs to retrieve real-time information before answering factual questions. Supports 10+ search engines (DuckDuckGo, Bing, Google, Brave, Wikipedia, Arxiv, YouTube, Reddit) and deep page browsing. No API key required. - [gemy411/multi-research-agents](https://github.com/gemy411/multi-agents-research) ☁️ - a KTOR server/ MCP server written in Kotlin applying multi-agents schools in a flexible research system to be used with coding or for research any general case. - [giskard09/giskard-search](https://github.com/giskard09/giskard-search) [![giskard09/giskard-search MCP server](https://glama.ai/mcp/servers/giskard09/giskard-search/badges/score.svg)](https://glama.ai/mcp/servers/giskard09/giskard-search) 🐍 🏠 - Pay-per-use semantic web search for AI agents. Powered by SearxNG, agents pay in sats via Lightning Network micropayments β€” no API keys required. Self-hosted with phoenixd. +- [goesByhc/cn-scraper-mcp](https://github.com/goesByhc/cn-scraper-mcp) 🐍 🏠 - MCP server that lets AI agents search and extract data from major Chinese internet platforms including Taobao, JD, Xiaohongshu, Zhihu, Weibo, Bilibili, ZSXQ, Douban, and Dianping, with local-first cookie storage and CDP-assisted login. - [genomoncology/biomcp](https://github.com/genomoncology/biomcp) 🐍 ☁️ - Biomedical research server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info. - [gregm711/agent-domain-service-mcp](https://github.com/gregm711/agent-domain-service-mcp) πŸ“‡ ☁️ - AI-powered domain brainstorming, analysis, and availability checking via AgentDomainService.com. Generate creative domain names from descriptions, get AI scoring for brandability/memorability, and check real-time availability with pricing. No API keys required. - [HasData/hasdata-mcp](https://github.com/HasData/hasdata-mcp) [![HasData/hasdata-mcp MCP server](https://glama.ai/mcp/servers/HasData/hasdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/HasData/hasdata-mcp) πŸ“‡ ☁️ - Remote MCP server providing structured data APIs for Google (Search, Maps, Trends, Flights), Amazon, Airbnb, Zillow, Yelp, and more. 40+ tools returns clean JSON data instead of browser automation or raw HTML scraping. Designed for AI agents requiring reliable hosted data access. @@ -3459,4 +3460,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From fa0ff2676b68adf0be970a9224b628cd8f41e2d5 Mon Sep 17 00:00:00 2001 From: NOpderbeck Date: Mon, 20 Jul 2026 11:16:06 -0700 Subject: [PATCH 315/403] Update Lumify entry: free instant key, no signup Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c961434d..ab62c0d28 100644 --- a/README.md +++ b/README.md @@ -3029,7 +3029,7 @@ Tools for accessing sports-related data, results, and statistics. - [khaoss85/arvo-mcp](https://github.com/khaoss85/arvo-mcp) πŸ“‡ ☁️ - AI workout coach MCP server for Arvo. Access training data, workout history, personal records, body progress, and 29 fitness tools through Claude Desktop. - [labeveryday/nba_mcp_server](https://github.com/labeveryday/nba_mcp_server) 🐍 🏠 - Access live and historical NBA statistics including player stats, game scores, team data, and advanced analytics via Model Context Protocol - [lacausecrypto/mcp-sports-hub](https://github.com/lacausecrypto/mcp-sports-hub) [![lacausecrypto/mcp-sports-hub MCP server](https://glama.ai/mcp/servers/lacausecrypto/mcp-sports-hub/badges/score.svg)](https://glama.ai/mcp/servers/lacausecrypto/mcp-sports-hub) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Unified server aggregating 41 sports-data providers (~396 tools): live scores, standings, player stats, betting odds, F1/MotoGP/NASCAR, esports, chess, and more across NFL, NBA, MLB, NHL, soccer, tennis, cricket, golf, and MMA. 19 providers need no API key; provider filtering via presets. Also exposes MCP resources & prompts. `npx mcp-sports-hub` -- [lumifyai/lumify](https://github.com/lumifyai/lumify) πŸ“‡ ☁️ - Agent-ready sports intelligence: schedules, live scores, odds, betting splits, and explainable bet confidence via hosted MCP (`https://lumify.ai/mcp`) or `npx -y @lumifyai/mcp`. API key required. +- [lumifyai/lumify](https://github.com/lumifyai/lumify) πŸ“‡ ☁️ - Agent-ready sports intelligence: schedules, live scores, odds, betting splits, and explainable bet confidence via hosted MCP (`https://lumify.ai/mcp`) or `npx -y @lumifyai/mcp`. Free instant key, no signup. - [mikechao/balldontlie-mcp](https://github.com/mikechao/balldontlie-mcp) πŸ“‡ - MCP server that integrates balldontlie api to provide information about players, teams and games for the NBA, NFL and MLB - [Milofax/xert-mcp](https://github.com/Milofax/xert-mcp) πŸ“‡ ☁️ - MCP server for XERT cycling analytics β€” access fitness signature (FTP, HIE, PP), training status, workouts, activities with XSS metrics, and MPA analysis. - [NasserAlbusaidi/macrofactor-mcp](https://github.com/NasserAlbusaidi/macrofactor-mcp) [![NasserAlbusaidi/macrofactor-mcp MCP server](https://glama.ai/mcp/servers/NasserAlbusaidi/macrofactor-mcp/badges/score.svg)](https://glama.ai/mcp/servers/NasserAlbusaidi/macrofactor-mcp) 🐍 🏠 🍎 🐧 - Fueling & recovery decision engine combining MacroFactor nutrition data with Garmin training data. Recovery checks, daily briefings, weekly reports, and nutrition-performance correlations over your own local data. Install: `uvx macrofactor-mcp`. From 809d656c771dc8530aa627f922e87f20cdccc306 Mon Sep 17 00:00:00 2001 From: devdoc83 Date: Tue, 21 Jul 2026 00:48:10 +0530 Subject: [PATCH 316/403] Add ZeroDrop (email verification for agents) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..71bbd9ce6 100644 --- a/README.md +++ b/README.md @@ -763,6 +763,7 @@ Integration with communication platforms for message management and channel oper - [ztxtxwd/open-feishu-mcp-server](https://github.com/ztxtxwd/open-feishu-mcp-server) πŸ“‡ ☁️ 🏠 - A Model Context Protocol (MCP) server with built-in Feishu OAuth authentication, supporting remote connections and providing comprehensive Feishu document management tools including block creation, content updates, and advanced features. - [loglux/whatsapp-mcp-stream](https://github.com/loglux/whatsapp-mcp-stream) [![whatsapp-mcp-stream MCP server](https://glama.ai/mcp/servers/@loglux/whatsapp-mcp-stream/badges/score.svg)](https://glama.ai/mcp/servers/@loglux/whatsapp-mcp-stream) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - WhatsApp MCP server over Streamable HTTP with web admin UI (QR/status/settings), bidirectional media upload/download, and SQLite persistence. - [Zacccck/Claude-MCP-Read-Email-Attachments](https://github.com/Zacccck/Claude-MCP-Read-Email-Attachments) [![Zacccck/Claude-MCP-Read-Email-Attachments MCP server](https://glama.ai/mcp/servers/Zacccck/Claude-MCP-Read-Email-Attachments/badges/score.svg)](https://glama.ai/mcp/servers/Zacccck/Claude-MCP-Read-Email-Attachments) πŸ“‡ ☁️ 🏠 πŸͺŸ - Remote HTTP MCP server that reads Outlook email attachments via Microsoft Graph. Parses PDF, Word (with embedded image extraction for multimodal analysis), Excel, and text files in-memory and returns structured content directly to Claude. +- [zerodrop-dev/zerodrop-mcp](https://github.com/zerodrop-dev/zerodrop-mcp) πŸ“‡ ☁️ - Disposable email inboxes for AI agents β€” OTPs and magic links auto-extracted from verification emails. Test signups and auth flows, no signup needed. ### πŸ—£οΈ Conversational AI @@ -3459,4 +3460,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From 98fa281bdebce30a8e042c2dbf37218ae9bc258d Mon Sep 17 00:00:00 2001 From: e-flaaaw Date: Mon, 20 Jul 2026 23:23:49 +0200 Subject: [PATCH 317/403] Add Glama score badge to SERPdive entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6e7c4d44..5e3948864 100644 --- a/README.md +++ b/README.md @@ -2741,7 +2741,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [securecoders/opengraph-io-mcp](https://github.com/securecoders/opengraph-io-mcp) [![opengraph-io-mcp MCP server](https://glama.ai/mcp/servers/@securecoders/opengraph-io-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@securecoders/opengraph-io-mcp) πŸ“‡ ☁️ - OpenGraph.io API integration for extracting OG metadata, taking screenshots, scraping web content, querying sites with AI, and generating branded images (illustrations, diagrams, social cards, icons, QR codes) with iterative refinement. - [serkan-ozal/driflyte-mcp-server](https://github.com/serkan-ozal/driflyte-mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 - The Driflyte MCP Server exposes tools that allow AI assistants to query and retrieve topic-specific knowledge from recursively crawled and indexed web pages. - [serpapi/serpapi-mcp](https://github.com/serpapi/serpapi-mcp) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - SerpApi MCP Server for Google and other search engine results. Provides multi-engine search across Google, Bing, Yahoo, DuckDuckGo, YouTube, eBay, and more with real-time weather data, stock market information, and flexible JSON response modes. -- [serpdive/serpdive-mcp](https://github.com/serpdive/serpdive-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 - Web search that returns extracted, answer-ready page content (url, title, date, text) instead of links. A Tavily alternative: same speed, 20.2% fewer tokens, higher answer quality (60.7% of decided duels) on a public replayable benchmark. One tool with automatic localization and an optional synthesized answer. Hosted Streamable HTTP at `https://mcp.serpdive.com`, or run `npx -y serpdive-mcp`. +- [serpdive/serpdive-mcp](https://github.com/serpdive/serpdive-mcp) [![serpdive/serpdive-mcp MCP server](https://glama.ai/mcp/servers/serpdive/serpdive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/serpdive/serpdive-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 - Web search that returns extracted, answer-ready page content (url, title, date, text) instead of links. A Tavily alternative: same speed, 20.2% fewer tokens, higher answer quality (60.7% of decided duels) on a public replayable benchmark. One tool with automatic localization and an optional synthesized answer. Hosted Streamable HTTP at `https://mcp.serpdive.com`, or run `npx -y serpdive-mcp`. - [shopsavvy/shopsavvy-mcp-server](https://github.com/shopsavvy/shopsavvy-mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - Complete product and pricing data solution for AI assistants. Search for products by barcode/ASIN/URL, access detailed product metadata, access comprehensive pricing data from thousands of retailers, view and track price history, and more. - [sifter-ai/sifter](https://github.com/sifter-ai/sifter) [![sifter-ai/sifter MCP server](https://glama.ai/mcp/servers/sifter-ai/sifter/badges/score.svg)](https://glama.ai/mcp/servers/sifter-ai/sifter) 🐍 🏠 ☁️ - Structure any document, query it like a database. Open-source extraction engine that turns any document into typed, schema-defined records, queryable in natural language from Claude, ChatGPT, Gemini, or any MCP client. - [softvoyagers/linkmeta-api](https://github.com/softvoyagers/linkmeta-api) πŸ“‡ ☁️ - Free URL metadata extraction API (Open Graph, Twitter Cards, favicons, JSON-LD). No API key required. From 88bb6eec2360b5c9d20a64089ce30aa4e6d9e22e Mon Sep 17 00:00:00 2001 From: DanMat Date: Mon, 20 Jul 2026 17:52:26 -0400 Subject: [PATCH 318/403] Add Glama score badge to packkit-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92d52825c..5852c89c1 100644 --- a/README.md +++ b/README.md @@ -1385,7 +1385,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. -- [packkit-mcp](https://github.com/DanMat/create-packkit/tree/main/mcp) πŸ“‡ 🏠 - Scaffold modern npm packages, CLIs, services, and apps from your agent. Three tools: inspect the option schema, preview the generated file tree, and write the project to disk. Also available as a CLI and a web configurator. `npx -y packkit-mcp` +- [packkit-mcp](https://github.com/DanMat/create-packkit/tree/main/mcp) [![DanMat/create-packkit MCP server](https://glama.ai/mcp/servers/DanMat/create-packkit/badges/score.svg)](https://glama.ai/mcp/servers/DanMat/create-packkit) πŸ“‡ 🏠 - Scaffold modern npm packages, CLIs, services, and apps from your agent. Three tools: inspect the option schema, preview the generated file tree, and write the project to disk. Also available as a CLI and a web configurator. `npx -y packkit-mcp` ### πŸ”’ Delivery From caf9936f433c2210dbae89eee84a043c60835c91 Mon Sep 17 00:00:00 2001 From: Walter Zamarian Date: Mon, 20 Jul 2026 23:52:46 -0300 Subject: [PATCH 319/403] Add n8n-mcp-community --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..ac2072345 100644 --- a/README.md +++ b/README.md @@ -3180,6 +3180,7 @@ Interact with Git repositories and version control platforms. Enables repository - [davegomez/fizzy-mcp](https://github.com/davegomez/fizzy-mcp) [![fizzy-mcp MCP server](https://glama.ai/mcp/servers/@davegomez/fizzy-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@davegomez/fizzy-mcp) πŸ“‡ ☁️ - MCP server for [Fizzy](https://fizzy.do) kanban task management with tools for boards, cards, comments, and checklists. - [delega-dev/delega-mcp](https://github.com/delega-dev/delega-mcp) [![delega-mcp MCP server](https://glama.ai/mcp/servers/delega-dev/delega-mcp/badges/score.svg)](https://glama.ai/mcp/servers/delega-dev/delega-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Task management API built for AI agents. Create, delegate, and track tasks with agent identity, delegation chains, lifecycle webhooks, and persistent context. Self-hosted or hosted tier at [delega.dev](https://delega.dev). - [devroopsaha744/TexMCP](https://github.com/devroopsaha744/TexMCP) 🐍 🏠 - An MCP server that converts LaTeX into high-quality PDF documents. It provides tools for rendering both raw LaTeX input and customizable templates, producing shareable, production-ready artifacts such as reports, resumes, and research papers. +- [drzamarian/n8n-mcp-community](https://github.com/drzamarian/n8n-mcp-community) πŸ“‡ 🏠 - Security-focused MCP server for self-hosted n8n Community Edition: 44 bounded tools for workflows, executions, credentials, tags, and diagnostics, read-only by default, with no external AI calls. - [ellmos-ai/n8n-manager-mcp](https://github.com/ellmos-ai/n8n-manager-mcp) [![ellmos-ai/n8n-manager-mcp MCP server](https://glama.ai/mcp/servers/ellmos-ai/n8n-manager-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ellmos-ai/n8n-manager-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for managing n8n workflows through AI assistants, including workflow CRUD, synchronization, inspection, and execution support. - [ernestocorona/kanboard-mcp](https://github.com/ErnestoCorona/kanboard-mcp) [![ErnestoCorona/kanboard-mcp MCP server](https://glama.ai/mcp/servers/ErnestoCorona/kanboard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ErnestoCorona/kanboard-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - TypeScript MCP server for [Kanboard](https://kanboard.org) with multi-project routing via `.kanboard.yaml`. 37 tools, 982 unit tests, Docker multi-arch on GHCR, provenance-signed npm releases via OIDC, DiΓ‘taxis-structured docs, MIT licensed. - [foxintheloop/UpTier](https://github.com/foxintheloop/UpTier) πŸ“‡ 🏠 πŸͺŸ - Desktop task manager with clean To Do-style UI and 25+ MCP tools for prioritization, goal tracking, and multi-profile workflows. From 8151e287aed4928d7ba58b0eb94646df97196a0f Mon Sep 17 00:00:00 2001 From: HanChao Date: Tue, 21 Jul 2026 12:27:52 +0800 Subject: [PATCH 320/403] Add Glama badge for cn-scraper-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4a96924b..9ef92de9a 100644 --- a/README.md +++ b/README.md @@ -2663,7 +2663,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [wd041216-bit/free-web-search-ultimate](https://github.com/wd041216-bit/free-web-search-ultimate) 🐍 🏠 [![wd041216-bit/free-web-search-ultimate MCP server](https://glama.ai/mcp/servers/wd041216-bit/free-web-search-ultimate/badges/score.svg)](https://glama.ai/mcp/servers/wd041216-bit/free-web-search-ultimate) - Zero-cost, privacy-first universal web search MCP server. Enforces a **Search-First** paradigm β€” instructs LLMs to retrieve real-time information before answering factual questions. Supports 10+ search engines (DuckDuckGo, Bing, Google, Brave, Wikipedia, Arxiv, YouTube, Reddit) and deep page browsing. No API key required. - [gemy411/multi-research-agents](https://github.com/gemy411/multi-agents-research) ☁️ - a KTOR server/ MCP server written in Kotlin applying multi-agents schools in a flexible research system to be used with coding or for research any general case. - [giskard09/giskard-search](https://github.com/giskard09/giskard-search) [![giskard09/giskard-search MCP server](https://glama.ai/mcp/servers/giskard09/giskard-search/badges/score.svg)](https://glama.ai/mcp/servers/giskard09/giskard-search) 🐍 🏠 - Pay-per-use semantic web search for AI agents. Powered by SearxNG, agents pay in sats via Lightning Network micropayments β€” no API keys required. Self-hosted with phoenixd. -- [goesByhc/cn-scraper-mcp](https://github.com/goesByhc/cn-scraper-mcp) 🐍 🏠 - MCP server that lets AI agents search and extract data from major Chinese internet platforms including Taobao, JD, Xiaohongshu, Zhihu, Weibo, Bilibili, ZSXQ, Douban, and Dianping, with local-first cookie storage and CDP-assisted login. +- [goesByhc/cn-scraper-mcp](https://github.com/goesByhc/cn-scraper-mcp) 🐍 🏠 - MCP server that lets AI agents search and extract data from major Chinese internet platforms including Taobao, JD, Xiaohongshu, Zhihu, Weibo, Bilibili, ZSXQ, Douban, and Dianping, with local-first cookie storage and CDP-assisted login. [![goesByhc/cn-scraper-mcp MCP server](https://glama.ai/mcp/servers/goesByhc/cn-scraper-mcp/badges/score.svg)](https://glama.ai/mcp/servers/goesByhc/cn-scraper-mcp) - [genomoncology/biomcp](https://github.com/genomoncology/biomcp) 🐍 ☁️ - Biomedical research server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info. - [gregm711/agent-domain-service-mcp](https://github.com/gregm711/agent-domain-service-mcp) πŸ“‡ ☁️ - AI-powered domain brainstorming, analysis, and availability checking via AgentDomainService.com. Generate creative domain names from descriptions, get AI scoring for brandability/memorability, and check real-time availability with pricing. No API keys required. - [HasData/hasdata-mcp](https://github.com/HasData/hasdata-mcp) [![HasData/hasdata-mcp MCP server](https://glama.ai/mcp/servers/HasData/hasdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/HasData/hasdata-mcp) πŸ“‡ ☁️ - Remote MCP server providing structured data APIs for Google (Search, Maps, Trends, Flights), Amazon, Airbnb, Zillow, Yelp, and more. 40+ tools returns clean JSON data instead of browser automation or raw HTML scraping. Designed for AI agents requiring reliable hosted data access. From 7b10ba784cb7a9d952684eed3459e122eec71923 Mon Sep 17 00:00:00 2001 From: luotwo Date: Tue, 21 Jul 2026 12:31:28 +0800 Subject: [PATCH 321/403] Add EasyAccessPDF MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..e99bbd34e 100644 --- a/README.md +++ b/README.md @@ -3333,6 +3333,7 @@ Interact with Git repositories and version control platforms. Enables repository - [kw510/strava-mcp](https://github.com/kw510/strava-mcp) πŸ“‡ ☁️ - An MCP server for Strava, an app for tracking physical exercise - [latex-mcp-server](https://github.com/Yeok-c/latex-mcp-server) - An MCP Server to compile latex, download/organize/read cited papers, run visualization scripts and add figures/tables to latex. - [louiscklaw/hko-mcp](https://github.com/louiscklaw/hko-mcp) πŸ“‡ 🏠 - MCP server with basic demonstration of getting weather from Hong Kong Observatory +- [luotwo/easyaccesspdf-mcp](https://github.com/luotwo/easyaccesspdf-mcp) ☁️ - PDF accessibility checks (veraPDF PDF/UA-1), auto-tagging remediation and document-to-Markdown conversion via a hosted EU service. Remote Streamable HTTP endpoint at easyaccesspdf.com, free tier available. - [magarcia/mcp-server-giphy](https://github.com/magarcia/mcp-server-giphy) πŸ“‡ ☁️ - Search and retrieve GIFs from Giphy's vast library through the Giphy API. - [MAG-Cie/mcp-microsoft-todo](https://github.com/MAG-Cie/mcp-microsoft-todo) [![MAG-Cie/mcp-microsoft-todo MCP server](https://glama.ai/mcp/servers/MAG-Cie/mcp-microsoft-todo/badges/score.svg)](https://glama.ai/mcp/servers/MAG-Cie/mcp-microsoft-todo) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Microsoft To Do task management via Microsoft Graph API. MSAL device code flow (no client secret needed), persisted token cache, full MCP safety annotations. - [marcelmarais/Spotify](https://github.com/marcelmarais/spotify-mcp-server) - πŸ“‡ 🏠 Control Spotify playback and manage playlists. From bf08aad0f6c221f863e50a04a0ff2135b26b53ec Mon Sep 17 00:00:00 2001 From: luotwo Date: Tue, 21 Jul 2026 13:04:06 +0800 Subject: [PATCH 322/403] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e99bbd34e..9644345f0 100644 --- a/README.md +++ b/README.md @@ -3333,7 +3333,7 @@ Interact with Git repositories and version control platforms. Enables repository - [kw510/strava-mcp](https://github.com/kw510/strava-mcp) πŸ“‡ ☁️ - An MCP server for Strava, an app for tracking physical exercise - [latex-mcp-server](https://github.com/Yeok-c/latex-mcp-server) - An MCP Server to compile latex, download/organize/read cited papers, run visualization scripts and add figures/tables to latex. - [louiscklaw/hko-mcp](https://github.com/louiscklaw/hko-mcp) πŸ“‡ 🏠 - MCP server with basic demonstration of getting weather from Hong Kong Observatory -- [luotwo/easyaccesspdf-mcp](https://github.com/luotwo/easyaccesspdf-mcp) ☁️ - PDF accessibility checks (veraPDF PDF/UA-1), auto-tagging remediation and document-to-Markdown conversion via a hosted EU service. Remote Streamable HTTP endpoint at easyaccesspdf.com, free tier available. +- [luotwo/easyaccesspdf-mcp](https://github.com/luotwo/easyaccesspdf-mcp) [![luotwo/easyaccesspdf-mcp MCP server](https://glama.ai/mcp/servers/luotwo/easyaccesspdf-mcp/badges/score.svg)](https://glama.ai/mcp/servers/luotwo/easyaccesspdf-mcp) ☁️ - PDF accessibility checks (veraPDF PDF/UA-1), auto-tagging remediation and document-to-Markdown conversion via a hosted EU service. Remote Streamable HTTP endpoint at easyaccesspdf.com, free tier available. - [magarcia/mcp-server-giphy](https://github.com/magarcia/mcp-server-giphy) πŸ“‡ ☁️ - Search and retrieve GIFs from Giphy's vast library through the Giphy API. - [MAG-Cie/mcp-microsoft-todo](https://github.com/MAG-Cie/mcp-microsoft-todo) [![MAG-Cie/mcp-microsoft-todo MCP server](https://glama.ai/mcp/servers/MAG-Cie/mcp-microsoft-todo/badges/score.svg)](https://glama.ai/mcp/servers/MAG-Cie/mcp-microsoft-todo) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Microsoft To Do task management via Microsoft Graph API. MSAL device code flow (no client secret needed), persisted token cache, full MCP safety annotations. - [marcelmarais/Spotify](https://github.com/marcelmarais/spotify-mcp-server) - πŸ“‡ 🏠 Control Spotify playback and manage playlists. From 9df90171329561b9a728ae093721490aa339e2b2 Mon Sep 17 00:00:00 2001 From: FROWNINGdev Date: Tue, 21 Jul 2026 10:30:19 +0500 Subject: [PATCH 323/403] docs: refresh django-orm-lens entry with 9-tool product shape --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 375089329..5749658c4 100644 --- a/README.md +++ b/README.md @@ -815,7 +815,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [Michael2150/flamerobin-mcp-server](https://github.com/Michael2150/flamerobin-mcp-server) [![Michael2150/flamerobin-mcp-server MCP server](https://glama.ai/mcp/servers/Michael2150/flamerobin-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Michael2150/flamerobin-mcp-server) #️⃣ 🏠 πŸͺŸ - Firebird database MCP server that reads connection details from [FlameRobin's](http://www.flamerobin.org/) config β€” no credential setup required. Access all locally registered databases in one session with full schema introspection, DDL/DML execution, execution plans, and missing index analysis. - [freema/mcp-gsheets](https://github.com/freema/mcp-gsheets) πŸ“‡ ☁️ - MCP server for Google Sheets API integration with comprehensive reading, writing, formatting, and sheet management capabilities. - [FreePeak/db-mcp-server](https://github.com/FreePeak/db-mcp-server) 🏎️ 🏠 – A high-performance multi-database MCP server built with Golang, supporting MySQL & PostgreSQL (NoSQL coming soon). Includes built-in tools for query execution, transaction management, schema exploration, query building, and performance analysis, with seamless Cursor integration for enhanced database workflows. -- [FROWNINGdev/django-orm-lens](https://github.com/FROWNINGdev/django-orm-lens) 🐍 🏠 - Exposes Django ORM schema, models, and relationships (fields, FK/M2M/O2O, on_delete, related_name, Meta) to AI agents via 5 read-only tools. Companion to the VS Code ERD extension. Static parse β€” no DB, no Django boot. +- [FROWNINGdev/django-orm-lens](https://github.com/FROWNINGdev/django-orm-lens) 🐍 🏠 🍎 πŸͺŸ 🐧 - Django ORM static-analysis MCP server. Nine read-only tools (`list_apps`, `list_models`, `describe_model`, `find_relations`, `cascade_preview`, `er_diagram`, `describe_migration_dependency`, `suggest_indexes`, `signal_graph`) that expose Django schema, relationships (FK/M2M/O2O, on_delete, related_name), migration deps, missing indexes, and signal graphs β€” no DB, no Django boot, no credentials. Companion to a VS Code / VSCodium / Cursor extension (Open VSX verified) and a `django-orm-lens` PyPI CLI. `pip install django-orm-lens[mcp]`. - [furey/mongodb-lens](https://github.com/furey/mongodb-lens) πŸ“‡ 🏠 - MongoDB Lens: Full Featured MCP Server for MongoDB Databases - [gannonh/firebase-mcp](https://github.com/gannonh/firebase-mcp) πŸ”₯ ⛅️ - Firebase services including Auth, Firestore and Storage. - [get-convex/convex-backend](https://stack.convex.dev/convex-mcp-server) πŸ“‡ ☁️ - Convex database integration to introspect tables, functions, and run oneoff queries ([Source](https://github.com/get-convex/convex-backend/blob/main/npm-packages/convex/src/cli/mcp.ts)) From b25af95617a84d49e0c4772a550b0db2f2f4b22f Mon Sep 17 00:00:00 2001 From: Walter Zamarian Date: Tue, 21 Jul 2026 03:15:08 -0300 Subject: [PATCH 324/403] Add Glama score badge to n8n-mcp-community --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac2072345..f4e184eb7 100644 --- a/README.md +++ b/README.md @@ -3180,7 +3180,7 @@ Interact with Git repositories and version control platforms. Enables repository - [davegomez/fizzy-mcp](https://github.com/davegomez/fizzy-mcp) [![fizzy-mcp MCP server](https://glama.ai/mcp/servers/@davegomez/fizzy-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@davegomez/fizzy-mcp) πŸ“‡ ☁️ - MCP server for [Fizzy](https://fizzy.do) kanban task management with tools for boards, cards, comments, and checklists. - [delega-dev/delega-mcp](https://github.com/delega-dev/delega-mcp) [![delega-mcp MCP server](https://glama.ai/mcp/servers/delega-dev/delega-mcp/badges/score.svg)](https://glama.ai/mcp/servers/delega-dev/delega-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Task management API built for AI agents. Create, delegate, and track tasks with agent identity, delegation chains, lifecycle webhooks, and persistent context. Self-hosted or hosted tier at [delega.dev](https://delega.dev). - [devroopsaha744/TexMCP](https://github.com/devroopsaha744/TexMCP) 🐍 🏠 - An MCP server that converts LaTeX into high-quality PDF documents. It provides tools for rendering both raw LaTeX input and customizable templates, producing shareable, production-ready artifacts such as reports, resumes, and research papers. -- [drzamarian/n8n-mcp-community](https://github.com/drzamarian/n8n-mcp-community) πŸ“‡ 🏠 - Security-focused MCP server for self-hosted n8n Community Edition: 44 bounded tools for workflows, executions, credentials, tags, and diagnostics, read-only by default, with no external AI calls. +- [drzamarian/n8n-mcp-community](https://github.com/drzamarian/n8n-mcp-community) [![drzamarian/n8n-mcp-community MCP server](https://glama.ai/mcp/servers/drzamarian/n8n-mcp-community/badges/score.svg)](https://glama.ai/mcp/servers/drzamarian/n8n-mcp-community) πŸ“‡ 🏠 - Security-focused MCP server for self-hosted n8n Community Edition: 44 bounded tools for workflows, executions, credentials, tags, and diagnostics, read-only by default, with no external AI calls. - [ellmos-ai/n8n-manager-mcp](https://github.com/ellmos-ai/n8n-manager-mcp) [![ellmos-ai/n8n-manager-mcp MCP server](https://glama.ai/mcp/servers/ellmos-ai/n8n-manager-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ellmos-ai/n8n-manager-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for managing n8n workflows through AI assistants, including workflow CRUD, synchronization, inspection, and execution support. - [ernestocorona/kanboard-mcp](https://github.com/ErnestoCorona/kanboard-mcp) [![ErnestoCorona/kanboard-mcp MCP server](https://glama.ai/mcp/servers/ErnestoCorona/kanboard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ErnestoCorona/kanboard-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - TypeScript MCP server for [Kanboard](https://kanboard.org) with multi-project routing via `.kanboard.yaml`. 37 tools, 982 unit tests, Docker multi-arch on GHCR, provenance-signed npm releases via OIDC, DiΓ‘taxis-structured docs, MIT licensed. - [foxintheloop/UpTier](https://github.com/foxintheloop/UpTier) πŸ“‡ 🏠 πŸͺŸ - Desktop task manager with clean To Do-style UI and 25+ MCP tools for prioritization, goal tracking, and multi-profile workflows. From f06a20415ff23105c31fabd963d97627e55bf279 Mon Sep 17 00:00:00 2001 From: adjacentAiWork Date: Tue, 21 Jul 2026 17:39:24 +0700 Subject: [PATCH 325/403] Add necl-hn-mcp to Search & Data Extraction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..ad0041a24 100644 --- a/README.md +++ b/README.md @@ -2612,6 +2612,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [AIMLPM/markcrawl](https://github.com/AIMLPM/markcrawl) [![AIMLPM/markcrawl MCP server](https://glama.ai/mcp/servers/AIMLPM/markcrawl/badges/score.svg)](https://glama.ai/mcp/servers/AIMLPM/markcrawl) 🐍 🏠 - Crawl websites into clean Markdown, search pages, and extract structured data with LLMs. Built-in MCP server for web research and RAG pipelines. - [ac3xx/mcp-servers-kagi](https://github.com/ac3xx/mcp-servers-kagi) πŸ“‡ ☁️ - Kagi search API integration - [adawalli/nexus](https://github.com/adawalli/nexus) πŸ“‡ ☁️ - AI-powered web search server using Perplexity Sonar models with source citations. Zero-install setup via NPX. +- [adjacentai/necl-hn-mcp](https://github.com/adjacentai/necl-hn-mcp) [![necl-hn-mcp MCP server](https://glama.ai/mcp/servers/adjacentai/necl-hn-mcp/badges/score.svg)](https://glama.ai/mcp/servers/adjacentai/necl-hn-mcp) 🐍 ☁️ - Hacker News tools for AI agents: top stories by time window, category feeds (top/new/best/ask/show/job), comment threads, and full-text search via Algolia. No API key required. - [ananddtyagi/webpage-screenshot-mcp](https://github.com/ananddtyagi/webpage-screenshot-mcp) πŸ“‡ 🏠 - A MCP server for taking screenshots of webpages to use as feedback during UI developement. - [andybrandt/mcp-simple-arxiv](https://github.com/andybrandt/mcp-simple-arxiv) - 🐍 ☁️ MCP for LLM to search and read papers from arXiv - [andybrandt/mcp-simple-pubmed](https://github.com/andybrandt/mcp-simple-pubmed) - 🐍 ☁️ MCP to search and read medical / life sciences papers from PubMed. From b1eef5ad42e5722740b548d290ba3ebb52eaac56 Mon Sep 17 00:00:00 2001 From: Piccolo123 Date: Tue, 21 Jul 2026 21:14:30 +0800 Subject: [PATCH 326/403] =?UTF-8?q?Update:=20ai-footprints-mcp=20=E2=86=92?= =?UTF-8?q?=20url-manager-mcp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02b678087..c40978d0e 100644 --- a/README.md +++ b/README.md @@ -2184,7 +2184,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [Perseus-Computing-LLC/perseus-vault](https://github.com/Perseus-Computing-LLC/perseus-vault) [![Perseus-Computing-LLC/perseus-vault MCP server](https://glama.ai/mcp/servers/Perseus-Computing-LLC/perseus-vault/badges/score.svg)](https://glama.ai/mcp/servers/Perseus-Computing-LLC/perseus-vault) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Local-first, MCP-native persistent memory for AI agents β€” a single Rust binary with embedded SQLite, hybrid FTS5 + dense-vector search, and optional AES-256-GCM encryption. Fully offline, no cloud. - [peterbeck111/knowledgelib-io](https://github.com/peterbeck111/knowledgelib-io) [![peterbeck111/knowledgelib-io MCP server](https://glama.ai/mcp/servers/peterbeck111/knowledgelib-io/badges/score.svg)](https://glama.ai/mcp/servers/peterbeck111/knowledgelib-io) πŸ“‡ ☁️ - Search 1,500+ pre-verified, cited knowledge units across 16 domains. 6 tools: query, batch query, get unit, list domains, suggest topics, report issues. Confidence scores, source provenance, and freshness tracking. Free, no API key required. - [pfillion42/memviz](https://github.com/pfillion42/memviz) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Visual explorer for [MCP Memory Service](https://github.com/doobidoo/mcp-memory-service) SQLite-vec databases. Browse, search, filter, edit memories with dashboard, timeline, UMAP projection, semantic clustering, duplicate detection, and association graph. -- [Piccolo123/ai-footprints-mcp](https://github.com/Piccolo123/ai-footprints-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Agent-first cross-platform bookmark & knowledge manager. AI agents collect web pages from any source (pairs naturally with Fetch, Firecrawl, Brave Search) and auto-categorize into organized collections with search, tags, and shared folders. 16 tools including `agent_register` (zero-config onboarding), `add_footprint`, `search_footprints`, `create_shared_category`. `pip install -r requirements.txt && python server.py` +- [Piccolo123/url-manager-mcp](https://github.com/Piccolo123/url-manager-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Agent-first cross-platform bookmark & knowledge manager. AI agents collect web pages from any source (pairs naturally with Fetch, Firecrawl, Brave Search) and auto-categorize into organized collections with search, tags, and shared folders. 16 tools including `agent_register` (zero-config onboarding), `add_footprint`, `search_footprints`, `create_shared_category`. `pip install -r requirements.txt && python server.py` - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) πŸŽ–οΈ πŸ¦€ ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. - [ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) πŸ“‡ ☁️ - Retrieve context from your [Ragie](https://www.ragie.ai) (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more. From 50f5c92255293530679eb24bf8a1dcafe14bd37b Mon Sep 17 00:00:00 2001 From: Piccolo123 Date: Tue, 21 Jul 2026 21:20:12 +0800 Subject: [PATCH 327/403] Add Glama badge + stdio icon to url-manager-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c40978d0e..1864e57f2 100644 --- a/README.md +++ b/README.md @@ -2184,7 +2184,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [Perseus-Computing-LLC/perseus-vault](https://github.com/Perseus-Computing-LLC/perseus-vault) [![Perseus-Computing-LLC/perseus-vault MCP server](https://glama.ai/mcp/servers/Perseus-Computing-LLC/perseus-vault/badges/score.svg)](https://glama.ai/mcp/servers/Perseus-Computing-LLC/perseus-vault) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Local-first, MCP-native persistent memory for AI agents β€” a single Rust binary with embedded SQLite, hybrid FTS5 + dense-vector search, and optional AES-256-GCM encryption. Fully offline, no cloud. - [peterbeck111/knowledgelib-io](https://github.com/peterbeck111/knowledgelib-io) [![peterbeck111/knowledgelib-io MCP server](https://glama.ai/mcp/servers/peterbeck111/knowledgelib-io/badges/score.svg)](https://glama.ai/mcp/servers/peterbeck111/knowledgelib-io) πŸ“‡ ☁️ - Search 1,500+ pre-verified, cited knowledge units across 16 domains. 6 tools: query, batch query, get unit, list domains, suggest topics, report issues. Confidence scores, source provenance, and freshness tracking. Free, no API key required. - [pfillion42/memviz](https://github.com/pfillion42/memviz) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Visual explorer for [MCP Memory Service](https://github.com/doobidoo/mcp-memory-service) SQLite-vec databases. Browse, search, filter, edit memories with dashboard, timeline, UMAP projection, semantic clustering, duplicate detection, and association graph. -- [Piccolo123/url-manager-mcp](https://github.com/Piccolo123/url-manager-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Agent-first cross-platform bookmark & knowledge manager. AI agents collect web pages from any source (pairs naturally with Fetch, Firecrawl, Brave Search) and auto-categorize into organized collections with search, tags, and shared folders. 16 tools including `agent_register` (zero-config onboarding), `add_footprint`, `search_footprints`, `create_shared_category`. `pip install -r requirements.txt && python server.py` +- [Piccolo123/url-manager-mcp](https://github.com/Piccolo123/url-manager-mcp) [![url-manager-mcp MCP server](https://glama.ai/mcp/servers/Piccolo123/url-manager-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Piccolo123/url-manager-mcp) πŸ“‡ 🐍 🏠 🍎 πŸͺŸ 🐧 - Agent-first cross-platform bookmark & knowledge manager. AI agents collect web pages from any source (pairs naturally with Fetch, Firecrawl, Brave Search) and auto-categorize into organized collections with search, tags, and shared folders. 16 tools including `agent_register` (zero-config onboarding), `add_footprint`, `search_footprints`, `create_shared_category`. `pip install -r requirements.txt && python server.py` - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) πŸŽ–οΈ πŸ¦€ ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. - [ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) πŸ“‡ ☁️ - Retrieve context from your [Ragie](https://www.ragie.ai) (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more. From d92b5f14b2bc9cb38bf0317b97f7a4d51e3356b4 Mon Sep 17 00:00:00 2001 From: Veezee Build Date: Tue, 21 Jul 2026 17:00:30 +0300 Subject: [PATCH 328/403] Add Veezee (LinkedIn, X, Reddit data) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1980e06d..7b9a81355 100644 --- a/README.md +++ b/README.md @@ -2999,6 +2999,7 @@ Integration with social media platforms to allow posting, analytics, and interac - [bulatko/vk-mcp-server](https://github.com/bulatko/vk-mcp-server) [![vk-mcp-server MCP server](https://glama.ai/mcp/servers/bulatko/vk-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/bulatko/vk-mcp-server) πŸ“‡ ☁️ - MCP server for VK (VKontakte) social network API. Access users, walls, groups, friends, newsfeed, photos, and community stats. - [solnk-dev/solnk-mcp](https://github.com/solnk-dev/solnk-mcp) [![solnk-dev/solnk-mcp MCP server](https://glama.ai/mcp/servers/solnk-dev/solnk-mcp/badges/score.svg)](https://glama.ai/mcp/servers/solnk-dev/solnk-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Official Solnk MCP server β€” publish and schedule content across 9 platforms (X, Instagram, TikTok, YouTube, Facebook, LinkedIn, Pinterest, Threads, Bluesky) from any MCP client. 11 tools for publishing, drafts, scheduling, media upload, and post analytics. Hosted at mcp.solnk.com with bearer API key auth. - [timkulbaev/mcp-linkedin](https://github.com/timkulbaev/mcp-linkedin) [![mcp-linkedin MCP server](https://glama.ai/mcp/servers/timkulbaev/mcp-linkedin/badges/score.svg)](https://glama.ai/mcp/servers/timkulbaev/mcp-linkedin) πŸ“‡ ☁️ - LinkedIn publishing, commenting, and reacting via Unipile API. Dry-run by default, SKILL.md included, CLI-first design for AI automation workflows. +- [veezeehq/veezee-mcp](https://github.com/veezeehq/veezee-mcp) πŸŽ–οΈ ☁️ - Real-time LinkedIn, X (Twitter) and Reddit data: profiles, companies, posts, search, sentiment. Hosted at mcp.veezee.io with OAuth or self-serve keys. - [Vovala14/vynly-mcp](https://github.com/Vovala14/vynly-mcp) [![vynly-mcp MCP server](https://glama.ai/mcp/servers/Vovala14/vynly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Vovala14/vynly-mcp) πŸ“‡ ☁️ - Post AI-generated images to [Vynly](https://vynly.co), an AI-only social feed built for agents. Four tools β€” `vynly_post_image`, `vynly_post_spark`, `vynly_read_feed`, `vynly_search`. Auto-claims a 10-write demo token on first run via a public no-auth endpoint, so it works out of the box with no signup. Provenance-aware (C2PA / SynthID / XMP). - [Xquik-dev/x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper) [![Xquik-dev/x-twitter-scraper MCP server](https://glama.ai/mcp/servers/Xquik-dev/x-twitter-scraper/badges/score.svg?v=2)](https://glama.ai/mcp/servers/Xquik-dev/x-twitter-scraper) πŸ“‡ ☁️ - Remote X (Twitter) MCP server with 121 endpoints via 2 tools. Post tweets, reply, like, retweet, follow, DM, search, extract data, run giveaways, and monitor accounts. StreamableHTTP at xquik.com/mcp with API key auth. @@ -3459,4 +3460,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From e5774be8e0aa7fdb40b0f171b13820c29debed25 Mon Sep 17 00:00:00 2001 From: Damien Meur Date: Tue, 21 Jul 2026 17:45:05 +0200 Subject: [PATCH 329/403] Add Glama score badge to get-tmonier/argot entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3595a7321..f31d6134a 100644 --- a/README.md +++ b/README.md @@ -1384,7 +1384,7 @@ Tools and integrations that enhance the development workflow and environment man - [Bishop81/imagedimensions-mcp](https://github.com/Bishop81/imagedimensions-mcp) [![Bishop81/imagedimensions-mcp MCP server](https://glama.ai/mcp/servers/Bishop81/imagedimensions-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Bishop81/imagedimensions-mcp) πŸ“‡ ☁️ - Audit the images on any web page: natural vs rendered dimensions, oversized-image detection, and format breakdown, so agents can check web-image performance. Calls the hosted imagedimensions.com API, so no local browser is required. `npx -y imagedimensions-mcp` - [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) πŸŽ–οΈ πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - 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` +- [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` ### πŸ”’ Delivery - [jordandalton/doordash-mcp-server](https://github.com/JordanDalton/DoorDash-MCP-Server) 🐍 – DoorDash Delivery (Unofficial) From 8c88b834593bb0cd5a6c3732ba707f2c867060e2 Mon Sep 17 00:00:00 2001 From: Veezee Build Date: Tue, 21 Jul 2026 18:45:38 +0300 Subject: [PATCH 330/403] Add Glama score badge for veezee-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b9a81355..65851dfc5 100644 --- a/README.md +++ b/README.md @@ -2999,7 +2999,7 @@ Integration with social media platforms to allow posting, analytics, and interac - [bulatko/vk-mcp-server](https://github.com/bulatko/vk-mcp-server) [![vk-mcp-server MCP server](https://glama.ai/mcp/servers/bulatko/vk-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/bulatko/vk-mcp-server) πŸ“‡ ☁️ - MCP server for VK (VKontakte) social network API. Access users, walls, groups, friends, newsfeed, photos, and community stats. - [solnk-dev/solnk-mcp](https://github.com/solnk-dev/solnk-mcp) [![solnk-dev/solnk-mcp MCP server](https://glama.ai/mcp/servers/solnk-dev/solnk-mcp/badges/score.svg)](https://glama.ai/mcp/servers/solnk-dev/solnk-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Official Solnk MCP server β€” publish and schedule content across 9 platforms (X, Instagram, TikTok, YouTube, Facebook, LinkedIn, Pinterest, Threads, Bluesky) from any MCP client. 11 tools for publishing, drafts, scheduling, media upload, and post analytics. Hosted at mcp.solnk.com with bearer API key auth. - [timkulbaev/mcp-linkedin](https://github.com/timkulbaev/mcp-linkedin) [![mcp-linkedin MCP server](https://glama.ai/mcp/servers/timkulbaev/mcp-linkedin/badges/score.svg)](https://glama.ai/mcp/servers/timkulbaev/mcp-linkedin) πŸ“‡ ☁️ - LinkedIn publishing, commenting, and reacting via Unipile API. Dry-run by default, SKILL.md included, CLI-first design for AI automation workflows. -- [veezeehq/veezee-mcp](https://github.com/veezeehq/veezee-mcp) πŸŽ–οΈ ☁️ - Real-time LinkedIn, X (Twitter) and Reddit data: profiles, companies, posts, search, sentiment. Hosted at mcp.veezee.io with OAuth or self-serve keys. +- [veezeehq/veezee-mcp](https://github.com/veezeehq/veezee-mcp) [![veezeehq/veezee-mcp MCP server](https://glama.ai/mcp/servers/veezeehq/veezee-mcp/badges/score.svg)](https://glama.ai/mcp/servers/veezeehq/veezee-mcp) πŸŽ–οΈ ☁️ - Real-time LinkedIn, X (Twitter) and Reddit data: profiles, companies, posts, search, sentiment. Hosted at mcp.veezee.io with OAuth or self-serve keys. - [Vovala14/vynly-mcp](https://github.com/Vovala14/vynly-mcp) [![vynly-mcp MCP server](https://glama.ai/mcp/servers/Vovala14/vynly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Vovala14/vynly-mcp) πŸ“‡ ☁️ - Post AI-generated images to [Vynly](https://vynly.co), an AI-only social feed built for agents. Four tools β€” `vynly_post_image`, `vynly_post_spark`, `vynly_read_feed`, `vynly_search`. Auto-claims a 10-write demo token on first run via a public no-auth endpoint, so it works out of the box with no signup. Provenance-aware (C2PA / SynthID / XMP). - [Xquik-dev/x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper) [![Xquik-dev/x-twitter-scraper MCP server](https://glama.ai/mcp/servers/Xquik-dev/x-twitter-scraper/badges/score.svg?v=2)](https://glama.ai/mcp/servers/Xquik-dev/x-twitter-scraper) πŸ“‡ ☁️ - Remote X (Twitter) MCP server with 121 endpoints via 2 tools. Post tweets, reply, like, retweet, follow, DM, search, extract data, run giveaways, and monitor accounts. StreamableHTTP at xquik.com/mcp with API key auth. From 3bb4d66d87047ce1be68c77ada613375d44b2d08 Mon Sep 17 00:00:00 2001 From: chrassy Date: Tue, 21 Jul 2026 17:56:18 +0200 Subject: [PATCH 331/403] Add klanex to Developer Tools Co-Authored-By: Claude Fable 5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a1980e06d..85f5e6b2c 100644 --- a/README.md +++ b/README.md @@ -1384,6 +1384,8 @@ Tools and integrations that enhance the development workflow and environment man - [Bishop81/imagedimensions-mcp](https://github.com/Bishop81/imagedimensions-mcp) [![Bishop81/imagedimensions-mcp MCP server](https://glama.ai/mcp/servers/Bishop81/imagedimensions-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Bishop81/imagedimensions-mcp) πŸ“‡ ☁️ - Audit the images on any web page: natural vs rendered dimensions, oversized-image detection, and format breakdown, so agents can check web-image performance. Calls the hosted imagedimensions.com API, so no local browser is required. `npx -y imagedimensions-mcp` - [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. +- [chrassy/klanex-mcp](https://github.com/chrassy/klanex-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Reliable async execution for agent tool calls: schema-gate hallucinated payloads before they run, absorb rate limits and outages with retries/backoff/circuit breakers, idempotency keys, human approval gates, encrypted credentials, replay, and signed-webhook results. Errors come back with an `llm_hint` the agent can self-correct from. Hosted remote (`api.klanexai.com/mcp`, free sandbox) or `npx -y klanex-mcp`. + ### πŸ”’ Delivery - [jordandalton/doordash-mcp-server](https://github.com/JordanDalton/DoorDash-MCP-Server) 🐍 – DoorDash Delivery (Unofficial) From 9c48a3d7a7f23a2116d5a87818c14f7dd2e6f79a Mon Sep 17 00:00:00 2001 From: chrassy Date: Tue, 21 Jul 2026 18:02:15 +0200 Subject: [PATCH 332/403] Add Glama score badge to klanex entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85f5e6b2c..3db503c11 100644 --- a/README.md +++ b/README.md @@ -1384,7 +1384,7 @@ Tools and integrations that enhance the development workflow and environment man - [Bishop81/imagedimensions-mcp](https://github.com/Bishop81/imagedimensions-mcp) [![Bishop81/imagedimensions-mcp MCP server](https://glama.ai/mcp/servers/Bishop81/imagedimensions-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Bishop81/imagedimensions-mcp) πŸ“‡ ☁️ - Audit the images on any web page: natural vs rendered dimensions, oversized-image detection, and format breakdown, so agents can check web-image performance. Calls the hosted imagedimensions.com API, so no local browser is required. `npx -y imagedimensions-mcp` - [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. -- [chrassy/klanex-mcp](https://github.com/chrassy/klanex-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Reliable async execution for agent tool calls: schema-gate hallucinated payloads before they run, absorb rate limits and outages with retries/backoff/circuit breakers, idempotency keys, human approval gates, encrypted credentials, replay, and signed-webhook results. Errors come back with an `llm_hint` the agent can self-correct from. Hosted remote (`api.klanexai.com/mcp`, free sandbox) or `npx -y klanex-mcp`. +- [chrassy/klanex-mcp](https://github.com/chrassy/klanex-mcp) [![chrassy/klanex-mcp MCP server](https://glama.ai/mcp/servers/chrassy/klanex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/chrassy/klanex-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Reliable async execution for agent tool calls: schema-gate hallucinated payloads before they run, absorb rate limits and outages with retries/backoff/circuit breakers, idempotency keys, human approval gates, encrypted credentials, replay, and signed-webhook results. Errors come back with an `llm_hint` the agent can self-correct from. Hosted remote (`api.klanexai.com/mcp`, free sandbox) or `npx -y klanex-mcp`. ### πŸ”’ Delivery From b3778c5fb35a8f2683ac02b8d111126394a9dd90 Mon Sep 17 00:00:00 2001 From: Evgenii Timofeev Date: Tue, 21 Jul 2026 20:25:22 +0300 Subject: [PATCH 333/403] Add Glama score badge to the Datanika entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 737a7ac9e..6b7c96eb2 100644 --- a/README.md +++ b/README.md @@ -945,7 +945,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [bruno-portfolio/agrobr-mcp](https://github.com/bruno-portfolio/agrobr-mcp) 🐍 ☁️ - Brazilian agricultural data for LLMs β€” prices, crop estimates, climate, deforestation from 19 public sources via CEPEA, CONAB, IBGE, INPE and B3. - [Castaldo-Solutions/mcp-vtenext](https://github.com/Castaldo-Solutions/mcp-vtenext) [![mcp-vtenext MCP server](https://glama.ai/mcp/servers/Castaldo-Solutions/mcp-vtenext/badges/score.svg)](https://glama.ai/mcp/servers/Castaldo-Solutions/mcp-vtenext) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server for VTENext CRM (open-source vtiger-based). Query, create and update opportunities and contacts via the WebService API. Available on npm as `@castaldosolutions/mcp-vtenext`. - [dan1d/mercadolibre-mcp](https://github.com/dan1d/mercadolibre-mcp) [![mercadolibre-mcp MCP server](https://glama.ai/mcp/servers/dan1d/mercadolibre-mcp/badges/score.svg)](https://glama.ai/mcp/servers/dan1d/mercadolibre-mcp) πŸ“‡ ☁️ - MercadoLibre marketplace integration for AI agents. Search products, get item details, browse categories, track trends, and convert currencies across Latin America (Argentina, Brazil, Mexico, Chile, Colombia). -- [datanika-io/datanika-core](https://github.com/datanika-io/datanika-core/tree/master/datanika-mcp) πŸŽ–οΈ 🐍 ☁️ 🏠 - Read-only-by-default MCP server for [Datanika](https://datanika.io), the open-source ELT + dbt platform: browse connections, preview data, run and compile dbt transforms, monitor runs, and manage pipelines. 25 tools; opt-in `--allow-write` enables create/trigger. +- [datanika-io/datanika-core](https://github.com/datanika-io/datanika-core/tree/master/datanika-mcp) [![datanika-core MCP server](https://glama.ai/mcp/servers/datanika-io/datanika-core/badges/score.svg)](https://glama.ai/mcp/servers/datanika-io/datanika-core) πŸŽ–οΈ 🐍 ☁️ 🏠 - Read-only-by-default MCP server for [Datanika](https://datanika.io), the open-source ELT + dbt platform: browse connections, preview data, run and compile dbt transforms, monitor runs, and manage pipelines. 25 tools; opt-in `--allow-write` enables create/trigger. - [dbt-labs/dbt-mcp](https://github.com/dbt-labs/dbt-mcp) πŸŽ–οΈ 🐍 🏠 ☁️ - Official MCP server for [dbt (data build tool)](https://www.getdbt.com/product/what-is-dbt) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities. - [Evan-Crx/permisapi-mcp](https://github.com/Evan-Crx/permisapi-mcp) [![Evan-Crx/permisapi-mcp MCP server](https://glama.ai/mcp/servers/Evan-Crx/permisapi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Evan-Crx/permisapi-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - 7 tools for French open-data building permits (Sitadel, 311k rows, ~2M permits/year, Etalab license). Search, details, DVF transactions cross-ref, real estate dealer opportunity score, PLU urban zoning, BRGM natural and technological risks, and a Vue 360 composite that fans out 6 sub-fetches in one tool call. Powered by [permisapi.fr](https://permisapi.fr). Plan Free covers basic search and details, Pro+ unlocks the enrichments. Install: `pip install permisapi-mcp`. - [flexorch/flexorch-mcp](https://github.com/flexorch/flexorch-mcp) [![flexorch/flexorch-mcp MCP server](https://glama.ai/mcp/servers/flexorch/flexorch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/flexorch/flexorch-mcp) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Convert unstructured business documents (PDF, DOCX, invoices, contracts, payroll) into structured, LLM-ready datasets with automatic classification, field extraction, PII masking (10+ locales), and quality scoring. 6 async MCP tools covering the full pipeline: submit β†’ poll β†’ extract β†’ build β†’ export JSONL/RAG/CSV. Install: `pip install flexorch-mcp`. From 0e10576c264cfd85679667940c4db1e7b8330b86 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 21 Jul 2026 21:30:18 +0200 Subject: [PATCH 334/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b191b6805..54636b965 100644 --- a/README.md +++ b/README.md @@ -2199,7 +2199,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [rushikeshmore/CodeCortex](https://github.com/rushikeshmore/CodeCortex) [![codecortex MCP server](https://glama.ai/mcp/servers/@rushikeshmore/codecortex/badges/score.svg)](https://glama.ai/mcp/servers/@rushikeshmore/codecortex) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Persistent codebase knowledge layer for AI coding agents. Pre-digests codebases into structured knowledge (symbols, dependency graphs, co-change patterns, architectural decisions) via tree-sitter native parsing (28 languages) and serves via MCP. 14 tools, ~85% token reduction. Works with Claude Code, Cursor, Codex, and any MCP client. - [rwnalds/engram](https://github.com/rwnalds/engram) [![rwnalds/engram MCP server](https://glama.ai/mcp/servers/rwnalds/engram/badges/score.svg)](https://glama.ai/mcp/servers/rwnalds/engram) πŸ“‡ 🏠 - Second brain your agents read and write, over a git-backed markdown vault. Authority-aware search ranks superseded and archived notes below live ones (from frontmatter, no vector DB), so agents quote the current doc, not the dead one. Per-agent read-only or write tokens, a git audit trail of every change with diffs, a knowledge-graph dashboard, and Obsidian compatibility. - [s60yucca/mnemos](https://github.com/s60yucca/mnemos) [![s60yucca/mnemos MCP server](https://glama.ai/mcp/servers/s60yucca/mnemos/badges/score.svg)](https://glama.ai/mcp/servers/s60yucca/mnemos) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Persistent memory engine for AI coding agents. Stores architecture decisions, bug root causes, and project conventions across sessions. Single Go binary with embedded SQLite, FTS5 search, context assembly within token budgets, and autopilot setup for Claude Code, Kiro, and Cursor. -- [seanmarkwei/agentram-mcp](https://github.com/seanmarkwei/agentram-mcp) πŸ“‡ ☁️ [![agentram-mcp MCP server](https://glama.ai/mcp/servers/seanmarkwei/agentram-mcp/badges/score.svg)](https://glama.ai/mcp/servers/seanmarkwei/agentram-mcp) - Persistent memory for AI agents through a simple key-value HTTP API. No vector database or embeddings required. Store, retrieve, search, and share memory across agents with shared namespaces and TTL support. `npx -y agentram-mcp` +- [seanmarkwei/agentram-mcp](https://github.com/seanmarkwei/agentram-mcp) [![agentram-mcp MCP server](https://glama.ai/mcp/servers/seanmarkwei/agentram-mcp/badges/score.svg)](https://glama.ai/mcp/servers/seanmarkwei/agentram-mcp) πŸ“‡ ☁️ - Persistent memory for AI agents through a simple key-value HTTP API. No vector database or embeddings required. Store, retrieve, search, and share memory across agents with shared namespaces and TTL support. `npx -y agentram-mcp` - [SagaPeak/artifacta-mcp](https://github.com/SagaPeak/artifacta-mcp) [![SagaPeak/artifacta-mcp MCP server](https://glama.ai/mcp/servers/SagaPeak/artifacta-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SagaPeak/artifacta-mcp) πŸŽ–οΈ πŸ“‡ 🐍 ☁️ 🍎 πŸͺŸ 🐧 - The artifact store for AI agents. Every output your agents produce β€” persisted, retrievable, shareable. Across runs, sessions, and tools. Session/agent metadata, content-hash dedup, expiring share links; 11 tools with path-confined uploads and destructive actions gated by default. TypeScript (`npx @artifacta-mcp/mcp`) and Python (`pipx run artifacta-mcp`). - [SAIHM-Admin/saihm-mcp](https://github.com/SAIHM-Admin/saihm-mcp) [![SAIHM-Admin/saihm-mcp MCP server](https://glama.ai/mcp/servers/SAIHM-Admin/saihm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SAIHM-Admin/saihm-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Sovereign, encrypted, persistent memory for AI agents. Eight MCP tools β€” remember, recall, forget (GDPR Art. 17 erasure), share. Anchored on COTI V2 mainnet. Apache-2.0. Install: `npx -y @saihm/mcp-server`. - [SaravananJaichandar/world-model-mcp](https://github.com/SaravananJaichandar/world-model-mcp) [![SaravananJaichandar/world-model-mcp MCP server](https://glama.ai/mcp/servers/SaravananJaichandar/world-model-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SaravananJaichandar/world-model-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Temporal knowledge graph for codebases. Captures decision traces, links test failures to code changes, learns co-edit patterns, predicts regression risk, and enforces learned constraints at the edit boundary via a PreToolUse hook. 22 MCP tools, 9 SQLite databases with FTS5, supports Python/TypeScript/JavaScript/Solidity/Go/Rust/Java. Install via `pip install world-model-mcp`. From 3d5fede7de1ce52795f30c41492a26c41f5cfd77 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 21 Jul 2026 21:45:47 +0200 Subject: [PATCH 335/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d2175b91..d90642c55 100644 --- a/README.md +++ b/README.md @@ -2752,7 +2752,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [StripFeed/mcp-server](https://github.com/StripFeed/mcp-server) [![stripfeed-mcp-server MCP server](https://glama.ai/mcp/servers/@StripFeed/stripfeed-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@StripFeed/stripfeed-mcp-server) πŸ“‡ ☁️ - Convert any URL to clean, token-efficient Markdown for AI agents. API-backed extraction with token counting, CSS selector support, and configurable caching via [StripFeed](https://www.stripfeed.dev). - [takashiishida/arxiv-latex-mcp](https://github.com/takashiishida/arxiv-latex-mcp) 🐍 ☁️ - Get the LaTeX source of arXiv papers to handle mathematical content and equations - [talonicdev/talonic-mcp](https://github.com/talonicdev/talonic-mcp) [![talonicdev/talonic-mcp MCP server](https://glama.ai/mcp/servers/talonicdev/talonic-mcp/badges/score.svg)](https://glama.ai/mcp/servers/talonicdev/talonic-mcp) πŸ“‡ ☁️ - Schema-validated document extraction with searchable workspace memory. Extract structured fields from PDFs, scans, images, and forms; AI agents can also search, filter, and query past extractions. -- [telly6/searchpin](https://github.com/telly6/searchpin) 🐍 🏠 - Free web search for AI agents with smart re-ranking. Multi-engine parallel search, zero API keys. Works natively within China's network, no proxy/VPN needed. Install via `pip install searchpin && searchpin-setup`. [![telly6/searchpin MCP server](https://glama.ai/mcp/servers/telly6/searchpin/badges/score.svg)](https://glama.ai/mcp/servers/telly6/searchpin) +- [telly6/searchpin](https://github.com/telly6/searchpin) [![telly6/searchpin MCP server](https://glama.ai/mcp/servers/telly6/searchpin/badges/score.svg)](https://glama.ai/mcp/servers/telly6/searchpin) 🐍 🏠 - Free web search for AI agents with smart re-ranking. Multi-engine parallel search, zero API keys. Works natively within China's network, no proxy/VPN needed. Install via `pip install searchpin && searchpin-setup`. - [the0807/GeekNews-MCP-Server](https://github.com/the0807/GeekNews-MCP-Server) 🐍 ☁️ - An MCP Server that retrieves and processes news data from the GeekNews site. - [MarcinDudekDev/the-data-collector](https://github.com/MarcinDudekDev/the-data-collector) [![crypto-signals-mcp MCP server](https://glama.ai/mcp/servers/MarcinDudekDev/crypto-signals-mcp/badges/score.svg)](https://glama.ai/mcp/servers/MarcinDudekDev/crypto-signals-mcp) 🐍 ☁️ - MCP server for scraping Hacker News, Bluesky, and Substack with x402 micropayment support. Tools: hn_search, bluesky_search, substack_search. $0.05/call via USDC on Base. - [theagenttimes/tat-mcp-server](https://github.com/theagenttimes/tat-mcp-server) 🐍 ☁️ - Query articles, verified statistics, wire feed, and social tools from [The Agent Times](https://theagenttimes.com), the AI-native newspaper covering the agent economy. 13 tools including search, comments, citations, and agent leaderboards. No API key required. From 83ef10aaa03bb299756a44999f8b6ab52f7b9844 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 21 Jul 2026 21:48:13 +0200 Subject: [PATCH 336/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ca5fe9fb..ea4b95253 100644 --- a/README.md +++ b/README.md @@ -1937,7 +1937,7 @@ px goldbean-mcp\. - [sebastienrousseau/camt053-mcp](https://github.com/sebastienrousseau/camt053-mcp) [![sebastienrousseau/camt053-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/camt053-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/camt053-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - **ISO 20022 bank-statement parsing + reversing entries** (`camt.053` Bank-to-Customer Statement). 19 tools + 3 resources + 4 guided prompts across message-type discovery, return-reason lookup, schema introspection, IBAN/BIC/LEI validation, camt.053 parsing + XSD validation, Nov 2026 CBPR+ cliff readiness check, curated SEPA / CBPR+ / HVPS+ rulebook citation lookup, accounting-platform journal export (Xero + QuickBooks Online), LLM-driven entry classification via MCP Sampling, entry listing/filtering, and one-shot validated reversing-entry XML generation. Built on the [`camt053`](https://github.com/sebastienrousseau/camt053) library (100% line + branch coverage, SLSA Build L3 + PEP 740 attestations, Apache-2.0). Install `pip install camt053-mcp`, run `camt053-mcp`. - [sebastienrousseau/pacs008-mcp](https://github.com/sebastienrousseau/pacs008-mcp) [![sebastienrousseau/pacs008-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/pacs008-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/pacs008-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - **ISO 20022 FI-to-FI credit-transfer generation + validation** (`pacs.008` FI-to-FI Customer Credit Transfer, `pacs.004` Payment Return, `pacs.002` Status Report). 15 tools across message-type + scheme discovery, JSON Schema + rail-usage validation, validated XML generation, XSD validation, inbound parsing, the November 2026 structured-address cliff toolkit (classify/validate/repair/batch), and legacy SWIFT MT103 β†’ pacs.008 conversion. Built on the [`pacs008`](https://github.com/sebastienrousseau/pacs008) library (100% branch coverage, Apache-2.0). Install `pip install pacs008-mcp`, run `pacs008-mcp`. -- [slenderongithub/fix-protocol-mcp](https://github.com/slenderongithub/fix-protocol-mcp) 🐍 🏠 - Parse, validate, build, and explain FIX protocol trading messages (Logon, NewOrderSingle, ExecutionReport, and the rest of the session/order workflow). Fully offline β€” bundled FIX 4.4 field dictionary, no API keys or network calls. Install `pip install .`, run `fix-protocol-mcp`. +- [slenderongithub/fix-protocol-mcp](https://github.com/slenderongithub/fix-protocol-mcp) [![slenderongithub/fix-protocol-mcp MCP server](https://glama.ai/mcp/servers/slenderongithub/fix-protocol-mcp/badges/score.svg)](https://glama.ai/mcp/servers/slenderongithub/fix-protocol-mcp) 🐍 🏠 - Parse, validate, build, and explain FIX protocol trading messages (Logon, NewOrderSingle, ExecutionReport, and the rest of the session/order workflow). Fully offline β€” bundled FIX 4.4 field dictionary, no API keys or network calls. Install `pip install .`, run `fix-protocol-mcp`. ### 🎠Gaming Integration with gaming related data, game engines, and services From 466fe5655878790f8c733c21ff98a527a62800ed Mon Sep 17 00:00:00 2001 From: ritte Date: Tue, 21 Jul 2026 22:13:46 +0200 Subject: [PATCH 337/403] Add cygnussystems/cygnus-ssh-mcp to Command Line --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6476acc7..f66826955 100644 --- a/README.md +++ b/README.md @@ -639,6 +639,7 @@ Run commands, capture output and otherwise interact with shells and command line - [bvisible/mcp-ssh-manager](https://github.com/bvisible/mcp-ssh-manager) [![bvisible/mcp-ssh-manager MCP server](https://glama.ai/mcp/servers/@bvisible/mcp-ssh-manager/badges/score.svg)](https://glama.ai/mcp/servers/@bvisible/mcp-ssh-manager) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Manage multiple SSH servers from one MCP: command execution, file transfer/rsync, database dump/import/query (MySQL/PostgreSQL/MongoDB), backups & restore, health monitoring, persistent sessions, tunnels, ProxyJump/bastion, and opt-in per-server security modes (readonly/restricted) with audit log. Linux, macOS & Windows OpenSSH. - [capsulerun/bash](https://github.com/capsulerun/bash/tree/main/packages/bash-mcp) [![Capsule Bash MCP server](https://glama.ai/mcp/servers/capsulerun/bash/badges/score.svg)](https://glama.ai/mcp/servers/capsulerun/bash) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Sandboxed bash for agents. Run untrusted commands in WebAssembly sandboxes with no setup required. +- [cygnussystems/cygnus-ssh-mcp](https://github.com/cygnussystems/cygnus-ssh-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - MCP server for SSH-based control of remote Linux, macOS, and Windows servers with 46 purpose-built tools instead of one generic command-runner: line-level file editing (no download/edit/upload round-trip), background task launch/monitor/kill, real sudo support, host aliases, recursive directory ops, archive create/extract, and full Unicode via SFTP (avoids PowerShell OEM code page corruption on Windows targets). `pip install cygnus-ssh-mcp` or `uvx cygnus-ssh-mcp`. - [danmartuszewski/hop](https://github.com/danmartuszewski/hop) 🏎️ πŸ–₯️ - Fast SSH connection manager with TUI dashboard and MCP server for discovering, searching, and executing commands on remote hosts. - [faizbawa/mcp-remote-ssh](https://github.com/faizbawa/mcp-remote-ssh) [![faizbawa/mcp-remote-ssh MCP server](https://glama.ai/mcp/servers/faizbawa/mcp-remote-ssh/badges/score.svg)](https://glama.ai/mcp/servers/faizbawa/mcp-remote-ssh) 🐍 🏠 🍎 πŸͺŸ 🐧 - Full SSH access for AI agents with secret-safe environment injection and automatic output redaction. Persistent sessions, structured execution, SFTP, port forwarding β€” secrets are fed via stdin (invisible to `ps`) and scrubbed from all tool responses before reaching the LLM. `uvx mcp-remote-ssh` - [luisgf/infrabroker](https://github.com/luisgf/infrabroker) [![luisgf/infrabroker MCP server](https://glama.ai/mcp/servers/luisgf/infrabroker/badges/score.svg)](https://glama.ai/mcp/servers/luisgf/infrabroker) 🏎️ 🏠 ☁️ 🍎 🐧 - SSH & Kubernetes access broker where the model never touches a credential: a separate signer mints per-operation ephemeral SSH certificates and bound ServiceAccount tokens, with a per-command allow/deny/approval firewall (POSIX-sh AST), dry-run, human-in-the-loop approvals, session recording and an Ed25519-chained audit log. Self-hosted Go binaries, GPLv3. From 72ef75fee93518d3a6da78199c1a6ca6a3d6d9d3 Mon Sep 17 00:00:00 2001 From: andresdefi Date: Tue, 21 Jul 2026 22:17:34 +0200 Subject: [PATCH 338/403] Add ZeroDust MCP server to Finance & Fintech Sweeps an agent's native gas balance to exactly zero on 25+ EVM chains via EIP-7702 sponsored execution. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6476acc7..4283d408f 100644 --- a/README.md +++ b/README.md @@ -1940,6 +1940,7 @@ px goldbean-mcp\. - [sebastienrousseau/camt053-mcp](https://github.com/sebastienrousseau/camt053-mcp) [![sebastienrousseau/camt053-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/camt053-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/camt053-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - **ISO 20022 bank-statement parsing + reversing entries** (`camt.053` Bank-to-Customer Statement). 19 tools + 3 resources + 4 guided prompts across message-type discovery, return-reason lookup, schema introspection, IBAN/BIC/LEI validation, camt.053 parsing + XSD validation, Nov 2026 CBPR+ cliff readiness check, curated SEPA / CBPR+ / HVPS+ rulebook citation lookup, accounting-platform journal export (Xero + QuickBooks Online), LLM-driven entry classification via MCP Sampling, entry listing/filtering, and one-shot validated reversing-entry XML generation. Built on the [`camt053`](https://github.com/sebastienrousseau/camt053) library (100% line + branch coverage, SLSA Build L3 + PEP 740 attestations, Apache-2.0). Install `pip install camt053-mcp`, run `camt053-mcp`. - [sebastienrousseau/pacs008-mcp](https://github.com/sebastienrousseau/pacs008-mcp) [![sebastienrousseau/pacs008-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/pacs008-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/pacs008-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - **ISO 20022 FI-to-FI credit-transfer generation + validation** (`pacs.008` FI-to-FI Customer Credit Transfer, `pacs.004` Payment Return, `pacs.002` Status Report). 15 tools across message-type + scheme discovery, JSON Schema + rail-usage validation, validated XML generation, XSD validation, inbound parsing, the November 2026 structured-address cliff toolkit (classify/validate/repair/batch), and legacy SWIFT MT103 β†’ pacs.008 conversion. Built on the [`pacs008`](https://github.com/sebastienrousseau/pacs008) library (100% branch coverage, Apache-2.0). Install `pip install pacs008-mcp`, run `pacs008-mcp`. - [slenderongithub/fix-protocol-mcp](https://github.com/slenderongithub/fix-protocol-mcp) [![slenderongithub/fix-protocol-mcp MCP server](https://glama.ai/mcp/servers/slenderongithub/fix-protocol-mcp/badges/score.svg)](https://glama.ai/mcp/servers/slenderongithub/fix-protocol-mcp) 🐍 🏠 - Parse, validate, build, and explain FIX protocol trading messages (Logon, NewOrderSingle, ExecutionReport, and the rest of the session/order workflow). Fully offline β€” bundled FIX 4.4 field dictionary, no API keys or network calls. Install `pip install .`, run `fix-protocol-mcp`. +- [andresdefi/zerodust](https://github.com/andresdefi/zerodust) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Sweep an agent's native gas balance to **exactly zero** on 25+ EVM chains via EIP-7702 sponsored execution β€” a relayer pays the gas and is reimbursed from the sweep, so nothing is left stranded. Same-chain or cross-chain. Read-only by default; sweeping is opt-in and destination-allowlisted, so a prompt-injected agent still cannot redirect funds. `npx @zerodust/mcp-server` ### 🎠Gaming Integration with gaming related data, game engines, and services From 555b3a33abcce3179219571cc037a8d00a41e330 Mon Sep 17 00:00:00 2001 From: Juan Jose del Rio Holgado <641373+partymola@users.noreply.github.com> Date: Sat, 11 Jul 2026 14:13:56 +0100 Subject: [PATCH 339/403] Add partymola/bosch-flow-mcp to Sports --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6476acc7..f2aef0866 100644 --- a/README.md +++ b/README.md @@ -3043,6 +3043,7 @@ Tools for accessing sports-related data, results, and statistics. - [mikechao/balldontlie-mcp](https://github.com/mikechao/balldontlie-mcp) πŸ“‡ - MCP server that integrates balldontlie api to provide information about players, teams and games for the NBA, NFL and MLB - [Milofax/xert-mcp](https://github.com/Milofax/xert-mcp) πŸ“‡ ☁️ - MCP server for XERT cycling analytics β€” access fitness signature (FTP, HIE, PP), training status, workouts, activities with XSS metrics, and MPA analysis. - [NasserAlbusaidi/macrofactor-mcp](https://github.com/NasserAlbusaidi/macrofactor-mcp) [![NasserAlbusaidi/macrofactor-mcp MCP server](https://glama.ai/mcp/servers/NasserAlbusaidi/macrofactor-mcp/badges/score.svg)](https://glama.ai/mcp/servers/NasserAlbusaidi/macrofactor-mcp) 🐍 🏠 🍎 🐧 - Fueling & recovery decision engine combining MacroFactor nutrition data with Garmin training data. Recovery checks, daily briefings, weekly reports, and nutrition-performance correlations over your own local data. Install: `uvx macrofactor-mcp`. +- [partymola/bosch-flow-mcp](https://github.com/partymola/bosch-flow-mcp) 🐍 ☁️ 🏠 - MCP server for Bosch eBike Flow (Smart System / BES3). Read-only, signs in with your own Bosch account via PKCE. Battery health and charge-cycle trends, components and firmware, live state-of-charge, and per-ride activity data (distance, elevation, power, assist-mode, CO2). Local SQLite cache with auto-sync. - [partymola/fitbit-mcp](https://github.com/partymola/fitbit-mcp) [![partymola/fitbit-mcp MCP server](https://glama.ai/mcp/servers/partymola/fitbit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/partymola/fitbit-mcp) 🐍 ☁️ 🏠 - MCP server for the Fitbit Web API. OAuth 2.0 PKCE, local SQLite cache with auto-sync, and trend analysis. Tools for heart rate, activity, exercises, sleep, weight, SpO2, and HRV. - [proplineapi/propline-mcp](https://github.com/proplineapi/propline-mcp) [![proplineapi/propline-mcp MCP server](https://glama.ai/mcp/servers/proplineapi/propline-mcp/badges/score.svg)](https://glama.ai/mcp/servers/proplineapi/propline-mcp) πŸ“‡ ☁️ - Live sports betting odds, cross-book +EV, and graded prop resolution (every Over/Under settled against real box scores) across 13 sportsbooks for MLB, NBA, NHL, NFL, soccer, and UFC. the-odds-api compatible; free tier, no card. - [r-huijts/firstcycling-mcp](https://github.com/r-huijts/firstcycling-mcp) πŸ“‡ ☁️ - Access cycling race data, results, and statistics through natural language. Features include retrieving start lists, race results, and rider information from firstcycling.com. From 570a60b51083eb81251f6b5f0ab97943edf25944 Mon Sep 17 00:00:00 2001 From: Juan Jose del Rio Holgado <641373+partymola@users.noreply.github.com> Date: Sat, 11 Jul 2026 14:27:30 +0100 Subject: [PATCH 340/403] Add Glama score badge to bosch-flow-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2aef0866..bbfa397b9 100644 --- a/README.md +++ b/README.md @@ -3043,7 +3043,7 @@ Tools for accessing sports-related data, results, and statistics. - [mikechao/balldontlie-mcp](https://github.com/mikechao/balldontlie-mcp) πŸ“‡ - MCP server that integrates balldontlie api to provide information about players, teams and games for the NBA, NFL and MLB - [Milofax/xert-mcp](https://github.com/Milofax/xert-mcp) πŸ“‡ ☁️ - MCP server for XERT cycling analytics β€” access fitness signature (FTP, HIE, PP), training status, workouts, activities with XSS metrics, and MPA analysis. - [NasserAlbusaidi/macrofactor-mcp](https://github.com/NasserAlbusaidi/macrofactor-mcp) [![NasserAlbusaidi/macrofactor-mcp MCP server](https://glama.ai/mcp/servers/NasserAlbusaidi/macrofactor-mcp/badges/score.svg)](https://glama.ai/mcp/servers/NasserAlbusaidi/macrofactor-mcp) 🐍 🏠 🍎 🐧 - Fueling & recovery decision engine combining MacroFactor nutrition data with Garmin training data. Recovery checks, daily briefings, weekly reports, and nutrition-performance correlations over your own local data. Install: `uvx macrofactor-mcp`. -- [partymola/bosch-flow-mcp](https://github.com/partymola/bosch-flow-mcp) 🐍 ☁️ 🏠 - MCP server for Bosch eBike Flow (Smart System / BES3). Read-only, signs in with your own Bosch account via PKCE. Battery health and charge-cycle trends, components and firmware, live state-of-charge, and per-ride activity data (distance, elevation, power, assist-mode, CO2). Local SQLite cache with auto-sync. +- [partymola/bosch-flow-mcp](https://github.com/partymola/bosch-flow-mcp) [![partymola/bosch-flow-mcp MCP server](https://glama.ai/mcp/servers/partymola/bosch-flow-mcp/badges/score.svg)](https://glama.ai/mcp/servers/partymola/bosch-flow-mcp) 🐍 ☁️ 🏠 - MCP server for Bosch eBike Flow (Smart System / BES3). Read-only, signs in with your own Bosch account via PKCE. Battery health and charge-cycle trends, components and firmware, live state-of-charge, and per-ride activity data (distance, elevation, power, assist-mode, CO2). Local SQLite cache with auto-sync. - [partymola/fitbit-mcp](https://github.com/partymola/fitbit-mcp) [![partymola/fitbit-mcp MCP server](https://glama.ai/mcp/servers/partymola/fitbit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/partymola/fitbit-mcp) 🐍 ☁️ 🏠 - MCP server for the Fitbit Web API. OAuth 2.0 PKCE, local SQLite cache with auto-sync, and trend analysis. Tools for heart rate, activity, exercises, sleep, weight, SpO2, and HRV. - [proplineapi/propline-mcp](https://github.com/proplineapi/propline-mcp) [![proplineapi/propline-mcp MCP server](https://glama.ai/mcp/servers/proplineapi/propline-mcp/badges/score.svg)](https://glama.ai/mcp/servers/proplineapi/propline-mcp) πŸ“‡ ☁️ - Live sports betting odds, cross-book +EV, and graded prop resolution (every Over/Under settled against real box scores) across 13 sportsbooks for MLB, NBA, NHL, NFL, soccer, and UFC. the-odds-api compatible; free tier, no card. - [r-huijts/firstcycling-mcp](https://github.com/r-huijts/firstcycling-mcp) πŸ“‡ ☁️ - Access cycling race data, results, and statistics through natural language. Features include retrieving start lists, race results, and rider information from firstcycling.com. From c496f57198df755feb87b8c160252af8a02e7111 Mon Sep 17 00:00:00 2001 From: ritte Date: Tue, 21 Jul 2026 22:33:37 +0200 Subject: [PATCH 341/403] Add Glama score badge for cygnus-ssh-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f66826955..b931e0b36 100644 --- a/README.md +++ b/README.md @@ -639,7 +639,7 @@ Run commands, capture output and otherwise interact with shells and command line - [bvisible/mcp-ssh-manager](https://github.com/bvisible/mcp-ssh-manager) [![bvisible/mcp-ssh-manager MCP server](https://glama.ai/mcp/servers/@bvisible/mcp-ssh-manager/badges/score.svg)](https://glama.ai/mcp/servers/@bvisible/mcp-ssh-manager) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Manage multiple SSH servers from one MCP: command execution, file transfer/rsync, database dump/import/query (MySQL/PostgreSQL/MongoDB), backups & restore, health monitoring, persistent sessions, tunnels, ProxyJump/bastion, and opt-in per-server security modes (readonly/restricted) with audit log. Linux, macOS & Windows OpenSSH. - [capsulerun/bash](https://github.com/capsulerun/bash/tree/main/packages/bash-mcp) [![Capsule Bash MCP server](https://glama.ai/mcp/servers/capsulerun/bash/badges/score.svg)](https://glama.ai/mcp/servers/capsulerun/bash) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Sandboxed bash for agents. Run untrusted commands in WebAssembly sandboxes with no setup required. -- [cygnussystems/cygnus-ssh-mcp](https://github.com/cygnussystems/cygnus-ssh-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - MCP server for SSH-based control of remote Linux, macOS, and Windows servers with 46 purpose-built tools instead of one generic command-runner: line-level file editing (no download/edit/upload round-trip), background task launch/monitor/kill, real sudo support, host aliases, recursive directory ops, archive create/extract, and full Unicode via SFTP (avoids PowerShell OEM code page corruption on Windows targets). `pip install cygnus-ssh-mcp` or `uvx cygnus-ssh-mcp`. +- [cygnussystems/cygnus-ssh-mcp](https://github.com/cygnussystems/cygnus-ssh-mcp) [![cygnussystems/cygnus-ssh-mcp MCP server](https://glama.ai/mcp/servers/cygnussystems/cygnus-ssh-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cygnussystems/cygnus-ssh-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - MCP server for SSH-based control of remote Linux, macOS, and Windows servers with 46 purpose-built tools instead of one generic command-runner: line-level file editing (no download/edit/upload round-trip), background task launch/monitor/kill, real sudo support, host aliases, recursive directory ops, archive create/extract, and full Unicode via SFTP (avoids PowerShell OEM code page corruption on Windows targets). `pip install cygnus-ssh-mcp` or `uvx cygnus-ssh-mcp`. - [danmartuszewski/hop](https://github.com/danmartuszewski/hop) 🏎️ πŸ–₯️ - Fast SSH connection manager with TUI dashboard and MCP server for discovering, searching, and executing commands on remote hosts. - [faizbawa/mcp-remote-ssh](https://github.com/faizbawa/mcp-remote-ssh) [![faizbawa/mcp-remote-ssh MCP server](https://glama.ai/mcp/servers/faizbawa/mcp-remote-ssh/badges/score.svg)](https://glama.ai/mcp/servers/faizbawa/mcp-remote-ssh) 🐍 🏠 🍎 πŸͺŸ 🐧 - Full SSH access for AI agents with secret-safe environment injection and automatic output redaction. Persistent sessions, structured execution, SFTP, port forwarding β€” secrets are fed via stdin (invisible to `ps`) and scrubbed from all tool responses before reaching the LLM. `uvx mcp-remote-ssh` - [luisgf/infrabroker](https://github.com/luisgf/infrabroker) [![luisgf/infrabroker MCP server](https://glama.ai/mcp/servers/luisgf/infrabroker/badges/score.svg)](https://glama.ai/mcp/servers/luisgf/infrabroker) 🏎️ 🏠 ☁️ 🍎 🐧 - SSH & Kubernetes access broker where the model never touches a credential: a separate signer mints per-operation ephemeral SSH certificates and bound ServiceAccount tokens, with a per-command allow/deny/approval firewall (POSIX-sh AST), dry-run, human-in-the-loop approvals, session recording and an Ed25519-chained audit log. Self-hosted Go binaries, GPLv3. From b3d50da1eb8e03eb75a5735391205f20c16cde35 Mon Sep 17 00:00:00 2001 From: SAIF MIRZA Date: Tue, 21 Jul 2026 17:25:00 -0400 Subject: [PATCH 342/403] Add Glama score badge to kiyas entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8224cf37..9d59f4fc3 100644 --- a/README.md +++ b/README.md @@ -988,7 +988,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [adrianczuczka/mason](https://github.com/adrianczuczka/mason) [![adrianczuczka/mason MCP server](https://glama.ai/mcp/servers/adrianczuczka/mason/badges/score.svg)](https://glama.ai/mcp/servers/adrianczuczka/mason) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Context engineering MCP server. Generates CLAUDE.md from git history and architectural file sampling, and maintains a concept-map snapshot of features/flows β†’ files so agents can skip grep/glob on repeat queries. The fast, idiomatic Go framework for building MCP servers. Struct-tag auto schema, middleware chain, and adapters to import existing Gin/OpenAPI/gRPC services as MCP tools. - [masondelan/selvedge](https://github.com/masondelan/selvedge) [![masondelan/selvedge MCP server](https://glama.ai/mcp/servers/masondelan/selvedge/badges/score.svg)](https://glama.ai/mcp/servers/masondelan/selvedge) 🐍 🏠 - Change tracking for AI-era codebases. AI agents call it to log structured change events (entity + diff + reasoning) before the session ends, then query history with diff, blame, history, changeset, and search. Captures the intent that would otherwise evaporate. -- [saiffmirza/kiyas](https://github.com/saiffmirza/kiyas) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Design-fidelity checks for AI agents: compare a Figma frame (or any design screenshot) against the rendered implementation and get structured discrepancies with CSS properties and severity. Resolves a natural-language component description to a URL + selector in your codebase, screenshots it with Playwright, and compares via vision AI using your existing Claude Code or Codex subscription β€” no API keys. 90% mutation recall, zero false positives on its golden eval set. `npx -y kiyas-cli mcp` +- [saiffmirza/kiyas](https://github.com/saiffmirza/kiyas) [![saiffmirza/kiyas MCP server](https://glama.ai/mcp/servers/saiffmirza/kiyas/badges/score.svg)](https://glama.ai/mcp/servers/saiffmirza/kiyas) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Design-fidelity checks for AI agents: compare a Figma frame (or any design screenshot) against the rendered implementation and get structured discrepancies with CSS properties and severity. Resolves a natural-language component description to a URL + selector in your codebase, screenshots it with Playwright, and compares via vision AI using your existing Claude Code or Codex subscription β€” no API keys. 90% mutation recall, zero false positives on its golden eval set. `npx -y kiyas-cli mcp` - [sapph1re/mcp-billing-gateway-sdk](https://github.com/sapph1re/mcp-billing-gateway-sdk) [![sapph1re/mcp-billing-gateway-sdk MCP server](https://glama.ai/mcp/servers/sapph1re/mcp-billing-gateway-sdk/badges/score.svg)](https://glama.ai/mcp/servers/sapph1re/mcp-billing-gateway-sdk) πŸ“‡ ☁️ - Billing infrastructure for MCP server operators. Add Stripe subscriptions, per-call credits, tiered pricing, and x402 crypto micropayments to any MCP server without writing billing code. Operator dashboard included. - [agenticempire/axint](https://github.com/agenticempire/axint) [![agenticempire/axint MCP server](https://glama.ai/mcp/servers/agenticempire/axint/badges/score.svg)](https://glama.ai/mcp/servers/agenticempire/axint) πŸ“‡ 🏠 - Apple-native execution layer for AI agents. Compiles TypeScript to validated Swift β€” App Intents, SwiftUI views, WidgetKit widgets, and full apps. 13 MCP tools, 150 diagnostics, 500 tests. - [callstackincubator/agent-device](https://github.com/callstackincubator/agent-device) [![callstackincubator/agent-device MCP server](https://glama.ai/mcp/servers/callstackincubator/agent-device/badges/score.svg)](https://glama.ai/mcp/servers/callstackincubator/agent-device) πŸ“‡ 🏠 🍎 🐧 - Discovery router for the agent-device CLI. Exposes status, install guidance, version-matched help, prompts, and resources for iOS, Android, tvOS, macOS, and Linux automation workflows. From 31a1ff11d95f282a692e9800852d1fac3d462b83 Mon Sep 17 00:00:00 2001 From: T Aberdeen <32620895+aliasunder@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:21:10 -0400 Subject: [PATCH 343/403] Update vault-cortex listing: notes & files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d541a6133..aba1f3e49 100644 --- a/README.md +++ b/README.md @@ -2013,7 +2013,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [a2cr/a2cr](https://github.com/a2cr/a2cr) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](https://glama.ai/mcp/servers/a2cr/a2cr) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history. - [ahmetakyurt/zipmem-mcp](https://github.com/ahmetakyurt/zipmem-mcp) [![ahmetakyurt/zipmem-mcp MCP server](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp) πŸ“‡ 🏠 - Local-first long-term memory for terminal AI agents (Claude Code et al.) via Anchored Compacting. Stores blueprints, code anchors (fileβ†’lineβ†’concept), and distilled lessons in a single JSON under `.zipmem/`, restoring full cross-session project context at near-zero token cost. No DB, no API keys, no embeddings. `npx zipmem-mcp` - [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [![aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint β€” the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp` -- [aliasunder/vault-cortex](https://github.com/aliasunder/vault-cortex/) [![vault-cortex MCP server](https://glama.ai/mcp/servers/aliasunder/vault-cortex/badges/score.svg)](https://glama.ai/mcp/servers/aliasunder/vault-cortex) πŸ“‡ 🏠 ☁️ - MCP server for Obsidian vaults β€” hybrid search, notes, memory, tasks, link graph, OAuth-protected. +- [aliasunder/vault-cortex](https://github.com/aliasunder/vault-cortex/) [![vault-cortex MCP server](https://glama.ai/mcp/servers/aliasunder/vault-cortex/badges/score.svg)](https://glama.ai/mcp/servers/aliasunder/vault-cortex) πŸ“‡ 🏠 ☁️ - MCP server for Obsidian vaults β€” hybrid search, notes & files, memory, tasks, link graph, OAuth-protected. - [andreas-roennestad/openhive-mcp](https://github.com/andreas-roennestad/openhive-mcp) [![openhive-mcp MCP server](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp) πŸ“‡ ☁️ - Shared knowledge base where AI agents search and post problem-solution pairs. Agents query before solving, post after resolving. Semantic search via pgvector, duplicate detection, auto-scoring. `npx openhive-mcp`, Free to use - [Shweta-Mishra-ai/tokenmizer](https://github.com/Shweta-Mishra-ai/tokenmizer) [![Shweta-Mishra-ai/tokenmizer MCP server](https://glama.ai/mcp/servers/Shweta-Mishra-ai/tokenmizer/badges/score.svg)](https://glama.ai/mcp/servers/Shweta-Mishra-ai/tokenmizer) 🐍 🏠 🍎 πŸͺŸ 🐧 - Graph-structured session memory for LLMs. Local OpenAI-compatible proxy that extracts tasks, decisions, and files into a typed knowledge graph, auto-checkpoints before context overflow, and resumes any session in ~250 tokens. 6 MCP tools including `why_decision` (traces why a decision changed, with reasons and evidence). `pip install tokenmizer` - [ashlesh-t/cognirepo](https://github.com/ashlesh-t/cognirepo) [![ashlesh-t/cognirepo MCP server](https://glama.ai/mcp/servers/ashlesh-t/cognirepo/badges/score.svg)](https://glama.ai/mcp/servers/ashlesh-t/cognirepo) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory and codebase context for AI coding agents. FAISS vector store, AST reverse index with O(1) symbol From 8fd23c715d7161ef3675654184258cad5c1dc1b2 Mon Sep 17 00:00:00 2001 From: "chess.ceo" Date: Wed, 22 Jul 2026 00:39:41 +0200 Subject: [PATCH 344/403] Add chessceo/chessceo-mcp to Sports --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0692d059f..8b4315b3c 100644 --- a/README.md +++ b/README.md @@ -3036,6 +3036,7 @@ Tools for accessing sports-related data, results, and statistics. - [anup-shesh/garmin-local-mcp](https://github.com/anup-shesh/garmin-local-mcp) [![anup-shesh/garmin-local-mcp MCP server](https://glama.ai/mcp/servers/anup-shesh/garmin-local-mcp/badges/score.svg)](https://glama.ai/mcp/servers/anup-shesh/garmin-local-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Local-first Garmin data warehouse: incremental sync into SQLite you own, with server-side trends, lag-aware correlations, personal baselines, and anomaly detection returned as compact tables. Analysis keeps working offline when Garmin's API breaks, and a zero-auth FIT-bundle import fills gaps with no login at all. - [arturogarrido/claudinho](https://github.com/arturogarrido/claudinho) [![arturogarrido/claudinho MCP server](https://glama.ai/mcp/servers/arturogarrido/claudinho/badges/score.svg)](https://glama.ai/mcp/servers/arturogarrido/claudinho) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Live scores, fixtures, standings, and read-only prediction-market signals for the 2026 World Cup. No API keys. - [Backspace-me/sportscore-mcp](https://github.com/Backspace-me/sportscore-mcp) [![Backspace-me/sportscore-mcp MCP server](https://glama.ai/mcp/servers/Backspace-me/sportscore-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Backspace-me/sportscore-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Live scores, standings, top scorers, player stats, and knockout brackets for football, basketball, cricket, and tennis. Free public API, no key required. +- [chessceo/chessceo-mcp](https://github.com/chessceo/chessceo-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Chess data via [chess.ceo](https://chess.ceo) β€” 11.7M+ games and ~1.5M FIDE player profiles. 8 tools: player search, per-player opening preparation (opening tree with frequency + win rate), position statistics from the full game database, head-to-head records, and live tournament broadcasts. No API key. Remote server at `https://mcp.chess.ceo/mcp` or local via `npx -y @chessceo/mcp`. - [cloudbet/sports-mcp-server](https://github.com/cloudbet/sports-mcp-server) 🏎️ ☁️ – Access structured sports data via the Cloudbet API. Query upcoming events, live odds, stake limits, and market info across soccer, basketball, tennis, esports, and more. - [DanielTomaro13/sportsdata-mcp](https://github.com/DanielTomaro13/sportsdata-mcp) [![DanielTomaro13/sportsdata-mcp MCP server](https://glama.ai/mcp/servers/DanielTomaro13/sportsdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DanielTomaro13/sportsdata-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Live sports data and cross-book betting odds as ~500 tools across 28 providers β€” 10+ bookmakers (Sportsbet, TAB, Betfair, Pinnacle, FanDuel…), official league feeds (NBA, MLB, EPL, AFL, NRL, F1 telemetry), racing, and Kalshi/Polymarket prediction markets. Zero-config setup, no API keys for most providers. MIT. - [dohyung1/x402-fpl-api](https://github.com/dohyung1/x402-fpl-api) [![dohyung1/x402-fpl-api MCP server](https://glama.ai/mcp/servers/dohyung1/x402-fpl-api/badges/score.svg)](https://glama.ai/mcp/servers/dohyung1/x402-fpl-api) 🐍 🏠 - Personalized Fantasy Premier League intelligence β€” scored captain picks, transfer suggestions, differentials, fixture outlook, price predictions, live points, and a full manager hub that auto-detects your bank balance, free transfers, and chips. From 83cd85ff3e90ccdc0ce92f690d4aeafd05c35237 Mon Sep 17 00:00:00 2001 From: "Haruto K." Date: Mon, 20 Jul 2026 18:14:15 +0900 Subject: [PATCH 345/403] Add ariadne to Developer Tools Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0692d059f..b35f36007 100644 --- a/README.md +++ b/README.md @@ -1387,6 +1387,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) β˜• 🏠 🍎 πŸͺŸ 🐧 - 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) From 46d7ef33645abaabd637a4904aef0445b7ccbd1e Mon Sep 17 00:00:00 2001 From: "Haruto K." Date: Mon, 20 Jul 2026 23:28:42 +0900 Subject: [PATCH 346/403] Add Glama score badge for ariadne Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b35f36007..206f5c0fc 100644 --- a/README.md +++ b/README.md @@ -1387,7 +1387,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) β˜• 🏠 🍎 πŸͺŸ 🐧 - 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` +- [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) From cc8d1a3a6157c9b31e2389dbf2ce07b27d14ee31 Mon Sep 17 00:00:00 2001 From: farukkolip <125413610+farukkolip@users.noreply.github.com> Date: Wed, 22 Jul 2026 02:41:45 +0300 Subject: [PATCH 347/403] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0692d059f..32c0b23a3 100644 --- a/README.md +++ b/README.md @@ -685,6 +685,7 @@ Integration with communication platforms for message management and channel oper - [ExpertVagabond/solmail-mcp](https://github.com/ExpertVagabond/solmail-mcp) [![ExpertVagabond/solmail-mcp MCP server](https://glama.ai/mcp/servers/ExpertVagabond/solmail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ExpertVagabond/solmail-mcp) πŸ“‡ ☁️ - Send physical mail with Solana payments β€” AI agents can compose, price, and send letters and postcards via cryptocurrency. - [FastAlertNow/mcp-server](https://github.com/FastAlertNow/mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - Official Model Context Protocol (MCP) server for FastAlert. This server allows AI agents (like Claude, ChatGPT, and Cursor) to list of your channels and send notifications directly through the FastAlert API. - [FantomaSkaRus1/telegram-bot-mcp](https://github.com/FantomaSkaRus1/telegram-bot-mcp) [![telegram-bot-mcp MCP server](https://glama.ai/mcp/servers/@FantomaSkaRus1/telegram-bot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@FantomaSkaRus1/telegram-bot-mcp) πŸ“‡ ☁️ 🏠 - Full-featured Telegram Bot API MCP server with 174 tools covering the entire Bot API. +- [farukkolip/instapdown-mcp](https://github.com/farukkolip/instapdown-mcp) [![farukkolip/instapdown-mcp MCP server](https://glama.ai/mcp/servers/farukkolip/instapdown-mcp/badges/score.svg)](https://glama.ai/mcp/servers/farukkolip/instapdown-mcp) πŸ“‡ ☁️ - Instagram creator toolkit MCP with 16 tools: Reels / video / Story / carousel / photo / profile-pic downloaders, Reels-to-MP3 audio extractor, engagement health check + weighted engagement-rate calculator, live hashtag search + 25 curated niches + creator hashtag audit, 900 Reels hook templates by niche and country, 22 Unicode font styles, best-time-to-post for 17 markets (Buffer 2026 verified data), and a 750-date 2026 content calendar with per-market playbooks. Wraps instapdown.com public API β€” no auth required. - [farukkolip/xtapdown-mcp](https://github.com/farukkolip/xtapdown-mcp) [![farukkolip/xtapdown-mcp MCP server](https://glama.ai/mcp/servers/farukkolip/xtapdown-mcp/badges/score.svg)](https://glama.ai/mcp/servers/farukkolip/xtapdown-mcp) πŸ“‡ ☁️ - X (Twitter) creator toolkit MCP with 14 tools: tweet download (video/GIF/image/full archive), curated hashtags by niche, best posting times by country, viral hook formulas, engagement & ads-revenue calculators, thread splitter, character counter, advanced-search URL builder, fancy Unicode bio generator, viral patterns lookup, and the full 2026 search-operator cheatsheet. Uses X's public syndication endpoint β€” no auth, no rate limits on curated data. - [gerkensm/callcenter.js-mcp](https://github.com/gerkensm/callcenter.js-mcp) πŸ“‡ ☁️ - An MCP server to make phone calls using VoIP/SIP and OpenAI's Realtime API and observe the transcript. - [GeiserX/telegram-archive-mcp](https://github.com/GeiserX/telegram-archive-mcp) [![GeiserX/telegram-archive-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/telegram-archive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/telegram-archive-mcp) 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - Go-based MCP server for Telegram Archive. Search and browse Telegram chat history, list chats, and retrieve messages with full-text search. Docker image available. @@ -3480,4 +3481,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From f1a183f3f980c96031bb091003183f598df33255 Mon Sep 17 00:00:00 2001 From: gopalrajsuresh Date: Tue, 21 Jul 2026 02:17:32 -0500 Subject: [PATCH 348/403] Add covalent-bond to Communication --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..feefe6e46 100644 --- a/README.md +++ b/README.md @@ -689,6 +689,7 @@ Integration with communication platforms for message management and channel oper - [getpoststack/mcp](https://github.com/getpoststack/mcp) [![getpoststack/mcp MCP server](https://glama.ai/mcp/servers/getpoststack/mcp/badges/score.svg)](https://glama.ai/mcp/servers/getpoststack/mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - EU-hosted email API exposed as MCP tools β€” send transactional and marketing email, manage contacts and segments, run broadcasts, render templates, and read analytics from Claude/Cursor. GDPR compliant, EU-only data residency (Germany + Finland). `npx -y @poststack.dev/mcp`. - [gitmotion/ntfy-me-mcp](https://github.com/gitmotion/ntfy-me-mcp) πŸ“‡ ☁️ 🏠 - An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents πŸ“€ (supports secure token auth & more - use with npx or docker!) - [googlarz/signal-mcp](https://github.com/googlarz/signal-mcp) [![googlarz/signal-mcp MCP server](https://glama.ai/mcp/servers/googlarz/signal-mcp/badges/score.svg)](https://glama.ai/mcp/servers/googlarz/signal-mcp) 🏠 - Full Signal messenger MCP server and CLI. Send/receive messages, manage groups and contacts, search history, handle attachments and reactions. Runs locally via signal-cli β€” no third-party servers. +- [gopalrajsuresh/covalent-bond](https://github.com/gopalrajsuresh/covalent-bond) [![gopalrajsuresh/covalent-bond MCP server](https://glama.ai/mcp/servers/gopalrajsuresh/covalent-bond/badges/score.svg)](https://glama.ai/mcp/servers/gopalrajsuresh/covalent-bond) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Pair two AI coding agents on different machines over an end-to-end-encrypted channel: files and messages travel through a relay that only ever sees ciphertext - it can never read your data - authenticated by a short code shared out-of-band, with human consent before any file is written. Install with `npx covalent-bond`. - [gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git) πŸš€ ☁️ - An MCP server application that sends various types of messages to the WeCom group robot. - [hannesrudolph/imessage-query-fastmcp-mcp-server](https://github.com/hannesrudolph/imessage-query-fastmcp-mcp-server) 🐍 🏠 🍎 - An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP), enabling LLMs to query and analyze iMessage conversations with proper phone number validation and attachment handling - [helbertparanhos/resend-email-mcp](https://github.com/helbertparanhos/resend-email-mcp) [![resend-email-mcp MCP server](https://glama.ai/mcp/servers/helbertparanhos/resend-email-mcp/badges/score.svg)](https://glama.ai/mcp/servers/helbertparanhos/resend-email-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - The most complete Resend email MCP β€” full API coverage (75 tools) plus a unique debug/diagnostics layer: deliverability analysis, DNS troubleshooting, email inspection, bounce explanation, and account audit. `npx -y resend-email-mcp`. From 74b2efdcc8c8ccab842ad09bb5505d1d62c14ba8 Mon Sep 17 00:00:00 2001 From: huj28-creator Date: Wed, 22 Jul 2026 14:46:37 +0800 Subject: [PATCH 349/403] Add WeChat FastBridge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0692d059f..558b2acf2 100644 --- a/README.md +++ b/README.md @@ -692,6 +692,7 @@ Integration with communication platforms for message management and channel oper - [gitmotion/ntfy-me-mcp](https://github.com/gitmotion/ntfy-me-mcp) πŸ“‡ ☁️ 🏠 - An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents πŸ“€ (supports secure token auth & more - use with npx or docker!) - [googlarz/signal-mcp](https://github.com/googlarz/signal-mcp) [![googlarz/signal-mcp MCP server](https://glama.ai/mcp/servers/googlarz/signal-mcp/badges/score.svg)](https://glama.ai/mcp/servers/googlarz/signal-mcp) 🏠 - Full Signal messenger MCP server and CLI. Send/receive messages, manage groups and contacts, search history, handle attachments and reactions. Runs locally via signal-cli β€” no third-party servers. - [gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git) πŸš€ ☁️ - An MCP server application that sends various types of messages to the WeCom group robot. +- [huj28-creator/wechat-fastbridge](https://github.com/huj28-creator/wechat-fastbridge) πŸ“‡ 🏠 🍎 - Token-efficient macOS WeChat MCP server for verified chat reading, text/file/sticker sending, fuzzy safe routing, smart context retrieval, and allowlisted live monitoring without screenshots or private-protocol access. - [hannesrudolph/imessage-query-fastmcp-mcp-server](https://github.com/hannesrudolph/imessage-query-fastmcp-mcp-server) 🐍 🏠 🍎 - An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP), enabling LLMs to query and analyze iMessage conversations with proper phone number validation and attachment handling - [helbertparanhos/resend-email-mcp](https://github.com/helbertparanhos/resend-email-mcp) [![resend-email-mcp MCP server](https://glama.ai/mcp/servers/helbertparanhos/resend-email-mcp/badges/score.svg)](https://glama.ai/mcp/servers/helbertparanhos/resend-email-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - The most complete Resend email MCP β€” full API coverage (75 tools) plus a unique debug/diagnostics layer: deliverability analysis, DNS troubleshooting, email inspection, bounce explanation, and account audit. `npx -y resend-email-mcp`. - [i-am-bee/acp-mcp](https://github.com/i-am-bee/acp-mcp) 🐍 πŸ’¬ - An MCP server acting as an adapter into the [ACP](https://agentcommunicationprotocol.dev) ecosystem. Seamlessly exposes ACP agents to MCP clients, bridging the communication gap between the two protocols. From 2a0a22dfe3e692f0cad8e38d69a0746c4ece34d6 Mon Sep 17 00:00:00 2001 From: huj28-creator Date: Wed, 22 Jul 2026 15:40:40 +0800 Subject: [PATCH 350/403] docs: add Glama score badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 558b2acf2..d7a5f56f5 100644 --- a/README.md +++ b/README.md @@ -692,7 +692,7 @@ Integration with communication platforms for message management and channel oper - [gitmotion/ntfy-me-mcp](https://github.com/gitmotion/ntfy-me-mcp) πŸ“‡ ☁️ 🏠 - An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents πŸ“€ (supports secure token auth & more - use with npx or docker!) - [googlarz/signal-mcp](https://github.com/googlarz/signal-mcp) [![googlarz/signal-mcp MCP server](https://glama.ai/mcp/servers/googlarz/signal-mcp/badges/score.svg)](https://glama.ai/mcp/servers/googlarz/signal-mcp) 🏠 - Full Signal messenger MCP server and CLI. Send/receive messages, manage groups and contacts, search history, handle attachments and reactions. Runs locally via signal-cli β€” no third-party servers. - [gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git) πŸš€ ☁️ - An MCP server application that sends various types of messages to the WeCom group robot. -- [huj28-creator/wechat-fastbridge](https://github.com/huj28-creator/wechat-fastbridge) πŸ“‡ 🏠 🍎 - Token-efficient macOS WeChat MCP server for verified chat reading, text/file/sticker sending, fuzzy safe routing, smart context retrieval, and allowlisted live monitoring without screenshots or private-protocol access. +- [huj28-creator/wechat-fastbridge](https://github.com/huj28-creator/wechat-fastbridge) [![huj28-creator/wechat-fastbridge MCP server](https://glama.ai/mcp/servers/huj28-creator/wechat-fastbridge/badges/score.svg)](https://glama.ai/mcp/servers/huj28-creator/wechat-fastbridge) πŸ“‡ 🏠 🍎 - Token-efficient macOS WeChat MCP server for verified chat reading, text/file/sticker sending, fuzzy safe routing, smart context retrieval, and allowlisted live monitoring without screenshots or private-protocol access. - [hannesrudolph/imessage-query-fastmcp-mcp-server](https://github.com/hannesrudolph/imessage-query-fastmcp-mcp-server) 🐍 🏠 🍎 - An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP), enabling LLMs to query and analyze iMessage conversations with proper phone number validation and attachment handling - [helbertparanhos/resend-email-mcp](https://github.com/helbertparanhos/resend-email-mcp) [![resend-email-mcp MCP server](https://glama.ai/mcp/servers/helbertparanhos/resend-email-mcp/badges/score.svg)](https://glama.ai/mcp/servers/helbertparanhos/resend-email-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - The most complete Resend email MCP β€” full API coverage (75 tools) plus a unique debug/diagnostics layer: deliverability analysis, DNS troubleshooting, email inspection, bounce explanation, and account audit. `npx -y resend-email-mcp`. - [i-am-bee/acp-mcp](https://github.com/i-am-bee/acp-mcp) 🐍 πŸ’¬ - An MCP server acting as an adapter into the [ACP](https://agentcommunicationprotocol.dev) ecosystem. Seamlessly exposes ACP agents to MCP clients, bridging the communication gap between the two protocols. @@ -3481,4 +3481,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From d0a6bc7564e6841d2fb2707dac17b76fc0cc9236 Mon Sep 17 00:00:00 2001 From: Nils Weiser Date: Wed, 22 Jul 2026 16:26:08 +0800 Subject: [PATCH 351/403] Refresh lean-memory entry: v0.2 sleep-time maintenance, lighter [mcp] install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dbf757e2..380b37641 100644 --- a/README.md +++ b/README.md @@ -2127,7 +2127,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [wazionapps/nexo](https://github.com/wazionapps/nexo) [![wazionapps/nexo MCP server](https://glama.ai/mcp/servers/wazionapps/nexo/badges/score.svg)](https://glama.ai/mcp/servers/wazionapps/nexo) 🐍 🏠 - Cognitive memory for AI agents with Atkinson-Shiffrin memory model (STM/LTM/sensory register), semantic RAG, Ebbinghaus decay, trust scoring, and 76+ MCP tools. - [whynowlab/jarvis-orb](https://github.com/whynowlab/jarvis-orb) [![whynowlab/jarvis-orb MCP server](https://glama.ai/mcp/servers/whynowlab/jarvis-orb/badges/score.svg)](https://glama.ai/mcp/servers/whynowlab/jarvis-orb) 🐍 🏠 - Persistent 4-tier AI memory (episodic, semantic, project, procedural) with temporal scoring, contradiction detection, entity tracking, and real-time desktop visualization orb. - [wnbhr/being](https://github.com/wnbhr/being) [![wnbhr/being MCP server](https://glama.ai/mcp/servers/wnbhr/being/badges/score.svg)](https://glama.ai/mcp/servers/wnbhr/being) πŸ“‡ ☁️ - Personality Runtime for AI agents β€” persistent memory, identity (SOUL), and relationships that travel across Claude, OpenClaw, Mistral, and any MCP client. -- [Wuesteon/lean-memory](https://github.com/Wuesteon/lean-memory) [![Wuesteon/lean-memory MCP server](https://glama.ai/mcp/servers/Wuesteon/lean-memory/badges/score.svg)](https://glama.ai/mcp/servers/Wuesteon/lean-memory) 🐍 🏠 🍎 πŸͺŸ 🐧 - Embedded, local-first agent memory β€” facts in a per-namespace SQLite file with hybrid retrieval and point-in-time (time-travel) queries; ADD-only history, no server, no cloud. `pip install 'lean-memory[mcp,models,extract]'` +- [Wuesteon/lean-memory](https://github.com/Wuesteon/lean-memory) [![Wuesteon/lean-memory MCP server](https://glama.ai/mcp/servers/Wuesteon/lean-memory/badges/score.svg)](https://glama.ai/mcp/servers/Wuesteon/lean-memory) 🐍 🏠 🍎 πŸͺŸ 🐧 - Embedded, local-first agent memory in a single SQLite file per namespace (vec0 + FTS5 hybrid retrieval). ADD-only history queryable as-of any past time; offline sleep-time maintenance stages dedupe/summarize/evict proposals a human reviews. No Docker, no server, no cloud key. `pip install 'lean-memory[mcp]'` - [TheStack-ai/waypath](https://github.com/TheStack-ai/waypath) [![TheStack-ai/waypath MCP server](https://glama.ai/mcp/servers/TheStack-ai/waypath/badges/score.svg)](https://glama.ai/mcp/servers/TheStack-ai/waypath) πŸ“‡ 🏠 - Local-first external brain CLI for coding agents. SQLite-backed context, graph-aware recall via FTS5 and RRF, and governed memory with explicit promote and review gates. Ships Codex and Claude Code host shims and a native MCP server. - [zzhang82/Agent-Memory-Bridge](https://github.com/zzhang82/Agent-Memory-Bridge) [![zzhang82/Agent-Memory-Bridge MCP server](https://glama.ai/mcp/servers/zzhang82/Agent-Memory-Bridge/badges/score.svg)](https://glama.ai/mcp/servers/zzhang82/Agent-Memory-Bridge) 🐍 🏠 - MCP-native, local-first memory for coding agents that turns coding sessions into reusable engineering memory: decisions, gotchas, and domain knowledge. - [teolex2020/AuraSDK](https://github.com/teolex2020/AuraSDK) [![teolex2020-aurasdk MCP server](https://glama.ai/mcp/servers/teolex2020-aurasdk/badges/score.svg)](https://glama.ai/mcp/servers/teolex2020-aurasdk) 🐍 🏠 β€” Persistent cognitive memory for Claude Desktop. Sub-ms recall, offline, encrypted. From 0c9b1f7aca8fff86d23119bb7357f5f1466bf945 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 11:02:59 +0200 Subject: [PATCH 352/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df088aaf5..5337927a4 100644 --- a/README.md +++ b/README.md @@ -3051,7 +3051,7 @@ Tools for accessing sports-related data, results, and statistics. - [khaoss85/arvo-mcp](https://github.com/khaoss85/arvo-mcp) πŸ“‡ ☁️ - AI workout coach MCP server for Arvo. Access training data, workout history, personal records, body progress, and 29 fitness tools through Claude Desktop. - [labeveryday/nba_mcp_server](https://github.com/labeveryday/nba_mcp_server) 🐍 🏠 - Access live and historical NBA statistics including player stats, game scores, team data, and advanced analytics via Model Context Protocol - [lacausecrypto/mcp-sports-hub](https://github.com/lacausecrypto/mcp-sports-hub) [![lacausecrypto/mcp-sports-hub MCP server](https://glama.ai/mcp/servers/lacausecrypto/mcp-sports-hub/badges/score.svg)](https://glama.ai/mcp/servers/lacausecrypto/mcp-sports-hub) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Unified server aggregating 41 sports-data providers (~396 tools): live scores, standings, player stats, betting odds, F1/MotoGP/NASCAR, esports, chess, and more across NFL, NBA, MLB, NHL, soccer, tennis, cricket, golf, and MMA. 19 providers need no API key; provider filtering via presets. Also exposes MCP resources & prompts. `npx mcp-sports-hub` -- [lumifyai/lumify](https://github.com/lumifyai/lumify) πŸ“‡ ☁️ - Agent-ready sports intelligence: schedules, live scores, odds, betting splits, and explainable bet confidence via hosted MCP (`https://lumify.ai/mcp`) or `npx -y @lumifyai/mcp`. Free instant key, no signup. +- [lumifyai/lumify](https://github.com/lumifyai/lumify) [![lumifyai/lumify MCP server](https://glama.ai/mcp/servers/lumifyai/lumify/badges/score.svg)](https://glama.ai/mcp/servers/lumifyai/lumify) πŸ“‡ ☁️ - Agent-ready sports intelligence: schedules, live scores, odds, betting splits, and explainable bet confidence via hosted MCP (`https://lumify.ai/mcp`) or `npx -y @lumifyai/mcp`. Free instant key, no signup. - [mikechao/balldontlie-mcp](https://github.com/mikechao/balldontlie-mcp) πŸ“‡ - MCP server that integrates balldontlie api to provide information about players, teams and games for the NBA, NFL and MLB - [Milofax/xert-mcp](https://github.com/Milofax/xert-mcp) πŸ“‡ ☁️ - MCP server for XERT cycling analytics β€” access fitness signature (FTP, HIE, PP), training status, workouts, activities with XSS metrics, and MPA analysis. - [NasserAlbusaidi/macrofactor-mcp](https://github.com/NasserAlbusaidi/macrofactor-mcp) [![NasserAlbusaidi/macrofactor-mcp MCP server](https://glama.ai/mcp/servers/NasserAlbusaidi/macrofactor-mcp/badges/score.svg)](https://glama.ai/mcp/servers/NasserAlbusaidi/macrofactor-mcp) 🐍 🏠 🍎 🐧 - Fueling & recovery decision engine combining MacroFactor nutrition data with Garmin training data. Recovery checks, daily briefings, weekly reports, and nutrition-performance correlations over your own local data. Install: `uvx macrofactor-mcp`. From 9a68b1d88c883067d27d540d55e95dcdd5b359e5 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 11:17:55 +0200 Subject: [PATCH 353/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad10c3b2d..c0229ace3 100644 --- a/README.md +++ b/README.md @@ -2686,7 +2686,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [wd041216-bit/free-web-search-ultimate](https://github.com/wd041216-bit/free-web-search-ultimate) 🐍 🏠 [![wd041216-bit/free-web-search-ultimate MCP server](https://glama.ai/mcp/servers/wd041216-bit/free-web-search-ultimate/badges/score.svg)](https://glama.ai/mcp/servers/wd041216-bit/free-web-search-ultimate) - Zero-cost, privacy-first universal web search MCP server. Enforces a **Search-First** paradigm β€” instructs LLMs to retrieve real-time information before answering factual questions. Supports 10+ search engines (DuckDuckGo, Bing, Google, Brave, Wikipedia, Arxiv, YouTube, Reddit) and deep page browsing. No API key required. - [gemy411/multi-research-agents](https://github.com/gemy411/multi-agents-research) ☁️ - a KTOR server/ MCP server written in Kotlin applying multi-agents schools in a flexible research system to be used with coding or for research any general case. - [giskard09/giskard-search](https://github.com/giskard09/giskard-search) [![giskard09/giskard-search MCP server](https://glama.ai/mcp/servers/giskard09/giskard-search/badges/score.svg)](https://glama.ai/mcp/servers/giskard09/giskard-search) 🐍 🏠 - Pay-per-use semantic web search for AI agents. Powered by SearxNG, agents pay in sats via Lightning Network micropayments β€” no API keys required. Self-hosted with phoenixd. -- [goesByhc/cn-scraper-mcp](https://github.com/goesByhc/cn-scraper-mcp) 🐍 🏠 - MCP server that lets AI agents search and extract data from major Chinese internet platforms including Taobao, JD, Xiaohongshu, Zhihu, Weibo, Bilibili, ZSXQ, Douban, and Dianping, with local-first cookie storage and CDP-assisted login. [![goesByhc/cn-scraper-mcp MCP server](https://glama.ai/mcp/servers/goesByhc/cn-scraper-mcp/badges/score.svg)](https://glama.ai/mcp/servers/goesByhc/cn-scraper-mcp) +- [goesByhc/cn-scraper-mcp](https://github.com/goesByhc/cn-scraper-mcp) [![goesByhc/cn-scraper-mcp MCP server](https://glama.ai/mcp/servers/goesByhc/cn-scraper-mcp/badges/score.svg)](https://glama.ai/mcp/servers/goesByhc/cn-scraper-mcp) 🐍 🏠 - MCP server that lets AI agents search and extract data from major Chinese internet platforms including Taobao, JD, Xiaohongshu, Zhihu, Weibo, Bilibili, ZSXQ, Douban, and Dianping, with local-first cookie storage and CDP-assisted login. - [genomoncology/biomcp](https://github.com/genomoncology/biomcp) 🐍 ☁️ - Biomedical research server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info. - [gregm711/agent-domain-service-mcp](https://github.com/gregm711/agent-domain-service-mcp) πŸ“‡ ☁️ - AI-powered domain brainstorming, analysis, and availability checking via AgentDomainService.com. Generate creative domain names from descriptions, get AI scoring for brandability/memorability, and check real-time availability with pricing. No API keys required. - [HasData/hasdata-mcp](https://github.com/HasData/hasdata-mcp) [![HasData/hasdata-mcp MCP server](https://glama.ai/mcp/servers/HasData/hasdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/HasData/hasdata-mcp) πŸ“‡ ☁️ - Remote MCP server providing structured data APIs for Google (Search, Maps, Trends, Flights), Amazon, Airbnb, Zillow, Yelp, and more. 40+ tools returns clean JSON data instead of browser automation or raw HTML scraping. Designed for AI agents requiring reliable hosted data access. From a616ecfd3d38286fd6f3250ed756bb27fb2130b5 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 22 Jul 2026 18:43:50 +0900 Subject: [PATCH 354/403] Use owner/repo format for Mushi Mushi entry Rename display name to kensaurus/mushi-mushi per maintainer review. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4121ced9b..16957cede 100644 --- a/README.md +++ b/README.md @@ -1091,7 +1091,7 @@ Tools and integrations that enhance the development workflow and environment man - [kao273183/mk-qa-master](https://github.com/kao273183/mk-qa-master) [![kao273183/mk-qa-master MCP server](https://glama.ai/mcp/servers/kao273183/mk-qa-master/badges/score.svg)](https://glama.ai/mcp/servers/kao273183/mk-qa-master) 🐍 🏠 🍎 πŸͺŸ 🐧 - AI 測試倧師 β€” end-to-end QA loop over MCP. Drives pytest / Jest / Cypress / Go / Maestro from one surface; analyzes URLs (Web DOM) or live mobile screens (`maestro hierarchy`) to extract testable modules, generates runnable pytest or Maestro YAML with real selectors (not `# TODO` stubs), runs with auto-retry, then writes a prioritized `optimization-plan.md` ranked by evidence (flaky vs broken vs coverage gap). Mobile-first: iOS Simulator, Android Emulator, real devices, and BlueStacks (`QA_ANDROID_HOST=127.0.0.1:5555`). Install via `uvx mk-qa-master`. - [Kapeli/dash-mcp-server](https://github.com/Kapeli/dash-mcp-server) [![Kapeli/dash-mcp-server MCP server](https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server) 🐍 🏠 🍎 - MCP server for [Dash](https://kapeli.com/dash), the macOS API documentation browser. Instant search over 200+ documentation sets. - [kenneives/design-token-bridge-mcp](https://github.com/kenneives/design-token-bridge-mcp) [![design-token-bridge-mcp MCP server](https://glama.ai/mcp/servers/kenneives/design-token-bridge-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kenneives/design-token-bridge-mcp) πŸ“‡ 🏠 - Translates design tokens between platforms β€” extract from Tailwind, CSS, Figma, or W3C DTCG, then generate Material 3 (Kotlin), SwiftUI, Tailwind config, and CSS Variables with WCAG contrast validation. -- [Mushi Mushi](https://github.com/kensaurus/mushi-mushi) [![kensaurus/mushi-mushi MCP server](https://glama.ai/mcp/servers/kensaurus/mushi-mushi/badges/score.svg)](https://glama.ai/mcp/servers/kensaurus/mushi-mushi) 🏎️ ☁️ - Bug translation for vibe coders: pull a plain-English diagnosis and a paste-ready fix prompt for any user-felt bug, with evidence, blast radius, and fix dispatch β€” from your AI coding agent. No second LLM key. +- [kensaurus/mushi-mushi](https://github.com/kensaurus/mushi-mushi) [![kensaurus/mushi-mushi MCP server](https://glama.ai/mcp/servers/kensaurus/mushi-mushi/badges/score.svg)](https://glama.ai/mcp/servers/kensaurus/mushi-mushi) 🏎️ ☁️ - Bug translation for vibe coders: pull a plain-English diagnosis and a paste-ready fix prompt for any user-felt bug, with evidence, blast radius, and fix dispatch β€” from your AI coding agent. No second LLM key. - [kerbelp/metatron](https://github.com/kerbelp/metatron) [![kerbelp/metatron MCP server](https://glama.ai/mcp/servers/kerbelp/metatron/badges/score.svg)](https://glama.ai/mcp/servers/kerbelp/metatron) 🐍 🏠 🍎 πŸͺŸ 🐧 - Self-hosted codebase priors and conventions server. Captures codebase design patterns, conventions, and implementation decisions from git history and developer feedback, serving them to coding agents to ensure local project standards are followed. - [kevinswint/xcode-studio-mcp](https://github.com/kevinswint/xcode-studio-mcp) [![kevinswint/xcode-studio-mcp MCP server](https://glama.ai/mcp/servers/kevinswint/xcode-studio-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kevinswint/xcode-studio-mcp) πŸ“‡ 🏠 🍎 - Unified MCP server for iOS development β€” build, run, screenshot, and interact with iOS Simulator. - [kindly-software/kdb](https://github.com/kindly-software/kdb) πŸ¦€ ☁️ - AI-powered time-travel debugger with bidirectional execution replay, audit-compliant hash-chain logging, and SIMD-accelerated stack unwinding. Free Hobby tier available. From 53750eabe61a21524b4f53bec4ae44c2e9da1dac Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 11:44:09 +0200 Subject: [PATCH 355/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6ec7058b..deb83ff71 100644 --- a/README.md +++ b/README.md @@ -3433,7 +3433,7 @@ Interact with Git repositories and version control platforms. Enables repository - [UnitVectorY-Labs/mcp-graphql-forge](https://github.com/UnitVectorY-Labs/mcp-graphql-forge) 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents. - [wanaku-ai/wanaku](https://github.com/wanaku-ai/wanaku) - ☁️ 🏠 The Wanaku MCP Router is a SSE-based MCP server that provides an extensible routing engine that allows integrating your enterprise systems with AI agents. - [megberts/mcp-websitepublisher-ai](https://github.com/megberts/mcp-websitepublisher-ai) ☁️ - Build and publish websites through AI conversation. 27 MCP tools for pages, assets, entities, records and integrations. Remote server with OAuth 2.1 auto-discovery, works with Claude, ChatGPT, Mistral/Le Chat and Cursor. -- [vin-spiegel/htmldrop](https://github.com/vin-spiegel/htmldrop) [![MCP Score](https://glama.ai/api/github/score/vin-spiegel/htmldrop.svg)](https://glama.ai/mcp/servers/n3ju3e7o9c) πŸŽ–οΈ πŸ“‡ ☁️ - Publish HTML artifacts (reports, dashboards, demos) as instant shareable links with TTL expiry, social preview cards, and optional password protection. Hosted at [htmldrop.link](https://htmldrop.link) or self-hostable. +- [vin-spiegel/htmldrop](https://github.com/vin-spiegel/htmldrop) [![vin-spiegel/htmldrop MCP server](https://glama.ai/mcp/servers/vin-spiegel/htmldrop/badges/score.svg)](https://glama.ai/mcp/servers/vin-spiegel/htmldrop) πŸŽ–οΈ πŸ“‡ ☁️ - Publish HTML artifacts (reports, dashboards, demos) as instant shareable links with TTL expiry, social preview cards, and optional password protection. Hosted at [htmldrop.link](https://htmldrop.link) or self-hostable. - [wishfinity/wishfinity-mcp-plusw](https://github.com/wishfinity/wishfinity-mcp-plusw) πŸ“‡ ☁️ 🏠 - Universal wishlist for AI shopping experiences. Save any product URL from any store to a wishlist. Works with Claude, ChatGPT, LangChain, n8n, and any MCP client. - [wong2/mcp-cli](https://github.com/wong2/mcp-cli) πŸ“‡ 🏠 - CLI tool for testing MCP servers - [ws-mcp](https://github.com/nick1udwig/ws-mcp) - Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz)) From 9f7c505fa858a79fd47130c1349575cc4adeeb99 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 11:44:55 +0200 Subject: [PATCH 356/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eea667f3..fd7bbde74 100644 --- a/README.md +++ b/README.md @@ -1383,7 +1383,7 @@ Tools and integrations that enhance the development workflow and environment man - [Eltortilla1/synapse-code-mcp](https://github.com/Eltortilla1/synapse-code-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Structural code context server for AI agents β€” compressed symbol indexes, dependency graphs, and git diffs via TypeScript AST analysis. Zero external dependencies, no vector database or embedding API required. - [richer-richard/fenestra](https://github.com/richer-richard/fenestra/tree/main/fenestra-mcp) [![richer-richard/fenestra MCP server](https://glama.ai/mcp/servers/richer-richard/fenestra/badges/score.svg)](https://glama.ai/mcp/servers/richer-richard/fenestra) πŸ¦€ 🏠 - Render and verify native Rust GUIs with no display or GPU: render to a typed accessibility tree, query/interact by semantic selector (never coordinates), check contrast/focus-order/hit-target-size, diff screenshots, and watch motion play as a captioned filmstrip. 13 tools. `cargo install fenestra-mcp`. -- [chaoz23/inkcheck](https://github.com/chaoz23/inkcheck) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - CI for [ink](https://github.com/inkle/ink) interactive-fiction stories. Compiles, exhaustively playtests every branch, and finds runtime errors (with a repro path), unreachable knots, and every distinct ending β€” so an agent can verify the story it wrote. Writes no prose. `claude mcp add inkcheck -- npx -y inkcheck mcp` +- [chaoz23/inkcheck](https://github.com/chaoz23/inkcheck) [![chaoz23/inkcheck MCP server](https://glama.ai/mcp/servers/chaoz23/inkcheck/badges/score.svg)](https://glama.ai/mcp/servers/chaoz23/inkcheck) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - CI for [ink](https://github.com/inkle/ink) interactive-fiction stories. Compiles, exhaustively playtests every branch, and finds runtime errors (with a repro path), unreachable knots, and every distinct ending β€” so an agent can verify the story it wrote. Writes no prose. `claude mcp add inkcheck -- npx -y inkcheck mcp` - [SunrisesIllNeverSee/sigrank-mcp](https://github.com/SunrisesIllNeverSee/sigrank-mcp) [![SunrisesIllNeverSee/sigrank-mcp MCP server](https://glama.ai/mcp/servers/SunrisesIllNeverSee/sigrank-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SunrisesIllNeverSee/sigrank-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Operator leaderboard measuring users, not models β€” ranks AI coding operators by token cascade efficiency (Yield = Cache Reads Γ— Output / InputΒ²). 15 MCP tools: rank, pull, submit (ed25519-signed), diagnose, simulate. Privacy-first: only token counts leave the machine. `npx sigrank` From 119323068db38accd53625e7fce716ba993405d9 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 11:47:17 +0200 Subject: [PATCH 357/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aa5fbe1d..8e828b96f 100644 --- a/README.md +++ b/README.md @@ -2591,7 +2591,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [davidmosiah/uap-pulse](https://github.com/davidmosiah/uap-pulse) [![UAP Pulse MCP server](https://glama.ai/mcp/servers/davidmosiah/uap-pulse/badges/score.svg)](https://glama.ai/mcp/servers/davidmosiah/uap-pulse) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Read-only MCP server and live-map dataset for declassified U.S. federal UAP/UFO records, with searchable records, hotspots, timelines and direct source links. - [dhamma-seeker/tripitaka-mcp](https://github.com/dhamma-seeker/tripitaka-mcp) [![dhamma-seeker/tripitaka-mcp MCP server](https://glama.ai/mcp/servers/dhamma-seeker/tripitaka-mcp/badges/score.svg)](https://glama.ai/mcp/servers/dhamma-seeker/tripitaka-mcp) 🐍 ☁️ 🏠 - Search, cite, and compare the Pāli Canon (TipiαΉ­aka) β€” full coverage at parity with SuttaCentral (~444K segments across Sutta, Vinaya, Abhidhamma). Hybrid trigram+vector search, full-sutta fetch with cross-reference URLs (SuttaCentral + 84000.org), segment-aligned translation comparison, and Pāli word lookup against the P. A. Payutto dictionary. Free, non-commercial β€” offered as Dhamma Dāna. Hosted at `https://tripitaka-mcp.com` or self-host via Docker. - [Embassy-of-the-Free-Mind/sourcelibrary-v2](https://github.com/Embassy-of-the-Free-Mind/sourcelibrary-v2/tree/main/mcp-server) πŸ“‡ ☁️ - Search and cite rare historical texts (alchemy, Hermeticism, Renaissance philosophy) with DOI-backed academic citations from [Source Library](https://sourcelibrary.org) -- [Guitarmaniac24/getabrain-mcp-server](https://github.com/Guitarmaniac24/getabrain-mcp-server) πŸ“‡ ☁️ - Query real, quality-scored humans as an agent tool. [GetABrain](https://getabrain.ai) routes a question to paid human workers and returns schema-validated JSON β€” 16 response types (yes/no, ratings, rankings, A/B tests, sentiment, image/video/audio review, voice/video/photo capture). Fully programmatic signup with a $5 free trial credit, no card required. `npx -y @getabrain/mcp-server`. +- [Guitarmaniac24/getabrain-mcp-server](https://github.com/Guitarmaniac24/getabrain-mcp-server) [![Guitarmaniac24/getabrain-mcp-server MCP server](https://glama.ai/mcp/servers/Guitarmaniac24/getabrain-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Guitarmaniac24/getabrain-mcp-server) πŸ“‡ ☁️ - Query real, quality-scored humans as an agent tool. [GetABrain](https://getabrain.ai) routes a question to paid human workers and returns schema-validated JSON β€” 16 response types (yes/no, ratings, rankings, A/B tests, sentiment, image/video/audio review, voice/video/photo capture). Fully programmatic signup with a $5 free trial credit, no card required. `npx -y @getabrain/mcp-server`. - [HubLensOfficial/mcp-server](https://github.com/HubLensOfficial/mcp-server) [![HubLensOfficial/mcp-server MCP server](https://glama.ai/mcp/servers/HubLensOfficial/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/HubLensOfficial/mcp-server) πŸ“‡ ☁️ - Query daily trending open-source projects from GitHub & Hacker News with AI-generated bilingual (EN/ZH) summaries, categories, use cases, and custom scoring. Stateless, no API key required. - [tushariitr-19/immigration-mcp](https://github.com/tushariitr-19/immigration-mcp) [![tushariitr-19/immigration-mcp MCP server](https://glama.ai/mcp/servers/tushariitr-19/immigration-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tushariitr-19/immigration-mcp) 🏎️ 🍎 πŸͺŸ 🐧 - MCP server for US immigration guidance β€” live Visa Bulletin, priority date checker and immigration term explanations. Free to use. - [kimimgo/viznoir](https://github.com/kimimgo/viznoir) [![viznoir MCP server](https://glama.ai/mcp/servers/kimimgo/viznoir/badges/score.svg)](https://glama.ai/mcp/servers/kimimgo/viznoir) 🐍 🏠 🐧 - Cinema-quality science visualization MCP server for CFD/FEA/SPH. 22 tools for rendering, slicing, contouring, volume rendering, and animating OpenFOAM/VTK/CGNS data. Headless EGL/OSMesa. From c44171e3e3e803e125426038ac825f16dfdf2877 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 22 Jul 2026 18:50:59 +0900 Subject: [PATCH 358/403] Enrich Mushi Mushi entry: correct language emoji, tool count, install cmd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix codebase emoji (was Go 🏎️, now TypeScript πŸ“‡) + add scope/OS emojis - Add verified capability facts: 80+ tools, Supabase-backed, MIT SDK - Add npx invocation and fix-dispatch detail (consolidates duplicate PR #8437) Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16957cede..0ab4e3681 100644 --- a/README.md +++ b/README.md @@ -1091,7 +1091,7 @@ Tools and integrations that enhance the development workflow and environment man - [kao273183/mk-qa-master](https://github.com/kao273183/mk-qa-master) [![kao273183/mk-qa-master MCP server](https://glama.ai/mcp/servers/kao273183/mk-qa-master/badges/score.svg)](https://glama.ai/mcp/servers/kao273183/mk-qa-master) 🐍 🏠 🍎 πŸͺŸ 🐧 - AI 測試倧師 β€” end-to-end QA loop over MCP. Drives pytest / Jest / Cypress / Go / Maestro from one surface; analyzes URLs (Web DOM) or live mobile screens (`maestro hierarchy`) to extract testable modules, generates runnable pytest or Maestro YAML with real selectors (not `# TODO` stubs), runs with auto-retry, then writes a prioritized `optimization-plan.md` ranked by evidence (flaky vs broken vs coverage gap). Mobile-first: iOS Simulator, Android Emulator, real devices, and BlueStacks (`QA_ANDROID_HOST=127.0.0.1:5555`). Install via `uvx mk-qa-master`. - [Kapeli/dash-mcp-server](https://github.com/Kapeli/dash-mcp-server) [![Kapeli/dash-mcp-server MCP server](https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server) 🐍 🏠 🍎 - MCP server for [Dash](https://kapeli.com/dash), the macOS API documentation browser. Instant search over 200+ documentation sets. - [kenneives/design-token-bridge-mcp](https://github.com/kenneives/design-token-bridge-mcp) [![design-token-bridge-mcp MCP server](https://glama.ai/mcp/servers/kenneives/design-token-bridge-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kenneives/design-token-bridge-mcp) πŸ“‡ 🏠 - Translates design tokens between platforms β€” extract from Tailwind, CSS, Figma, or W3C DTCG, then generate Material 3 (Kotlin), SwiftUI, Tailwind config, and CSS Variables with WCAG contrast validation. -- [kensaurus/mushi-mushi](https://github.com/kensaurus/mushi-mushi) [![kensaurus/mushi-mushi MCP server](https://glama.ai/mcp/servers/kensaurus/mushi-mushi/badges/score.svg)](https://glama.ai/mcp/servers/kensaurus/mushi-mushi) 🏎️ ☁️ - Bug translation for vibe coders: pull a plain-English diagnosis and a paste-ready fix prompt for any user-felt bug, with evidence, blast radius, and fix dispatch β€” from your AI coding agent. No second LLM key. +- [kensaurus/mushi-mushi](https://github.com/kensaurus/mushi-mushi) [![kensaurus/mushi-mushi MCP server](https://glama.ai/mcp/servers/kensaurus/mushi-mushi/badges/score.svg)](https://glama.ai/mcp/servers/kensaurus/mushi-mushi) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Bug-report triage and fix-dispatch MCP for vibe coders. Ask your AI coding agent for a plain-English diagnosis of any user-reported bug β€” with evidence, blast radius, and a paste-ready fix prompt β€” then dispatch an automated GitHub fix PR without a second LLM key. 80+ tools, Supabase-backed, MIT SDK. `npx @mushi-mushi/mcp` - [kerbelp/metatron](https://github.com/kerbelp/metatron) [![kerbelp/metatron MCP server](https://glama.ai/mcp/servers/kerbelp/metatron/badges/score.svg)](https://glama.ai/mcp/servers/kerbelp/metatron) 🐍 🏠 🍎 πŸͺŸ 🐧 - Self-hosted codebase priors and conventions server. Captures codebase design patterns, conventions, and implementation decisions from git history and developer feedback, serving them to coding agents to ensure local project standards are followed. - [kevinswint/xcode-studio-mcp](https://github.com/kevinswint/xcode-studio-mcp) [![kevinswint/xcode-studio-mcp MCP server](https://glama.ai/mcp/servers/kevinswint/xcode-studio-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kevinswint/xcode-studio-mcp) πŸ“‡ 🏠 🍎 - Unified MCP server for iOS development β€” build, run, screenshot, and interact with iOS Simulator. - [kindly-software/kdb](https://github.com/kindly-software/kdb) πŸ¦€ ☁️ - AI-powered time-travel debugger with bidirectional execution replay, audit-compliant hash-chain logging, and SIMD-accelerated stack unwinding. Free Hobby tier available. From 23a5064e399aee7f79e82b9684cf75d0dac487c1 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 12:10:36 +0200 Subject: [PATCH 359/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68451b729..9b6ab31ff 100644 --- a/README.md +++ b/README.md @@ -1572,7 +1572,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [juergenkoller-software/distill-mcp](https://github.com/juergenkoller-software/distill-mcp) [![juergenkoller-software/distill-mcp MCP server](https://glama.ai/mcp/servers/juergenkoller-software/distill-mcp/badges/score.svg)](https://glama.ai/mcp/servers/juergenkoller-software/distill-mcp) 🏠 🍎 - MCP bridge for [Distill](https://store.juergenkoller.software/en/apps/distill) β€” AI file renamer that analyzes content (PDF/OCR/Office/email/media) and renames files with descriptive names. Five AI providers (Claude, OpenAI, Gemini, Ollama, Apple Intelligence), pay-per-use credits, folder monitoring, 9 MCP tools. ### πŸ’° Finance & Fintech -- [atomno-mcp/mcp-fns-calc](https://github.com/atomno-mcp/mcp-fns-calc) 🐍 ☁️ - MCP-сСрвСр Π½Π°Π»ΠΎΠ³ΠΎΠ²Ρ‹Ρ…/бухгалтСрских ΠΊΠ°Π»ΡŒΠΊΡƒΠ»ΡΡ‚ΠΎΡ€ΠΎΠ² ЀНБ + ΠΏΡƒΠ±Π»ΠΈΡ‡Π½Ρ‹Π΅ Ρ„ΠΈΡΠΊΠ°Π»ΡŒΠ½Ρ‹Π΅ статусы (самозанятый, ИП/ΠžΠšΠ’Π­Π”, дисквалификация, Π±Π»ΠΎΠΊΠΈΡ€ΠΎΠ²ΠΊΠΈ счСтов). Π’ΠΎΠ»Π½Π° 1, ΡŽΡ€-риск ΠΌΠΈΠ½ΠΈΠΌΠ°Π»ΡŒΠ½Ρ‹ΠΉ +- [atomno-mcp/mcp-fns-calc](https://github.com/atomno-mcp/mcp-fns-calc) [![atomno-mcp/mcp-fns-calc MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc) 🐍 ☁️ - MCP-сСрвСр Π½Π°Π»ΠΎΠ³ΠΎΠ²Ρ‹Ρ…/бухгалтСрских ΠΊΠ°Π»ΡŒΠΊΡƒΠ»ΡΡ‚ΠΎΡ€ΠΎΠ² ЀНБ + ΠΏΡƒΠ±Π»ΠΈΡ‡Π½Ρ‹Π΅ Ρ„ΠΈΡΠΊΠ°Π»ΡŒΠ½Ρ‹Π΅ статусы (самозанятый, ИП/ΠžΠšΠ’Π­Π”, дисквалификация, Π±Π»ΠΎΠΊΠΈΡ€ΠΎΠ²ΠΊΠΈ счСтов). Π’ΠΎΠ»Π½Π° 1, ΡŽΡ€-риск ΠΌΠΈΠ½ΠΈΠΌΠ°Π»ΡŒΠ½Ρ‹ΠΉ - [SimonTarara62/capitalcom-mcp-server](https://github.com/SimonTarara62/capitalcom-mcp-server) [![SimonTarara62/capitalcom-mcp-server MCP server](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server) 🐍 🏠 ☁️ - Unofficial, community MCP for the Capital.com Open API: safe, guarded trading and market data. Two-phase trades (preview β†’ confirm β†’ execute), allowlists, demo-first. Install with `uvx capitalcom-mcp`. - [forum-labs/payfetch](https://github.com/forum-labs/payfetch) [![forum-labs/payfetch MCP server](https://glama.ai/mcp/servers/forum-labs/payfetch/badges/score.svg)](https://glama.ai/mcp/servers/forum-labs/payfetch) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Non-custodial paying-fetch client for agents that pay APIs over HTTP 402 (x402, USDC on Base). The operator sets hard per-call/per-day/per-host spend caps, an approval threshold, and allow/deny lists, with an append-only receipt for every attempt; the agent can't raise its own limits. `npx -y -p @forum-labs/payfetch payfetch-mcp` - [wkalidev/multichain-mcp](https://github.com/wkalidev/multichain-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Read balances/prices and prepare transfers across Stacks, Celo, and Base from one MCP server β€” no RPC keys required to start. Free tier (`get_balance`, `get_prices`) plus license-gated Pro/Team tools (`get_portfolio`, `prepare_transfer`, `deploy_token`). `npx @wkalidev/multichain-mcp` From 28f0da1de82ec3c9e817f89f4ccdad51353857a1 Mon Sep 17 00:00:00 2001 From: Alexandre Beguel Date: Wed, 22 Jul 2026 12:14:17 +0200 Subject: [PATCH 360/403] Add ftp-deploy-mcp (FTP/FTPS/SFTP deploy server) to File Systems --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b6ab31ff..63d5d8c5d 100644 --- a/README.md +++ b/README.md @@ -1570,6 +1570,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [Xuanwo/mcp-server-opendal](https://github.com/Xuanwo/mcp-server-opendal) 🐍 🏠 ☁️ - Access any storage with Apache OpenDALβ„’ - [xxczaki/local-history-mcp](https://github.com/xxczaki/local-history/mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server for accessing VS Code/Cursor Local History - [juergenkoller-software/distill-mcp](https://github.com/juergenkoller-software/distill-mcp) [![juergenkoller-software/distill-mcp MCP server](https://glama.ai/mcp/servers/juergenkoller-software/distill-mcp/badges/score.svg)](https://glama.ai/mcp/servers/juergenkoller-software/distill-mcp) 🏠 🍎 - MCP bridge for [Distill](https://store.juergenkoller.software/en/apps/distill) β€” AI file renamer that analyzes content (PDF/OCR/Office/email/media) and renames files with descriptive names. Five AI providers (Claude, OpenAI, Gemini, Ollama, Apple Intelligence), pay-per-use credits, folder monitoring, 9 MCP tools. +- [alebgl77/ftp-deploy-mcp](https://github.com/alebgl77/ftp-deploy-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Deploy files from AI agents to your own FTP/FTPS/SFTP servers β€” multi-server config, recursive deploy with dry-run and gitignore-like excludes, per-server path jail and read-only mode, FileZilla import, one-command setup for popular MCP clients. ### πŸ’° Finance & Fintech - [atomno-mcp/mcp-fns-calc](https://github.com/atomno-mcp/mcp-fns-calc) [![atomno-mcp/mcp-fns-calc MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc) 🐍 ☁️ - MCP-сСрвСр Π½Π°Π»ΠΎΠ³ΠΎΠ²Ρ‹Ρ…/бухгалтСрских ΠΊΠ°Π»ΡŒΠΊΡƒΠ»ΡΡ‚ΠΎΡ€ΠΎΠ² ЀНБ + ΠΏΡƒΠ±Π»ΠΈΡ‡Π½Ρ‹Π΅ Ρ„ΠΈΡΠΊΠ°Π»ΡŒΠ½Ρ‹Π΅ статусы (самозанятый, ИП/ΠžΠšΠ’Π­Π”, дисквалификация, Π±Π»ΠΎΠΊΠΈΡ€ΠΎΠ²ΠΊΠΈ счСтов). Π’ΠΎΠ»Π½Π° 1, ΡŽΡ€-риск ΠΌΠΈΠ½ΠΈΠΌΠ°Π»ΡŒΠ½Ρ‹ΠΉ From c7a0941f2cf6a2991000bf9281305764dc91ccf9 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 12:26:01 +0200 Subject: [PATCH 361/403] Fix entry formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ef2dc332..f5151e808 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ο»Ώ[![ΰΉ„ΰΈ—ΰΈ’](https://img.shields.io/badge/Thai-Click-blue)](README-th.md) +[![ΰΉ„ΰΈ—ΰΈ’](https://img.shields.io/badge/Thai-Click-blue)](README-th.md) [![English](https://img.shields.io/badge/English-Click-yellow)](README.md) [![繁體中文](https://img.shields.io/badge/繁體中文-ι»žζ“ŠζŸ₯ηœ‹-orange)](README-zh_TW.md) [![η€δ½“δΈ­ζ–‡](https://img.shields.io/badge/η€δ½“δΈ­ζ–‡-点击ζŸ₯ηœ‹-orange)](README-zh.md) @@ -853,7 +853,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [Michael2150/flamerobin-mcp-server](https://github.com/Michael2150/flamerobin-mcp-server) [![Michael2150/flamerobin-mcp-server MCP server](https://glama.ai/mcp/servers/Michael2150/flamerobin-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Michael2150/flamerobin-mcp-server) #️⃣ 🏠 πŸͺŸ - Firebird database MCP server that reads connection details from [FlameRobin's](http://www.flamerobin.org/) config β€” no credential setup required. Access all locally registered databases in one session with full schema introspection, DDL/DML execution, execution plans, and missing index analysis. - [freema/mcp-gsheets](https://github.com/freema/mcp-gsheets) πŸ“‡ ☁️ - MCP server for Google Sheets API integration with comprehensive reading, writing, formatting, and sheet management capabilities. - [FreePeak/db-mcp-server](https://github.com/FreePeak/db-mcp-server) 🏎️ 🏠 – A high-performance multi-database MCP server built with Golang, supporting MySQL & PostgreSQL (NoSQL coming soon). Includes built-in tools for query execution, transaction management, schema exploration, query building, and performance analysis, with seamless Cursor integration for enhanced database workflows. -- [FROWNINGdev/django-orm-lens](https://github.com/FROWNINGdev/django-orm-lens) 🐍 🏠 🍎 πŸͺŸ 🐧 - Django ORM static-analysis MCP server. Nine read-only tools (`list_apps`, `list_models`, `describe_model`, `find_relations`, `cascade_preview`, `er_diagram`, `describe_migration_dependency`, `suggest_indexes`, `signal_graph`) that expose Django schema, relationships (FK/M2M/O2O, on_delete, related_name), migration deps, missing indexes, and signal graphs β€” no DB, no Django boot, no credentials. Companion to a VS Code / VSCodium / Cursor extension (Open VSX verified) and a `django-orm-lens` PyPI CLI. `pip install django-orm-lens[mcp]`. +- [FROWNINGdev/django-orm-lens](https://github.com/FROWNINGdev/django-orm-lens) [![FROWNINGdev/django-orm-lens MCP server](https://glama.ai/mcp/servers/FROWNINGdev/django-orm-lens/badges/score.svg)](https://glama.ai/mcp/servers/FROWNINGdev/django-orm-lens) 🐍 🏠 🍎 πŸͺŸ 🐧 - Django ORM static-analysis MCP server. Nine read-only tools (`list_apps`, `list_models`, `describe_model`, `find_relations`, `cascade_preview`, `er_diagram`, `describe_migration_dependency`, `suggest_indexes`, `signal_graph`) that expose Django schema, relationships (FK/M2M/O2O, on_delete, related_name), migration deps, missing indexes, and signal graphs β€” no DB, no Django boot, no credentials. Companion to a VS Code / VSCodium / Cursor extension (Open VSX verified) and a `django-orm-lens` PyPI CLI. `pip install django-orm-lens[mcp]`. - [furey/mongodb-lens](https://github.com/furey/mongodb-lens) πŸ“‡ 🏠 - MongoDB Lens: Full Featured MCP Server for MongoDB Databases - [gannonh/firebase-mcp](https://github.com/gannonh/firebase-mcp) πŸ”₯ ⛅️ - Firebase services including Auth, Firestore and Storage. - [get-convex/convex-backend](https://stack.convex.dev/convex-mcp-server) πŸ“‡ ☁️ - Convex database integration to introspect tables, functions, and run oneoff queries ([Source](https://github.com/get-convex/convex-backend/blob/main/npm-packages/convex/src/cli/mcp.ts)) From 5dd619be5b7fffb5b1cd4aec80cb75c7f97410d2 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 12:39:24 +0200 Subject: [PATCH 362/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 393e5af0d..e86c1bc0b 100644 --- a/README.md +++ b/README.md @@ -2513,7 +2513,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [ananddtyagi/gif-creator-mcp](https://github.com/ananddtyagi/gif-creator-mcp/tree/main) πŸ“‡ 🏠 - A MCP server for creating GIFs from your videos. - [bogdan01m/zapcap-mcp-server](https://github.com/bogdan01m/zapcap-mcp-server) 🐍 ☁️ - MCP server for ZapCap API providing video caption and B-roll generation via natural language - [botmonster/image2svg-mcp](https://github.com/botmonster/image2svg-mcp) [![botmonster/image2svg-mcp MCP server](https://glama.ai/mcp/servers/botmonster/image2svg-mcp/badges/score.svg)](https://glama.ai/mcp/servers/botmonster/image2svg-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Convert raster images (PNG/JPG/WEBP/TIFF) to SVG vector format. Single tool, accepts base64 or URL input; runs locally via `uvx image2svg-mcp` or as a Docker HTTP server. -- [chaoz23/loudcheck](https://github.com/chaoz23/loudcheck) 🐍 🏠 🍎 πŸͺŸ 🐧 - Loudness compliance verdicts for media files against formal broadcast standards (EBU R128, ATSC A/85): pass/fail with per-metric deltas, spec citations, and the exact ffmpeg remediation command. CLI and MCP over one engine; zero-install via `uvx --from 'loudcheck[mcp]' loudcheck --mcp`. Requires ffmpeg. +- [chaoz23/loudcheck](https://github.com/chaoz23/loudcheck) [![chaoz23/loudcheck MCP server](https://glama.ai/mcp/servers/chaoz23/loudcheck/badges/score.svg)](https://glama.ai/mcp/servers/chaoz23/loudcheck) 🐍 🏠 🍎 πŸͺŸ 🐧 - Loudness compliance verdicts for media files against formal broadcast standards (EBU R128, ATSC A/85): pass/fail with per-metric deltas, spec citations, and the exact ffmpeg remediation command. CLI and MCP over one engine; zero-install via `uvx --from 'loudcheck[mcp]' loudcheck --mcp`. Requires ffmpeg. - [cleanor-app/cleanor-mcp](https://github.com/cleanor-app/cleanor-mcp) [![cleanor-app/cleanor-mcp MCP server](https://glama.ai/mcp/servers/cleanor-app/cleanor-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cleanor-app/cleanor-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Zero-auth hosted server with 22 read-only tools: optimize/convert images (WebP/AVIF/JPEG), paste-ready SVG QR codes, cited [Cleanor Labs](https://cleanor.app) data on device storage capacity and next-gen image-format savings (AVIF/WebP/JPEG XL vs JPEG, HEIC conversion tax), plus 18 deterministic dev utilities LLMs get wrong (hash, HMAC, UUID, base64, JWT decode, JSON, regex, cron, unit & base convert, datetime, URL parse, diff, color, palette, slugify, count, SVG placeholder). No API key or signup; Streamable HTTP at `https://mcp.cleanor.app/mcp`. - [DareDev256/fcpxml-mcp-server](https://github.com/DareDev256/fcpxml-mcp-server) [![DareDev256/fcpxml-mcp-server MCP server](https://glama.ai/mcp/servers/DareDev256/fcpxml-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/DareDev256/fcpxml-mcp-server) 🐍 🏠 🍎 - The first MCP server for Final Cut Pro. 53 tools that parse, edit, and generate FCPXML timelines β€” health checks, flash frame detection, chapter markers, rough cuts, NLE export. 912 tests, MIT licensed. - [davidmosiah/short-video-agent-kit](https://github.com/davidmosiah/short-video-agent-kit) [![Short Video Agent Kit MCP server](https://glama.ai/mcp/servers/davidmosiah/short-video-agent-kit/badges/score.svg)](https://glama.ai/mcp/servers/davidmosiah/short-video-agent-kit) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Provider-neutral short-form AI video MCP and CLI for agents, with dry-run payload validation and optional live generation through Sora, Veo, xAI and Seedance-style providers. From e1f576ce3fd1874827200bc66644a1a713ec5c89 Mon Sep 17 00:00:00 2001 From: iliaspap-conscium Date: Wed, 22 Jul 2026 11:57:14 +0100 Subject: [PATCH 363/403] feat: add verifyax-mcp to the list of MCP servers in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 194619418..acdba9369 100644 --- a/README.md +++ b/README.md @@ -1336,6 +1336,7 @@ Tools and integrations that enhance the development workflow and environment man - [veelenga/claude-mermaid](https://github.com/veelenga/claude-mermaid/) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - A Mermaid diagram rendering MCP server for Claude Code with live reload functionality, supporting multiple export formats (SVG, PNG, PDF) and themes. - [vercel/next-devtools-mcp](https://github.com/vercel/next-devtools-mcp) πŸŽ–οΈ πŸ“‡ 🏠 - Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features. - [vighriday/Veris](https://github.com/vighriday/Veris) [![vighriday/Veris MCP server](https://glama.ai/mcp/servers/vighriday/Veris/badges/score.svg)](https://glama.ai/mcp/servers/vighriday/Veris) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Behavioral verification intelligence for autonomous coding agents. Builds a behavioral graph of any TS/JS repo, clusters into 25 semantic workflows (Auth, Payments, Webhooks, Caching, Queue, etc.), detects drift, generates concrete adversarial probes (idempotency, retry storm, cache stampede, replay), emits per-workflow risk + confidence. 17 MCP tools. Local SQLite state. Zero cloud. MIT. +- [verifyax/verifyax-mcp](https://github.com/verifyax/verifyax-mcp) πŸ“‡ ☁️ - MCP server for the VerifyAX platform. Enables agent evaluation, simulation testing, and functional/non-functional verification workflows through natural language. - [vezlo/src-to-kb](https://github.com/vezlo/src-to-kb) πŸ“‡ 🏠 ☁️ - Convert source code repositories into searchable knowledge bases with AI-powered search using GPT-5, intelligent chunking, and OpenAI embeddings for semantic code understanding. - [vivekvells/mcp-pandoc](https://github.com/vivekVells/mcp-pandoc) πŸ—„οΈ πŸš€ - MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more. - [VikrantSingh01/adaptive-cards-mcp](https://github.com/VikrantSingh01/adaptive-cards-mcp) [![adaptive-cards-mcp MCP server](https://glama.ai/mcp/servers/VikrantSingh01/adaptive-cards-mcp/badges/score.svg)](https://glama.ai/mcp/servers/VikrantSingh01/adaptive-cards-mcp) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - AI-powered Adaptive Card generation for Teams, Outlook, Copilot, and ChatGPT. 9 MCP tools for generating, validating, optimizing, templating, and transforming cards with accessibility scoring and host compatibility checks. From a6c1fd9bf69d55bc448b5d80793f17ecec27d45f Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 13:03:32 +0200 Subject: [PATCH 364/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2f179994..1de544db9 100644 --- a/README.md +++ b/README.md @@ -1552,7 +1552,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [box/mcp-server-box-remote](https://github.com/box/mcp-server-box-remote/) πŸŽ–οΈ ☁️ - The Box MCP server allows third party AI agents to securely and seamlessly access Box content and use tools such as search, asking questions from files and folders, and data extraction. - [bzsanti/oxidize-python](https://github.com/bzsanti/oxidize-python) [![bzsanti/oxidize-python MCP server](https://glama.ai/mcp/servers/bzsanti/oxidize-python/badges/score.svg)](https://glama.ai/mcp/servers/bzsanti/oxidize-python) 🐍 🏠 🍎 πŸͺŸ 🐧 - Rust-powered PDF toolkit: create, read, and analyze PDFs; extract text and entities for RAG; convert to Markdown; split, merge, rotate, and reorder pages; add content, annotations, and form fields; and encrypt documents. Ships in the `oxidize-pdf` PyPI package β€” run locally with `uvx oxidize-mcp`. - [ckanthony/Chisel](https://github.com/ckanthony/Chisel) [![chisel MCP server](https://glama.ai/mcp/servers/@ckanthony/chisel/badges/score.svg)](https://glama.ai/mcp/servers/@ckanthony/chisel) πŸ¦€ 🏠 🍎 🐧 ☁️ - Reduce context usage on file use. Send only unified diffs instead of full files (up to 20-100Γ— fewer tokens), and read large files with targeted `grep`/`sed` instead of full reads (up to 500Γ—). Kernel-enforced path confinement hard-locks the agent to a configured root: no accidental reads or writes outside scope. Standalone for your file access or embed in any MCP server (Rust, Node.js, Python via WASM). -- [convertica-net/convertica-mcp](https://github.com/convertica-net/convertica-mcp) πŸ“‡ ☁️ - Convert PDF ⇄ Word, Excel, PowerPoint, JPG, HTML, Markdown, EPUB and PDF/A, plus merge, split, compress, watermark, sign, and protect PDFs, and convert images (HEIC, WebP) β€” 35+ tools from convertica.net. Zero-config via `npx convertica-mcp`. [![convertica-net/convertica-mcp MCP server](https://glama.ai/mcp/servers/convertica-net/convertica-mcp/badges/score.svg)](https://glama.ai/mcp/servers/convertica-net/convertica-mcp) +- [convertica-net/convertica-mcp](https://github.com/convertica-net/convertica-mcp) [![convertica-net/convertica-mcp MCP server](https://glama.ai/mcp/servers/convertica-net/convertica-mcp/badges/score.svg)](https://glama.ai/mcp/servers/convertica-net/convertica-mcp) πŸ“‡ ☁️ - Convert PDF ⇄ Word, Excel, PowerPoint, JPG, HTML, Markdown, EPUB and PDF/A, plus merge, split, compress, watermark, sign, and protect PDFs, and convert images (HEIC, WebP) β€” 35+ tools from convertica.net. Zero-config via `npx convertica-mcp`. - [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - Share code context with LLMs via MCP or clipboard - [Dissimilis/DirForge](https://github.com/Dissimilis/DirForge) [![Dissimilis/DirForge MCP server](https://glama.ai/mcp/servers/Dissimilis/DirForge/badges/score.svg)](https://glama.ai/mcp/servers/Dissimilis/DirForge) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - Read-only directory listing web app with a built-in MCP server: directory browsing, file reading, content search, archive inspection, file hashes, and disk usage tools over a configured root. - [drolosoft/go-docs-mcp](https://github.com/drolosoft/go-docs-mcp) [![drolosoft/go-docs-mcp MCP server](https://glama.ai/mcp/servers/drolosoft/go-docs-mcp/badges/score.svg)](https://glama.ai/mcp/servers/drolosoft/go-docs-mcp) 🏎️ 🏠 🍎 🐧 - Multi-format document MCP server β€” read, search, OCR, and extract from PDF, TXT, MD, DOCX, CSV, and images. Single Go binary, 12 tools, smart mtime-based caching, directory-locked security. From a0799f291e7ccfa61ea01650036a8c6bf25b6732 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 13:07:13 +0200 Subject: [PATCH 365/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8da7c85ec..d1073ec47 100644 --- a/README.md +++ b/README.md @@ -3354,7 +3354,7 @@ Interact with Git repositories and version control platforms. Enables repository - [esignaturescom/mcp-server-esignatures](https://github.com/esignaturescom/mcp-server-esignatures) 🐍 ☁️️ - Contract and template management for drafting, reviewing, and sending binding contracts via the eSignatures API. - [evalstate/mcp-hfspace](https://github.com/evalstate/mcp-hfspace) πŸ“‡ ☁️ - Use HuggingFace Spaces directly from Claude. Use Open Source Image Generation, Chat, Vision tasks and more. Supports Image, Audio and text uploads/downloads. - [evalstate/mcp-miro](https://github.com/evalstate/mcp-miro) πŸ“‡ ☁️ - Access MIRO whiteboards, bulk create and read items. Requires OAUTH key for REST API. -- [FarEastAI/feode-mcp](https://github.com/FarEastAI/feode-mcp) πŸŽ–οΈπŸ“‡ ☁️ [![MCP Score](https://glama.ai/mcp/servers/FarEastAI/feode-mcp/badges/score.svg)](https://glama.ai/mcp/servers/FarEastAI/feode-mcp) - Offshore oilfield services: query FEODE's well plug & abandonment, subsea wellhead (BV+CCS classed), continuous circulation drilling, and a NOV Grant Prideco drill-string spec reference. +- [FarEastAI/feode-mcp](https://github.com/FarEastAI/feode-mcp) [![MCP Score](https://glama.ai/mcp/servers/FarEastAI/feode-mcp/badges/score.svg)](https://glama.ai/mcp/servers/FarEastAI/feode-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Offshore oilfield services: query FEODE's well plug & abandonment, subsea wellhead (BV+CCS classed), continuous circulation drilling, and a NOV Grant Prideco drill-string spec reference. - [feuerdev/keep-mcp](https://github.com/feuerdev/keep-mcp) 🐍 ☁️ - Read, create, update and delete Google Keep notes. - [fotoetienne/gqai](https://github.com/fotoetienne/gqai) 🏎 🏠 - Define tools using regular GraphQL queries/mutations and gqai automatically generates an MCP server for you. - [FoodXDevelopment/foodblock-mcp](https://github.com/FoodXDevelopment/foodblock) πŸ“‡ 🏠 - 17 MCP tools for the food industry. Describe food in plain English and get structured, content-addressed data blocks back. Covers actors, places, ingredients, products, transforms, transfers, and observations. Works standalone with zero config via `npx foodblock-mcp`. From cbbec95dc6c7be165932851f2c22f828cf6dcd7a Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 13:13:19 +0200 Subject: [PATCH 366/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f23b29f3..470c3bded 100644 --- a/README.md +++ b/README.md @@ -905,7 +905,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [QuantGeekDev/mongo-mcp](https://github.com/QuantGeekDev/mongo-mcp) πŸ“‡ 🏠 - MongoDB integration that enables LLMs to interact directly with databases. - [quarkiverse/mcp-server-jdbc](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc) β˜• 🏠 - Connect to any JDBC-compatible database and query, insert, update, delete, and more. - [rashidazarang/airtable-mcp](https://github.com/rashidazarang/airtable-mcp) 🐍 ☁️ - Connect AI tools directly to Airtable. Query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration through a standardized MCP interface. -- [Yusufihsangorgel/queue-inspector-mcp](https://github.com/Yusufihsangorgel/queue-inspector-mcp) πŸ“‡ 🏠 - Inspect and operate Redis-backed job queues (Asynq and BullMQ): per-state counts, job detail with decoded payload and last error, and faithful retry/delete running each library's own scripts. Read-only mode for production. [![Yusufihsangorgel/queue-inspector-mcp MCP server](https://glama.ai/mcp/servers/Yusufihsangorgel/queue-inspector-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Yusufihsangorgel/queue-inspector-mcp) +- [Yusufihsangorgel/queue-inspector-mcp](https://github.com/Yusufihsangorgel/queue-inspector-mcp) [![Yusufihsangorgel/queue-inspector-mcp MCP server](https://glama.ai/mcp/servers/Yusufihsangorgel/queue-inspector-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Yusufihsangorgel/queue-inspector-mcp) πŸ“‡ 🏠 - Inspect and operate Redis-backed job queues (Asynq and BullMQ): per-state counts, job detail with decoded payload and last error, and faithful retry/delete running each library's own scripts. Read-only mode for production. - [redis/mcp-redis](https://github.com/redis/mcp-redis) 🐍 🏠 - The Redis official MCP Server offers an interface to manage and search data in Redis. - [runekaagaard/mcp-alchemy](https://github.com/runekaagaard/mcp-alchemy) 🐍 🏠 - Universal SQLAlchemy-based database integration supporting PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server and many more databases. Features schema and relationship inspection, and large dataset analysis capabilities. - [narekmalk/safedb-mcp](https://github.com/narekmalk/safedb-mcp) [![narekmalk/safedb-mcp MCP server](https://glama.ai/mcp/servers/narekmalk/safedb-mcp/badges/score.svg)](https://glama.ai/mcp/servers/narekmalk/safedb-mcp) ☁️ 🏠 - Secure MCP server for safe, read-only DB access by AI agents, with SQL guardrails, table allowlists, PII masking, and audit logs. From e26301525c576c5bf50db90c0a2734aca4999493 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 13:14:08 +0200 Subject: [PATCH 367/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6042f1a3f..1f1c1e3e1 100644 --- a/README.md +++ b/README.md @@ -2243,7 +2243,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [SAIHM-Admin/saihm-mcp](https://github.com/SAIHM-Admin/saihm-mcp) [![SAIHM-Admin/saihm-mcp MCP server](https://glama.ai/mcp/servers/SAIHM-Admin/saihm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SAIHM-Admin/saihm-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Sovereign, encrypted, persistent memory for AI agents. Eight MCP tools β€” remember, recall, forget (GDPR Art. 17 erasure), share. Anchored on COTI V2 mainnet. Apache-2.0. Install: `npx -y @saihm/mcp-server`. - [SaravananJaichandar/world-model-mcp](https://github.com/SaravananJaichandar/world-model-mcp) [![SaravananJaichandar/world-model-mcp MCP server](https://glama.ai/mcp/servers/SaravananJaichandar/world-model-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SaravananJaichandar/world-model-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Temporal knowledge graph for codebases. Captures decision traces, links test failures to code changes, learns co-edit patterns, predicts regression risk, and enforces learned constraints at the edit boundary via a PreToolUse hook. 22 MCP tools, 9 SQLite databases with FTS5, supports Python/TypeScript/JavaScript/Solidity/Go/Rust/Java. Install via `pip install world-model-mcp`. - [sachitrafa/YourMemory](https://github.com/sachitrafa/YourMemory) [![sachitrafa/YourMemory MCP server](https://glama.ai/mcp/servers/sachitrafa/YourMemory/badges/score.svg)](https://glama.ai/mcp/servers/sachitrafa/YourMemory) 🐍 🏠 🍎 πŸͺŸ 🐧 - Persistent memory for AI agents with Ebbinghaus forgetting-curve decay, hybrid BM25+vector retrieval, and entity graph for multi-hop reasoning. Memories auto-prune by importance and recall rate. Built-in browser dashboard, multi-agent support, and `yourmemory ask` for zero-API-call local queries. `pip install yourmemory` -- [Schubeler-Consulting/knowmind](https://github.com/Schubeler-Consulting/knowmind) πŸ“‡ ☁️ - AI agent memory and knowledge graph, hosted in Germany (GDPR-compliant). Hybrid recall (BM25 + vector + Neo4j graph hops with cross-encoder rerank), typed relations, and bi-temporal store across sessions via MCP. Works with Claude, ChatGPT, and Cursor. `npx -y knowmind mcp` +- [Schubeler-Consulting/knowmind](https://github.com/Schubeler-Consulting/knowmind) [![Schubeler-Consulting/knowmind MCP server](https://glama.ai/mcp/servers/Schubeler-Consulting/knowmind/badges/score.svg)](https://glama.ai/mcp/servers/Schubeler-Consulting/knowmind) πŸ“‡ ☁️ - AI agent memory and knowledge graph, hosted in Germany (GDPR-compliant). Hybrid recall (BM25 + vector + Neo4j graph hops with cross-encoder rerank), typed relations, and bi-temporal store across sessions via MCP. Works with Claude, ChatGPT, and Cursor. `npx -y knowmind mcp` - [SecurityRonin/alaya](https://github.com/SecurityRonin/alaya) [![SecurityRonin/alaya MCP server](https://glama.ai/mcp/servers/SecurityRonin/alaya/badges/score.svg)](https://glama.ai/mcp/servers/SecurityRonin/alaya) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Neuroscience-inspired memory engine for AI agents. Stores episodes, consolidates knowledge through a Bjork-strength lifecycle (strengthening, transformation, forgetting), and builds a personal knowledge graph with emergent categories, preferences, and semantic recall. Local SQLite, zero config, 10 MCP tools. Install via `npx alaya-mcp`. - [SecurityRonin/docx-mcp](https://github.com/SecurityRonin/docx-mcp) [![docx-mcp MCP server](https://glama.ai/mcp/servers/SecurityRonin/docx-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SecurityRonin/docx-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Read and edit Word (.docx) documents with track changes, comments, footnotes, and structural validation. The only MCP server combining w:ins/w:del tracked changes, threaded comments, and footnotes with OOXML-level paraId validation and document auditing. 18 tools, Python 3.10+. - [sheawinkler/ContextLattice](https://github.com/sheawinkler/ContextLattice) [![sheawinkler/ContextLattice MCP server](https://glama.ai/mcp/servers/sheawinkler/context-lattice/badges/score.svg)](https://glama.ai/mcp/servers/sheawinkler/context-lattice) 🏠 🍎 πŸͺŸ 🐧 πŸ¦€ 🏎️ - Private-by-default memory and context layer for agents with Go/Rust runtime, staged retrieval across fused data backends, and long-horizon context continuity. From 6f726d905970626d91727c3e32122a06305fcd40 Mon Sep 17 00:00:00 2001 From: andresdefi Date: Wed, 22 Jul 2026 13:23:50 +0200 Subject: [PATCH 368/403] Add Glama score badge to ZeroDust entry Server is listed and scored on Glama; badge now resolves. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4283d408f..406d775fc 100644 --- a/README.md +++ b/README.md @@ -1940,7 +1940,7 @@ px goldbean-mcp\. - [sebastienrousseau/camt053-mcp](https://github.com/sebastienrousseau/camt053-mcp) [![sebastienrousseau/camt053-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/camt053-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/camt053-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - **ISO 20022 bank-statement parsing + reversing entries** (`camt.053` Bank-to-Customer Statement). 19 tools + 3 resources + 4 guided prompts across message-type discovery, return-reason lookup, schema introspection, IBAN/BIC/LEI validation, camt.053 parsing + XSD validation, Nov 2026 CBPR+ cliff readiness check, curated SEPA / CBPR+ / HVPS+ rulebook citation lookup, accounting-platform journal export (Xero + QuickBooks Online), LLM-driven entry classification via MCP Sampling, entry listing/filtering, and one-shot validated reversing-entry XML generation. Built on the [`camt053`](https://github.com/sebastienrousseau/camt053) library (100% line + branch coverage, SLSA Build L3 + PEP 740 attestations, Apache-2.0). Install `pip install camt053-mcp`, run `camt053-mcp`. - [sebastienrousseau/pacs008-mcp](https://github.com/sebastienrousseau/pacs008-mcp) [![sebastienrousseau/pacs008-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/pacs008-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/pacs008-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - **ISO 20022 FI-to-FI credit-transfer generation + validation** (`pacs.008` FI-to-FI Customer Credit Transfer, `pacs.004` Payment Return, `pacs.002` Status Report). 15 tools across message-type + scheme discovery, JSON Schema + rail-usage validation, validated XML generation, XSD validation, inbound parsing, the November 2026 structured-address cliff toolkit (classify/validate/repair/batch), and legacy SWIFT MT103 β†’ pacs.008 conversion. Built on the [`pacs008`](https://github.com/sebastienrousseau/pacs008) library (100% branch coverage, Apache-2.0). Install `pip install pacs008-mcp`, run `pacs008-mcp`. - [slenderongithub/fix-protocol-mcp](https://github.com/slenderongithub/fix-protocol-mcp) [![slenderongithub/fix-protocol-mcp MCP server](https://glama.ai/mcp/servers/slenderongithub/fix-protocol-mcp/badges/score.svg)](https://glama.ai/mcp/servers/slenderongithub/fix-protocol-mcp) 🐍 🏠 - Parse, validate, build, and explain FIX protocol trading messages (Logon, NewOrderSingle, ExecutionReport, and the rest of the session/order workflow). Fully offline β€” bundled FIX 4.4 field dictionary, no API keys or network calls. Install `pip install .`, run `fix-protocol-mcp`. -- [andresdefi/zerodust](https://github.com/andresdefi/zerodust) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Sweep an agent's native gas balance to **exactly zero** on 25+ EVM chains via EIP-7702 sponsored execution β€” a relayer pays the gas and is reimbursed from the sweep, so nothing is left stranded. Same-chain or cross-chain. Read-only by default; sweeping is opt-in and destination-allowlisted, so a prompt-injected agent still cannot redirect funds. `npx @zerodust/mcp-server` +- [andresdefi/zerodust](https://github.com/andresdefi/zerodust) [![andresdefi/zerodust MCP server](https://glama.ai/mcp/servers/andresdefi/zerodust/badges/score.svg)](https://glama.ai/mcp/servers/andresdefi/zerodust) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Sweep an agent's native gas balance to **exactly zero** on 25+ EVM chains via EIP-7702 sponsored execution β€” a relayer pays the gas and is reimbursed from the sweep, so nothing is left stranded. Same-chain or cross-chain. Read-only by default; sweeping is opt-in and destination-allowlisted, so a prompt-injected agent still cannot redirect funds. `npx @zerodust/mcp-server` ### 🎠Gaming Integration with gaming related data, game engines, and services From 8e78053f260ba7c15f275a3524a4ff254f4d4cda Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 13:34:38 +0200 Subject: [PATCH 369/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4722c8a2c..89bfd67ca 100644 --- a/README.md +++ b/README.md @@ -576,7 +576,7 @@ Code execution servers. Allow LLMs to execute code in a secure environment, e.g. Full coding agents that enable LLMs to read, edit, and execute code and solve general programming tasks completely autonomously. -- [5dive-ai/5dive-mcp](https://github.com/5dive-ai/5dive-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Manage a 5dive agent fleet from any MCP client: file tasks, message and inspect agents, and read the fleet digest. Thin adapter over the 5dive CLI. [![5dive-mcp MCP server](https://glama.ai/mcp/servers/5dive-ai/5dive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/5dive-ai/5dive-mcp) +- [5dive-ai/5dive-mcp](https://github.com/5dive-ai/5dive-mcp) [![5dive-mcp MCP server](https://glama.ai/mcp/servers/5dive-ai/5dive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/5dive-ai/5dive-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Manage a 5dive agent fleet from any MCP client: file tasks, message and inspect agents, and read the fleet digest. Thin adapter over the 5dive CLI. - [agent-blueprint/mcp-server](https://github.com/agent-blueprint/mcp-server) [![agent-blueprint/mcp-server MCP server](https://glama.ai/mcp/servers/agent-blueprint/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/agent-blueprint/mcp-server) πŸ“‡ ☁️ - 8 MCP tools for exploring and downloading AI agent blueprints. List blueprints, get summaries, download full Agent Skills directories for implementation by coding agents. Vendor-agnostic output works with any enterprise platform. Install: `npx agentblueprint`. - [dugubuyan/agent-nexus](https://github.com/dugubuyan/agent-nexus) [![AgentNexus MCP server](https://glama.ai/mcp/servers/dugubuyan/agent-nexus/badges/score.svg)](https://glama.ai/mcp/servers/dugubuyan/agent-nexus) 🐍 🏠 ☁️ β€” Service-boundary-aware document exchange center for coordinating heterogeneous LLM code agents. Versioned Markdown store, pub-sub notifications, diff-aware updates, and lifecycle stage tracking. Each service registers as a sub-project; agents subscribe to cross-service document changes and receive structured diffs via MCP. - [agentic-mcp-tools/owlex](https://github.com/agentic-mcp-tools/owlex) 🐍 🏠 🍎 πŸͺŸ 🐧 - AI council server: query CLI agents (Claude Code, Codex, Gemini, and OpenCode) in parallel with deliberation rounds From 9f3b7e619f48bd6b7b4193ce4147705ff71b7b0c Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 14:07:39 +0200 Subject: [PATCH 370/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8418bf25f..e44f0fbe4 100644 --- a/README.md +++ b/README.md @@ -3038,7 +3038,7 @@ Tools for conducting research, surveys, interviews, and data collection. Integration with social media platforms to allow posting, analytics, and interaction management. Enables AI-driven automation for social presence. - [06ketan/substack-ops](https://github.com/06ketan/substack-ops) [![06ketan/substack-ops MCP server](https://glama.ai/mcp/servers/06ketan/substack-ops/badges/score.svg)](https://glama.ai/mcp/servers/06ketan/substack-ops) 🐍 🏠 - Substack with **zero AI API keys**. 26 tools (posts, notes, comments, replies, reactions, restacks). Host LLM drafts via `propose_reply` β†’ `confirm_reply` tokens. SQLite dedup, JSONL audit, dry-run default. Install: `uvx substack-ops mcp install cursor`. -- [AstaBlackClove/posthive](https://github.com/AstaBlackClove/posthive) πŸ“‡ 🏠 - Schedule and manage social media posts across 13 platforms (Bluesky, Threads, Instagram, LinkedIn, Mastodon, YouTube, Facebook, Pinterest, Telegram, Nostr, X/Twitter, Discord, Tumblr). OAuth 2.0 + PKCE, 10 tools, draft-first workflow. [![AstaBlackClove/posthive MCP server](https://glama.ai/mcp/servers/AstaBlackClove/posthive/badges/score.svg)](https://glama.ai/mcp/servers/AstaBlackClove/posthive) +- [AstaBlackClove/posthive](https://github.com/AstaBlackClove/posthive) [![AstaBlackClove/posthive MCP server](https://glama.ai/mcp/servers/AstaBlackClove/posthive/badges/score.svg)](https://glama.ai/mcp/servers/AstaBlackClove/posthive) πŸ“‡ 🏠 - Schedule and manage social media posts across 13 platforms (Bluesky, Threads, Instagram, LinkedIn, Mastodon, YouTube, Facebook, Pinterest, Telegram, Nostr, X/Twitter, Discord, Tumblr). OAuth 2.0 + PKCE, 10 tools, draft-first workflow. - [abhineet34/linkedin-mcp-server](https://github.com/abhineet34/linkedin-mcp-server) [![abhineet34/linkedin-mcp-server MCP server](https://glama.ai/mcp/servers/abhineet34/linkedin-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/abhineet34/linkedin-mcp-server) πŸ“‡ 🏠 - Local LinkedIn MCP server for posting to LinkedIn from Claude. 9 tools β€” create/edit/delete posts (text, image, article), upload images, fetch profile, look up company pages, and check follower counts. Uses the official LinkedIn REST API with OAuth 2.0 (`w_member_social`, OIDC). - [anwerj/youtube-uploader-mcp](https://github.com/anwerj/youtube-uploader-mcp) 🏎️ ☁️ - AI‑powered YouTube uploaderβ€”no CLI, no YouTube Studio. Uploade videos directly from MCP clients with all AI capabilities. - [arjun1194/insta-mcp](https://github.com/arjun1194/insta-mcp) πŸ“‡ 🏠 - Instagram MCP server for analytics and insights. Get account overviews, posts, followers, following lists, post insights, and search for users, hashtags, or places. From b314a6a86ad63989a4549888e4d997b0b9146c35 Mon Sep 17 00:00:00 2001 From: Alexandre Beguel Date: Wed, 22 Jul 2026 14:34:56 +0200 Subject: [PATCH 371/403] Add Glama score badge to ftp-deploy-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63d5d8c5d..54bf0501d 100644 --- a/README.md +++ b/README.md @@ -1570,7 +1570,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [Xuanwo/mcp-server-opendal](https://github.com/Xuanwo/mcp-server-opendal) 🐍 🏠 ☁️ - Access any storage with Apache OpenDALβ„’ - [xxczaki/local-history-mcp](https://github.com/xxczaki/local-history/mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server for accessing VS Code/Cursor Local History - [juergenkoller-software/distill-mcp](https://github.com/juergenkoller-software/distill-mcp) [![juergenkoller-software/distill-mcp MCP server](https://glama.ai/mcp/servers/juergenkoller-software/distill-mcp/badges/score.svg)](https://glama.ai/mcp/servers/juergenkoller-software/distill-mcp) 🏠 🍎 - MCP bridge for [Distill](https://store.juergenkoller.software/en/apps/distill) β€” AI file renamer that analyzes content (PDF/OCR/Office/email/media) and renames files with descriptive names. Five AI providers (Claude, OpenAI, Gemini, Ollama, Apple Intelligence), pay-per-use credits, folder monitoring, 9 MCP tools. -- [alebgl77/ftp-deploy-mcp](https://github.com/alebgl77/ftp-deploy-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Deploy files from AI agents to your own FTP/FTPS/SFTP servers β€” multi-server config, recursive deploy with dry-run and gitignore-like excludes, per-server path jail and read-only mode, FileZilla import, one-command setup for popular MCP clients. +- [alebgl77/ftp-deploy-mcp](https://github.com/alebgl77/ftp-deploy-mcp) [![alebgl77/ftp-deploy-mcp MCP server](https://glama.ai/mcp/servers/alebgl77/ftp-deploy-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alebgl77/ftp-deploy-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Deploy files from AI agents to your own FTP/FTPS/SFTP servers β€” multi-server config, recursive deploy with dry-run and gitignore-like excludes, per-server path jail and read-only mode, FileZilla import, one-command setup for popular MCP clients. ### πŸ’° Finance & Fintech - [atomno-mcp/mcp-fns-calc](https://github.com/atomno-mcp/mcp-fns-calc) [![atomno-mcp/mcp-fns-calc MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc) 🐍 ☁️ - MCP-сСрвСр Π½Π°Π»ΠΎΠ³ΠΎΠ²Ρ‹Ρ…/бухгалтСрских ΠΊΠ°Π»ΡŒΠΊΡƒΠ»ΡΡ‚ΠΎΡ€ΠΎΠ² ЀНБ + ΠΏΡƒΠ±Π»ΠΈΡ‡Π½Ρ‹Π΅ Ρ„ΠΈΡΠΊΠ°Π»ΡŒΠ½Ρ‹Π΅ статусы (самозанятый, ИП/ΠžΠšΠ’Π­Π”, дисквалификация, Π±Π»ΠΎΠΊΠΈΡ€ΠΎΠ²ΠΊΠΈ счСтов). Π’ΠΎΠ»Π½Π° 1, ΡŽΡ€-риск ΠΌΠΈΠ½ΠΈΠΌΠ°Π»ΡŒΠ½Ρ‹ΠΉ From 98fec00ea409259bd93d1e4a51100f3e98aa7f54 Mon Sep 17 00:00:00 2001 From: Eugnis Date: Wed, 22 Jul 2026 14:35:37 +0200 Subject: [PATCH 372/403] Add PNTR (pntr-cli) to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da27e48a1..804ecafcf 100644 --- a/README.md +++ b/README.md @@ -1006,6 +1006,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [getnahook/nahook-mcp](https://github.com/getnahook/nahook-mcp) [![getnahook/nahook-mcp MCP server](https://glama.ai/mcp/servers/getnahook/nahook-mcp/badges/score.svg)](https://glama.ai/mcp/servers/getnahook/nahook-mcp) πŸŽ–οΈ 🏎️ ☁️ - "The official MCP server for the Nahook webhook platform β€” trigger webhooks, inspect deliveries, retry failures, and manage endpoints from your AI assistant." - [naveenayalla1-CS50/mcp-server-toolkit](https://github.com/naveenayalla1-CS50/mcp-server-toolkit) [![naveenayalla1-CS50/mcp-server-toolkit MCP server](https://glama.ai/mcp/servers/naveenayalla1-CS50/mcp-server-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/naveenayalla1-CS50/mcp-server-toolkit) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Plug-and-play MCP server toolkit with semantic code search, natural language database queries, docs indexing, and OpenAPI introspection. One-command setup for Claude Code, Cursor, and Windsurf. - [Nishant-Chaudhary5338/mcp-code-indexer](https://github.com/Nishant-Chaudhary5338/mcp-code-indexer) [![Nishant-Chaudhary5338/mcp-code-indexer MCP server](https://glama.ai/mcp/servers/Nishant-Chaudhary5338/mcp-code-indexer/badges/score.svg)](https://glama.ai/mcp/servers/Nishant-Chaudhary5338/mcp-code-indexer) πŸ“‡ 🏠 - Index any TypeScript/React repo (including monorepos) into a queryable code graph. Reverse queries (who-renders, who-calls, find-references), blast-radius analysis, dependency cycles, dead-code orphans, and symbol signatures β€” exposed over stdio. Install: `npx code-graph-indexer`. +- [oddunits/pntr-cli](https://github.com/oddunits/pntr-cli) [![oddunits/pntr-cli MCP server](https://glama.ai/mcp/servers/oddunits/pntr-cli/badges/score.svg)](https://glama.ai/mcp/servers/oddunits/pntr-cli) πŸŽ–οΈ πŸ“‡ ☁️ - The official MCP server for PNTR free dev subdomains β€” register a `*.pntr.dev` subdomain, manage its DNS records, receive email on a disposable inbox, and capture inbound HTTP requests for webhook debugging. Free tier, no key needed to start. Local stdio via `npx @pntr/cli` or hosted endpoint (`https://api.pntr.dev/mcp`, OAuth). - [raccioly/docguard](https://github.com/raccioly/docguard) [![raccioly/docguard MCP server](https://glama.ai/mcp/servers/raccioly/docguard/badges/score.svg)](https://glama.ai/mcp/servers/raccioly/docguard) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Deterministic documentation-drift detection for AI agents. Validates a project's canonical docs against its actual code β€” no LLM guessing; every finding has a stable code and a suggested fix. Five read-only tools over stdio: guard, score, explain, verify-claims, diagnose. `npx -y docguard-cli mcp` - [tatavarthitarun/nowsecure-mcp-server](https://github.com/tatavarthitarun/nowsecure-mcp-server) [![tatavarthitarun/nowsecure-mcp-server MCP server](https://glama.ai/mcp/servers/tatavarthitarun/nowsecure-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/tatavarthitarun/nowsecure-mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - MCP server for NowSecure Platform mobile security testing. List applications, pull remediation findings via GraphQL, and generate PDF reports locally (bypasses broken UI export). Published as `nowsecure-mcp-server`. `npx -y nowsecure-mcp-server` - [adrianczuczka/mason](https://github.com/adrianczuczka/mason) [![adrianczuczka/mason MCP server](https://glama.ai/mcp/servers/adrianczuczka/mason/badges/score.svg)](https://glama.ai/mcp/servers/adrianczuczka/mason) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Context engineering MCP server. Generates CLAUDE.md from git history and architectural file sampling, and maintains a concept-map snapshot of features/flows β†’ files so agents can skip grep/glob on repeat queries. From bec7ff6448422239822cfd4a2f56e84e20f6c6ca Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 14:36:27 +0200 Subject: [PATCH 373/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88f081ae7..8d0916664 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [jau123/MeiGen-AI-Design-MCP](https://github.com/jau123/MeiGen-AI-Design-MCP) [![mei-gen-ai-design-mcp MCP server](https://glama.ai/mcp/servers/@jau123/mei-gen-ai-design-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@jau123/mei-gen-ai-design-mcp) πŸ“‡ ☁️ 🏠 - AI image generation & editing MCP server with 1,500+ curated prompt library, smart prompt enhancement, and multi-provider routing (local ComfyUI, MeiGen Cloud, OpenAI-compatible APIs). - [j-east/pixel-surgeon-mcp](https://github.com/j-east/pixel-surgeon-mcp) [![j-east/pixel-surgeon-mcp MCP server](https://glama.ai/mcp/servers/j-east/pixel-surgeon-mcp/badges/score.svg)](https://glama.ai/mcp/servers/j-east/pixel-surgeon-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI image and video generation, editing, and transplant-grade region repair. Multi-provider (Gemini 3.1 Flash Image, GPT Image 2, Grok Imagine, Veo 3), 9 tools, 4 style presets, grid-based and interactive crop repair. `npx pixel-surgeon-mcp` - [khglynn/spotify-bulk-actions-mcp](https://github.com/khglynn/spotify-bulk-actions-mcp) 🐍 ☁️ - Bulk Spotify operations with confidence-scored song matching, batch playlist creation from CSV/podcast lists, and library exports for discovering your most-saved artists and albums. -- [labelgrid/labelgrid-mcp](https://github.com/labelgrid/labelgrid-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Official LabelGrid server β€” manage your music distribution catalog, releases, analytics and royalties from any MCP client. [![labelgrid/labelgrid-mcp MCP server](https://glama.ai/mcp/servers/@labelgrid/labelgrid-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@labelgrid/labelgrid-mcp) +- [labelgrid/labelgrid-mcp](https://github.com/labelgrid/labelgrid-mcp) [![labelgrid/labelgrid-mcp MCP server](https://glama.ai/mcp/servers/@labelgrid/labelgrid-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@labelgrid/labelgrid-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Official LabelGrid server β€” manage your music distribution catalog, releases, analytics and royalties from any MCP client. - [leonardoca1/aesthetics-wiki-mcp](https://github.com/leonardoca1/aesthetics-wiki-mcp) [![leonardoca1/aesthetics-wiki-mcp MCP server](https://glama.ai/mcp/servers/leonardoca1/aesthetics-wiki-mcp/badges/score.svg)](https://glama.ai/mcp/servers/leonardoca1/aesthetics-wiki-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Search, read, and discover thousands of visual aesthetics (cottagecore, dark academia, y2k, goblincore, and many more) from the [Aesthetics Wiki](https://aesthetics.fandom.com). Great for moodboards, brand direction, and creative inspiration. `uvx aesthetics-wiki-mcp` - [memebo-at/memeboat-mcp](https://github.com/memebo-at/memeboat-mcp) [![memebo-at/memeboat-mcp MCP server](https://glama.ai/mcp/servers/memebo-at/memeboat-mcp/badges/score.svg)](https://glama.ai/mcp/servers/memebo-at/memeboat-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Create real, shareable memes from 25,000+ templates on [memebo.at](https://memebo.at). Search the catalog, caption a template, get a live meme URL back. Free, anonymous, no API key. Remote server at `https://memebo.at/mcp` or `npx -y memeboat-mcp`. - [mikechao/metmuseum-mcp](https://github.com/mikechao/metmuseum-mcp) πŸ“‡ ☁️ - Metropolitan Museum of Art Collection API integration to search and display artworks in the collection. From 95a68f842779c76315cf1b2dd703e18047b194a3 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 14:48:49 +0200 Subject: [PATCH 374/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6450e86a..dc6a03652 100644 --- a/README.md +++ b/README.md @@ -995,7 +995,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### πŸ’» Developer Tools -- [scarletkc/vexor](https://github.com/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`. [![scarletkc/vexor MCP server](https://glama.ai/mcp/servers/scarletkc/vexor/badges/score.svg)](https://glama.ai/mcp/servers/scarletkc/vexor) +- [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`. - [hernaninverso/eleata-verify-mcp](https://github.com/hernaninverso/eleata-verify-mcp) [![hernaninverso/eleata-verify-mcp MCP server](https://glama.ai/mcp/servers/hernaninverso/eleata-verify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hernaninverso/eleata-verify-mcp) πŸ“‡ ☁️ - Grounding / hallucination guard: verify a claim against evidence (Supported/Refuted/Not Enough Evidence) with a confidence + abstain flag, for RAG and agents. `npx -y eleata-verify-mcp`. - [appcreationsca/bumpguard-mcp](https://github.com/appcreationsca/bumpguard-mcp) [![appcreationsca/bumpguard-mcp MCP server](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Pre-flight dependency-upgrade impact analysis: reports exactly which of your code's API usages break *before* you bump a dependency, with line numbers, severity, and fix hints. Also verifies AI-written code against the actually-installed API to catch hallucinated calls. Static analysis only β€” never runs third-party code. Python + .NET. `pip install bumpguard-mcp` - [MasterPlayspots/motionspec](https://github.com/MasterPlayspots/motionspec) [![MasterPlayspots/motionspec MCP server](https://glama.ai/mcp/servers/MasterPlayspots/motionspec/badges/score.svg)](https://glama.ai/mcp/servers/MasterPlayspots/motionspec) πŸ“‡ ☁️ 🏠 - Reduced-motion / WCAG 2.2.2+2.3.3 verification for web animation: agents author validated specs; a deterministic compiler emits reduced-motion-safe, on-budget CSS. Keyless hosted endpoint (motion_catalog, motion_validate). From c21c1099a9cac4aecd30e731fffaf9fda7bc497b Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 14:57:16 +0200 Subject: [PATCH 375/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57e97af91..a1165b867 100644 --- a/README.md +++ b/README.md @@ -3403,7 +3403,7 @@ Interact with Git repositories and version control platforms. Enables repository - [HenryHaoson/Yuque-MCP-Server](https://github.com/HenryHaoson/Yuque-MCP-Server) - πŸ“‡ ☁️ A Model-Context-Protocol (MCP) server for integrating with Yuque API, allowing AI models to manage documents, interact with knowledge bases, search content, and access analytics data from the Yuque platform. - [hiromitsusasaki/raindrop-io-mcp-server](https://github.com/hiromitsusasaki/raindrop-io-mcp-server) πŸ“‡ ☁️ - An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP). - [hmk/attio-mcp-server](https://github.com/hmk/attio-mcp-server) - πŸ“‡ ☁️ Allows AI clients to manage records and notes in Attio CRM -- [hushvert/mcp](https://github.com/hushvert/mcp) [![hushvert/mcp MCP server](https://glama.ai/mcp/servers/ne8g9kgbrf/badges/score.svg)](https://glama.ai/mcp/servers/ne8g9kgbrf) πŸ“‡ ☁️ - File-conversion tools for AI agents: convert documents, images, audio, video, archives and PDFs across formats (convert_file, convert_poll, list_formats, check_usage). Runs local-doable conversions in the browser and refuses to bill for them. Backed by hushvert.com. +- [hushvert/mcp](https://github.com/hushvert/mcp) [![hushvert/mcp MCP server](https://glama.ai/mcp/servers/hushvert/mcp/badges/score.svg)](https://glama.ai/mcp/servers/hushvert/mcp) πŸ“‡ ☁️ - File-conversion tools for AI agents: convert documents, images, audio, video, archives and PDFs across formats (convert_file, convert_poll, list_formats, check_usage). Runs local-doable conversions in the browser and refuses to bill for them. Backed by hushvert.com. - [hypescale/storyblok-mcp-server](https://github.com/hypescale/storyblok-mcp-server) [![storyblok-mcp-server MCP server](https://glama.ai/mcp/servers/martinkogut/storyblok-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/martinkogut/storyblok-mcp-server) πŸ“‡ ☁️ - MCP server for the Storyblok headless CMS with 160 tools across 30 modules. Manage stories, components, assets, workflows, releases, and more via AI assistants. - [imprvhub/mcp-claude-spotify](https://github.com/imprvhub/mcp-claude-spotify) πŸ“‡ ☁️ 🏠 - An integration that allows Claude Desktop to interact with Spotify using the Model Context Protocol (MCP). - [inkbytefo/screenmonitormcp](https://github.com/inkbytefo/screenmonitormcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Real-time screen analysis, context-aware recording, and UI monitoring MCP server. Supports AI vision, event hooks, and multimodal agent workflows. From 8e9e9bb53576adafd1b5ab9d7a0eb0aaeca4ea99 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 15:03:45 +0200 Subject: [PATCH 376/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acf61611f..61e69728f 100644 --- a/README.md +++ b/README.md @@ -2579,7 +2579,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [verIdyia/autoeq-mcp](https://github.com/verIdyia/autoeq-mcp) [![autoeq-mcp MCP server](https://glama.ai/mcp/servers/verIdyia/autoeq-mcp/badges/score.svg)](https://glama.ai/mcp/servers/verIdyia/autoeq-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Headphone/IEM equalization database with 8,800+ models from AutoEQ. Search by name or sound signature, get parametric EQ settings, compare headphones band-by-band, and browse Harman preference score rankings. Includes automatic sound signature classification (Neutral, Warm, Bright, Dark, V-shaped, etc.). - [rendobar/mcp](https://github.com/rendobar/mcp) [![rendobar/mcp MCP server](https://glama.ai/mcp/servers/rendobar/mcp/badges/score.svg)](https://glama.ai/mcp/servers/rendobar/mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Submit media-processing jobs to the Rendobar API and upload local files in one tool call. Transcode, run raw FFmpeg, burn captions, and add watermarks over REST. Free tier. - [woladi/macos-vision-mcp](https://github.com/woladi/macos-vision-mcp) [![macos-vision-mcp MCP server](https://glama.ai/mcp/servers/woladi/macos-vision-mcp/badges/score.svg)](https://glama.ai/mcp/servers/woladi/macos-vision-mcp) πŸ“‡ 🏠 🍎 - Local OCR and image analysis via Apple Vision Framework. Wraps macOS's native Vision API to expose OCR for images and PDFs (with reading-order paragraphs, bounding boxes, line/paragraph IDs, and confidence), face / barcode / QR / document-corner detection, and image classification β€” all as MCP tools any client (Claude Code, Claude Desktop, Cursor, Codex CLI) can call. ~97% token savings vs sending raw images. Fully offline, no API keys, files never leave the Mac. One-line install: `npx -y macos-vision-mcp`. -- [afghanfansmedia-ai/songcheck-mcp](https://github.com/afghanfansmedia-ai/songcheck-mcp) [![Glama](https://glama.ai/mcp/servers/afghanfansmedia-ai/songcheck-mcp/badge)](https://glama.ai/mcp/servers/afghanfansmedia-ai/songcheck-mcp) 🐍 ☁️ - Is this song AI or human? Detect AI-generated music (Suno, Udio) and media from any AI agent. Returns a verdict, AI-probability score, confidence, and provenance signals (Content Credentials / SynthID), plus scan_catalog to audit a whole music folder. +- [afghanfansmedia-ai/songcheck-mcp](https://github.com/afghanfansmedia-ai/songcheck-mcp) [![afghanfansmedia-ai/songcheck-mcp MCP server](https://glama.ai/mcp/servers/afghanfansmedia-ai/songcheck-mcp/badges/score.svg)](https://glama.ai/mcp/servers/afghanfansmedia-ai/songcheck-mcp) 🐍 ☁️ - Is this song AI or human? Detect AI-generated music (Suno, Udio) and media from any AI agent. Returns a verdict, AI-probability score, confidence, and provenance signals (Content Credentials / SynthID), plus scan_catalog to audit a whole music folder. ### πŸ–₯️ OS Automation From 7687ef33950b2864dba3caaa96de3067ed989387 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 16:32:53 +0200 Subject: [PATCH 377/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee7490172..3b9e471eb 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [JamesANZ/medical-mcp](https://github.com/JamesANZ/medical-mcp) πŸ“‡ 🏠 - An MCP server that provides access to medical information, drug databases, and healthcare resources. Enables AI assistants to query medical data, drug interactions, and clinical guidelines. - [mgnirck/lecka-mcp](https://github.com/mgnirck/lecka-mcp) πŸ“‡ ☁️ - Race nutrition planning for endurance athletes. Calculates carb, sodium and fluid targets for marathons, ultras, cycling and triathlons. Returns personalised Lecka product recommendations by race type, conditions and athlete weight. [![mgnirck/lecka-mcp MCP server](https://glama.ai/mcp/servers/mgnirck/lecka-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mgnirck/lecka-mcp) - [MyMedi-AI/mymedi-ai-mcp-server](https://github.com/MyMedi-AI/mymedi-ai-mcp-server) [![MyMedi-AI/mymedi-ai-mcp-server MCP server](https://glama.ai/mcp/servers/OFODevelopment/mymedi-ai-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/OFODevelopment/mymedi-ai-mcp-server) πŸ“‡ ☁️ - Healthcare billing AI for agents: ICD-10/CPT/HCPCS code lookup (81,769 codes with RVU + OPPS pricing), prior auth prediction, medical NER, claims validation, denial-risk scoring, HIPAA compliance auditing, and NPI/drug enrichment. 20 tools, 10 free credits then pay-per-call via credits or anonymous USDC (x402). `npx @mymedi-ai/mcp-server` -- [SEOSiri-Official/biorobotics](https://github.com/SEOSiri-Official/biorobotics) - A stateless, deterministic Bio-Robotics Core Engine converting biological data (UniProt API) to Cartesian G-code coordinates using the Model Context Protocol. [![SEOSiri-Official/biorobotics MCP server](https://glama.ai/mcp/servers/SEOSiri-Official/biorobotics/badges/score.svg)](https://glama.ai/mcp/servers/SEOSiri-Official/biorobotics) 🐍 🏠 🍎 πŸͺŸ 🐧 +- [SEOSiri-Official/biorobotics](https://github.com/SEOSiri-Official/biorobotics) [![SEOSiri-Official/biorobotics MCP server](https://glama.ai/mcp/servers/SEOSiri-Official/biorobotics/badges/score.svg)](https://glama.ai/mcp/servers/SEOSiri-Official/biorobotics) 🐍 🏠 🍎 πŸͺŸ 🐧 - A stateless, deterministic Bio-Robotics Core Engine converting biological data (UniProt API) to Cartesian G-code coordinates using the Model Context Protocol. 🐍 🏠 🍎 πŸͺŸ 🐧 - [salwks/mcp-techTrend](https://github.com/salwks/mcp-techTrend) [![salwks/mcp-techTrend MCP server](https://glama.ai/mcp/servers/salwks/mcp-techTrend/badges/score.svg)](https://glama.ai/mcp/servers/salwks/mcp-techTrend) 🐍 🏠 - Multi-source academic + code + medical-regulatory trend monitoring (arXiv, PubMed, GitHub, Hugging Face, openFDA 510(k)/Recalls). Newspaper-style briefings, per-domain tuning, sandbox-safe Python launcher. - [NyxToolsDev/dicom-hl7-mcp-server](https://github.com/NyxToolsDev/dicom-hl7-mcp-server) [![NyxToolsDev/dicom-hl7-mcp-server MCP server](https://glama.ai/mcp/servers/NyxToolsDev/dicom-hl7-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/NyxToolsDev/dicom-hl7-mcp-server) 🐍 🏠 - The only MCP server bridging DICOM, HL7v2, and FHIR in one package. Cross-standard mapping, Mirth Connect channel generation, vendor private tag decoding (GE, Siemens, Philips), and integration pattern knowledge. Built by a 19-year healthcare IT veteran. `pip install dicom-hl7-mcp` - [longevity-genie/biothings-mcp](https://github.com/longevity-genie/biothings-mcp) 🐍 🏠 ☁️ - MCP server to interact with the BioThings API, including genes, genetic variants, drugs, and taxonomic information. From 8c2992f4758f6e24da669f984ef6ce8530d10d0a Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 16:53:00 +0200 Subject: [PATCH 378/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fdd9d6fc..3ae5018cd 100644 --- a/README.md +++ b/README.md @@ -3358,7 +3358,7 @@ Interact with Git repositories and version control platforms. Enables repository ### πŸ› οΈ Other Tools and Integrations -- [atomno-mcp/mcp-rosreestr](https://github.com/atomno-mcp/mcp-rosreestr) 🐍 ☁️ - MCP-сСрвСр Π½Π°Π΄ ΠΎΡ‚ΠΊΡ€Ρ‹Ρ‚Ρ‹ΠΌΠΈ Π΄Π°Π½Π½Ρ‹ΠΌΠΈ РосрССстра: ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ° ΠΊΠ²Π°Ρ€Ρ‚ΠΈΡ€Ρ‹/участка, история сдСлок (ΠΏΠΎ доступным Π΄Π°Π½Π½Ρ‹ΠΌ), кадастровая ΡΡ‚ΠΎΠΈΠΌΠΎΡΡ‚ΡŒ +- [atomno-mcp/mcp-rosreestr](https://github.com/atomno-mcp/mcp-rosreestr) [![atomno-mcp/mcp-rosreestr MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-rosreestr/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-rosreestr) 🐍 ☁️ - MCP-сСрвСр Π½Π°Π΄ ΠΎΡ‚ΠΊΡ€Ρ‹Ρ‚Ρ‹ΠΌΠΈ Π΄Π°Π½Π½Ρ‹ΠΌΠΈ РосрССстра: ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ° ΠΊΠ²Π°Ρ€Ρ‚ΠΈΡ€Ρ‹/участка, история сдСлок (ΠΏΠΎ доступным Π΄Π°Π½Π½Ρ‹ΠΌ), кадастровая ΡΡ‚ΠΎΠΈΠΌΠΎΡΡ‚ΡŒ - [douglasgan/asktian](https://github.com/douglasgan/asktian-mcp) [![douglasgan/asktian-mcp MCP server](https://glama.ai/mcp/servers/douglasgan/asktian-mcp/badges/score.svg)](https://glama.ai/mcp/servers/douglasgan/asktian-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Chinese metaphysics (bazi ε…«ε­—, qimen ε₯‡ι–€, 5-element, daily εΉ²ζ”―) as decision-support tools. Ask "when should I do X" and get specific time windows instead of vague advice. 5 tools: daily reading, compat, best-time-for-action, today's energy, name analysis. `npm install -g @asktian/mcp-server` - [2niuhe/plantuml_web](https://github.com/2niuhe/plantuml_web) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - A web-based PlantUML frontend with MCP server integration, enable plantuml image generation and plantuml syntax validation. From fdd175767a8de8d86e351cafb15658461815684e Mon Sep 17 00:00:00 2001 From: hdonapatiCBS <104085142+hdonapati@users.noreply.github.com> Date: Wed, 22 Jul 2026 09:55:01 -0500 Subject: [PATCH 379/403] Add Roku Dev Studio MCP Server to tools list with Glama score badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ae5018cd..7753348bd 100644 --- a/README.md +++ b/README.md @@ -1025,6 +1025,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [cq27-dev/rag-rat](https://github.com/cq27-dev/rag-rat) [![cq27-dev/rag-rat MCP server](https://glama.ai/mcp/servers/cq27-dev/rag-rat/badges/score.svg)](https://glama.ai/mcp/servers/cq27-dev/rag-rat) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Local repo-intelligence index and MCP server for coding agents β€” "what a repository knows about itself." Hybrid BM25 + vector semantic search, a tree-sitter code graph (callers/callees/imports across Rust, TS/TSX, Kotlin, C/C++, Python) with an optional compiler-grade SCIP oracle, queryable git/GitHub history, and typed, source-anchored repo memories (Invariant, Decision, Risk, …) that persist across sessions. Every result carries provenance β€” confidence labels and coverage warnings. Keeps source read-only; a background watcher keeps queries fresh. PreToolUse hooks augment `grep` and flag near-duplicate code as you write it. `cargo install rag-rat` - [drhalto/agentmako](https://github.com/drhalto/agentmako) [![drhalto/agentmako MCP server](https://glama.ai/mcp/servers/drhalto/agentmako/badges/score.svg)](https://glama.ai/mcp/servers/drhalto/agentmako) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first codebase intelligence engine. Gives coding agents structured context packets, indexed code/schema facts, and diagnostics over MCP, backed by a local SQLite store β€” so agents stop rediscovering your repo with raw grep. Optional Postgres/Supabase awareness and a bundled Claude Code plugin. - [Dusheh/myclaw-toolkit](https://github.com/Dusheh/myclaw-toolkit) [![Dusheh/myclaw-toolkit MCP server](https://glama.ai/mcp/servers/Dusheh/myclaw-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/Dusheh/myclaw-toolkit) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - 23-in-1 developer utility MCP server: web search, exchange rates, crypto prices, QR codes, JSON formatter, UUID, URL tools, domain check, RSS feeds, and more. 6 paid APIs via x402 micropayments ($0.003 USDC on Base). `npx myclaw-toolkit` +- [paramount-engineering/roku-dev-studio](https://github.com/paramount-engineering/roku-dev-studio) [![paramount-engineering/roku-dev-studio MCP server](https://glama.ai/mcp/servers/paramount-engineering/roku-dev-studio/badges/score.svg)](https://glama.ai/mcp/servers/paramount-engineering/roku-dev-studio) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - All-in-one developer tool and MCP Server for Roku development, featuring ECP device control, automated channel sideloading, BrightScript debugging, and real-time log monitoring. Tools and integrations that enhance the development workflow and environment management. - [kestiny18/spring-nacos-mcp](https://github.com/kestiny18/spring-nacos-mcp) [![kestiny18/spring-nacos-mcp MCP server](https://glama.ai/mcp/servers/kestiny18/spring-nacos-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kestiny18/spring-nacos-mcp) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Project-aware, read-only Nacos config & service-discovery server for Spring Cloud repos. Zero setup: auto-discovers every environment (dev/test/prod/...) from the repo's application/bootstrap files, with cross-environment key-level config diff. Single file, zero dependencies. From 24070119237826d3b19b5a00ae651f5b4200750b Mon Sep 17 00:00:00 2001 From: mpd Date: Wed, 22 Jul 2026 08:24:23 -0700 Subject: [PATCH 380/403] Add fixed-width/glass to OS Automation glass is a Rust MCP server that gives a coding agent a build -> see -> interact -> debug loop over a native GUI app: launch, screenshot, accessibility tree, input injection, logs, and frame diffing. Backends for X11, Wayland, Windows, macOS, Android emulators and the iOS Simulator. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d433c754e..5caa6d301 100644 --- a/README.md +++ b/README.md @@ -2611,6 +2611,7 @@ Servers for controlling the desktop operating system: screenshots, window manage - [tinqiao-oss/clawtouch-mcp](https://github.com/tinqiao-oss/clawtouch-mcp) [![tinqiao-oss/clawtouch-mcp MCP server](https://glama.ai/mcp/servers/tinqiao-oss/clawtouch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tinqiao-oss/clawtouch-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Physical USB HID keyboard/mouse control via a Raspberry Pi Pico 2 running open-source firmware. Exposes move, click, drag, type, key combos, and scroll as MCP tools for any MCP client. Genuine physical HID input on the standard driver path, with a `--mock` mode for hardware-free trials. `pip install clawtouch-mcp` - [juergenkoller-software/freezetext-mcp](https://github.com/juergenkoller-software/freezetext-mcp) [![juergenkoller-software/freezetext-mcp MCP server](https://glama.ai/mcp/servers/juergenkoller-software/freezetext-mcp/badges/score.svg)](https://glama.ai/mcp/servers/juergenkoller-software/freezetext-mcp) 🏠 🍎 - MCP server for [FreezeText](https://store.juergenkoller.software/en/apps/freezetext) β€” OCR anything on your Mac screen. Freeze the screen and extract text via Apple Vision (videos, popups, protected PDFs), OCR a region or base64 image, and manage a searchable capture history. 12 tools. - [faze79/WPFVisualTreeMcp](https://github.com/faze79/WPFVisualTreeMcp) [![faze79/WPFVisualTreeMcp MCP server](https://glama.ai/mcp/servers/faze79/WPFVisualTreeMcp/badges/score.svg)](https://glama.ai/mcp/servers/faze79/WPFVisualTreeMcp) #️⃣ 🏠 πŸͺŸ - Inspect, debug and drive running WPF (.NET desktop) apps: visual tree, dependency properties, data bindings and binding errors, DataContext, and screenshots with open popups/menus included, plus clicking, item selection, text input and keyboard shortcuts. Auto-injects into any running WPF process (x64/x86) with no source changes. `dotnet tool install -g WpfVisualTreeMcp` +- [fixed-width/glass](https://github.com/fixed-width/glass) [![fixed-width/glass MCP server](https://glama.ai/mcp/servers/fixed-width/glass/badges/score.svg)](https://glama.ai/mcp/servers/fixed-width/glass) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Gives a coding agent a build β†’ see β†’ interact β†’ debug loop over the native GUI app it is writing: launch the app, screenshot it, read its accessibility tree, inject mouse/keyboard/gestures, tail its logs, and diff frames to confirm a change landed. Drives apps as an external black box with no app integration, so any toolkit or language works. 30 tools with text-first responses (element ids, diffs, waits) so the agent need not screenshot every step, plus optional sandboxing of the launched app. Backends: X11, Wayland, Windows, macOS, Android emulators, and the iOS Simulator. ### πŸŽ™οΈ Podcasts From 8260b721f81ec5f6cc9074c9dc061d76ac096118 Mon Sep 17 00:00:00 2001 From: "aleksandr.artamokhov" Date: Wed, 22 Jul 2026 17:27:58 +0200 Subject: [PATCH 381/403] Add alexar76/aimarket-mcp (Security) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 792b982b1..95f9d383a 100644 --- a/README.md +++ b/README.md @@ -2896,6 +2896,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [honeylabshq/honeylabs-mcp](https://github.com/honeylabshq/honeylabs-mcp) [![honeylabs-mcp MCP server](https://glama.ai/mcp/servers/honeylabshq/honeylabs-mcp/badges/score.svg)](https://glama.ai/mcp/servers/honeylabshq/honeylabs-mcp) 🐍 ☁️ - Honeypot threat intelligence for AI agents: 90 days of probe data from a sensor network for IP reputation, scanner classification, CVE probing trends, and JA4/JA4H/HASSH fingerprints. Remote MCP, free tier. - [kent-tokyo/shohei](https://github.com/kent-tokyo/shohei) [![kent-tokyo/shohei MCP server](https://glama.ai/mcp/servers/kent-tokyo/shohei/badges/score.svg)](https://glama.ai/mcp/servers/kent-tokyo/shohei) πŸ¦€ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Rust infrastructure diagnostics MCP server for AI agents: DNS checks, TLS certificate chain inspection, email security, global DNS propagation, and DNS latency benchmarking. - [srinivasan-sundaresan95/orihime](https://github.com/srinivasan-sundaresan95/orihime) [![orihime MCP server](https://glama.ai/mcp/servers/srinivasan-sundaresan95/orihime/badges/score.svg)](https://glama.ai/mcp/servers/srinivasan-sundaresan95/orihime) 🐍 🏠 🍎 πŸͺŸ 🐧 - Cross-repository code knowledge graph MCP server for Java, Kotlin, JavaScript, and TypeScript. Indexes source into embedded KuzuDB via tree-sitter; 30+ tools for call-flow tracing, multi-hop taint analysis (OWASP/CWE/PCI/STIG reports), entry-point reachability filtering, performance hotspot detection, and license compliance β€” without reading source files. 95% fewer tokens vs source-reading baseline. `pip install orihime` +- [alexar76/aimarket-mcp](https://github.com/alexar76/aimarket-mcp) [![alexar76/aimarket-mcp MCP server](https://glama.ai/mcp/servers/alexar76/aimarket-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alexar76/aimarket-mcp) πŸŽ–οΈ 🐍 🏠 ☁️ - **SSRF-hardened web gateway MCP** β€” `web_fetch`, `web_search`, `metis_verify`; one audited security core for Metis, ARGUS, and the ecosystem. stdio + optional HTTP Β· Python Β· [Glama](https://glama.ai/mcp/servers/alexar76/aimarket-mcp) Β· Registry `io.github.alexar76/aimarket-mcp`. - [alexfleetcommander/agent-trust-stack-mcp](https://github.com/alexfleetcommander/agent-trust-stack-mcp) [![agent-trust-stack-mcp MCP server](https://glama.ai/mcp/servers/alexfleetcommander/agent-trust-stack-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alexfleetcommander/agent-trust-stack-mcp) 🐍 πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Cryptographic provenance, bilateral blind reputation scoring, and tamper-evident logging for AI agent interactions. 7 interlocking trust protocols (CoC, ARP, ASA, AJP, ALP, AMP, CWEP) available in Python (pip) and TypeScript (npm). 663 tests. Bitcoin-anchored provenance chains, anti-Goodhart reputation scoring, machine-readable contracts, dispute resolution, lifecycle management, trust-weighted matchmaking, and context-window cost allocation. Also on [Smithery](https://smithery.ai/server/@alexfleetcommander/agent-trust-stack-mcp) and [PyPI](https://pypi.org/project/agent-trust-stack-mcp/). - [teodorofodocrispin-cmyk/trustboost-pii-sanitizer](https://github.com/teodorofodocrispin-cmyk/trustboost-api) [![trustboost-pii-sanitizer MCP server](https://glama.ai/mcp/servers/teodorofodocrispin-cmyk/trustboost-api/badges/score.svg)](https://glama.ai/mcp/servers/teodorofodocrispin-cmyk/trustboost-api) 🐍 ☁️ - PII sanitization layer for autonomous AI agent pipelines. Detects and redacts emails, phone numbers, national IDs, private keys, and financial data before text reaches LLMs. Supports EN, ES (LATAM), PT (BR/PT), DE, JA. Solana-native payments via Helius oracle. - [123Ergo/unphurl-mcp](https://github.com/123Ergo/unphurl-mcp) [![unphurl-mcp MCP server](https://glama.ai/mcp/servers/123Ergo/unphurl-mcp/badges/score.svg)](https://glama.ai/mcp/servers/123Ergo/unphurl-mcp) πŸ“‡ ☁️ - URL intelligence for AI agents. 13 tools for security signals and data quality: redirect behaviour, brand impersonation detection, domain age, SSL validation, parked detection, URL structural analysis, DNS enrichment. From 55808b78a8ed7ecf55bbd3ca4e6ded05d480525c Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 17:29:45 +0200 Subject: [PATCH 382/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab3bd5ad8..35cd70043 100644 --- a/README.md +++ b/README.md @@ -1358,7 +1358,7 @@ Tools and integrations that enhance the development workflow and environment man - [veelenga/claude-mermaid](https://github.com/veelenga/claude-mermaid/) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - A Mermaid diagram rendering MCP server for Claude Code with live reload functionality, supporting multiple export formats (SVG, PNG, PDF) and themes. - [vercel/next-devtools-mcp](https://github.com/vercel/next-devtools-mcp) πŸŽ–οΈ πŸ“‡ 🏠 - Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features. - [vighriday/Veris](https://github.com/vighriday/Veris) [![vighriday/Veris MCP server](https://glama.ai/mcp/servers/vighriday/Veris/badges/score.svg)](https://glama.ai/mcp/servers/vighriday/Veris) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Behavioral verification intelligence for autonomous coding agents. Builds a behavioral graph of any TS/JS repo, clusters into 25 semantic workflows (Auth, Payments, Webhooks, Caching, Queue, etc.), detects drift, generates concrete adversarial probes (idempotency, retry storm, cache stampede, replay), emits per-workflow risk + confidence. 17 MCP tools. Local SQLite state. Zero cloud. MIT. -- [verifyax/verifyax-mcp](https://github.com/verifyax/verifyax-mcp) πŸ“‡ ☁️ - MCP server for the VerifyAX platform. Enables agent evaluation, simulation testing, and functional/non-functional verification workflows through natural language. +- [verifyax/verifyax-mcp](https://github.com/verifyax/verifyax-mcp) [![verifyax/verifyax-mcp MCP server](https://glama.ai/mcp/servers/verifyax/verifyax-mcp/badges/score.svg)](https://glama.ai/mcp/servers/verifyax/verifyax-mcp) πŸ“‡ ☁️ - MCP server for the VerifyAX platform. Enables agent evaluation, simulation testing, and functional/non-functional verification workflows through natural language. - [vezlo/src-to-kb](https://github.com/vezlo/src-to-kb) πŸ“‡ 🏠 ☁️ - Convert source code repositories into searchable knowledge bases with AI-powered search using GPT-5, intelligent chunking, and OpenAI embeddings for semantic code understanding. - [vivekvells/mcp-pandoc](https://github.com/vivekVells/mcp-pandoc) πŸ—„οΈ πŸš€ - MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more. - [VikrantSingh01/adaptive-cards-mcp](https://github.com/VikrantSingh01/adaptive-cards-mcp) [![adaptive-cards-mcp MCP server](https://glama.ai/mcp/servers/VikrantSingh01/adaptive-cards-mcp/badges/score.svg)](https://glama.ai/mcp/servers/VikrantSingh01/adaptive-cards-mcp) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - AI-powered Adaptive Card generation for Teams, Outlook, Copilot, and ChatGPT. 9 MCP tools for generating, validating, optimizing, templating, and transforming cards with accessibility scoring and host compatibility checks. From 9a89855928a1e2c588da87a8555e0b0e6c31c40c Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 18:26:58 +0200 Subject: [PATCH 383/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c029b02ee..785dfd1ea 100644 --- a/README.md +++ b/README.md @@ -2376,7 +2376,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [cturkieh/france-data-mcp](https://github.com/cturkieh/france-data-mcp) [![cturkieh/france-data-mcp MCP server](https://glama.ai/mcp/servers/cturkieh/france-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cturkieh/france-data-mcp) πŸ“‡ ☁️ 🏠 - French territorial intelligence MCP β€” cross-references public registries (FINESS healthcare facilities, RPPS health professionals, INSEE companies, IGN geocoding) for multi-source agentic reasoning over French open data. - [devilcoder01/weather-mcp-server](https://github.com/devilcoder01/weather-mcp-server) 🐍 ☁️ - Access real-time weather data for any location using the WeatherAPI.com API, providing detailed forecasts and current conditions. - [discava/mcp-server](https://github.com/discava/mcp-server) πŸ“‡ ☁️ - Search Millions of local businesses worldwide (Europe, Northamerica, Southamerica, Asia, Oceania), confidence scores, and agent trust rankings. No API key required. [![discava/mcp-server](https://glama.ai/mcp/servers/discava/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/discava/mcp-server) -- [Flightmussy/castlemap-mcp](https://github.com/Flightmussy/castlemap-mcp) πŸ“‡ ☁️ 🏠 - Query 2,400 castles, fortresses and palaces across 131 countries (coordinates, founding dates, fame ranking, Wikipedia summaries) from the open CC0 Castlemap dataset built on Wikidata. Hosted endpoint needs no API key; the zero-dependency server can also be self-hosted. [![Flightmussy/castlemap-mcp MCP server](https://glama.ai/mcp/servers/Flightmussy/castlemap-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Flightmussy/castlemap-mcp) +- [Flightmussy/castlemap-mcp](https://github.com/Flightmussy/castlemap-mcp) [![Flightmussy/castlemap-mcp MCP server](https://glama.ai/mcp/servers/Flightmussy/castlemap-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Flightmussy/castlemap-mcp) πŸ“‡ ☁️ 🏠 - Query 2,400 castles, fortresses and palaces across 131 countries (coordinates, founding dates, fame ranking, Wikipedia summaries) from the open CC0 Castlemap dataset built on Wikidata. Hosted endpoint needs no API key; the zero-dependency server can also be self-hosted. - [markpdxt/dronelytics-mcp](https://github.com/markpdxt/dronelytics-mcp) [![markpdxt/dronelytics-mcp MCP server](https://glama.ai/mcp/servers/markpdxt/dronelytics-mcp/badges/score.svg)](https://glama.ai/mcp/servers/markpdxt/dronelytics-mcp) πŸ“‡ ☁️ - US drone airspace intelligence and mission planning. 24 tools: check airspace restrictions across 11 FAA data layers, plan grid/orbit/corridor surveys, validate Part 107 compliance, generate pre-flight briefings, and export to KML/GPX/QGC/Litchi/WPML. Available via `npx @dronelytics/mcp`. - [gaopengbin/cesium-mcp](https://github.com/gaopengbin/cesium-mcp) [![gaopengbin/cesium-mcp MCP server](https://glama.ai/mcp/servers/gaopengbin/cesium-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gaopengbin/cesium-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI-powered 3D globe control via MCP. Connect any MCP-compatible AI agent to CesiumJS β€” camera flight, GeoJSON/3D Tiles layers, markers, spatial analysis, heatmaps, and more through 19 natural language tools. - [GeiserX/pumperly-mcp](https://github.com/GeiserX/pumperly-mcp) [![GeiserX/pumperly-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/pumperly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/pumperly-mcp) 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - Go-based MCP server for Pumperly fuel price comparison. Query gas station prices, plan fuel-efficient routes, and find nearby EV charging stations. Docker image available. From dd7acecf0b0cd064ec94ec12718255d9ff106fa0 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 18:48:28 +0200 Subject: [PATCH 384/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59b7cc439..25f681713 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) Servers for accessing many apps and tools through a single MCP server. -- [daedalusdevelopmentgroup/ddg-agent-payable-services](https://github.com/daedalusdevelopmentgroup/ddg-agent-payable-services) 🐍 ☁️ - Pay-per-call x402 gateway: one MCP server for 90+ agent tools (utilities, DNS/WHOIS, blockchain RPC, market data, prediction markets, DEX data, security audits) plus an OpenAI-compatible LLM gateway. USDC on Base, free-trial calls per agent. `pip install ddg-agent-services-mcp` or remote `https://mcp.daedalusdevelopmentgroup.com/mcp`. +- [daedalusdevelopmentgroup/ddg-agent-payable-services](https://github.com/daedalusdevelopmentgroup/ddg-agent-payable-services) [![daedalusdevelopmentgroup/ddg-agent-payable-services MCP server](https://glama.ai/mcp/servers/daedalusdevelopmentgroup/ddg-agent-payable-services/badges/score.svg)](https://glama.ai/mcp/servers/daedalusdevelopmentgroup/ddg-agent-payable-services) 🐍 ☁️ - Pay-per-call x402 gateway: one MCP server for 90+ agent tools (utilities, DNS/WHOIS, blockchain RPC, market data, prediction markets, DEX data, security audits) plus an OpenAI-compatible LLM gateway. USDC on Base, free-trial calls per agent. `pip install ddg-agent-services-mcp` or remote `https://mcp.daedalusdevelopmentgroup.com/mcp`. - [forgemeshlabs/coinopai-mcp](https://github.com/forgemeshlabs/coinopai-mcp) [![forgemeshlabs/coinopai-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/coinopai-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/coinopai-mcp) πŸ“‡ - Local stdio MCP server for x402-powered paid crypto intelligence: preflight checks, trade decisions with `decision_id`, later audit against real prices, risk state, signal history, and agent automation search over USDC micropayments on Base. - [forgemeshlabs/anomaly-mcp](https://github.com/forgemeshlabs/anomaly-mcp) [![forgemeshlabs/anomaly-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/anomaly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/anomaly-mcp) πŸ“‡ ☁️ - Real-time anomaly detection powered by NASA-derived sequence mining across blockchain, mempool, stablecoin depeg, aviation, and GitHub signals via x402 USDC micropayments on Base. `npx -y @forgemeshlabs/anomaly-mcp` - [1mcp/agent](https://github.com/1mcp-app/agent) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one. From 01e2860eb6a931923b92b7276e761ca33b941f20 Mon Sep 17 00:00:00 2001 From: "aleksandr.artamokhov" Date: Wed, 22 Jul 2026 18:56:09 +0200 Subject: [PATCH 385/403] Add alexar76/aimarket-oracle-gateway (Security) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25f681713..a6224e73b 100644 --- a/README.md +++ b/README.md @@ -2910,6 +2910,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [kent-tokyo/shohei](https://github.com/kent-tokyo/shohei) [![kent-tokyo/shohei MCP server](https://glama.ai/mcp/servers/kent-tokyo/shohei/badges/score.svg)](https://glama.ai/mcp/servers/kent-tokyo/shohei) πŸ¦€ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Rust infrastructure diagnostics MCP server for AI agents: DNS checks, TLS certificate chain inspection, email security, global DNS propagation, and DNS latency benchmarking. - [srinivasan-sundaresan95/orihime](https://github.com/srinivasan-sundaresan95/orihime) [![orihime MCP server](https://glama.ai/mcp/servers/srinivasan-sundaresan95/orihime/badges/score.svg)](https://glama.ai/mcp/servers/srinivasan-sundaresan95/orihime) 🐍 🏠 🍎 πŸͺŸ 🐧 - Cross-repository code knowledge graph MCP server for Java, Kotlin, JavaScript, and TypeScript. Indexes source into embedded KuzuDB via tree-sitter; 30+ tools for call-flow tracing, multi-hop taint analysis (OWASP/CWE/PCI/STIG reports), entry-point reachability filtering, performance hotspot detection, and license compliance β€” without reading source files. 95% fewer tokens vs source-reading baseline. `pip install orihime` - [alexar76/aimarket-mcp](https://github.com/alexar76/aimarket-mcp) [![alexar76/aimarket-mcp MCP server](https://glama.ai/mcp/servers/alexar76/aimarket-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alexar76/aimarket-mcp) πŸŽ–οΈ 🐍 🏠 ☁️ - **SSRF-hardened web gateway MCP** β€” `web_fetch`, `web_search`, `metis_verify`; one audited security core for Metis, ARGUS, and the ecosystem. stdio + optional HTTP Β· Python Β· [Glama](https://glama.ai/mcp/servers/alexar76/aimarket-mcp) Β· Registry `io.github.alexar76/aimarket-mcp`. +- [alexar76/aimarket-oracle-gateway](https://github.com/alexar76/aimarket-oracle-gateway) [![alexar76/aimarket-oracle-gateway MCP server](https://glama.ai/mcp/servers/alexar76/aimarket-oracle-gateway/badges/score.svg)](https://glama.ai/mcp/servers/alexar76/aimarket-oracle-gateway) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - **Verifiable oracle MCP server**: Platon VRF (`get_random`), Chronos VDF (`compute_vdf` / `verify_vdf`), LUMEN reputation (`get_reputation_scores`) as agent tools. Pay-per-call over AIMarket Hub; every result independently verifiable. stdio Β· Python Β· [Glama](https://glama.ai/mcp/servers/alexar76/aimarket-oracle-gateway). - [alexfleetcommander/agent-trust-stack-mcp](https://github.com/alexfleetcommander/agent-trust-stack-mcp) [![agent-trust-stack-mcp MCP server](https://glama.ai/mcp/servers/alexfleetcommander/agent-trust-stack-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alexfleetcommander/agent-trust-stack-mcp) 🐍 πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Cryptographic provenance, bilateral blind reputation scoring, and tamper-evident logging for AI agent interactions. 7 interlocking trust protocols (CoC, ARP, ASA, AJP, ALP, AMP, CWEP) available in Python (pip) and TypeScript (npm). 663 tests. Bitcoin-anchored provenance chains, anti-Goodhart reputation scoring, machine-readable contracts, dispute resolution, lifecycle management, trust-weighted matchmaking, and context-window cost allocation. Also on [Smithery](https://smithery.ai/server/@alexfleetcommander/agent-trust-stack-mcp) and [PyPI](https://pypi.org/project/agent-trust-stack-mcp/). - [teodorofodocrispin-cmyk/trustboost-pii-sanitizer](https://github.com/teodorofodocrispin-cmyk/trustboost-api) [![trustboost-pii-sanitizer MCP server](https://glama.ai/mcp/servers/teodorofodocrispin-cmyk/trustboost-api/badges/score.svg)](https://glama.ai/mcp/servers/teodorofodocrispin-cmyk/trustboost-api) 🐍 ☁️ - PII sanitization layer for autonomous AI agent pipelines. Detects and redacts emails, phone numbers, national IDs, private keys, and financial data before text reaches LLMs. Supports EN, ES (LATAM), PT (BR/PT), DE, JA. Solana-native payments via Helius oracle. - [123Ergo/unphurl-mcp](https://github.com/123Ergo/unphurl-mcp) [![unphurl-mcp MCP server](https://glama.ai/mcp/servers/123Ergo/unphurl-mcp/badges/score.svg)](https://glama.ai/mcp/servers/123Ergo/unphurl-mcp) πŸ“‡ ☁️ - URL intelligence for AI agents. 13 tools for security signals and data quality: redirect behaviour, brand impersonation detection, domain age, SSL validation, parked detection, URL structural analysis, DNS enrichment. From f92e12cc453192ad8c8f05e137fa25f9c19622bf Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 18:58:44 +0200 Subject: [PATCH 386/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be8f259f9..125487c19 100644 --- a/README.md +++ b/README.md @@ -1437,7 +1437,7 @@ Tools and integrations that enhance the development workflow and environment man - [aarsiv-groups/shipi-mcp-server](https://github.com/aarsiv-groups/shipi-mcp-server) πŸ“‡ ☁️ - Shipi MCP server to create shipments, track packages, and compare rates with 18 tools for various carriers. Supports [remote MCP](https://mcp.myshipi.com/api/mcp). - [arthurpanhku/DragonMCP](https://github.com/arthurpanhku/DragonMCP) [![dragon-mcp MCP server](https://glama.ai/mcp/servers/arthurpanhku/dragon-mcp/badges/score.svg)](https://glama.ai/mcp/servers/arthurpanhku/dragon-mcp) πŸ“‡ 🏠 ☁️ 🍎 - MCP server for Greater China local life services: Meituan/Ele.me food delivery, Didi/Meituan ride-hailing, WeChat Pay/Alipay, Amap/Baidu Maps, 12306 high-speed rail, Taobao/JD/Xianyu e-commerce, Hong Kong government e-services, and more. - [catrinmdonnelly/royalmail-mcp](https://github.com/catrinmdonnelly/royalmail-mcp) [![catrinmdonnelly/royalmail-mcp MCP server](https://glama.ai/mcp/servers/catrinmdonnelly/royalmail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/catrinmdonnelly/royalmail-mcp) πŸ“‡ ☁️ - Book, label, track and cancel Royal Mail and Parcelforce shipments. 33 UK and international services via friendly keys or raw Service Register codes. `npx royalmail-mcp`. -- [iafanasov/packzoo-mcp](https://github.com/IAfanasov/packzoo-mcp) πŸ“‡ ☁️ - Compare parcel and letter delivery prices across 60+ carriers in 27 European countries. Remote MCP: [packzoo.com/api/mcp](https://packzoo.com/api/mcp). +- [iafanasov/packzoo-mcp](https://github.com/IAfanasov/packzoo-mcp) [![IAfanasov/packzoo-mcp MCP server](https://glama.ai/mcp/servers/IAfanasov/packzoo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/IAfanasov/packzoo-mcp) πŸ“‡ ☁️ - Compare parcel and letter delivery prices across 60+ carriers in 27 European countries. Remote MCP: [packzoo.com/api/mcp](https://packzoo.com/api/mcp). - [warpfreight/warp-agent-mcp](https://github.com/warpfreight/warp-agent-mcp) [![warpfreight/warp-agent-mcp MCP server](https://glama.ai/mcp/servers/warpfreight/warp-agent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/warpfreight/warp-agent-mcp) πŸ“‡ ☁️ - Book real LTL/FTL/van/box-truck freight through the Warp network. 20 tools, in-chat login, Stripe-charged bookings, real carrier dispatch. Live demo at [wearewarp.com/agents/mcp](https://wearewarp.com/agents/mcp). - [Yang1Bai/claw-tsaver](https://github.com/Yang1Bai/claw-tsaver)__ 🐍 🏠 🍎 πŸͺŸ 🐧 - Token-saving MCP proxy that intercepts oversized tool returns and replaces them with a preview + on-demand handle. Real benchmark: 11,507 tokens β†’ 104 tokens (99.1% saved) on a Wikipedia fetch. Works with OpenClaw + Claude. From a5f80f218ebe45467441be076a990f8ef745dffa Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 19:28:08 +0200 Subject: [PATCH 387/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 082d4efc3..3ce6b1926 100644 --- a/README.md +++ b/README.md @@ -996,7 +996,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [saikiyusuke/registep-mcp](https://github.com/saikiyusuke/registep-mcp) πŸ“‡ ☁️ - AI-powered POS & sales analytics MCP server with 67 tools for Airレジ, γ‚Ήγƒžγƒ¬γ‚Έ, and BASE EC integration. Provides store management, sales data querying, AI chat analysis, and weather correlation features. - [us-all/airflow-mcp-server](https://github.com/us-all/airflow-mcp-server) [![us-all/airflow-mcp-server MCP server](https://glama.ai/mcp/servers/us-all/airflow-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/us-all/airflow-mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Airflow REST API β€” 7 tools (DAG list, runs, task instances, log tails, trigger, clear). `dag-health-rollup` aggregation. Airflow 3.x `/api/v2` + JWT (SimpleAuthManager); pin `0.1.x` for Airflow 2.x. Read-only by default; trigger/clear write-gated. - [soil-dev/capsulemcp](https://github.com/soil-dev/capsulemcp) [![soil-dev/capsulemcp MCP server](https://glama.ai/mcp/servers/soil-dev/capsulemcp/badges/score.svg)](https://glama.ai/mcp/servers/soil-dev/capsulemcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for [Capsule CRM](https://capsulecrm.com). 81 tools (49 in read-only mode) covering contacts, opportunities, projects, tasks, timeline activity, structured + saved filters, workflow tracks, and file attachments. Two transports β€” stdio (`npx capsulemcp`) and HTTP+OAuth for hosted Custom Connectors. Read-only-mode env flag for safer defaults. Apache 2.0. -- [Sugra-Systems/sugra-api-mcp](https://github.com/Sugra-Systems/sugra-api-mcp) πŸŽ–οΈ 🐍 ☁️ - Connector between LLM agents and world data - 1,500+ endpoints aggregating 160+ primary sources across 36 data domains: markets, macroeconomics, company fundamentals, government, news, climate, maritime, and entity screening. Install via `pip install sugra-api-mcp` or hosted at app.sugra.ai/mcp. [![Sugra-Systems/sugra-api-mcp MCP server](https://glama.ai/mcp/servers/Sugra-Systems/sugra-api-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Sugra-Systems/sugra-api-mcp) +- [Sugra-Systems/sugra-api-mcp](https://github.com/Sugra-Systems/sugra-api-mcp) [![Sugra-Systems/sugra-api-mcp MCP server](https://glama.ai/mcp/servers/Sugra-Systems/sugra-api-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Sugra-Systems/sugra-api-mcp) πŸŽ–οΈ 🐍 ☁️ - Connector between LLM agents and world data - 1,500+ endpoints aggregating 160+ primary sources across 36 data domains: markets, macroeconomics, company fundamentals, government, news, climate, maritime, and entity screening. Install via `pip install sugra-api-mcp` or hosted at app.sugra.ai/mcp. - [vikramgorla/mcp-swiss](https://github.com/vikramgorla/mcp-swiss) [![mcp-swiss](https://glama.ai/mcp/servers/vikramgorla/mcp-swiss/badges/score.svg)](https://glama.ai/mcp/servers/vikramgorla/mcp-swiss) πŸ“‡ ☁️ - 68 tools for Swiss open data: transport, weather, geodata, companies, parliament, and more. Zero API keys required. - [yashshingvi/databricks-genie-MCP](https://github.com/yashshingvi/databricks-genie-MCP) 🐍 ☁️ - A server that connects to the Databricks Genie API, allowing LLMs to ask natural language questions, run SQL queries, and interact with Databricks conversational agents. - [Younghef/nutriref-api](https://github.com/Younghef/nutriref-api) [![Younghef/nutriref-api MCP server](https://glama.ai/mcp/servers/Younghef/nutriref-api/badges/score.svg)](https://glama.ai/mcp/servers/Younghef/nutriref-api) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - USDA FoodData Central nutrition for AI agents β€” pay-per-call in USDC on Base via x402. Four tools (search, detail, compare, recipe) at $0.001–$0.005 per call. No signup, no API keys; MCPB-packaged for one-click install. From 25f96f951db08b1c8f70f056916abf60b80eb7ee Mon Sep 17 00:00:00 2001 From: ogasurfproject-jpg Date: Thu, 23 Jul 2026 03:29:06 +0900 Subject: [PATCH 388/403] Update README with new MCP server entries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 316f5938d..2a358834a 100644 --- a/README.md +++ b/README.md @@ -1623,6 +1623,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [juergenkoller-software/distill-mcp](https://github.com/juergenkoller-software/distill-mcp) [![juergenkoller-software/distill-mcp MCP server](https://glama.ai/mcp/servers/juergenkoller-software/distill-mcp/badges/score.svg)](https://glama.ai/mcp/servers/juergenkoller-software/distill-mcp) 🏠 🍎 - MCP bridge for [Distill](https://store.juergenkoller.software/en/apps/distill) β€” AI file renamer that analyzes content (PDF/OCR/Office/email/media) and renames files with descriptive names. Five AI providers (Claude, OpenAI, Gemini, Ollama, Apple Intelligence), pay-per-use credits, folder monitoring, 9 MCP tools. ### πŸ’° Finance & Fintech +- [HORIZON SHIELD](https://github.com/ogasurfproject-jpg/horizon-shield) - Third-party auditor for Japanese construction & renovation estimates; flags overcharge and returns Bitcoin-anchored, verifiable signed receipts (PTKA). Remote MCP, no auth. - [atomno-mcp/mcp-fns-calc](https://github.com/atomno-mcp/mcp-fns-calc) [![atomno-mcp/mcp-fns-calc MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc) 🐍 ☁️ - MCP-сСрвСр Π½Π°Π»ΠΎΠ³ΠΎΠ²Ρ‹Ρ…/бухгалтСрских ΠΊΠ°Π»ΡŒΠΊΡƒΠ»ΡΡ‚ΠΎΡ€ΠΎΠ² ЀНБ + ΠΏΡƒΠ±Π»ΠΈΡ‡Π½Ρ‹Π΅ Ρ„ΠΈΡΠΊΠ°Π»ΡŒΠ½Ρ‹Π΅ статусы (самозанятый, ИП/ΠžΠšΠ’Π­Π”, дисквалификация, Π±Π»ΠΎΠΊΠΈΡ€ΠΎΠ²ΠΊΠΈ счСтов). Π’ΠΎΠ»Π½Π° 1, ΡŽΡ€-риск ΠΌΠΈΠ½ΠΈΠΌΠ°Π»ΡŒΠ½Ρ‹ΠΉ - [SimonTarara62/capitalcom-mcp-server](https://github.com/SimonTarara62/capitalcom-mcp-server) [![SimonTarara62/capitalcom-mcp-server MCP server](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server) 🐍 🏠 ☁️ - Unofficial, community MCP for the Capital.com Open API: safe, guarded trading and market data. Two-phase trades (preview β†’ confirm β†’ execute), allowlists, demo-first. Install with `uvx capitalcom-mcp`. - [forum-labs/payfetch](https://github.com/forum-labs/payfetch) [![forum-labs/payfetch MCP server](https://glama.ai/mcp/servers/forum-labs/payfetch/badges/score.svg)](https://glama.ai/mcp/servers/forum-labs/payfetch) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Non-custodial paying-fetch client for agents that pay APIs over HTTP 402 (x402, USDC on Base). The operator sets hard per-call/per-day/per-host spend caps, an approval threshold, and allow/deny lists, with an append-only receipt for every attempt; the agent can't raise its own limits. `npx -y -p @forum-labs/payfetch payfetch-mcp` From b89c0eedd21683f41979d1575cd76373d4077b0c Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 20:35:36 +0200 Subject: [PATCH 389/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39ceddddb..f53adc0e8 100644 --- a/README.md +++ b/README.md @@ -909,7 +909,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [neo4j-contrib/mcp-neo4j](https://github.com/neo4j-contrib/mcp-neo4j) 🐍 🏠 - Model Context Protocol with Neo4j (Run queries, Knowledge Graph Memory, Manaage Neo4j Aura Instances) - [neondatabase/mcp-server-neon](https://github.com/neondatabase/mcp-server-neon) πŸ“‡ ☁️ β€” An MCP Server for creating and managing Postgres databases using Neon Serverless Postgres - [niledatabase/nile-mcp-server](https://github.com/niledatabase/nile-mcp-server) MCP server for Nile's Postgres platform - Manage and query Postgres databases, tenants, users, auth using LLMs -- [nlqueries/nlqueries](https://github.com/nlqueries/nlqueries) 🐍🏠 - Natural language to validated SQL engine with multi-connector support (PostgreSQL, MySQL, Snowflake, BigQuery, DuckDB), document QA, semantic caching, and self-hosted MCP server. [![nlqueries/nlqueries MCP server](https://glama.ai/mcp/servers/nlqueries/nlqueries/badges/score.svg)](https://glama.ai/mcp/servers/nlqueries/nlqueries) +- [nlqueries/nlqueries](https://github.com/nlqueries/nlqueries) [![nlqueries/nlqueries MCP server](https://glama.ai/mcp/servers/nlqueries/nlqueries/badges/score.svg)](https://glama.ai/mcp/servers/nlqueries/nlqueries) 🐍 🏠 - Natural language to validated SQL engine with multi-connector support (PostgreSQL, MySQL, Snowflake, BigQuery, DuckDB), document QA, semantic caching, and self-hosted MCP server. - [openlink/mcp-server-jdbc](https://github.com/OpenLinkSoftware/mcp-jdbc-server) 🐍 🏠 - An MCP server for generic Database Management System (DBMS) Connectivity via the Java Database Connectivity (JDBC) protocol - [openlink/mcp-server-odbc](https://github.com/OpenLinkSoftware/mcp-odbc-server) 🐍 🏠 - An MCP server for generic Database Management System (DBMS) Connectivity via the Open Database Connectivity (ODBC) protocol - [openlink/mcp-server-sqlalchemy](https://github.com/OpenLinkSoftware/mcp-sqlalchemy-server) 🐍 🏠 - An MCP server for generic Database Management System (DBMS) Connectivity via SQLAlchemy using Python ODBC (pyodbc) From fdc8b0f7870f2d46926de15c6f10081981480f91 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 20:38:35 +0200 Subject: [PATCH 390/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e05dec5ff..82764ac67 100644 --- a/README.md +++ b/README.md @@ -3163,7 +3163,7 @@ Tools for accessing sports-related data, results, and statistics. - [anup-shesh/garmin-local-mcp](https://github.com/anup-shesh/garmin-local-mcp) [![anup-shesh/garmin-local-mcp MCP server](https://glama.ai/mcp/servers/anup-shesh/garmin-local-mcp/badges/score.svg)](https://glama.ai/mcp/servers/anup-shesh/garmin-local-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Local-first Garmin data warehouse: incremental sync into SQLite you own, with server-side trends, lag-aware correlations, personal baselines, and anomaly detection returned as compact tables. Analysis keeps working offline when Garmin's API breaks, and a zero-auth FIT-bundle import fills gaps with no login at all. - [arturogarrido/claudinho](https://github.com/arturogarrido/claudinho) [![arturogarrido/claudinho MCP server](https://glama.ai/mcp/servers/arturogarrido/claudinho/badges/score.svg)](https://glama.ai/mcp/servers/arturogarrido/claudinho) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Live scores, fixtures, standings, and read-only prediction-market signals for the 2026 World Cup. No API keys. - [Backspace-me/sportscore-mcp](https://github.com/Backspace-me/sportscore-mcp) [![Backspace-me/sportscore-mcp MCP server](https://glama.ai/mcp/servers/Backspace-me/sportscore-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Backspace-me/sportscore-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Live scores, standings, top scorers, player stats, and knockout brackets for football, basketball, cricket, and tennis. Free public API, no key required. -- [chessceo/chessceo-mcp](https://github.com/chessceo/chessceo-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Chess data via [chess.ceo](https://chess.ceo) β€” 11.7M+ games and ~1.5M FIDE player profiles. 8 tools: player search, per-player opening preparation (opening tree with frequency + win rate), position statistics from the full game database, head-to-head records, and live tournament broadcasts. No API key. Remote server at `https://mcp.chess.ceo/mcp` or local via `npx -y @chessceo/mcp`. +- [chessceo/chessceo-mcp](https://github.com/chessceo/chessceo-mcp) [![chessceo/chessceo-mcp MCP server](https://glama.ai/mcp/servers/chessceo/chessceo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/chessceo/chessceo-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Chess data via [chess.ceo](https://chess.ceo) β€” 11.7M+ games and ~1.5M FIDE player profiles. 8 tools: player search, per-player opening preparation (opening tree with frequency + win rate), position statistics from the full game database, head-to-head records, and live tournament broadcasts. No API key. Remote server at `https://mcp.chess.ceo/mcp` or local via `npx -y @chessceo/mcp`. - [cloudbet/sports-mcp-server](https://github.com/cloudbet/sports-mcp-server) 🏎️ ☁️ – Access structured sports data via the Cloudbet API. Query upcoming events, live odds, stake limits, and market info across soccer, basketball, tennis, esports, and more. - [DanielTomaro13/sportsdata-mcp](https://github.com/DanielTomaro13/sportsdata-mcp) [![DanielTomaro13/sportsdata-mcp MCP server](https://glama.ai/mcp/servers/DanielTomaro13/sportsdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DanielTomaro13/sportsdata-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Live sports data and cross-book betting odds as ~500 tools across 28 providers β€” 10+ bookmakers (Sportsbet, TAB, Betfair, Pinnacle, FanDuel…), official league feeds (NBA, MLB, EPL, AFL, NRL, F1 telemetry), racing, and Kalshi/Polymarket prediction markets. Zero-config setup, no API keys for most providers. MIT. - [dohyung1/x402-fpl-api](https://github.com/dohyung1/x402-fpl-api) [![dohyung1/x402-fpl-api MCP server](https://glama.ai/mcp/servers/dohyung1/x402-fpl-api/badges/score.svg)](https://glama.ai/mcp/servers/dohyung1/x402-fpl-api) 🐍 🏠 - Personalized Fantasy Premier League intelligence β€” scored captain picks, transfer suggestions, differentials, fixture outlook, price predictions, live points, and a full manager hub that auto-detects your bank balance, free transfers, and chips. From ccbacd6d6b4dfb42daae672f19bf969063200d6d Mon Sep 17 00:00:00 2001 From: "aleksandr.artamokhov" Date: Wed, 22 Jul 2026 20:39:51 +0200 Subject: [PATCH 391/403] Add alexar76/argus WARDEN MCP server (Security) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70a006d4a..293b6538e 100644 --- a/README.md +++ b/README.md @@ -2929,6 +2929,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [srinivasan-sundaresan95/orihime](https://github.com/srinivasan-sundaresan95/orihime) [![orihime MCP server](https://glama.ai/mcp/servers/srinivasan-sundaresan95/orihime/badges/score.svg)](https://glama.ai/mcp/servers/srinivasan-sundaresan95/orihime) 🐍 🏠 🍎 πŸͺŸ 🐧 - Cross-repository code knowledge graph MCP server for Java, Kotlin, JavaScript, and TypeScript. Indexes source into embedded KuzuDB via tree-sitter; 30+ tools for call-flow tracing, multi-hop taint analysis (OWASP/CWE/PCI/STIG reports), entry-point reachability filtering, performance hotspot detection, and license compliance β€” without reading source files. 95% fewer tokens vs source-reading baseline. `pip install orihime` - [alexar76/aimarket-mcp](https://github.com/alexar76/aimarket-mcp) [![alexar76/aimarket-mcp MCP server](https://glama.ai/mcp/servers/alexar76/aimarket-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alexar76/aimarket-mcp) πŸŽ–οΈ 🐍 🏠 ☁️ - **SSRF-hardened web gateway MCP** β€” `web_fetch`, `web_search`, `metis_verify`; one audited security core for Metis, ARGUS, and the ecosystem. stdio + optional HTTP Β· Python Β· [Glama](https://glama.ai/mcp/servers/alexar76/aimarket-mcp) Β· Registry `io.github.alexar76/aimarket-mcp`. - [alexar76/aimarket-oracle-gateway](https://github.com/alexar76/aimarket-oracle-gateway) [![alexar76/aimarket-oracle-gateway MCP server](https://glama.ai/mcp/servers/alexar76/aimarket-oracle-gateway/badges/score.svg)](https://glama.ai/mcp/servers/alexar76/aimarket-oracle-gateway) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - **Verifiable oracle MCP server**: Platon VRF (`get_random`), Chronos VDF (`compute_vdf` / `verify_vdf`), LUMEN reputation (`get_reputation_scores`) as agent tools. Pay-per-call over AIMarket Hub; every result independently verifiable. stdio Β· Python Β· [Glama](https://glama.ai/mcp/servers/alexar76/aimarket-oracle-gateway). +- [alexar76/argus](https://github.com/alexar76/argus) [![alexar76/argus MCP server](https://glama.ai/mcp/servers/alexar76/argus/badges/score.svg)](https://glama.ai/mcp/servers/alexar76/argus) πŸŽ–οΈ πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - **ARGUS-3 as a stdio MCP server** (`argus mcp` β†’ `argus_ask`, `argus_status`). **WARDEN** vets third-party MCP servers before any tool runs (LUMEN-scored firewall, tool-def pinning, drift sentinel). Distinct from `aimarket-oracle-gateway` (oracle tools) and `aimarket-plugins` (hub packager). npm `@alexar76/argus3` Β· [live](https://magic-ai-factory.com/argus/). - [alexfleetcommander/agent-trust-stack-mcp](https://github.com/alexfleetcommander/agent-trust-stack-mcp) [![agent-trust-stack-mcp MCP server](https://glama.ai/mcp/servers/alexfleetcommander/agent-trust-stack-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alexfleetcommander/agent-trust-stack-mcp) 🐍 πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Cryptographic provenance, bilateral blind reputation scoring, and tamper-evident logging for AI agent interactions. 7 interlocking trust protocols (CoC, ARP, ASA, AJP, ALP, AMP, CWEP) available in Python (pip) and TypeScript (npm). 663 tests. Bitcoin-anchored provenance chains, anti-Goodhart reputation scoring, machine-readable contracts, dispute resolution, lifecycle management, trust-weighted matchmaking, and context-window cost allocation. Also on [Smithery](https://smithery.ai/server/@alexfleetcommander/agent-trust-stack-mcp) and [PyPI](https://pypi.org/project/agent-trust-stack-mcp/). - [teodorofodocrispin-cmyk/trustboost-pii-sanitizer](https://github.com/teodorofodocrispin-cmyk/trustboost-api) [![trustboost-pii-sanitizer MCP server](https://glama.ai/mcp/servers/teodorofodocrispin-cmyk/trustboost-api/badges/score.svg)](https://glama.ai/mcp/servers/teodorofodocrispin-cmyk/trustboost-api) 🐍 ☁️ - PII sanitization layer for autonomous AI agent pipelines. Detects and redacts emails, phone numbers, national IDs, private keys, and financial data before text reaches LLMs. Supports EN, ES (LATAM), PT (BR/PT), DE, JA. Solana-native payments via Helius oracle. - [123Ergo/unphurl-mcp](https://github.com/123Ergo/unphurl-mcp) [![unphurl-mcp MCP server](https://glama.ai/mcp/servers/123Ergo/unphurl-mcp/badges/score.svg)](https://glama.ai/mcp/servers/123Ergo/unphurl-mcp) πŸ“‡ ☁️ - URL intelligence for AI agents. 13 tools for security signals and data quality: redirect behaviour, brand impersonation detection, domain age, SSL validation, parked detection, URL structural analysis, DNS enrichment. From a8e83abe50c1c66fc724c79fcee1d0448a43acab Mon Sep 17 00:00:00 2001 From: ogasurfproject-jpg Date: Thu, 23 Jul 2026 03:41:46 +0900 Subject: [PATCH 392/403] Update MCP server entries in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a358834a..6c2336e0a 100644 --- a/README.md +++ b/README.md @@ -1623,7 +1623,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [juergenkoller-software/distill-mcp](https://github.com/juergenkoller-software/distill-mcp) [![juergenkoller-software/distill-mcp MCP server](https://glama.ai/mcp/servers/juergenkoller-software/distill-mcp/badges/score.svg)](https://glama.ai/mcp/servers/juergenkoller-software/distill-mcp) 🏠 🍎 - MCP bridge for [Distill](https://store.juergenkoller.software/en/apps/distill) β€” AI file renamer that analyzes content (PDF/OCR/Office/email/media) and renames files with descriptive names. Five AI providers (Claude, OpenAI, Gemini, Ollama, Apple Intelligence), pay-per-use credits, folder monitoring, 9 MCP tools. ### πŸ’° Finance & Fintech -- [HORIZON SHIELD](https://github.com/ogasurfproject-jpg/horizon-shield) - Third-party auditor for Japanese construction & renovation estimates; flags overcharge and returns Bitcoin-anchored, verifiable signed receipts (PTKA). Remote MCP, no auth. +- [ogasurfproject-jpg/horizon-shield](https://github.com/ogasurfproject-jpg/horizon-shield) [![ogasurfproject-jpg/horizon-shield MCP server](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield/badges/score.svg)](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield) πŸ“‡ ☁️ - Third-party auditor for Japanese construction & renovation estimates; flags overcharge and returns Bitcoin-anchored, verifiable signed receipts (PTKA). Remote MCP, no auth. - [atomno-mcp/mcp-fns-calc](https://github.com/atomno-mcp/mcp-fns-calc) [![atomno-mcp/mcp-fns-calc MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc) 🐍 ☁️ - MCP-сСрвСр Π½Π°Π»ΠΎΠ³ΠΎΠ²Ρ‹Ρ…/бухгалтСрских ΠΊΠ°Π»ΡŒΠΊΡƒΠ»ΡΡ‚ΠΎΡ€ΠΎΠ² ЀНБ + ΠΏΡƒΠ±Π»ΠΈΡ‡Π½Ρ‹Π΅ Ρ„ΠΈΡΠΊΠ°Π»ΡŒΠ½Ρ‹Π΅ статусы (самозанятый, ИП/ΠžΠšΠ’Π­Π”, дисквалификация, Π±Π»ΠΎΠΊΠΈΡ€ΠΎΠ²ΠΊΠΈ счСтов). Π’ΠΎΠ»Π½Π° 1, ΡŽΡ€-риск ΠΌΠΈΠ½ΠΈΠΌΠ°Π»ΡŒΠ½Ρ‹ΠΉ - [SimonTarara62/capitalcom-mcp-server](https://github.com/SimonTarara62/capitalcom-mcp-server) [![SimonTarara62/capitalcom-mcp-server MCP server](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server) 🐍 🏠 ☁️ - Unofficial, community MCP for the Capital.com Open API: safe, guarded trading and market data. Two-phase trades (preview β†’ confirm β†’ execute), allowlists, demo-first. Install with `uvx capitalcom-mcp`. - [forum-labs/payfetch](https://github.com/forum-labs/payfetch) [![forum-labs/payfetch MCP server](https://glama.ai/mcp/servers/forum-labs/payfetch/badges/score.svg)](https://glama.ai/mcp/servers/forum-labs/payfetch) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Non-custodial paying-fetch client for agents that pay APIs over HTTP 402 (x402, USDC on Base). The operator sets hard per-call/per-day/per-host spend caps, an approval threshold, and allow/deny lists, with an append-only receipt for every attempt; the agent can't raise its own limits. `npx -y -p @forum-labs/payfetch payfetch-mcp` From f1bd267a51b1629e1cbe1e8b4d272eeefcff1184 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 20:43:57 +0200 Subject: [PATCH 393/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70a006d4a..4684aab13 100644 --- a/README.md +++ b/README.md @@ -2726,7 +2726,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [vectara/vectara-mcp](https://github.com/vectara/vectara-mcp) 🐍 🏠 ☁️ - An MCP server for accessing Vectara's trusted RAG-as-a-service platform. ### πŸ”Ž Search & Data Extraction -- [KnockOutEZ/wigolo](https://github.com/KnockOutEZ/wigolo) πŸ“‡ 🏠 - Local-first, keyless web intelligence in one server: search, fetch, crawl, extract, cache, find-similar, and research. Multi-engine search with local ML reranking and a persistent SQLite cache, renders JS-heavy pages, and keeps everything on your machine. Install via `npx wigolo init --non-interactive --agents=`. [![KnockOutEZ/wigolo MCP server](https://glama.ai/mcp/servers/KnockOutEZ/wigolo/badges/score.svg)](https://glama.ai/mcp/servers/KnockOutEZ/wigolo) +- [KnockOutEZ/wigolo](https://github.com/KnockOutEZ/wigolo) [![KnockOutEZ/wigolo MCP server](https://glama.ai/mcp/servers/KnockOutEZ/wigolo/badges/score.svg)](https://glama.ai/mcp/servers/KnockOutEZ/wigolo) πŸ“‡ 🏠 - Local-first, keyless web intelligence in one server: search, fetch, crawl, extract, cache, find-similar, and research. Multi-engine search with local ML reranking and a persistent SQLite cache, renders JS-heavy pages, and keeps everything on your machine. Install via `npx wigolo init --non-interactive --agents=`. - [newsagentdata/newsagent-mcp](https://github.com/newsagentdata/newsagent-mcp) [![newsagentdata/newsagent-mcp MCP server](https://glama.ai/mcp/servers/newsagentdata/newsagent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/newsagentdata/newsagent-mcp) 🐍 ☁️ - Real-time, ML-enriched news intelligence β€” urgency scoring, political lean & event clustering across 190+ countries. - [qinisolabs/icdwise](https://github.com/qinisolabs/icdwise) πŸ“‡ 🏠 ☁️ - Verified ICD-10-CM medical code lookup, validation & reverse search β€” official descriptions, never guessed. [![qinisolabs/icdwise MCP server](https://glama.ai/mcp/servers/qinisolabs/icdwise/badges/score.svg)](https://glama.ai/mcp/servers/qinisolabs/icdwise) - [AIweather-Anurag/ottasia-mcp-server](https://github.com/AIweather-Anurag/ottasia-mcp-server) [![AIweather-Anurag/ottasia-mcp-server MCP server](https://glama.ai/mcp/servers/AIweather-Anurag/ottasia-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/AIweather-Anurag/ottasia-mcp-server) πŸ“‡ ☁️ 🏠 - Where to watch any movie or TV show across 30 Asian and Middle Eastern streaming markets (Netflix, Disney+ Hotstar, Wavve, Shahid, Hoichoi, ZEE5, JioCinema, and 17 more). `npx -y @ottasia/mcp-server` From 30d427ca68d005484911937bf3ab4ddad8a0bace Mon Sep 17 00:00:00 2001 From: "Mr. A" Date: Wed, 22 Jul 2026 20:45:31 +0200 Subject: [PATCH 394/403] Add aradar46/reuse-before-generate to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4684aab13..cba2f0287 100644 --- a/README.md +++ b/README.md @@ -1011,6 +1011,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### πŸ’» Developer Tools - [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`. +- [aradar46/reuse-before-generate](https://github.com/aradar46/reuse-before-generate) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Checks whether a project idea already exists before your agent scaffolds it. Searches GitHub, npm and Python repos, drops archived/inactive results, and returns at most 3 maintained alternatives with a concrete "extend this instead" suggestion for each. The calling agent does the relevance judgement itself, so no extra API key is needed. `npx -y reuse-before-generate` - [hernaninverso/eleata-verify-mcp](https://github.com/hernaninverso/eleata-verify-mcp) [![hernaninverso/eleata-verify-mcp MCP server](https://glama.ai/mcp/servers/hernaninverso/eleata-verify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hernaninverso/eleata-verify-mcp) πŸ“‡ ☁️ - Grounding / hallucination guard: verify a claim against evidence (Supported/Refuted/Not Enough Evidence) with a confidence + abstain flag, for RAG and agents. `npx -y eleata-verify-mcp`. - [appcreationsca/bumpguard-mcp](https://github.com/appcreationsca/bumpguard-mcp) [![appcreationsca/bumpguard-mcp MCP server](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Pre-flight dependency-upgrade impact analysis: reports exactly which of your code's API usages break *before* you bump a dependency, with line numbers, severity, and fix hints. Also verifies AI-written code against the actually-installed API to catch hallucinated calls. Static analysis only β€” never runs third-party code. Python + .NET. `pip install bumpguard-mcp` - [MasterPlayspots/motionspec](https://github.com/MasterPlayspots/motionspec) [![MasterPlayspots/motionspec MCP server](https://glama.ai/mcp/servers/MasterPlayspots/motionspec/badges/score.svg)](https://glama.ai/mcp/servers/MasterPlayspots/motionspec) πŸ“‡ ☁️ 🏠 - Reduced-motion / WCAG 2.2.2+2.3.3 verification for web animation: agents author validated specs; a deterministic compiler emits reduced-motion-safe, on-budget CSS. Keyless hosted endpoint (motion_catalog, motion_validate). From a035b9178392cef210cbcee1646b576a5a8f8be7 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 20:48:50 +0200 Subject: [PATCH 395/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 322d2ff57..259c3716f 100644 --- a/README.md +++ b/README.md @@ -3341,7 +3341,7 @@ Interact with Git repositories and version control platforms. Enables repository - [drzamarian/n8n-mcp-community](https://github.com/drzamarian/n8n-mcp-community) [![drzamarian/n8n-mcp-community MCP server](https://glama.ai/mcp/servers/drzamarian/n8n-mcp-community/badges/score.svg)](https://glama.ai/mcp/servers/drzamarian/n8n-mcp-community) πŸ“‡ 🏠 - Security-focused MCP server for self-hosted n8n Community Edition: 44 bounded tools for workflows, executions, credentials, tags, and diagnostics, read-only by default, with no external AI calls. - [ellmos-ai/n8n-manager-mcp](https://github.com/ellmos-ai/n8n-manager-mcp) [![ellmos-ai/n8n-manager-mcp MCP server](https://glama.ai/mcp/servers/ellmos-ai/n8n-manager-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ellmos-ai/n8n-manager-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for managing n8n workflows through AI assistants, including workflow CRUD, synchronization, inspection, and execution support. - [ernestocorona/kanboard-mcp](https://github.com/ErnestoCorona/kanboard-mcp) [![ErnestoCorona/kanboard-mcp MCP server](https://glama.ai/mcp/servers/ErnestoCorona/kanboard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ErnestoCorona/kanboard-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - TypeScript MCP server for [Kanboard](https://kanboard.org) with multi-project routing via `.kanboard.yaml`. 37 tools, 982 unit tests, Docker multi-arch on GHCR, provenance-signed npm releases via OIDC, DiΓ‘taxis-structured docs, MIT licensed. -- [OurThinkTank/founders-os](https://github.com/OurThinkTank/founders-os) [![founders-os MCP server](https://glama.ai/mcp/servers/OurThinkTank/founders-os/badges/card.svg)](https://glama.ai/mcp/servers/OurThinkTank/founders-os) πŸ“‡ 🏠 - Self-hosted business context for your AI client: CRM, check points, automation triggers, financial ledger, tasks, playbooks, news feeds, projects, and semantic memory in one MCP server. Ask one question and it reads your CRM and books together. Your data stays in your own database. MIT licensed. +- [OurThinkTank/founders-os](https://github.com/OurThinkTank/founders-os) [![OurThinkTank/founders-os MCP server](https://glama.ai/mcp/servers/OurThinkTank/founders-os/badges/score.svg)](https://glama.ai/mcp/servers/OurThinkTank/founders-os) πŸ“‡ 🏠 - Self-hosted business context for your AI client: CRM, check points, automation triggers, financial ledger, tasks, playbooks, news feeds, projects, and semantic memory in one MCP server. Ask one question and it reads your CRM and books together. Your data stays in your own database. MIT licensed. - [foxintheloop/UpTier](https://github.com/foxintheloop/UpTier) πŸ“‡ 🏠 πŸͺŸ - Desktop task manager with clean To Do-style UI and 25+ MCP tools for prioritization, goal tracking, and multi-profile workflows. - [getalai/alai-mcp-server](https://github.com/getalai/alai-mcp-server) [![Alai MCP server](https://glama.ai/mcp/servers/getalai/Alai/badges/score.svg)](https://glama.ai/mcp/servers/getalai/Alai) 🐍 ☁️ πŸŽ–οΈ - Generate, edit, and export high quality presentations with AI to PDF, PPTX, or a shareable link. - [giuseppe-coco/Google-Workspace-MCP-Server](https://github.com/giuseppe-coco/Google-Workspace-MCP-Server) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - MCP server that seamlessly interacts with your Google Calendar, Gmail, Drive and so on. From eddcd1c69c7a64b6dc321598851323b0cb62e3cf Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 20:54:19 +0200 Subject: [PATCH 396/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13782e736..69dec946a 100644 --- a/README.md +++ b/README.md @@ -1635,7 +1635,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [george-kozlitin/borme-mcp](https://github.com/george-kozlitin/borme-mcp) [![george-kozlitin/borme-mcp MCP server](https://glama.ai/mcp/servers/george-kozlitin/borme-mcp/badges/score.svg)](https://glama.ai/mcp/servers/george-kozlitin/borme-mcp) 🐍 ☁️ - Spain's official company registry (BORME) for agents: 9.5M typed company events since 2009 β€” incorporations, director changes, insolvencies, capital moves across 52 event kinds. Free hosted endpoint: `https://mcp.bormeapi.com/mcp`. - [0rkz/byte-mcp-server](https://github.com/0rkz/byte-mcp-server) [![0rkz/byte-mcp-server MCP server](https://glama.ai/mcp/servers/0rkz/byte-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/0rkz/byte-mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - PayPerByte β€” per-byte data marketplace for AI agents on Arbitrum. Discover publishers, evaluate on-chain Proof-of-Quality Score (PQS), subscribe + pay per request in USDC via x402 gateway. 15 tools, zero API keys. - [Savvly/savvly-mcp](https://github.com/Savvly/savvly-mcp) [![Savvly/savvly-mcp MCP server](https://glama.ai/mcp/servers/Savvly/savvly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Savvly/savvly-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🏠 - Savvly Longevity Benefit Fund: retirement projections (lump-sum, monthly, and full trajectory), product comparisons, eligibility checks, and FAQ search. An SEC-registered fund offering market upside plus longevity protection. Remote at api.savvly.com/mcp or `npx @savvly/mcp-server`. -- [ShieldZCash/shieldz-mcp](https://github.com/ShieldZCash/shieldz-mcp) πŸ“‡ ☁️ 🏠 - Keyless, non-custodial crypto payments. Create crypto payment links and tip jars with just a wallet address, no API key, no signup. Funds settle directly to the merchant’s wallet. Remote at https://shieldz.cash/mcp or `npx @shieldz/mcp`. +- [ShieldZCash/shieldz-mcp](https://github.com/ShieldZCash/shieldz-mcp) [![ShieldZCash/shieldz-mcp MCP server](https://glama.ai/mcp/servers/ShieldZCash/shieldz-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ShieldZCash/shieldz-mcp) πŸ“‡ ☁️ 🏠 - Keyless, non-custodial crypto payments. Create crypto payment links and tip jars with just a wallet address, no API key, no signup. Funds settle directly to the merchant’s wallet. Remote at https://shieldz.cash/mcp or `npx @shieldz/mcp`. - [eliasfire617/crypto-market-data-mcp](https://github.com/eliasfire617/crypto-market-data-mcp) [![eliasfire617/crypto-market-data-mcp MCP server](https://glama.ai/mcp/servers/eliasfire617/crypto-market-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/eliasfire617/crypto-market-data-mcp) 🐍 ☁️ - Live crypto market data β€” price, funding rates, open interest, long/short ratio, order book, candles β€” across Bybit, Binance, OKX, Hyperliquid, Gate, KuCoin via CCXT, with funding-rate arbitrage comparison. - [Scottcjn/rustchain-mcp](https://github.com/Scottcjn/rustchain-mcp) [![Scottcjn/rustchain-mcp MCP server](https://glama.ai/mcp/servers/Scottcjn/rustchain-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Scottcjn/rustchain-mcp) 🐍 ☁️ - MCP server for RustChain blockchain, BoTTube video platform, and Beacon agent messaging. Wallet management, mining queries, bounties, video search/upload, and agent messaging tools. Install via `pip install rustchain-mcp`. - [ocbenji/bitcoinbenji-mcp](https://github.com/ocbenji/bitcoinbenji-mcp) [![ocbenji/bitcoinbenji-mcp MCP server](https://glama.ai/mcp/servers/ocbenji/bitcoinbenji-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ocbenji/bitcoinbenji-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Lightning-paid (L402) Bitcoin mempool intelligence + sovereign on-prem AI inference. 25 pay-per-call tools: live fees with trend, whale/mempool alerts, fee prediction, tx status & exact fee quotes, plus AI summarize/translate/grammar/code-review/code-gen/extract/classify/rewrite/explain/vision/OCR/embeddings and long-context docs β€” all on a self-hosted solar-powered GPU, no third-party APIs, pay 2–100 sats per call. `npm i -g @bitcoinbenji/mcp` From 85f70312323ae476e06aab82b8bd5dff62154e8c Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 21:26:41 +0200 Subject: [PATCH 397/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0055bce60..d25078885 100644 --- a/README.md +++ b/README.md @@ -652,7 +652,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [Touchpoint-Labs/touchpoint](https://github.com/Touchpoint-Labs/touchpoint) [![Touchpoint MCP server](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint/badges/score.svg)](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint) 🐍 🏠 🍎 πŸͺŸ 🐧 - Playwright for the entire OS. Gives AI agents the ability to see, find, and interact with UI elements in any desktop application. - [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) - A secure shell command execution server implementing the Model Context Protocol (MCP) - [VertexStudio/developer](https://github.com/VertexStudio/developer) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Comprehensive developer tools for file editing, shell command execution, and screen capture capabilities -- [VibeKit-Bot/vibekit-mcp](https://github.com/VibeKit-Bot/vibekit-mcp) πŸ“‡ ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. [![VibeKit-Bot/vibekit-mcp MCP server](https://glama.ai/mcp/servers/VibeKit-Bot/vibekit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/VibeKit-Bot/vibekit-mcp) +- [VibeKit-Bot/vibekit-mcp](https://github.com/VibeKit-Bot/vibekit-mcp) [![VibeKit-Bot/vibekit-mcp MCP server](https://glama.ai/mcp/servers/VibeKit-Bot/vibekit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/VibeKit-Bot/vibekit-mcp) πŸ“‡ ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. - [wende/cicada](https://github.com/wende/cicada) 🐍 🏠 🍎 πŸͺŸ 🐧 - Code Intelligence for Elixir: module search, function tracking, and PR attribution through tree-sitter AST parsing - [wonderwhy-er/DesktopCommanderMCP](https://github.com/wonderwhy-er/DesktopCommanderMCP) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - A swiss-army-knife that can manage/execute programs and read/write/search/edit code and text files. - [x51xxx/codex-mcp-tool](https://github.com/x51xxx/codex-mcp-tool) πŸ“‡ ☁️ - MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1) From 54ef25048c29214be7a24eae4d93d79f8ecbbfbb Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 21:48:26 +0200 Subject: [PATCH 398/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78c2c5dab..6e8d8f2ff 100644 --- a/README.md +++ b/README.md @@ -798,7 +798,7 @@ Integration with communication platforms for message management and channel oper - [ztxtxwd/open-feishu-mcp-server](https://github.com/ztxtxwd/open-feishu-mcp-server) πŸ“‡ ☁️ 🏠 - A Model Context Protocol (MCP) server with built-in Feishu OAuth authentication, supporting remote connections and providing comprehensive Feishu document management tools including block creation, content updates, and advanced features. - [loglux/whatsapp-mcp-stream](https://github.com/loglux/whatsapp-mcp-stream) [![whatsapp-mcp-stream MCP server](https://glama.ai/mcp/servers/@loglux/whatsapp-mcp-stream/badges/score.svg)](https://glama.ai/mcp/servers/@loglux/whatsapp-mcp-stream) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - WhatsApp MCP server over Streamable HTTP with web admin UI (QR/status/settings), bidirectional media upload/download, and SQLite persistence. - [Zacccck/Claude-MCP-Read-Email-Attachments](https://github.com/Zacccck/Claude-MCP-Read-Email-Attachments) [![Zacccck/Claude-MCP-Read-Email-Attachments MCP server](https://glama.ai/mcp/servers/Zacccck/Claude-MCP-Read-Email-Attachments/badges/score.svg)](https://glama.ai/mcp/servers/Zacccck/Claude-MCP-Read-Email-Attachments) πŸ“‡ ☁️ 🏠 πŸͺŸ - Remote HTTP MCP server that reads Outlook email attachments via Microsoft Graph. Parses PDF, Word (with embedded image extraction for multimodal analysis), Excel, and text files in-memory and returns structured content directly to Claude. -- [zerodrop-dev/zerodrop-mcp](https://github.com/zerodrop-dev/zerodrop-mcp) πŸ“‡ ☁️ - Disposable email inboxes for AI agents β€” OTPs and magic links auto-extracted from verification emails. Test signups and auth flows, no signup needed. +- [zerodrop-dev/zerodrop-mcp](https://github.com/zerodrop-dev/zerodrop-mcp) [![zerodrop-dev/zerodrop-mcp MCP server](https://glama.ai/mcp/servers/zerodrop-dev/zerodrop-mcp/badges/score.svg)](https://glama.ai/mcp/servers/zerodrop-dev/zerodrop-mcp) πŸ“‡ ☁️ - Disposable email inboxes for AI agents β€” OTPs and magic links auto-extracted from verification emails. Test signups and auth flows, no signup needed. ### πŸ—£οΈ Conversational AI From caf50409bafce4ded3fd638b9dbdac0241fe2cd7 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 21:59:22 +0200 Subject: [PATCH 399/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3ad4a19c..bbff35df4 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Servers for accessing many apps and tools through a single MCP server. - [depwire/depwire](https://github.com/depwire/depwire) [![depwire/depwire MCP server](https://glama.ai/mcp/servers/depwire/depwire/badges/score.svg)](https://glama.ai/mcp/servers/depwire/depwire) πŸ“‡ 🐍 🏎️ πŸ¦€ 🌊 🏠 - Dependency graph + 15 MCP tools for AI coding assistants. Parses TypeScript, JavaScript, Python, Go, Rust, and C. Arc diagram visualization, health scoring, dead code detection, and temporal graph. - [duaraghav8/MCPJungle](https://github.com/duaraghav8/MCPJungle) 🏎️ 🏠 - Self-hosted MCP Server registry for enterprise AI Agents - [edgarriba/prolink](https://github.com/edgarriba/prolink) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Agent-to-agent marketplace middleware β€” MCP-native discovery, negotiation, and transaction between AI agents -- [Proofpane/releases](https://github.com/Proofpane/releases) πŸŽ–οΈ 🏠 🍎 πŸͺŸ 🐧 - Governance proxy for MCP: pair once and route your MCP servers through policy gates (allow / deny / human-in-the-loop approval), DLP redaction before the model, and cost caps, with every tool call recorded to a hash-chained audit log exportable as an Ed25519-signed, offline-verifiable evidence pack. Single-file binary daemon (macOS / Linux / Windows); downloads and install docs in the linked repo. +- [Proofpane/releases](https://github.com/Proofpane/releases) [![Proofpane/releases MCP server](https://glama.ai/mcp/servers/Proofpane/releases/badges/score.svg)](https://glama.ai/mcp/servers/Proofpane/releases) πŸŽ–οΈ 🏠 🍎 πŸͺŸ 🐧 - Governance proxy for MCP: pair once and route your MCP servers through policy gates (allow / deny / human-in-the-loop approval), DLP redaction before the model, and cost caps, with every tool call recorded to a hash-chained audit log exportable as an Ed25519-signed, offline-verifiable evidence pack. Single-file binary daemon (macOS / Linux / Windows); downloads and install docs in the linked repo. - [entire-vc/evc-spark-mcp](https://github.com/entire-vc/evc-spark-mcp) [![evc-spark-mcp MCP server](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp/badges/score.svg)](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. - [glenngillen/mcpmcp-server](https://github.com/glenngillen/mcpmcp-server) ☁️ πŸ“‡ 🍎 πŸͺŸ 🐧 - A list of MCP servers so you can ask your client which servers you can use to improve your daily workflow. - [gpu-bridge/mcp-server](https://github.com/gpu-bridge/mcp-server) [![gpu-bridge-mcp-server MCP server](https://glama.ai/mcp/servers/gpu-bridge/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/gpu-bridge/mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API key credits. From 82f8ae53fa8d91bc0f7f5b5104396e82bc11ac9e Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Wed, 22 Jul 2026 22:51:13 +0200 Subject: [PATCH 400/403] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf0b817c..cf7b106d5 100644 --- a/README.md +++ b/README.md @@ -2130,7 +2130,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [ailenshen/apple-notes-mcp](https://github.com/ailenshen/apple-notes-mcp) [![apple-notes-mcp MCP server](https://glama.ai/mcp/servers/ailenshen/apple-notes-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ailenshen/apple-notes-mcp) πŸ“‡ 🏠 🍎 - Read and write Apple Notes with bidirectional Markdown conversion. Fast SQLite queries for listing/searching, AppleScript + native import for full CRUD. Supports stdio and Streamable HTTP transports. - [AgenticRevolution/memory-nexus-cloud](https://github.com/AgenticRevolution/memory-nexus-cloud) πŸ“‡ ☁️ - Cloud-hosted persistent semantic memory for AI agents. Semantic search, knowledge graphs, specialist expertise hats, and multi-tenant isolation. Free 7-day trial. - [AgentModule/mcp](https://github.com/AgentModule/mcp) [![AgentModule/mcp MCP server](https://glama.ai/mcp/servers/AgentModule/mcp/badges/score.svg)](https://glama.ai/mcp/servers/AgentModule/mcp) πŸ“‡ ☁️ - Agent-native knowledge infrastructure. Deterministic, vertical-specific knowledge bases engineered for autonomous agent consumption via MCP. Ethics module (22 modules, EU AI Act mapped) included with every membership. Free 24hr ethics trial. -- [juyterman1000/entroly](https://github.com/juyterman1000/entroly) 🐍 πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Auditable context control plane and MCP server for AI coding agents. Compresses context 70–95% (BM25 + entropy + dep-graph knapsack), stabilizes prompt prefixes for provider cache discounts, routes easy tasks to cheaper models (RAVS Bayesian router), and verifies answers locally with WITNESS hallucination guard (0.844 AUROC, $0, ~3 ms). MemoryOS adds local budget-aware working/episodic/semantic memory with decay, safety scanning, and durable persistence. 38 agent integrations (Cursor, Claude Code, Codex, Aider, and more). Ships as MCP server (`entroly serve`), HTTP proxy, or Python/Rust library. Apache-2.0, local-first. `pip install entroly` +- [juyterman1000/entroly](https://github.com/juyterman1000/entroly) [![juyterman1000/entroly MCP server](https://glama.ai/mcp/servers/juyterman1000/entroly/badges/score.svg)](https://glama.ai/mcp/servers/juyterman1000/entroly) 🐍 πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Auditable context control plane and MCP server for AI coding agents. Compresses context 70–95% (BM25 + entropy + dep-graph knapsack), stabilizes prompt prefixes for provider cache discounts, routes easy tasks to cheaper models (RAVS Bayesian router), and verifies answers locally with WITNESS hallucination guard (0.844 AUROC, $0, ~3 ms). MemoryOS adds local budget-aware working/episodic/semantic memory with decay, safety scanning, and durable persistence. 38 agent integrations (Cursor, Claude Code, Codex, Aider, and more). Ships as MCP server (`entroly serve`), HTTP proxy, or Python/Rust library. Apache-2.0, local-first. `pip install entroly` - [Goldentrii/AgentRecall](https://github.com/Goldentrii/AgentRecall) [![Goldentrii/AgentRecall-MCP MCP server](https://glama.ai/mcp/servers/Goldentrii/AgentRecall-MCP/badges/score.svg)](https://glama.ai/mcp/servers/Goldentrii/AgentRecall-MCP) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Persistent, compounding memory for AI agents across sessions. Uses the Intelligent Distance Protocol to surface the most contextually relevant past memories. Five tools: `session_start`, `remember`, `recall`, `check`, `session_end`. `npx agent-recall-mcp` - [AlekseiMarchenko/central-intelligence](https://github.com/AlekseiMarchenko/central-intelligence) [![central-intelligence MCP server](https://glama.ai/mcp/servers/AlekseiMarchenko/central-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/AlekseiMarchenko/central-intelligence) πŸ“‡ ☁️ - Persistent memory for AI agents. Five tools (remember, recall, context, forget, share) with semantic search via vector embeddings and agent/user/org scoping. Works with Claude Code, Cursor, Windsurf, and any MCP client. - [epicsagas/alcove](https://github.com/epicsagas/alcove)[![alcove MCP server](https://glama.ai/mcp/servers/epicsagas/alcove/badges/score.svg)](https://glama.ai/mcp/servers/epicsagas/alcove) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - MCP server that gives AI coding agents on-demand access to private project docs via BM25 ranked search. One setup for Claude Code, Cursor, Codex, Gemini CLI, and more. Docs stay private, never in public repos. From 8c81868021bb7ee040bd5c87277a19d02e22e247 Mon Sep 17 00:00:00 2001 From: "Mr. A" Date: Wed, 22 Jul 2026 23:05:37 +0200 Subject: [PATCH 401/403] Add Glama score badge per listing requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cba2f0287..be3a88554 100644 --- a/README.md +++ b/README.md @@ -1011,7 +1011,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### πŸ’» Developer Tools - [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`. -- [aradar46/reuse-before-generate](https://github.com/aradar46/reuse-before-generate) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Checks whether a project idea already exists before your agent scaffolds it. Searches GitHub, npm and Python repos, drops archived/inactive results, and returns at most 3 maintained alternatives with a concrete "extend this instead" suggestion for each. The calling agent does the relevance judgement itself, so no extra API key is needed. `npx -y reuse-before-generate` +- [aradar46/reuse-before-generate](https://github.com/aradar46/reuse-before-generate) [![aradar46/reuse-before-generate MCP server](https://glama.ai/mcp/servers/aradar46/reuse-before-generate/badges/score.svg)](https://glama.ai/mcp/servers/aradar46/reuse-before-generate) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Checks whether a project idea already exists before your agent scaffolds it. Searches GitHub, npm and Python repos, drops archived/inactive results, and returns at most 3 maintained alternatives with a concrete "extend this instead" suggestion for each. The calling agent does the relevance judgement itself, so no extra API key is needed. `npx -y reuse-before-generate` - [hernaninverso/eleata-verify-mcp](https://github.com/hernaninverso/eleata-verify-mcp) [![hernaninverso/eleata-verify-mcp MCP server](https://glama.ai/mcp/servers/hernaninverso/eleata-verify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hernaninverso/eleata-verify-mcp) πŸ“‡ ☁️ - Grounding / hallucination guard: verify a claim against evidence (Supported/Refuted/Not Enough Evidence) with a confidence + abstain flag, for RAG and agents. `npx -y eleata-verify-mcp`. - [appcreationsca/bumpguard-mcp](https://github.com/appcreationsca/bumpguard-mcp) [![appcreationsca/bumpguard-mcp MCP server](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Pre-flight dependency-upgrade impact analysis: reports exactly which of your code's API usages break *before* you bump a dependency, with line numbers, severity, and fix hints. Also verifies AI-written code against the actually-installed API to catch hallucinated calls. Static analysis only β€” never runs third-party code. Python + .NET. `pip install bumpguard-mcp` - [MasterPlayspots/motionspec](https://github.com/MasterPlayspots/motionspec) [![MasterPlayspots/motionspec MCP server](https://glama.ai/mcp/servers/MasterPlayspots/motionspec/badges/score.svg)](https://glama.ai/mcp/servers/MasterPlayspots/motionspec) πŸ“‡ ☁️ 🏠 - Reduced-motion / WCAG 2.2.2+2.3.3 verification for web animation: agents author validated specs; a deterministic compiler emits reduced-motion-safe, on-budget CSS. Keyless hosted endpoint (motion_catalog, motion_validate). From cc845c881ff82163465348819a4cccc0a48b0e46 Mon Sep 17 00:00:00 2001 From: Senne Bels Date: Wed, 22 Jul 2026 23:20:36 +0200 Subject: [PATCH 402/403] Add transita-mcp-server to Travel & Transportation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cff013e50..db1da1415 100644 --- a/README.md +++ b/README.md @@ -3293,6 +3293,7 @@ Access to travel and transportation information. Enables querying schedules, rou - [r-huijts/ns-mcp-server](https://github.com/r-huijts/ns-mcp-server) πŸ“‡ ☁️ - Access Dutch Railways (NS) travel information, schedules, and real-time updates - [roamzy-io/mcp-server](https://github.com/roamzy-io/mcp-server) [![roamzy-io/mcp-server MCP server](https://glama.ai/mcp/servers/roamzy-io/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/roamzy-io/mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - Buy and manage a global eSIM through chat. One eSIM for 192 countries, per-MB billing in USDT/USDC across TRON, Solana, BSC, Polygon, Optimism, Arbitrum, TON. Anonymous-flow by default β€” no account required. [npm](https://www.npmjs.com/package/@roamzy/mcp-server) - [skedgo/tripgo-mcp-server](https://github.com/skedgo/tripgo-mcp-server) πŸ“‡ ☁️ - Provides tools from the TripGo API for multi-modal trip planning, transport locations, and public transport departures, including real-time information. +- [snenenenenenene/transita-mcp-server](https://github.com/snenenenenenene/transita-mcp-server) [![snenenenenenene/transita-mcp-server MCP server](https://glama.ai/mcp/servers/snenenenenenene/transita-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/snenenenenenene/transita-mcp-server) πŸ“‡ ☁️ 🏠 - Visa eligibility matching across 102 immigration pathways in 15 countries. Scores a profile (citizenship, education, work history, income, goal) against official government criteria β€” points thresholds, salary floors, language requirements β€” and returns ranked matches with processing times, fees, PR timelines and links to the official source. Also compares pathways side-by-side and reports live intake status for round-based programmes (Express Entry, Australia SkillSelect). Remote endpoint https://transita.app/api/mcp, no key required, or `npx @transita/mcp-server`. - [SoapyRED/freightutils-mcp](https://github.com/SoapyRED/freightutils-mcp) [![SoapyRED/freightutils-mcp MCP server](https://glama.ai/mcp/servers/SoapyRED/freightutils-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SoapyRED/freightutils-mcp) πŸ“‡ ☁️ - 17 freight calculation and reference tools β€” ADR dangerous goods, HS codes, LDM/CBM/chargeable weight calculators, duty estimation, airline codes, UN/LOCODE, and more. Free REST APIs + MCP server. - [srinath1510/alltrails-mcp-server](https://github.com/srinath1510/alltrails-mcp-server) 🐍 ☁️ - A MCP server that provides access to AllTrails data, allowing you to search for hiking trails and get detailed trail information - [street1983nk/infranode](https://github.com/street1983nk/infranode) [![street1983nk/infranode MCP server](https://glama.ai/mcp/servers/street1983nk/infranode/badges/score.svg)](https://glama.ai/mcp/servers/street1983nk/infranode) 🐍 ☁️ - Keyless remote MCP server for German public infrastructure open data: weather, air quality, traffic, public transit, parking and roadworks across 84+ German cities (DWD, Umweltbundesamt, Mobilithek, GovData). 38 read-only tools. From 703f1f297ec0f90f56e1c81129c176d818ad9b24 Mon Sep 17 00:00:00 2001 From: Grzegorz Grzywacz Date: Wed, 22 Jul 2026 23:28:35 +0200 Subject: [PATCH 403/403] Add Glama score badge to pingwa-client entry Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23a9fc67d..69f692c5f 100644 --- a/README.md +++ b/README.md @@ -690,7 +690,7 @@ Integration with communication platforms for message management and channel oper - [gitmotion/ntfy-me-mcp](https://github.com/gitmotion/ntfy-me-mcp) πŸ“‡ ☁️ 🏠 - An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents πŸ“€ (supports secure token auth & more - use with npx or docker!) - [googlarz/signal-mcp](https://github.com/googlarz/signal-mcp) [![googlarz/signal-mcp MCP server](https://glama.ai/mcp/servers/googlarz/signal-mcp/badges/score.svg)](https://glama.ai/mcp/servers/googlarz/signal-mcp) 🏠 - Full Signal messenger MCP server and CLI. Send/receive messages, manage groups and contacts, search history, handle attachments and reactions. Runs locally via signal-cli β€” no third-party servers. - [gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git) πŸš€ ☁️ - An MCP server application that sends various types of messages to the WeCom group robot. -- [grzgrzgrz3/pingwa-client](https://github.com/grzgrzgrz3/pingwa-client) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - WhatsApp notifications for AI agents with zero setup β€” no Meta account, no templates, no dashboard: text "join", get an API key, send in 60 seconds (`uvx pingwa mcp` or remote at pingwa.dev/mcp). Two-way: `ask` with tap-to-answer buttons, `check_replies`. Official Meta Cloud API β€” won't ban your number. +- [grzgrzgrz3/pingwa-client](https://github.com/grzgrzgrz3/pingwa-client) [![grzgrzgrz3/pingwa-client MCP server](https://glama.ai/mcp/servers/grzgrzgrz3/pingwa-client/badges/score.svg)](https://glama.ai/mcp/servers/grzgrzgrz3/pingwa-client) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - WhatsApp notifications for AI agents with zero setup β€” no Meta account, no templates, no dashboard: text "join", get an API key, send in 60 seconds (`uvx pingwa mcp` or remote at pingwa.dev/mcp). Two-way: `ask` with tap-to-answer buttons, `check_replies`. Official Meta Cloud API β€” won't ban your number. - [hannesrudolph/imessage-query-fastmcp-mcp-server](https://github.com/hannesrudolph/imessage-query-fastmcp-mcp-server) 🐍 🏠 🍎 - An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP), enabling LLMs to query and analyze iMessage conversations with proper phone number validation and attachment handling - [helbertparanhos/resend-email-mcp](https://github.com/helbertparanhos/resend-email-mcp) [![resend-email-mcp MCP server](https://glama.ai/mcp/servers/helbertparanhos/resend-email-mcp/badges/score.svg)](https://glama.ai/mcp/servers/helbertparanhos/resend-email-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - The most complete Resend email MCP β€” full API coverage (75 tools) plus a unique debug/diagnostics layer: deliverability analysis, DNS troubleshooting, email inspection, bounce explanation, and account audit. `npx -y resend-email-mcp`. - [i-am-bee/acp-mcp](https://github.com/i-am-bee/acp-mcp) 🐍 πŸ’¬ - An MCP server acting as an adapter into the [ACP](https://agentcommunicationprotocol.dev) ecosystem. Seamlessly exposes ACP agents to MCP clients, bridging the communication gap between the two protocols.