From ab5945022d29921773730ed0b2e5a49aa643dd94 Mon Sep 17 00:00:00 2001 From: Hermes Date: Mon, 6 Apr 2026 01:31:10 +0200 Subject: [PATCH 001/355] =?UTF-8?q?Add=20Mibayy/token-savior=20to=20Develo?= =?UTF-8?q?per=20Tools=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 73e5200cb..2fa10e494 100644 --- a/README.md +++ b/README.md @@ -958,6 +958,7 @@ Tools and integrations that enhance the development workflow and environment man - [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 - [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. +- [Mibayy/token-savior](https://github.com/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. - [Tommertom/awesome-ionic-mcp](https://github.com/Tommertom/awesome-ionic-mcp) 📇 🏠 - Your Ionic coding buddy enabled via MCP – build awesome mobile apps using React/Angular/Vue or even Vanilla JS! - [tosin2013/mcp-adr-analysis-server](https://github.com/tosin2013/mcp-adr-analysis-server) 📇 ☁️ 🏠 - AI-powered architectural analysis server for software projects. Provides technology stack detection, ADR management, security checks, enhanced TDD workflow, and deployment readiness validation with support for multiple AI models. - [tumf/mcp-text-editor](https://github.com/tumf/mcp-text-editor) 🐍 🏠 - A line-oriented text file editor. Optimized for LLM tools with efficient partial file access to minimize token usage. From d4a063ceea3598cfbc7db3ca294acb692dc06d56 Mon Sep 17 00:00:00 2001 From: Hermes Date: Mon, 6 Apr 2026 01:33:09 +0200 Subject: [PATCH 002/355] Add Glama badge for token-savior --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fa10e494..c28916a1f 100644 --- a/README.md +++ b/README.md @@ -958,7 +958,7 @@ Tools and integrations that enhance the development workflow and environment man - [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 - [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. -- [Mibayy/token-savior](https://github.com/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. +- [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. - [Tommertom/awesome-ionic-mcp](https://github.com/Tommertom/awesome-ionic-mcp) 📇 🏠 - Your Ionic coding buddy enabled via MCP – build awesome mobile apps using React/Angular/Vue or even Vanilla JS! - [tosin2013/mcp-adr-analysis-server](https://github.com/tosin2013/mcp-adr-analysis-server) 📇 ☁️ 🏠 - AI-powered architectural analysis server for software projects. Provides technology stack detection, ADR management, security checks, enhanced TDD workflow, and deployment readiness validation with support for multiple AI models. - [tumf/mcp-text-editor](https://github.com/tumf/mcp-text-editor) 🐍 🏠 - A line-oriented text file editor. Optimized for LLM tools with efficient partial file access to minimize token usage. From eab1fc26e9356af2a987d7c63d332bf41527f1a1 Mon Sep 17 00:00:00 2001 From: einiba Date: Sun, 5 Apr 2026 20:15:46 -0400 Subject: [PATCH 003/355] =?UTF-8?q?Add=20CanYouGrab.it=20=E2=80=94=20domai?= =?UTF-8?q?n=20availability=20checking=20with=20confidence=20scoring?= 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 73e5200cb..8b411aee4 100644 --- a/README.md +++ b/README.md @@ -1714,6 +1714,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. +- [einiba/canyougrab-api](https://github.com/einiba/canyougrab-api/tree/main/mcp-server) 🐍 ☁️ 🏠 🍎 🪟 🐧 - 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/). - [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. From 463a9ca49afe43bcbe761174df9b53fa5a45c0a3 Mon Sep 17 00:00:00 2001 From: shuang_workopia <56859365+Shuangshuang007@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:38:38 +1000 Subject: [PATCH 004/355] Add Workopia MCP server details to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13ca0729b..2a3d295f0 100644 --- a/README.md +++ b/README.md @@ -2197,6 +2197,7 @@ Interact with Git repositories and version control platforms. Enables repository - [vakharwalad23/google-mcp](https://github.com/vakharwalad23/google-mcp) 📇 ☁️ - Collection of Google-native tools (Gmail, Calendar, Drive, Tasks) for MCP with OAuth management, automated token refresh, and auto re-authentication capabilities. - [KuvopLLC/better-bear](https://github.com/KuvopLLC/better-bear/tree/main/mcp-server) [![better-bear MCP server](https://glama.ai/mcp/servers/KuvopLLC/better-bear/badges/score.svg)](https://glama.ai/mcp/servers/KuvopLLC/better-bear) 📇 🏠 🍎 - MCP server for Bear notes via CloudKit — CRUD, tags, TODOs, attachments, search, front matter, stats, and health checks. Install via `npx better-bear`. - [vasylenko/claude-desktop-extension-bear-notes](https://github.com/vasylenko/claude-desktop-extension-bear-notes) 📇 🏠 🍎 - Search, read, create, and update Bear Notes directly from Claude. Local-only with complete privacy. +- [workopia/workopia-mcp](https://github.com/workopia/workopia-mcp) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Official [Workopia](https://workopia.io) MCP server. Global job search (5.8M+ daily active jobs from employer career pages and ATS feeds like Lever/Greenhouse), PDF resume generation with multiple templates, AI resume tailoring per job description, cover letter generation, and career advice. Free hosted endpoint `https://workopia.io/api/mcp-gpt`. No API key required. - [wyattjoh/calendar-mcp](https://github.com/wyattjoh/calendar-mcp) 📇 🏠 🍎 - MCP server for accessing macOS Calendar events - [XJTLUmedia/AI-HR-Management-Toolkit](https://github.com/XJTLUmedia/AI-HR-Management-Toolkit) [![XJTLUmedia/AI-HR-Management-Toolkit MCP server](https://glama.ai/mcp/servers/XJTLUmedia/AI-HR-Management-Toolkit/badges/score.svg)](https://glama.ai/mcp/servers/XJTLUmedia/AI-HR-Management-Toolkit) 📇 🏠 🍎 🪟 🐧 - AI-powered resume parser and full Applicant Tracking System with 21 MCP tools. Parse PDFs, DOCX, TXT, Markdown, and URLs into structured JSON; extract skills, experience, and keywords; score and rank candidates; run a full ATS pipeline covering jobs, candidates, interviews, offers, notes, and analytics. 20 of 21 tools are 100% algorithmic — no API keys required. `npx -y mcp-ai-hr-management-toolkit` - [yoryocoruxo-ai/rendoc-mcp-server](https://github.com/yoryocoruxo-ai/rendoc-mcp-server) [![yoryocoruxo-ai/rendoc-mcp-server MCP server](https://glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - Generate professional PDF documents (invoices, contracts, reports, certificates) from reusable templates or inline HTML/Handlebars markup via the [rendoc](https://rendoc.dev) API. 7 tools for document generation, template management, and usage tracking. From 016b6ffe658b83734733001123859f8822314ba7 Mon Sep 17 00:00:00 2001 From: shuang_workopia <56859365+Shuangshuang007@users.noreply.github.com> Date: Wed, 15 Apr 2026 23:00:26 +1000 Subject: [PATCH 005/355] Update README.md Add Glama score badge per punkpeye review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a3d295f0..2cbf3b8f4 100644 --- a/README.md +++ b/README.md @@ -2197,7 +2197,7 @@ Interact with Git repositories and version control platforms. Enables repository - [vakharwalad23/google-mcp](https://github.com/vakharwalad23/google-mcp) 📇 ☁️ - Collection of Google-native tools (Gmail, Calendar, Drive, Tasks) for MCP with OAuth management, automated token refresh, and auto re-authentication capabilities. - [KuvopLLC/better-bear](https://github.com/KuvopLLC/better-bear/tree/main/mcp-server) [![better-bear MCP server](https://glama.ai/mcp/servers/KuvopLLC/better-bear/badges/score.svg)](https://glama.ai/mcp/servers/KuvopLLC/better-bear) 📇 🏠 🍎 - MCP server for Bear notes via CloudKit — CRUD, tags, TODOs, attachments, search, front matter, stats, and health checks. Install via `npx better-bear`. - [vasylenko/claude-desktop-extension-bear-notes](https://github.com/vasylenko/claude-desktop-extension-bear-notes) 📇 🏠 🍎 - Search, read, create, and update Bear Notes directly from Claude. Local-only with complete privacy. -- [workopia/workopia-mcp](https://github.com/workopia/workopia-mcp) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Official [Workopia](https://workopia.io) MCP server. Global job search (5.8M+ daily active jobs from employer career pages and ATS feeds like Lever/Greenhouse), PDF resume generation with multiple templates, AI resume tailoring per job description, cover letter generation, and career advice. Free hosted endpoint `https://workopia.io/api/mcp-gpt`. No API key required. +- [workopia/workopia-mcp](https://github.com/workopia/workopia-mcp) [![Workopia MCP server](https://glama.ai/mcp/servers/workopia/workopia-mcp/badges/score.svg)](https://glama.ai/mcp/servers/workopia/workopia-mcp) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Official [Workopia](https://workopia.io) MCP server. Global job search (5M+ daily active jobs from employer career pages and ATS feeds like Lever/Greenhouse), PDF resume generation with multiple templates, AI resume tailoring per job description, cover letter generation, and career advice. Free hosted endpoint `https://workopia.io/api/mcp-gpt` — no API key required. - [wyattjoh/calendar-mcp](https://github.com/wyattjoh/calendar-mcp) 📇 🏠 🍎 - MCP server for accessing macOS Calendar events - [XJTLUmedia/AI-HR-Management-Toolkit](https://github.com/XJTLUmedia/AI-HR-Management-Toolkit) [![XJTLUmedia/AI-HR-Management-Toolkit MCP server](https://glama.ai/mcp/servers/XJTLUmedia/AI-HR-Management-Toolkit/badges/score.svg)](https://glama.ai/mcp/servers/XJTLUmedia/AI-HR-Management-Toolkit) 📇 🏠 🍎 🪟 🐧 - AI-powered resume parser and full Applicant Tracking System with 21 MCP tools. Parse PDFs, DOCX, TXT, Markdown, and URLs into structured JSON; extract skills, experience, and keywords; score and rank candidates; run a full ATS pipeline covering jobs, candidates, interviews, offers, notes, and analytics. 20 of 21 tools are 100% algorithmic — no API keys required. `npx -y mcp-ai-hr-management-toolkit` - [yoryocoruxo-ai/rendoc-mcp-server](https://github.com/yoryocoruxo-ai/rendoc-mcp-server) [![yoryocoruxo-ai/rendoc-mcp-server MCP server](https://glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - Generate professional PDF documents (invoices, contracts, reports, certificates) from reusable templates or inline HTML/Handlebars markup via the [rendoc](https://rendoc.dev) API. 7 tools for document generation, template management, and usage tracking. From b0972c3c5541fe05106de4972f44009e913cd187 Mon Sep 17 00:00:00 2001 From: dengls24 Date: Thu, 16 Apr 2026 17:40:19 +0800 Subject: [PATCH 006/355] Add zotero-mcp: AI-powered Zotero PDF annotation server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b79332b1..a5140cdb7 100644 --- a/README.md +++ b/README.md @@ -1486,6 +1486,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [darktw/usecortex-mcp](https://github.com/darktw/usecortex-mcp) [![darktw/usecortex-mcp MCP server](https://glama.ai/mcp/servers/darktw/usecortex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/darktw/usecortex-mcp) ☁️ - Persistent knowledge memory for AI agents. Two-way flow: read context into projects and write discoveries back. Structured by topic with AES-256 encryption. - [decisionnode/DecisionNode](https://github.com/decisionnode/DecisionNode) [![decisionnode/DecisionNode MCP server](https://glama.ai/mcp/servers/decisionnode/DecisionNode/badges/score.svg)](https://glama.ai/mcp/servers/decisionnode/DecisionNode) 📇 🏠 🍎 🪟 🐧 - Record development decisions as structured JSON, embed as vectors via Gemini, and search semantically over MCP. Shared store across Claude Code, Cursor, Windsurf, and any MCP client. CLI + MCP server, local-only, free Gemini embedding tier. - [Destrayon/Connapse](https://github.com/Destrayon/Connapse) [![Destrayon/Connapse MCP server](https://glama.ai/mcp/servers/Destrayon/Connapse/badges/score.svg)](https://glama.ai/mcp/servers/Destrayon/Connapse) #️⃣ 🏠 🍎 🪟 🐧 - Self-hosted knowledge backend for AI agents with hybrid vector + keyword search, container-isolated indexes, and 11 MCP tools. .NET, Docker-ready. +- [dengls24/zotero-mcp](https://github.com/dengls24/zotero-mcp) 📚 🤖 - AI-powered Zotero PDF annotation server. Reads papers, highlights key findings with semantic color coding, explains formulas, and writes structured reading notes — all saved back to Zotero. Features two-phase workflow for large PDFs (63–80% context savings) and batch annotations. - [deusXmachina-dev/memorylane](https://github.com/deusXmachina-dev/memorylane) 📇 ☁️ 🏠 🍎 - Desktop app that captures screen activity via event-driven screenshots, stores AI-generated summaries and OCR text locally in SQLite, and exposes your activity history to AI assistants via MCP with semantic search, timeline browsing, and event detail retrieval. - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) 📇 ☁️ 🏠 - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. - [doobidoo/MCP-Context-Provider](https://github.com/doobidoo/MCP-Context-Provider) 📇 🏠 - Static server that provides persistent tool-specific context and rules for AI models From a66360de25ddd0104543cd3d24d6be7ac015b257 Mon Sep 17 00:00:00 2001 From: dengls24 Date: Fri, 17 Apr 2026 00:42:18 +0800 Subject: [PATCH 007/355] Update entry: rename zotero-mcp to annota --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5140cdb7..8ff298862 100644 --- a/README.md +++ b/README.md @@ -1486,7 +1486,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [darktw/usecortex-mcp](https://github.com/darktw/usecortex-mcp) [![darktw/usecortex-mcp MCP server](https://glama.ai/mcp/servers/darktw/usecortex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/darktw/usecortex-mcp) ☁️ - Persistent knowledge memory for AI agents. Two-way flow: read context into projects and write discoveries back. Structured by topic with AES-256 encryption. - [decisionnode/DecisionNode](https://github.com/decisionnode/DecisionNode) [![decisionnode/DecisionNode MCP server](https://glama.ai/mcp/servers/decisionnode/DecisionNode/badges/score.svg)](https://glama.ai/mcp/servers/decisionnode/DecisionNode) 📇 🏠 🍎 🪟 🐧 - Record development decisions as structured JSON, embed as vectors via Gemini, and search semantically over MCP. Shared store across Claude Code, Cursor, Windsurf, and any MCP client. CLI + MCP server, local-only, free Gemini embedding tier. - [Destrayon/Connapse](https://github.com/Destrayon/Connapse) [![Destrayon/Connapse MCP server](https://glama.ai/mcp/servers/Destrayon/Connapse/badges/score.svg)](https://glama.ai/mcp/servers/Destrayon/Connapse) #️⃣ 🏠 🍎 🪟 🐧 - Self-hosted knowledge backend for AI agents with hybrid vector + keyword search, container-isolated indexes, and 11 MCP tools. .NET, Docker-ready. -- [dengls24/zotero-mcp](https://github.com/dengls24/zotero-mcp) 📚 🤖 - AI-powered Zotero PDF annotation server. Reads papers, highlights key findings with semantic color coding, explains formulas, and writes structured reading notes — all saved back to Zotero. Features two-phase workflow for large PDFs (63–80% context savings) and batch annotations. +- [dengls24/annota](https://github.com/dengls24/annota) 📚 🤖 - AI-powered paper annotation MCP server. Reads papers, highlights key findings with semantic color coding, explains formulas, and writes structured reading notes — all saved back to Zotero. Features two-phase workflow for large PDFs (63–80% context savings) and batch annotations. - [deusXmachina-dev/memorylane](https://github.com/deusXmachina-dev/memorylane) 📇 ☁️ 🏠 🍎 - Desktop app that captures screen activity via event-driven screenshots, stores AI-generated summaries and OCR text locally in SQLite, and exposes your activity history to AI assistants via MCP with semantic search, timeline browsing, and event detail retrieval. - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) 📇 ☁️ 🏠 - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. - [doobidoo/MCP-Context-Provider](https://github.com/doobidoo/MCP-Context-Provider) 📇 🏠 - Static server that provides persistent tool-specific context and rules for AI models From ec803ca476fcb1393888688789f9bd43f8f03237 Mon Sep 17 00:00:00 2001 From: HeinrichNeb <137402513+HeinrichNebula@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:52:12 -0700 Subject: [PATCH 008/355] Add cachly-dev/mcp-server to README Added a new MCP server entry for cachly-dev/mcp-server, detailing its features and capabilities. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b79332b1..ffcfe19e8 100644 --- a/README.md +++ b/README.md @@ -1471,6 +1471,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [cameronrye/openzim-mcp](https://github.com/cameronrye/openzim-mcp) 🐍 🏠 - Modern, secure MCP server for accessing ZIM format knowledge bases offline. Enables AI models to search and navigate Wikipedia, educational content, and other compressed knowledge archives with smart retrieval, caching, and comprehensive API. +- [cachly-dev/mcp-server](https://github.com/cachly-dev/mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - Persistent AI memory brain + semantic cache for Claude Code, Cursor, Copilot, and Windsurf. `session_start()` briefs your AI on last session, lessons, and open failures in one call. Team Brain, semantic search, 38 tools, and managed Valkey/Redis instances included. `npx @cachly-dev/init` — free tier, no credit card. [Website](https://cachly.dev) - [cdeust/Cortex](https://github.com/cdeust/Cortex) [![badge](https://glama.ai/mcp/servers/cdeust/Cortex/badge)](https://glama.ai/mcp/servers/cdeust/Cortex) 🐍 🏠 🍎 - Persistent memory for Claude Code grounded in computational neuroscience (41 cited papers). Thermodynamic decay, hippocampal-cortical consolidation, predictive-coding write gate, WRRF retrieval. PostgreSQL + pgvector, 33 MCP tools, 7 lifecycle hooks. Benchmarked 97.8% R@10 on LongMemEval. `claude plugin marketplace add cdeust/Cortex` - [celiums/celiums-memory](https://github.com/terrizoaguimor/celiums-memory) [![celiums-memory MCP server](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory/badges/score.svg)](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory) 📇 🏠 ☁️ 🍎 🪟 🐧 - Cognitive memory engine with 5,100+ knowledge modules, circadian rhythm awareness, and emotional state tracking (PAD model). Hybrid search (PostgreSQL + Qdrant vectors + Valkey cache), per-user memory isolation, and multi-protocol support (MCP, REST, OpenAI, LangChain, A2A). `npx @celiums/memory` [Website](https://celiums.io) - [cg3-llc/prior_mcp](https://github.com/cg3-llc/prior_mcp) [![cg3-llc/prior_mcp MCP server](https://glama.ai/mcp/servers/cg3-llc/prior_mcp/badges/score.svg)](https://glama.ai/mcp/servers/cg3-llc/prior_mcp) 📇 ☁️ - Shared knowledge base where AI agents exchange proven solutions — including failed approaches, so your agent skips the dead ends. Smaller models get instant access to frontier-model discoveries. Free to search indefinitely when feedback is provided on results. [Website](https://prior.cg3.io) From c7f3b290a96f6b04eedb488f594538861019ef36 Mon Sep 17 00:00:00 2001 From: felippeyann <135140190+felippeyann@users.noreply.github.com> Date: Sat, 18 Apr 2026 18:20:07 -0300 Subject: [PATCH 009/355] Add felippeyann/agentfi to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b79332b1..0385691cd 100644 --- a/README.md +++ b/README.md @@ -1220,6 +1220,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [etbars/vibetrader-mcp](https://github.com/etbars/vibetrader-mcp) 🐍 ☁️ - AI-powered trading bot platform. Create automated trading strategies with natural language via Alpaca brokerage. - [Fan Token Intel MCP](https://github.com/BrunoPessoa22/chiliz-marketing-intel) 🐍 ☁️ - 67+ tools for fan token intelligence: whale flows, signal scores, sports calendar, backtesting, DEX trading, social sentiment. SSE transport with Bearer auth. - [fernsugi/x402-api-server](https://github.com/fernsugi/x402-api-server/tree/main/mcp-server) [![x402-api MCP server](https://glama.ai/mcp/servers/fernsugi/x402-api/badges/score.svg)](https://glama.ai/mcp/servers/fernsugi/x402-api) 📇 ☁️ - Pay-per-call DeFi data API for AI agents via x402 micropayments (USDC on Base). 8 endpoints: price feeds, gas tracker, DEX quotes, whale tracker, yield scanner, funding rates, token scanner, wallet profiler. No API keys needed. +- [felippeyann/agentfi](https://github.com/felippeyann/agentfi) 📇 ☁️ 🏠 - Crypto transaction tools for AI agents. 26 MCP tools covering swaps (Uniswap V3, Curve), yield (Aave V3, Compound V3, any ERC-4626 vault), transfers, and agent-to-agent collaboration (jobs, escrow, reputation, atomic payments, P&L). Turnkey MPC wallets + Safe Smart Accounts on Ethereum / Base / Arbitrum / Polygon. Apache 2.0, self-hosted. - [ferdousbhai/investor-agent](https://github.com/ferdousbhai/investor-agent) 🐍 ☁️ - Yahoo Finance integration to fetch stock market data including options recommendations - [sh-patterson/fec-mcp-server](https://github.com/sh-patterson/fec-mcp-server) [![fec-mcp-server MCP server](https://glama.ai/mcp/servers/@sh-patterson/fec-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@sh-patterson/fec-mcp-server) 📇 ☁️ - Query FEC campaign finance data — search candidates, track donations, analyze spending, and monitor Super PAC activity via the OpenFEC API. - [ferdousbhai/tasty-agent](https://github.com/ferdousbhai/tasty-agent) 🐍 ☁️ - Tastyworks API integration to handle trading activities on Tastytrade From 220372d9eda7291850662916f13bd6b480dc6569 Mon Sep 17 00:00:00 2001 From: garasegae <64999250+garasegae@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:22:59 +0900 Subject: [PATCH 010/355] Add AI Skill Store to Aggregators Added AI Skill Store (https://aiskillstore.io) - an agent-first skill marketplace MCP server under the Aggregators section. AI agents can discover, purchase, and integrate skills via MCP protocol. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b79332b1..4483656cb 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Servers for accessing many apps and tools through a single MCP server. - [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. - [espadaw/Agent47](https://github.com/espadaw/Agent47) 📇 ☁️ - Unified job aggregator for AI agents across 9+ platforms (x402, RentAHuman, Virtuals, etc). - [AgentHotspot](https://github.com/AgentHotspot/agenthotspot-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Search, integrate and monetize MCP connectors on the AgentHotspot MCP marketplace +- [garasegae/aiskillstore](https://github.com/garasegae/aiskillstore) ☁️ - Agent-first skill marketplace where AI agents discover, purchase, and integrate skills via MCP protocol. Supports 7+ platforms including Claude, GPT, and Gemini. - [Work90210/APIFold](https://github.com/Work90210/APIFold) [![Work90210/APIFold MCP server](https://glama.ai/mcp/servers/Work90210/APIFold/badges/score.svg)](https://glama.ai/mcp/servers/Work90210/APIFold) 📇 ☁️ - Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key. - [rhein1/agoragentic-integrations](https://github.com/rhein1/agoragentic-integrations) [![agoragentic-integrations MCP server](https://glama.ai/mcp/servers/@rhein1/agoragentic-integrations/badges/score.svg)](https://glama.ai/mcp/servers/@rhein1/agoragentic-integrations) 📇 ☁️ - Agent-to-agent marketplace where AI agents discover, invoke, and pay for services from other agents using USDC on Base L2. - [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. From 5260c0bfdeea153dc2dd18f2328955af5881f6d6 Mon Sep 17 00:00:00 2001 From: garasegae <64999250+garasegae@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:37:35 +0900 Subject: [PATCH 011/355] Add Glama badge to AI Skill Store entry --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4483656cb..2b1778e0f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ > [!IMPORTANT] > Read [The State of MCP in 2025](https://glama.ai/blog/2025-12-07-the-state-of-mcp-in-2025) report. -> [!IMPORTANT] +> [!IMPORTANT]h > [Awesome MCP Servers](https://glama.ai/mcp/servers) web directory. A curated list of awesome Model Context Protocol (MCP) servers. @@ -134,7 +134,7 @@ Servers for accessing many apps and tools through a single MCP server. - [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. - [espadaw/Agent47](https://github.com/espadaw/Agent47) 📇 ☁️ - Unified job aggregator for AI agents across 9+ platforms (x402, RentAHuman, Virtuals, etc). - [AgentHotspot](https://github.com/AgentHotspot/agenthotspot-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Search, integrate and monetize MCP connectors on the AgentHotspot MCP marketplace -- [garasegae/aiskillstore](https://github.com/garasegae/aiskillstore) ☁️ - Agent-first skill marketplace where AI agents discover, purchase, and integrate skills via MCP protocol. Supports 7+ platforms including Claude, GPT, and Gemini. +- [garasegae/aiskillstore](https://github.com/garasegae/aiskillstore) [![garasegae/aiskillstore MCP server](https://glama.ai/mcp/servers/garasegae/aiskillstore/badges/score.svg)](https://glama.ai/mcp/servers/garasegae/aiskillstore) ☁️ - Agent-first skill marketplace where AI agents discover, purchase, and integrate skills via MCP protocol. Supports 7+ platforms including Claude, hGPT, and Gemini. - [Work90210/APIFold](https://github.com/Work90210/APIFold) [![Work90210/APIFold MCP server](https://glama.ai/mcp/servers/Work90210/APIFold/badges/score.svg)](https://glama.ai/mcp/servers/Work90210/APIFold) 📇 ☁️ - Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key. - [rhein1/agoragentic-integrations](https://github.com/rhein1/agoragentic-integrations) [![agoragentic-integrations MCP server](https://glama.ai/mcp/servers/@rhein1/agoragentic-integrations/badges/score.svg)](https://glama.ai/mcp/servers/@rhein1/agoragentic-integrations) 📇 ☁️ - Agent-to-agent marketplace where AI agents discover, invoke, and pay for services from other agents using USDC on Base L2. - [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. From d4e7359e476e153310eb65005e933c147b12baa9 Mon Sep 17 00:00:00 2001 From: Heinrich Neb Date: Tue, 21 Apr 2026 16:15:52 -0700 Subject: [PATCH 012/355] fix: add Glama score badge to cachly entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffcfe19e8..ccd221096 100644 --- a/README.md +++ b/README.md @@ -1471,7 +1471,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [cameronrye/openzim-mcp](https://github.com/cameronrye/openzim-mcp) 🐍 🏠 - Modern, secure MCP server for accessing ZIM format knowledge bases offline. Enables AI models to search and navigate Wikipedia, educational content, and other compressed knowledge archives with smart retrieval, caching, and comprehensive API. -- [cachly-dev/mcp-server](https://github.com/cachly-dev/mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - Persistent AI memory brain + semantic cache for Claude Code, Cursor, Copilot, and Windsurf. `session_start()` briefs your AI on last session, lessons, and open failures in one call. Team Brain, semantic search, 38 tools, and managed Valkey/Redis instances included. `npx @cachly-dev/init` — free tier, no credit card. [Website](https://cachly.dev) +- [cachly-dev/mcp-server](https://github.com/cachly-dev/mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - Persistent AI memory brain + semantic cache for Claude Code, Cursor, Copilot, and Windsurf. `session_start()` briefs your AI on last session, lessons, and open failures in one call. Team Brain, semantic search, 38 tools, and managed Valkey/Redis instances included. `npx @cachly-dev/init` — free tier, no credit card. [Website](https://cachly.dev) [![cachly-dev/cachly-mcp MCP server](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp) - [cdeust/Cortex](https://github.com/cdeust/Cortex) [![badge](https://glama.ai/mcp/servers/cdeust/Cortex/badge)](https://glama.ai/mcp/servers/cdeust/Cortex) 🐍 🏠 🍎 - Persistent memory for Claude Code grounded in computational neuroscience (41 cited papers). Thermodynamic decay, hippocampal-cortical consolidation, predictive-coding write gate, WRRF retrieval. PostgreSQL + pgvector, 33 MCP tools, 7 lifecycle hooks. Benchmarked 97.8% R@10 on LongMemEval. `claude plugin marketplace add cdeust/Cortex` - [celiums/celiums-memory](https://github.com/terrizoaguimor/celiums-memory) [![celiums-memory MCP server](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory/badges/score.svg)](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory) 📇 🏠 ☁️ 🍎 🪟 🐧 - Cognitive memory engine with 5,100+ knowledge modules, circadian rhythm awareness, and emotional state tracking (PAD model). Hybrid search (PostgreSQL + Qdrant vectors + Valkey cache), per-user memory isolation, and multi-protocol support (MCP, REST, OpenAI, LangChain, A2A). `npx @celiums/memory` [Website](https://celiums.io) - [cg3-llc/prior_mcp](https://github.com/cg3-llc/prior_mcp) [![cg3-llc/prior_mcp MCP server](https://glama.ai/mcp/servers/cg3-llc/prior_mcp/badges/score.svg)](https://glama.ai/mcp/servers/cg3-llc/prior_mcp) 📇 ☁️ - Shared knowledge base where AI agents exchange proven solutions — including failed approaches, so your agent skips the dead ends. Smaller models get instant access to frontier-model discoveries. Free to search indefinitely when feedback is provided on results. [Website](https://prior.cg3.io) From 230250bbc74fe88b4590dee8871d79fc94e599c6 Mon Sep 17 00:00:00 2001 From: HeinrichNeb <137402513+HeinrichNebula@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:17:07 -0700 Subject: [PATCH 014/355] =?UTF-8?q?fix:=20update=20cachly=20entry=20?= =?UTF-8?q?=E2=80=94=2038=20=E2=86=92=2051=20tools,=20add=20Team=20Telepat?= =?UTF-8?q?hy/Ambient=20Git/Memory=20Crystals?= 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 ccd221096..74764b78a 100644 --- a/README.md +++ b/README.md @@ -1471,7 +1471,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [cameronrye/openzim-mcp](https://github.com/cameronrye/openzim-mcp) 🐍 🏠 - Modern, secure MCP server for accessing ZIM format knowledge bases offline. Enables AI models to search and navigate Wikipedia, educational content, and other compressed knowledge archives with smart retrieval, caching, and comprehensive API. -- [cachly-dev/mcp-server](https://github.com/cachly-dev/mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - Persistent AI memory brain + semantic cache for Claude Code, Cursor, Copilot, and Windsurf. `session_start()` briefs your AI on last session, lessons, and open failures in one call. Team Brain, semantic search, 38 tools, and managed Valkey/Redis instances included. `npx @cachly-dev/init` — free tier, no credit card. [Website](https://cachly.dev) [![cachly-dev/cachly-mcp MCP server](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp) +- [cachly-dev/mcp-server](https://github.com/cachly-dev/mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - Persistent AI memory brain + semantic cache for Claude Code, Cursor, Copilot, and Windsurf. `session_start()` briefs your AI on last session, lessons, and open failures in one call. Team Brain, semantic search, 51 tools, Team Telepathy, Ambient Git Learning, Memory Crystals, and managed Valkey/Redis instances included. `npx @cachly-dev/init` — free tier, no credit card. [Website](https://cachly.dev) [![cachly-dev/cachly-mcp MCP server](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp) - [cdeust/Cortex](https://github.com/cdeust/Cortex) [![badge](https://glama.ai/mcp/servers/cdeust/Cortex/badge)](https://glama.ai/mcp/servers/cdeust/Cortex) 🐍 🏠 🍎 - Persistent memory for Claude Code grounded in computational neuroscience (41 cited papers). Thermodynamic decay, hippocampal-cortical consolidation, predictive-coding write gate, WRRF retrieval. PostgreSQL + pgvector, 33 MCP tools, 7 lifecycle hooks. Benchmarked 97.8% R@10 on LongMemEval. `claude plugin marketplace add cdeust/Cortex` - [celiums/celiums-memory](https://github.com/terrizoaguimor/celiums-memory) [![celiums-memory MCP server](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory/badges/score.svg)](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory) 📇 🏠 ☁️ 🍎 🪟 🐧 - Cognitive memory engine with 5,100+ knowledge modules, circadian rhythm awareness, and emotional state tracking (PAD model). Hybrid search (PostgreSQL + Qdrant vectors + Valkey cache), per-user memory isolation, and multi-protocol support (MCP, REST, OpenAI, LangChain, A2A). `npx @celiums/memory` [Website](https://celiums.io) - [cg3-llc/prior_mcp](https://github.com/cg3-llc/prior_mcp) [![cg3-llc/prior_mcp MCP server](https://glama.ai/mcp/servers/cg3-llc/prior_mcp/badges/score.svg)](https://glama.ai/mcp/servers/cg3-llc/prior_mcp) 📇 ☁️ - Shared knowledge base where AI agents exchange proven solutions — including failed approaches, so your agent skips the dead ends. Smaller models get instant access to frontier-model discoveries. Free to search indefinitely when feedback is provided on results. [Website](https://prior.cg3.io) From 3332580056e7216c69963f80ee931be4b4c318ec Mon Sep 17 00:00:00 2001 From: cinderwright-ai Date: Thu, 23 Apr 2026 21:29:58 +0000 Subject: [PATCH 016/355] Add Cinderwright Discovery Hub to Aggregators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d46f2c88..2f441f94f 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Servers for accessing many apps and tools through a single MCP server. - [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. - [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) - x402 Discovery Hub. Search engine for the agent economy with 1450+ services indexed. Search by keyword, browse by category, free service submission. Also offers utility endpoints: governance audits, LLM inference, web extraction, crypto prices. Pay with USDC on Base via x402. - [Data-Everything/mcp-server-templates](https://github.com/Data-Everything/mcp-server-templates) 📇 🏠 🍎 🪟 🐧 - One server. All tools. A unified MCP platform that connects many apps, tools, and services behind one powerful interface—ideal for local devs or production agents. - [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 From 2c2e3556d708f84a22b529c82c1dd884ddb7ee93 Mon Sep 17 00:00:00 2001 From: cinderwright-ai Date: Sun, 26 Apr 2026 02:14:39 +0000 Subject: [PATCH 017/355] Add Glama badge and emoji tags per review feedback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f441f94f..1f68e8376 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Servers for accessing many apps and tools through a single MCP server. - [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. - [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) - x402 Discovery Hub. Search engine for the agent economy with 1450+ services indexed. Search by keyword, browse by category, free service submission. Also offers utility endpoints: governance audits, LLM inference, web extraction, crypto prices. Pay with USDC on Base via x402. +- [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. - [Data-Everything/mcp-server-templates](https://github.com/Data-Everything/mcp-server-templates) 📇 🏠 🍎 🪟 🐧 - One server. All tools. A unified MCP platform that connects many apps, tools, and services behind one powerful interface—ideal for local devs or production agents. - [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 From bfb0a5e3f4bb1cc9ca225d36c584e760b8b8e098 Mon Sep 17 00:00:00 2001 From: Lishuo Deng Date: Sun, 26 Apr 2026 20:30:56 +0800 Subject: [PATCH 018/355] fix: replace disallowed emojis, add Glama badge for dengls24/annota --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ff298862..6f0f63ecf 100644 --- a/README.md +++ b/README.md @@ -1486,7 +1486,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [darktw/usecortex-mcp](https://github.com/darktw/usecortex-mcp) [![darktw/usecortex-mcp MCP server](https://glama.ai/mcp/servers/darktw/usecortex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/darktw/usecortex-mcp) ☁️ - Persistent knowledge memory for AI agents. Two-way flow: read context into projects and write discoveries back. Structured by topic with AES-256 encryption. - [decisionnode/DecisionNode](https://github.com/decisionnode/DecisionNode) [![decisionnode/DecisionNode MCP server](https://glama.ai/mcp/servers/decisionnode/DecisionNode/badges/score.svg)](https://glama.ai/mcp/servers/decisionnode/DecisionNode) 📇 🏠 🍎 🪟 🐧 - Record development decisions as structured JSON, embed as vectors via Gemini, and search semantically over MCP. Shared store across Claude Code, Cursor, Windsurf, and any MCP client. CLI + MCP server, local-only, free Gemini embedding tier. - [Destrayon/Connapse](https://github.com/Destrayon/Connapse) [![Destrayon/Connapse MCP server](https://glama.ai/mcp/servers/Destrayon/Connapse/badges/score.svg)](https://glama.ai/mcp/servers/Destrayon/Connapse) #️⃣ 🏠 🍎 🪟 🐧 - Self-hosted knowledge backend for AI agents with hybrid vector + keyword search, container-isolated indexes, and 11 MCP tools. .NET, Docker-ready. -- [dengls24/annota](https://github.com/dengls24/annota) 📚 🤖 - AI-powered paper annotation MCP server. Reads papers, highlights key findings with semantic color coding, explains formulas, and writes structured reading notes — all saved back to Zotero. Features two-phase workflow for large PDFs (63–80% context savings) and batch annotations. +- [dengls24/annota](https://github.com/dengls24/annota) [![dengls24/annota MCP server](https://glama.ai/mcp/servers/dengls24/annota/badges/score.svg)](https://glama.ai/mcp/servers/dengls24/annota) 🐍 🏠 - AI-powered paper annotation MCP server. Reads papers, highlights key findings with semantic color coding, explains formulas, and writes structured reading notes — all saved back to Zotero. Features two-phase workflow for large PDFs (63–80% context savings) and batch annotations. - [deusXmachina-dev/memorylane](https://github.com/deusXmachina-dev/memorylane) 📇 ☁️ 🏠 🍎 - Desktop app that captures screen activity via event-driven screenshots, stores AI-generated summaries and OCR text locally in SQLite, and exposes your activity history to AI assistants via MCP with semantic search, timeline browsing, and event detail retrieval. - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) 📇 ☁️ 🏠 - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. - [doobidoo/MCP-Context-Provider](https://github.com/doobidoo/MCP-Context-Provider) 📇 🏠 - Static server that provides persistent tool-specific context and rules for AI models From d9e5fa4bc137ee07c97dfc7444e396075cf7b0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E7=AB=A0=E6=B4=AA?= Date: Mon, 27 Apr 2026 14:39:45 +0800 Subject: [PATCH 019/355] Add Longbridge MCP entry to Finance & Fintech MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inserts the official Longbridge brokerage MCP (com.longbridge/mcp on the Official MCP Registry, v0.1.7 latest) above the existing longportapp/openapi entry. Both are kept — Longbridge and LongPort are sister brands of the same group with separate MCP implementations (longbridge-mcp is the dedicated hosted Rust server; longportapp/openapi is the SDK-embedded variant). Glama score badge included: https://glama.ai/mcp/servers/longbridge/longbridge-mcp Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2953cb0bc..e87da0b5e 100644 --- a/README.md +++ b/README.md @@ -1383,6 +1383,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [unixlamadev-spec/lpxpoly-mcp](https://github.com/unixlamadev-spec/lpxpoly-mcp) [![unixlamadev-spec/lpxpoly-mcp MCP server](https://glama.ai/mcp/servers/unixlamadev-spec/lpxpoly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/unixlamadev-spec/lpxpoly-mcp) 📇 ☁️ — Polymarket prediction market analysis via LightningProx. Find mispriced markets, analyze specific markets, get top markets by volume. Pay per request with Bitcoin Lightning spend tokens. - [lnbits/LNbits-MCP-Server](https://github.com/lnbits/LNbits-MCP-Server) - Am MCP server for LNbits Lightning Network wallet integration. - [logotype/fixparser](https://gitlab.com/logotype/fixparser) 🎖 📇 ☁️ 🏠 📟 - FIX Protocol (send orders, market data, etc.) written in TypeScript. +- [longbridge/longbridge-mcp](https://github.com/longbridge/longbridge-mcp) [![longbridge/longbridge-mcp MCP server](https://glama.ai/mcp/servers/longbridge/longbridge-mcp/badges/score.svg)](https://glama.ai/mcp/servers/longbridge/longbridge-mcp) 🎖️ 🦀 ☁️ - Official Longbridge brokerage MCP — 110 tools for US/HK real-time quotes, options, trading, fundamentals, analyst ratings, calendars, price alerts, DCA plans, portfolio analytics and community sharelists. Hosted at `https://openapi.longbridge.com/mcp` with OAuth 2.1 via RFC 9728. - [longportapp/openapi](https://github.com/longportapp/openapi/tree/main/mcp) - 🐍 ☁️ - LongPort OpenAPI provides real-time stock market data, provides AI access analysis and trading capabilities through MCP. - [MarcinDudekDev/crypto-signals-mcp](https://github.com/MarcinDudekDev/crypto-signals-mcp) [![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) 🐍 ☁️ - Real-time crypto volume anomaly detection across 50+ tokens. Detects unusual trading activity, whale movements, and pump signals via live API. - [Mattbusel/Reddit-Options-Trader-ROT-](https://github.com/Mattbusel/Reddit-Options-Trader-ROT-) 🐍 ☁️ - The first financial intelligence MCP server. Live AI-scored trading signals from Reddit, SEC filings, FDA approvals, Congressional trades, and 15+ sources. 7 tools, 2 resources, hosted remotely, free, no API key required. From 4e5b957a5ba05ac27dd511146df9f0bdb9a9ce8f Mon Sep 17 00:00:00 2001 From: sebastianwall Date: Mon, 27 Apr 2026 17:01:56 +0300 Subject: [PATCH 020/355] Add socialintel/socialintel-mcp to Social Media Instagram influencer search API for AI agents. Pay-per-call x402 USDC on Base/Solana/Polygon/Arbitrum. Already listed on Glama. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2953cb0bc..644a080b8 100644 --- a/README.md +++ b/README.md @@ -2196,6 +2196,7 @@ Integration with social media platforms to allow posting, analytics, and interac - [scrape-badger/scrapebadger-mcp](https://github.com/scrape-badger/scrapebadger-mcp) 🐍 ☁️ - Access Twitter/X data including user profiles, tweets, followers, trends, lists, and communities via the ScrapeBadger API. - [signal-found/sf-mcp](https://github.com/signal-found/sf-mcp) [![sf-mcp MCP server](https://glama.ai/mcp/servers/signal-found/sf-mcp/badges/score.svg)](https://glama.ai/mcp/servers/signal-found/sf-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Connect AI agents to Signal Found's proprietary Reddit outreach network. Find prospects posting about problems your product solves, send personalized DMs at scale via your own Reddit account or a managed bot network of hundreds of accounts, and manage a full outreach CRM — all without leaving your AI client. - [sinanefeozler/reddit-summarizer-mcp](https://github.com/sinanefeozler/reddit-summarizer-mcp) 🐍 🏠 ☁️ - MCP server for summarizing users's Reddit homepage or any subreddit based on posts and comments. +- [socialintel/socialintel-mcp](https://github.com/socialintel/socialintel-mcp) [![socialintel/socialintel-mcp MCP server](https://glama.ai/mcp/servers/socialintel/social-intel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/socialintel/social-intel-mcp) 🐍 ☁️ - Instagram influencer search API for AI agents — search by niche, country, demographics, or follower count, returns usernames, bios, follower counts, business categories, and public business emails. Single-profile lookup at $0.01; full search $0.50–$1.30 (1–100 leads). USDC on Base, Solana, Polygon, Arbitrum via x402 micropayments. No signup, no API keys. - [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. - [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. - [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). From 658b1896ecbe318c8f700e34449205a5f2970d35 Mon Sep 17 00:00:00 2001 From: NazarKalytiuk Date: Wed, 29 Apr 2026 17:03:51 +0300 Subject: [PATCH 021/355] Add tarn-mcp - structured API testing for agents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55f255c05..63adb1b27 100644 --- a/README.md +++ b/README.md @@ -1075,6 +1075,7 @@ Tools and integrations that enhance the development workflow and environment man - [drumst0ck/uploadkit](https://github.com/drumst0ck/uploadkit) [![drumst0ck/uploadkit MCP server](https://glama.ai/mcp/servers/drumst0ck/uploadkit/badges/score.svg)](https://glama.ai/mcp/servers/drumst0ck/uploadkit) 🎖️ 📇 🏠 🍎 🪟 🐧 – Official MCP server for [UploadKit](https://uploadkit.dev). Gives AI assistants first-class knowledge of 40+ React upload components, Next.js route handler scaffolds, BYOS setup (S3/R2/GCS/B2), and full-text search across 88+ docs pages. Runs locally via `npx -y @uploadkitdev/mcp`. - [DigiCatalyst-Systems/dep-diff-mcp](https://github.com/DigiCatalyst-Systems/dep-diff-mcp) [![DigiCatalyst-Systems/dep-diff-mcp MCP server](https://glama.ai/mcp/servers/DigiCatalyst-Systems/dep-diff-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DigiCatalyst-Systems/dep-diff-mcp) 📇 🏠 🍎 🪟 🐧 - Translates a lockfile diff (npm, PyPI) into a human-readable upgrade plan. Point it at a Dependabot PR and get back semver classification, breaking changes from GitHub release notes, CVEs fixed in range, migration links, and a per-package recommendation. Bulk tool ranks up to 50 changes by risk (security > caution > review > likely-safe > safe). Install via `npx -y @digicatalyst/dep-diff-mcp`. - [hikmahtech/drwhome](https://github.com/hikmahtech/drwhome) [![hikmahtech/drwhome MCP server](https://glama.ai/mcp/servers/hikmahtech/drwhome/badges/score.svg)](https://glama.ai/mcp/servers/hikmahtech/drwhome) 📇 ☁️ – Remote MCP server at `https://drwho.me/mcp/mcp` with 10 developer utilities: base64 encode/decode, JWT decode (no verify), DNS lookup via Cloudflare DoH, UUID v4/v7, URL encode/decode, JSON format, User-Agent parse, IP lookup via ipinfo. Open access over streamable HTTP — point Claude Desktop at the URL. +- [NazarKalytiuk/tarn](https://github.com/NazarKalytiuk/tarn) 🦀 🏠 🍎 🪟 🐧 - CLI-first API testing tool with structured JSON failures (`failure_category`, `error_code`, `hints`) so AI agents can branch on the taxonomy without parsing stderr. MCP tools: `tarn_run`, `tarn_validate`, `tarn_fix_plan`, `tarn_inspect`, `tarn_rerun_failed`, and more. Tests are `.tarn.yaml`. Single static binary (musl), MIT. ### 🔒 Delivery From 368cbe645e73d464de6b0962f49609958f5f9cd0 Mon Sep 17 00:00:00 2001 From: Serkan ALP Date: Wed, 29 Apr 2026 23:26:57 +0300 Subject: [PATCH 022/355] Add iletimerkezi/iletimerkezi-mcp-server to Communication Official MCP server for iletiMerkezi, a 13-year-old BTK-licensed Turkish SMS provider serving 100k+ businesses. Exposes 7 MCP tools backed by a runtime-fetched API manifest so the schema stays in lock-step with the live API. - Repo: https://github.com/iletimerkezi/iletimerkezi-mcp-server - npm: https://www.npmjs.com/package/@iletimerkezi/mcp-server - Release: v0.1.0 - Tested end-to-end against the live API. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55f255c05..7fedc58fa 100644 --- a/README.md +++ b/README.md @@ -536,6 +536,7 @@ Integration with communication platforms for message management and channel oper - [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 - [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. +- [iletimerkezi/iletimerkezi-mcp-server](https://github.com/iletimerkezi/iletimerkezi-mcp-server) 📇 ☁️ - Send SMS, query delivery reports, and manage senders / blacklists through the [iletiMerkezi](https://www.iletimerkezi.com) Turkish SMS API (BTK-licensed bulk SMS, OTP, A2P). 7 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. From b48b428b5edbc1bc7cc38cbda3e6a7c9f373c8ca Mon Sep 17 00:00:00 2001 From: Serkan ALP Date: Wed, 29 Apr 2026 23:56:26 +0300 Subject: [PATCH 023/355] Add Glama score badge for iletimerkezi/iletimerkezi-mcp-server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fedc58fa..42140e472 100644 --- a/README.md +++ b/README.md @@ -536,7 +536,7 @@ Integration with communication platforms for message management and channel oper - [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 - [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. -- [iletimerkezi/iletimerkezi-mcp-server](https://github.com/iletimerkezi/iletimerkezi-mcp-server) 📇 ☁️ - Send SMS, query delivery reports, and manage senders / blacklists through the [iletiMerkezi](https://www.iletimerkezi.com) Turkish SMS API (BTK-licensed bulk SMS, OTP, A2P). 7 tools, runtime-fetched manifest stays in lock-step with the live API. Install: `npx -y @iletimerkezi/mcp-server`. +- [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, and manage senders / blacklists through the [iletiMerkezi](https://www.iletimerkezi.com) Turkish SMS API (BTK-licensed bulk SMS, OTP, A2P). 7 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. From c2fc51249602e32530f5febe16efc440ed5e185e Mon Sep 17 00:00:00 2001 From: Parnell Thrower III <113159866+PThrower@users.noreply.github.com> Date: Thu, 30 Apr 2026 00:26:49 -0700 Subject: [PATCH 024/355] =?UTF-8?q?Add=20Strata=20=E2=80=94=20AI=20ecosyst?= =?UTF-8?q?em=20intelligence=20MCP=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Strata is a native MCP server that gives agents verified intelligence across 22 AI ecosystems. Tools: - get_best_practices - get_latest_news - get_top_integrations - search_ecosystem - find_mcp_servers - Claude-validated content, injection-safe by design - Refreshed twice daily via automated pipeline - Works with Claude Code, Cursor, Windsurf, Cline - Free tier available Site: https://usestrata.dev Docs: https://usestrata.dev/docs MCP: https://www.usestrata.dev/mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55f255c05..b364593a8 100644 --- a/README.md +++ b/README.md @@ -485,6 +485,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [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. - [sonirico/mcp-shell](https://github.com/sonirico/mcp-shell) - 🏎️ 🏠 🍎 🪟 🐧 Give hands to AI. MCP server to run shell commands securely, auditably, and on demand on isolated environments like docker. - [stippi/code-assistant](https://github.com/stippi/code-assistant) 🦀 🏠 - Coding agent with basic list, read, replace_in_file, write, execute_command and web search tools. Supports multiple projects concurrently. +- [Strata](https://usestrata.dev) - AI ecosystem intelligence MCP server. Verified best practices, news, integrations, and MCP server directory across 22 AI ecosystems including Claude, ChatGPT, Gemini, LangChain, Groq, Cursor, and more. Claude-validated, injection-safe, refreshed twice daily. 📇 ☁️ - [SunflowersLwtech/mcp_creator_growth](https://github.com/SunflowersLwtech/mcp_creator_growth) 🐍 🏠 🍎 🪟 🐧 - Intelligent learning sidecar for AI coding assistants. Helps developers learn from AI-generated code changes through interactive blocking quizzes and provides agents with persistent project-specific debugging memory using silent RAG tools. Features 56% token optimization and multi-language support. - [tiianhk/MaxMSP-MCP-Server](https://github.com/tiianhk/MaxMSP-MCP-Server) 🐍 🏠 🎵 🎥 - A coding agent for Max (Max/MSP/Jitter), which is a visual programming language for music and multimedia. - [tufantunc/ssh-mcp](https://github.com/tufantunc/ssh-mcp) 📇 🏠 🐧 🪟 - MCP server exposing SSH control for Linux and Windows servers via Model Context Protocol. Securely execute remote shell commands with password or SSH key authentication. From ea6a147f4f1f83d38c671a3bcb07d28e91e88934 Mon Sep 17 00:00:00 2001 From: Parnell Thrower III <113159866+PThrower@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:42:50 -0700 Subject: [PATCH 025/355] Update Strata link and add badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b364593a8..a9fd844b4 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [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. - [sonirico/mcp-shell](https://github.com/sonirico/mcp-shell) - 🏎️ 🏠 🍎 🪟 🐧 Give hands to AI. MCP server to run shell commands securely, auditably, and on demand on isolated environments like docker. - [stippi/code-assistant](https://github.com/stippi/code-assistant) 🦀 🏠 - Coding agent with basic list, read, replace_in_file, write, execute_command and web search tools. Supports multiple projects concurrently. -- [Strata](https://usestrata.dev) - AI ecosystem intelligence MCP server. Verified best practices, news, integrations, and MCP server directory across 22 AI ecosystems including Claude, ChatGPT, Gemini, LangChain, Groq, Cursor, and more. Claude-validated, injection-safe, refreshed twice daily. 📇 ☁️ +- [PThrower/Strata](https://github.com/PThrower/Strata) [![PThrower/Strata MCP server](https://glama.ai/mcp/servers/PThrower/Strata/badges/score.svg)](https://glama.ai/mcp/servers/PThrower/Strata) - AI ecosystem intelligence MCP server. Verified best practices, news, integrations, and MCP server directory across 22 AI ecosystems including Claude, ChatGPT, Gemini, LangChain, Groq, Cursor, and more. Claude-validated, injection-safe, refreshed twice daily. 📇 ☁️ - [SunflowersLwtech/mcp_creator_growth](https://github.com/SunflowersLwtech/mcp_creator_growth) 🐍 🏠 🍎 🪟 🐧 - Intelligent learning sidecar for AI coding assistants. Helps developers learn from AI-generated code changes through interactive blocking quizzes and provides agents with persistent project-specific debugging memory using silent RAG tools. Features 56% token optimization and multi-language support. - [tiianhk/MaxMSP-MCP-Server](https://github.com/tiianhk/MaxMSP-MCP-Server) 🐍 🏠 🎵 🎥 - A coding agent for Max (Max/MSP/Jitter), which is a visual programming language for music and multimedia. - [tufantunc/ssh-mcp](https://github.com/tufantunc/ssh-mcp) 📇 🏠 🐧 🪟 - MCP server exposing SSH control for Linux and Windows servers via Model Context Protocol. Securely execute remote shell commands with password or SSH key authentication. From a9106a27ba30d8dafeda76dfe484f9e11c7d0762 Mon Sep 17 00:00:00 2001 From: Krystian Gwizdala Date: Thu, 30 Apr 2026 22:14:48 +0200 Subject: [PATCH 026/355] =?UTF-8?q?Add=20agenticpay=20=E2=80=94=20open-sou?= =?UTF-8?q?rce=20x402=20micropayments=20stack=20for=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 55f255c05..22442bde2 100644 --- a/README.md +++ b/README.md @@ -1315,6 +1315,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [joepangallo/mcp-server-agentpay](https://github.com/joepangallo/mcp-server-agentpay) [![ict1p5dlrr MCP server](https://glama.ai/mcp/servers/ict1p5dlrr/badges/score.svg)](https://glama.ai/mcp/servers/ict1p5dlrr) 📇 ☁️ - Payment gateway for autonomous AI agents. Single gateway key for tool discovery, auto-provisioning, and pay-per-call metering. Supports Stripe and x402 USDC for fully autonomous wallet funding. - [JosueM1109/personal-finance-mcp](https://github.com/JosueM1109/personal-finance-mcp) [![JosueM1109/personal-finance-mcp MCP server](https://glama.ai/mcp/servers/JosueM1109/personal-finance-mcp/badges/score.svg)](https://glama.ai/mcp/servers/JosueM1109/personal-finance-mcp) 🐍 ☁️ 🏠 - Self-hosted, read-only MCP server that connects banks, credit cards, loans, and brokerage accounts via Plaid. 9 tools for balances, transactions, recurring charges, liabilities, and investment holdings. - [jacobsd32-cpu/djd-agent-score-mcp](https://github.com/jacobsd32-cpu/djd-agent-score-mcp) [![djd-agent-score-mcp MCP server](https://glama.ai/mcp/servers/@jacobsd32-cpu/djd-agent-score-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@jacobsd32-cpu/djd-agent-score-mcp) 📇 ☁️ - Reputation scoring for AI agent wallets on Base. 9 tools: trust scores, fraud reports, blacklist checks, leaderboard, badge generation, and agent registration. Free + x402 paid tiers. +- [krystiangw/agenticpay](https://github.com/krystiangw/agenticpay) 📇 ☁️ 🏠 - Open-source x402 micropayments stack for MCP. Pay-per-tool-call USDC settlement on Solana via the first open-source self-hostable facilitator (no x402.org dependency). Includes TypeScript SDK, CLI, paywall middleware, hosted devnet endpoint, and a live Claude Opus demo. `npm install @agenticpay/sdk` - [kukapay/binance-alpha-mcp](https://github.com/kukapay/binance-alpha-mcp) 🐍 ☁️ - An MCP server for tracking Binance Alpha trades, helping AI agents optimize alpha point accumulation. - [kukapay/bitcoin-utxo-mcp](https://github.com/kukapay/bitcoin-utxo-mcp) 🐍 ☁️ - An MCP server that tracks Bitcoin's Unspent Transaction Outputs (UTXO) and block statistics. - [kukapay/blockbeats-mcp](https://github.com/kukapay/blockbeats-mcp) 🐍 ☁️ - An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents. From 8cbc7ab3bfdbe92bc0d2b0ebad5485d21e3cda5b Mon Sep 17 00:00:00 2001 From: ejwhite7 Date: Fri, 1 May 2026 10:39:38 -0400 Subject: [PATCH 027/355] Add ejwhite7/brandkit-mcp under Architecture & Design BrandKit MCP exposes a company's complete design system to AI tools. - 12 tools, 16+ resources (brandkit:// URI scheme), 4 prompts - stdio, SSE, and Streamable HTTP transports - Auto-parses CSS / Markdown / PDF / SVG / fonts - Published on npm (brandkit-mcp@0.1.0) and the official MCP Registry (io.github.ejwhite7/brandkit-mcp) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55f255c05..6614f50e8 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [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. +- [ejwhite7/brandkit-mcp](https://github.com/ejwhite7/brandkit-mcp) 📇 🏠 🍎 🪟 🐧 - Expose a company's complete design system (colors, typography, logos, components, guidelines, CSS tokens) to AI tools via MCP. Auto-parses CSS / Markdown / PDF / SVG / fonts; supports `marketing` vs `product` contexts with shared overrides; ships 12 tools, 16+ resources under `brandkit://`, and 4 prompts; stdio + SSE + Streamable HTTP transports. Install via NPM: `npx -y brandkit-mcp serve`. - [erajasekar/ai-diagram-maker-mcp](https://github.com/erajasekar/ai-diagram-maker-mcp) [![erajasekar/ai-diagram-maker-mcp MCP server](https://glama.ai/mcp/servers/erajasekar/ai-diagram-maker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/erajasekar/ai-diagram-maker-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - MCP server for AI Diagram Maker — generate flowcharts, sequence diagrams, ERDs, system/network architecture, UML, mindmap, and workflow from natural language, code, ASCII, images, or Mermaid. Inline rendering using MCP Apps UI and editable diagram URLs. Requires API key. - [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. From 572b5fcf6433dbbc8093d417fa7cfd28b895f8cc Mon Sep 17 00:00:00 2001 From: Serkan ALP Date: Sat, 2 May 2026 05:02:59 +0300 Subject: [PATCH 028/355] =?UTF-8?q?Update=20iletimerkezi=20entry:=2011=20t?= =?UTF-8?q?ools,=20official=20badge,=20=C4=B0YS=20support?= 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 42140e472..a69ce9f03 100644 --- a/README.md +++ b/README.md @@ -536,7 +536,7 @@ Integration with communication platforms for message management and channel oper - [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 - [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. -- [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, and manage senders / blacklists through the [iletiMerkezi](https://www.iletimerkezi.com) Turkish SMS API (BTK-licensed bulk SMS, OTP, A2P). 7 tools, runtime-fetched manifest stays in lock-step with the live API. Install: `npx -y @iletimerkezi/mcp-server`. +- [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. From c4da8546b9a495fbcda9f49fcc7dc4200c02304d Mon Sep 17 00:00:00 2001 From: Tradallo <280211924+ajdotink@users.noreply.github.com> Date: Sat, 2 May 2026 07:33:49 -0400 Subject: [PATCH 029/355] Add tradallo/reputation under Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55f255c05..9d46c1d51 100644 --- a/README.md +++ b/README.md @@ -1470,6 +1470,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [tunedforai/x402-mcp](https://github.com/tunedforai/x402-mcp) [![tunedforai/x402-mcp MCP server](https://glama.ai/mcp/servers/tunedforai/x402-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tunedforai/x402-mcp) 📇 ☁️ - Real-time crypto market structure for AI agents — orderflow across 20 exchanges, 24 tokens. 9 tools: price/funding/OI snapshots, cross-exchange CVD with whale activity, 7yr OHLCV history with buy/sell flow, on-chain address risk. Free via MCP ([`@tunedforai/x402-mcp`](https://www.npmjs.com/package/@tunedforai/x402-mcp) on npm) or pay-per-call in USDC on Base via x402 REST at [`x402.tunedfor.ai`](https://x402.tunedfor.ai) — no API key, no rate limits. - [toolstem/toolstem-mcp-server](https://github.com/toolstem/toolstem-mcp-server) [![toolstem/toolstem-mcp-server MCP server](https://glama.ai/mcp/servers/@toolstem/toolstem-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@toolstem/toolstem-mcp-server) 📇 ☁️ 🏠 – Agent-ready financial intelligence for AI agents. Curated tools (`get_stock_snapshot`, `get_company_metrics`, `compare_companies`) that fan out to multiple financial data sources, derive human-readable signals (`UNDERVALUED`, `STRONG`, `ACCELERATING`), and pre-compute CAGRs, margin trends, and DCF upside. One call, one flat JSON response — no cross-endpoint stitching. Available on npm (`toolstem-mcp-server`), the Official MCP Registry, and the Apify Store. - [pickelfintech/the13f-mcp](https://github.com/pickelfintech/the13f-mcp) [![pickelfintech/the13f-mcp MCP server](https://glama.ai/mcp/servers/pickelfintech/the13f-mcp/badges/score.svg)](https://glama.ai/mcp/servers/pickelfintech/the13f-mcp) 🐍 ☁️ - Institutional 13F intelligence for Claude Desktop, Cursor, and VS Code. Nine Read tools: manager search, holdings lookup, portfolio similarity, consensus portfolio, market regime, sector flows. SEC EDGAR-sourced. Install `uvx the13f-mcp`. +- [tradallo/reputation](https://github.com/tradallo/reputation) 📇 ☁️ - MCP server + TS client + CLI for the **Tradallo Verified Record Protocol**. Query cryptographically-verified human + AI-agent trading reputations: track records, agent version history, paginated Universal Trade Receipts, and on-chain Solana memo notarization lookup. Every response is JCS-canonicalized + ed25519-verified locally before returning. Install: `npx @tradallo/reputation`. ### 🎮 Gaming From ca778348d19bd15549598589f2b14b24c5fdd2cd Mon Sep 17 00:00:00 2001 From: mshegolev Date: Sat, 2 May 2026 19:34:31 +0300 Subject: [PATCH 030/355] Add mshegolev/jaeger-mcp to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..fd223ddb8 100644 --- a/README.md +++ b/README.md @@ -1098,6 +1098,7 @@ Tools and integrations that enhance the development workflow and environment man - [DigiCatalyst-Systems/dep-diff-mcp](https://github.com/DigiCatalyst-Systems/dep-diff-mcp) [![DigiCatalyst-Systems/dep-diff-mcp MCP server](https://glama.ai/mcp/servers/DigiCatalyst-Systems/dep-diff-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DigiCatalyst-Systems/dep-diff-mcp) 📇 🏠 🍎 🪟 🐧 - Translates a lockfile diff (npm, PyPI) into a human-readable upgrade plan. Point it at a Dependabot PR and get back semver classification, breaking changes from GitHub release notes, CVEs fixed in range, migration links, and a per-package recommendation. Bulk tool ranks up to 50 changes by risk (security > caution > review > likely-safe > safe). Install via `npx -y @digicatalyst/dep-diff-mcp`. - [hikmahtech/drwhome](https://github.com/hikmahtech/drwhome) [![hikmahtech/drwhome MCP server](https://glama.ai/mcp/servers/hikmahtech/drwhome/badges/score.svg)](https://glama.ai/mcp/servers/hikmahtech/drwhome) 📇 ☁️ – Remote MCP server at `https://drwho.me/mcp/mcp` with 10 developer utilities: base64 encode/decode, JWT decode (no verify), DNS lookup via Cloudflare DoH, UUID v4/v7, URL encode/decode, JSON format, User-Agent parse, IP lookup via ipinfo. Open access over streamable HTTP — point Claude Desktop at the URL. - [tooluse-labs/perfetto-mcp-rs](https://github.com/tooluse-labs/perfetto-mcp-rs) [![tooluse-labs/perfetto-mcp-rs MCP server](https://glama.ai/mcp/servers/tooluse-labs/perfetto-mcp-rs/badges/score.svg)](https://glama.ai/mcp/servers/tooluse-labs/perfetto-mcp-rs) 🦀 🏠 🍎 🪟 🐧 - MCP server for [Perfetto](https://perfetto.dev) trace analysis. Runs PerfettoSQL queries on `.perfetto-trace` / `.pftrace` files via auto-downloaded `trace_processor_shell`, with dedicated Chrome tools for page loads, scroll jank, main-thread hotspots, and stdlib module discovery. Cross-client tested on Claude Code and Codex. Available via `cargo install`, Homebrew tap, and curl install script. +- [mshegolev/jaeger-mcp](https://github.com/mshegolev/jaeger-mcp) [![mshegolev/jaeger-mcp MCP server](https://glama.ai/mcp/servers/mshegolev/jaeger-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mshegolev/jaeger-mcp) 🐍 ☁️ 🏠 – Jaeger distributed tracing MCP. 5 tools: list_services, list_operations, search_traces, get_trace, get_dependencies. Any Jaeger instance (HTTP API v3); PyPI + MCP Registry. ### 🔒 Delivery From 59b3d3e2d57caf6ef62de1315eab65cfa9137f23 Mon Sep 17 00:00:00 2001 From: cocaxcode Date: Sat, 2 May 2026 20:25:55 +0200 Subject: [PATCH 031/355] Add cocaxcode/api-testing-mcp to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..4cdf70d76 100644 --- a/README.md +++ b/README.md @@ -836,6 +836,7 @@ Tools and integrations that enhance the development workflow and environment man - [ckanthony/gin-mcp](https://github.com/ckanthony/gin-mcp) 🏎️ ☁️ 📟 🪟 🐧 🍎 - A zero-configuration Go library to automatically expose existing Gin web framework APIs as MCP tools. - [ckreiling/mcp-server-docker](https://github.com/ckreiling/mcp-server-docker) 🐍 🏠 - Integrate with Docker to manage containers, images, volumes, and networks. - [ClaudeCodeNavi/claudecodenavi-mcp](https://github.com/saikiyusuke/claudecodenavi-mcp) 📇 ☁️ - Claude Code knowledge platform & marketplace MCP server. Search and share snippets, prompts, Q&A solutions, error fixes, and MCP server configurations from the ClaudeCodeNavi community. +- [cocaxcode/api-testing-mcp](https://github.com/cocaxcode/api-testing-mcp) [![cocaxcode/api-testing-mcp MCP server](https://glama.ai/mcp/servers/cocaxcode/api-testing-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cocaxcode/api-testing-mcp) 📇 🏠 🍎 🪟 🐧 - HTTP API testing with 42 tools. Send requests, save collections, manage environments with {{variable}} interpolation, chain multi-step flows, assert responses, load-test endpoints, and generate mocks from OpenAPI specs — zero cloud dependencies. - [PatrickSys/codebase-context](https://github.com/PatrickSys/codebase-context) [![codebase-context MCP server](https://glama.ai/mcp/servers/@PatrickSys/codebase-context/badges/score.svg)](https://glama.ai/mcp/servers/@PatrickSys/codebase-context) 📇 🏠 🍎 🪟 🐧 - Local MCP server that shows AI agents which patterns your team actually uses, what files a change will affect, and when there is not enough context to trust an edit. 30+ languages, fully local. - [CodeLogicIncEngineering/codelogic-mcp-server](https://github.com/CodeLogicIncEngineering/codelogic-mcp-server) 🎖️ 🐍 ☁️ 🍎 🪟 🐧 - Official MCP server for CodeLogic, providing access to code dependency analytics, architectural risk analysis, and impact assessment tools. - [Comet-ML/Opik-MCP](https://github.com/comet-ml/opik-mcp) 🎖️ 📇 ☁️ 🏠 - Use natural language to explore LLM observability, traces, and monitoring data captured by Opik. From 76d145032452e8f791c45fc28ce06e0263df719d Mon Sep 17 00:00:00 2001 From: cocaxcode Date: Sat, 2 May 2026 20:31:50 +0200 Subject: [PATCH 032/355] Improve description: highlight multi-env groups and Postman comparison --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cdf70d76..8b93afd64 100644 --- a/README.md +++ b/README.md @@ -836,7 +836,7 @@ Tools and integrations that enhance the development workflow and environment man - [ckanthony/gin-mcp](https://github.com/ckanthony/gin-mcp) 🏎️ ☁️ 📟 🪟 🐧 🍎 - A zero-configuration Go library to automatically expose existing Gin web framework APIs as MCP tools. - [ckreiling/mcp-server-docker](https://github.com/ckreiling/mcp-server-docker) 🐍 🏠 - Integrate with Docker to manage containers, images, volumes, and networks. - [ClaudeCodeNavi/claudecodenavi-mcp](https://github.com/saikiyusuke/claudecodenavi-mcp) 📇 ☁️ - Claude Code knowledge platform & marketplace MCP server. Search and share snippets, prompts, Q&A solutions, error fixes, and MCP server configurations from the ClaudeCodeNavi community. -- [cocaxcode/api-testing-mcp](https://github.com/cocaxcode/api-testing-mcp) [![cocaxcode/api-testing-mcp MCP server](https://glama.ai/mcp/servers/cocaxcode/api-testing-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cocaxcode/api-testing-mcp) 📇 🏠 🍎 🪟 🐧 - HTTP API testing with 42 tools. Send requests, save collections, manage environments with {{variable}} interpolation, chain multi-step flows, assert responses, load-test endpoints, and generate mocks from OpenAPI specs — zero cloud dependencies. +- [cocaxcode/api-testing-mcp](https://github.com/cocaxcode/api-testing-mcp) [![cocaxcode/api-testing-mcp MCP server](https://glama.ai/mcp/servers/cocaxcode/api-testing-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cocaxcode/api-testing-mcp) 📇 🏠 🍎 🪟 🐧 - The most complete API testing MCP — Postman inside your AI assistant. Per-project environment groups with {{variable}} interpolation, saved collections, multi-step flows with response extraction, assertions, load testing, and OpenAPI mock generation. 42 tools, zero cloud account needed. - [PatrickSys/codebase-context](https://github.com/PatrickSys/codebase-context) [![codebase-context MCP server](https://glama.ai/mcp/servers/@PatrickSys/codebase-context/badges/score.svg)](https://glama.ai/mcp/servers/@PatrickSys/codebase-context) 📇 🏠 🍎 🪟 🐧 - Local MCP server that shows AI agents which patterns your team actually uses, what files a change will affect, and when there is not enough context to trust an edit. 30+ languages, fully local. - [CodeLogicIncEngineering/codelogic-mcp-server](https://github.com/CodeLogicIncEngineering/codelogic-mcp-server) 🎖️ 🐍 ☁️ 🍎 🪟 🐧 - Official MCP server for CodeLogic, providing access to code dependency analytics, architectural risk analysis, and impact assessment tools. - [Comet-ML/Opik-MCP](https://github.com/comet-ml/opik-mcp) 🎖️ 📇 ☁️ 🏠 - Use natural language to explore LLM observability, traces, and monitoring data captured by Opik. From 51ff68c2719cf533126ef4ddfea6f03ea2695262 Mon Sep 17 00:00:00 2001 From: nick Date: Sat, 2 May 2026 22:57:47 +0200 Subject: [PATCH 033/355] Add nicktcode/swissgroceries-mcp to E-Commerce Real-time Swiss grocery price comparison MCP server. Searches across 8 chains (Migros, Coop, Aldi, Denner, Lidl, Farmy, Volg, Otto's), tracks weekly promotions, and computes optimal multi-store shopping plans. Includes Glama score badge per the contributing checklist. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..741344346 100644 --- a/README.md +++ b/README.md @@ -1191,6 +1191,7 @@ MCP servers for e-commerce platforms and online store management. - [cmcgrabby-hue/syndicate-links](https://github.com/cmcgrabby-hue/syndicate-links/tree/master/mcp) [![cmcgrabby-hue/syndicate-links MCP server](https://glama.ai/mcp/servers/cmcgrabby-hue/syndicate-links/badges/score.svg)](https://glama.ai/mcp/servers/cmcgrabby-hue/syndicate-links) 📇 🏠 🍎 🪟 🐧 - Affiliate commission infrastructure for AI agents. 7 tools for program discovery, attribution tracking, commission status, and payouts. Search programs, get details, track conversions with signed attribution tokens, and trigger settlement cycles. Install via `npx syndicate-links-mcp`. - [PCDCK/ozon-mcp](https://github.com/PCDCK/ozon-mcp) [![PCDCK/ozon-mcp MCP server](https://glama.ai/mcp/servers/PCDCK/ozon-mcp/badges/score.svg)](https://glama.ai/mcp/servers/PCDCK/ozon-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Knowledge-rich MCP server for the full Ozon Seller + Performance API (466 methods, 15 MCP tools). Auto-pagination over 4 cursor styles, subscription-tier pre-flight, rate-limit management with exponential back-off, and 13 curated analytical workflows (OOS risk, cabinet health, content audit, pricing, warehouse distribution). Russian + English BM25 search across the catalog. - [pepabo/colormeshop-mcp](https://github.com/pepabo/colormeshop-mcp) [![pepabo/colormeshop-mcp MCP server](https://glama.ai/mcp/servers/pepabo/colormeshop-mcp/badges/score.svg)](https://glama.ai/mcp/servers/pepabo/colormeshop-mcp) 🎖️ ☁️ - Official remote MCP server for Color Me Shop (GMO Pepabo), a Japanese e-commerce platform. Manage orders, products, inventory, customers, coupons, and shop settings via natural language. +- [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`. ### 🌳 Environment & Nature From 530caeddcd7a21b0c4b94dd54932313c2b621112 Mon Sep 17 00:00:00 2001 From: NazarKalytiuk Date: Sun, 3 May 2026 00:31:15 +0300 Subject: [PATCH 034/355] Add Glama score badge for NazarKalytiuk/tarn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63adb1b27..49db7cd68 100644 --- a/README.md +++ b/README.md @@ -1075,7 +1075,7 @@ Tools and integrations that enhance the development workflow and environment man - [drumst0ck/uploadkit](https://github.com/drumst0ck/uploadkit) [![drumst0ck/uploadkit MCP server](https://glama.ai/mcp/servers/drumst0ck/uploadkit/badges/score.svg)](https://glama.ai/mcp/servers/drumst0ck/uploadkit) 🎖️ 📇 🏠 🍎 🪟 🐧 – Official MCP server for [UploadKit](https://uploadkit.dev). Gives AI assistants first-class knowledge of 40+ React upload components, Next.js route handler scaffolds, BYOS setup (S3/R2/GCS/B2), and full-text search across 88+ docs pages. Runs locally via `npx -y @uploadkitdev/mcp`. - [DigiCatalyst-Systems/dep-diff-mcp](https://github.com/DigiCatalyst-Systems/dep-diff-mcp) [![DigiCatalyst-Systems/dep-diff-mcp MCP server](https://glama.ai/mcp/servers/DigiCatalyst-Systems/dep-diff-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DigiCatalyst-Systems/dep-diff-mcp) 📇 🏠 🍎 🪟 🐧 - Translates a lockfile diff (npm, PyPI) into a human-readable upgrade plan. Point it at a Dependabot PR and get back semver classification, breaking changes from GitHub release notes, CVEs fixed in range, migration links, and a per-package recommendation. Bulk tool ranks up to 50 changes by risk (security > caution > review > likely-safe > safe). Install via `npx -y @digicatalyst/dep-diff-mcp`. - [hikmahtech/drwhome](https://github.com/hikmahtech/drwhome) [![hikmahtech/drwhome MCP server](https://glama.ai/mcp/servers/hikmahtech/drwhome/badges/score.svg)](https://glama.ai/mcp/servers/hikmahtech/drwhome) 📇 ☁️ – Remote MCP server at `https://drwho.me/mcp/mcp` with 10 developer utilities: base64 encode/decode, JWT decode (no verify), DNS lookup via Cloudflare DoH, UUID v4/v7, URL encode/decode, JSON format, User-Agent parse, IP lookup via ipinfo. Open access over streamable HTTP — point Claude Desktop at the URL. -- [NazarKalytiuk/tarn](https://github.com/NazarKalytiuk/tarn) 🦀 🏠 🍎 🪟 🐧 - CLI-first API testing tool with structured JSON failures (`failure_category`, `error_code`, `hints`) so AI agents can branch on the taxonomy without parsing stderr. MCP tools: `tarn_run`, `tarn_validate`, `tarn_fix_plan`, `tarn_inspect`, `tarn_rerun_failed`, and more. Tests are `.tarn.yaml`. Single static binary (musl), MIT. +- [NazarKalytiuk/tarn](https://github.com/NazarKalytiuk/tarn) [![NazarKalytiuk/tarn MCP server](https://glama.ai/mcp/servers/NazarKalytiuk/tarn/badges/score.svg)](https://glama.ai/mcp/servers/NazarKalytiuk/tarn) 🦀 🏠 🍎 🪟 🐧 - CLI-first API testing tool with structured JSON failures (`failure_category`, `error_code`, `hints`) so AI agents can branch on the taxonomy without parsing stderr. MCP tools: `tarn_run`, `tarn_validate`, `tarn_fix_plan`, `tarn_inspect`, `tarn_rerun_failed`, and more. Tests are `.tarn.yaml`. Single static binary (musl), MIT. ### 🔒 Delivery From 3dd0fd7a9435c55c564079a4b57fa829a2685410 Mon Sep 17 00:00:00 2001 From: HeinrichNeb <137402513+HeinrichNebula@users.noreply.github.com> Date: Sun, 3 May 2026 11:02:43 +0700 Subject: [PATCH 035/355] fix: correct GitHub repo link to cachly-dev/cachly-mcp (badge mismatch) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74764b78a..07814a6e8 100644 --- a/README.md +++ b/README.md @@ -1471,7 +1471,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [cameronrye/openzim-mcp](https://github.com/cameronrye/openzim-mcp) 🐍 🏠 - Modern, secure MCP server for accessing ZIM format knowledge bases offline. Enables AI models to search and navigate Wikipedia, educational content, and other compressed knowledge archives with smart retrieval, caching, and comprehensive API. -- [cachly-dev/mcp-server](https://github.com/cachly-dev/mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - Persistent AI memory brain + semantic cache for Claude Code, Cursor, Copilot, and Windsurf. `session_start()` briefs your AI on last session, lessons, and open failures in one call. Team Brain, semantic search, 51 tools, Team Telepathy, Ambient Git Learning, Memory Crystals, and managed Valkey/Redis instances included. `npx @cachly-dev/init` — free tier, no credit card. [Website](https://cachly.dev) [![cachly-dev/cachly-mcp MCP server](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp) +- [cachly-dev/cachly-mcp](https://github.com/cachly-dev/cachly-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Persistent AI memory brain + semantic cache for Claude Code, Cursor, Copilot, and Windsurf. `session_start()` briefs your AI on last session, lessons, and open failures in one call. Team Brain, semantic search, 51 tools, Team Telepathy, Ambient Git Learning, Memory Crystals, and managed Valkey/Redis instances included. `npx @cachly-dev/init` — free tier, no credit card. [Website](https://cachly.dev) [![cachly-dev/cachly-mcp MCP server](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp) - [cdeust/Cortex](https://github.com/cdeust/Cortex) [![badge](https://glama.ai/mcp/servers/cdeust/Cortex/badge)](https://glama.ai/mcp/servers/cdeust/Cortex) 🐍 🏠 🍎 - Persistent memory for Claude Code grounded in computational neuroscience (41 cited papers). Thermodynamic decay, hippocampal-cortical consolidation, predictive-coding write gate, WRRF retrieval. PostgreSQL + pgvector, 33 MCP tools, 7 lifecycle hooks. Benchmarked 97.8% R@10 on LongMemEval. `claude plugin marketplace add cdeust/Cortex` - [celiums/celiums-memory](https://github.com/terrizoaguimor/celiums-memory) [![celiums-memory MCP server](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory/badges/score.svg)](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory) 📇 🏠 ☁️ 🍎 🪟 🐧 - Cognitive memory engine with 5,100+ knowledge modules, circadian rhythm awareness, and emotional state tracking (PAD model). Hybrid search (PostgreSQL + Qdrant vectors + Valkey cache), per-user memory isolation, and multi-protocol support (MCP, REST, OpenAI, LangChain, A2A). `npx @celiums/memory` [Website](https://celiums.io) - [cg3-llc/prior_mcp](https://github.com/cg3-llc/prior_mcp) [![cg3-llc/prior_mcp MCP server](https://glama.ai/mcp/servers/cg3-llc/prior_mcp/badges/score.svg)](https://glama.ai/mcp/servers/cg3-llc/prior_mcp) 📇 ☁️ - Shared knowledge base where AI agents exchange proven solutions — including failed approaches, so your agent skips the dead ends. Smaller models get instant access to frontier-model discoveries. Free to search indefinitely when feedback is provided on results. [Website](https://prior.cg3.io) From cefa600a8a74970adfe198985519d84edff3b0f0 Mon Sep 17 00:00:00 2001 From: Krystian Gwizdala Date: Sun, 3 May 2026 06:52:12 +0200 Subject: [PATCH 036/355] Add Glama score badge to agenticpay entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22442bde2..95c28e623 100644 --- a/README.md +++ b/README.md @@ -1315,7 +1315,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [joepangallo/mcp-server-agentpay](https://github.com/joepangallo/mcp-server-agentpay) [![ict1p5dlrr MCP server](https://glama.ai/mcp/servers/ict1p5dlrr/badges/score.svg)](https://glama.ai/mcp/servers/ict1p5dlrr) 📇 ☁️ - Payment gateway for autonomous AI agents. Single gateway key for tool discovery, auto-provisioning, and pay-per-call metering. Supports Stripe and x402 USDC for fully autonomous wallet funding. - [JosueM1109/personal-finance-mcp](https://github.com/JosueM1109/personal-finance-mcp) [![JosueM1109/personal-finance-mcp MCP server](https://glama.ai/mcp/servers/JosueM1109/personal-finance-mcp/badges/score.svg)](https://glama.ai/mcp/servers/JosueM1109/personal-finance-mcp) 🐍 ☁️ 🏠 - Self-hosted, read-only MCP server that connects banks, credit cards, loans, and brokerage accounts via Plaid. 9 tools for balances, transactions, recurring charges, liabilities, and investment holdings. - [jacobsd32-cpu/djd-agent-score-mcp](https://github.com/jacobsd32-cpu/djd-agent-score-mcp) [![djd-agent-score-mcp MCP server](https://glama.ai/mcp/servers/@jacobsd32-cpu/djd-agent-score-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@jacobsd32-cpu/djd-agent-score-mcp) 📇 ☁️ - Reputation scoring for AI agent wallets on Base. 9 tools: trust scores, fraud reports, blacklist checks, leaderboard, badge generation, and agent registration. Free + x402 paid tiers. -- [krystiangw/agenticpay](https://github.com/krystiangw/agenticpay) 📇 ☁️ 🏠 - Open-source x402 micropayments stack for MCP. Pay-per-tool-call USDC settlement on Solana via the first open-source self-hostable facilitator (no x402.org dependency). Includes TypeScript SDK, CLI, paywall middleware, hosted devnet endpoint, and a live Claude Opus demo. `npm install @agenticpay/sdk` +- [krystiangw/agenticpay](https://github.com/krystiangw/agenticpay) [![krystiangw/agenticpay MCP server](https://glama.ai/mcp/servers/krystiangw/agenticpay/badges/score.svg)](https://glama.ai/mcp/servers/krystiangw/agenticpay) 📇 ☁️ 🏠 - Open-source x402 micropayments stack for MCP. Pay-per-tool-call USDC settlement on Solana via the first open-source self-hostable facilitator (no x402.org dependency). Includes TypeScript SDK, CLI, paywall middleware, hosted devnet endpoint, and a live Claude Opus demo. `npm install @agenticpay/sdk` - [kukapay/binance-alpha-mcp](https://github.com/kukapay/binance-alpha-mcp) 🐍 ☁️ - An MCP server for tracking Binance Alpha trades, helping AI agents optimize alpha point accumulation. - [kukapay/bitcoin-utxo-mcp](https://github.com/kukapay/bitcoin-utxo-mcp) 🐍 ☁️ - An MCP server that tracks Bitcoin's Unspent Transaction Outputs (UTXO) and block statistics. - [kukapay/blockbeats-mcp](https://github.com/kukapay/blockbeats-mcp) 🐍 ☁️ - An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents. From ebd9a7178cbc1364067447a108b894d74466b664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fithan?= Date: Sun, 3 May 2026 16:02:46 +0300 Subject: [PATCH 037/355] Add yigithanyucedag/apple-search-ads-mcp to Marketing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..10ee20852 100644 --- a/README.md +++ b/README.md @@ -1814,6 +1814,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [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. - [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) 📇 - +- [yigithanyucedag/apple-search-ads-mcp](https://github.com/yigithanyucedag/apple-search-ads-mcp) 📇 ☁️ - Apple Ads (formerly Apple Search Ads) Campaign Management API v5 with **1:1 endpoint coverage** — 74 typed tools across campaigns, ad groups, ads, creatives, custom product pages, targeting + negative keywords, performance reports, async impression-share reports, budget orders, ACLs, app/geo discovery, and rejection-reason audits. Multi-org support via per-call override. Install: `npm i -g apple-search-ads-mcp`. ### 📊 Monitoring From 6d281f0858788e8368099b5bc81c04eeafcf273d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fithan?= Date: Sun, 3 May 2026 16:11:05 +0300 Subject: [PATCH 038/355] Add Glama score badge to apple-search-ads-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10ee20852..6b9586e3a 100644 --- a/README.md +++ b/README.md @@ -1814,7 +1814,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [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. - [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) 📇 - -- [yigithanyucedag/apple-search-ads-mcp](https://github.com/yigithanyucedag/apple-search-ads-mcp) 📇 ☁️ - Apple Ads (formerly Apple Search Ads) Campaign Management API v5 with **1:1 endpoint coverage** — 74 typed tools across campaigns, ad groups, ads, creatives, custom product pages, targeting + negative keywords, performance reports, async impression-share reports, budget orders, ACLs, app/geo discovery, and rejection-reason audits. Multi-org support via per-call override. Install: `npm i -g apple-search-ads-mcp`. +- [yigithanyucedag/apple-search-ads-mcp](https://github.com/yigithanyucedag/apple-search-ads-mcp) [![yigithanyucedag/apple-search-ads-mcp MCP server](https://glama.ai/mcp/servers/yigithanyucedag/apple-search-ads-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yigithanyucedag/apple-search-ads-mcp) 📇 ☁️ - Apple Ads (formerly Apple Search Ads) Campaign Management API v5 with **1:1 endpoint coverage** — 74 typed tools across campaigns, ad groups, ads, creatives, custom product pages, targeting + negative keywords, performance reports, async impression-share reports, budget orders, ACLs, app/geo discovery, and rejection-reason audits. Multi-org support via per-call override. Install: `npm i -g apple-search-ads-mcp`. ### 📊 Monitoring From 0068e6748a1aec90b7961e25b27b8dd4d27b269d Mon Sep 17 00:00:00 2001 From: David Karlsson Date: Sun, 3 May 2026 15:37:36 +0200 Subject: [PATCH 039/355] Add atmospore-mcp under Environment & Nature Per-species pollen forecasts at any point on Earth, seven days ahead. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..8da9ebdac 100644 --- a/README.md +++ b/README.md @@ -1197,6 +1197,7 @@ MCP servers for e-commerce platforms and online store management. Provides access to environmental data and nature-related tools, services and information. - [aliafsahnoudeh/wildfire-mcp-server](https://github.com/aliafsahnoudeh/wildfire-mcp-server) 🐍 ☁️ 🍎 🪟 🐧 - MCP server for detecting, monitoring, and analyzing potential wildfires globally using multiple data sources including NASA FIRMS, OpenWeatherMap, and Google Earth Engine. +- [atmospore/atmospore-mcp](https://github.com/atmospore/atmospore-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Per-species pollen forecasts at any point on Earth, seven days ahead, via the Atmospore API. Tools: `get_pollen`, `get_top_species`, `get_area_average`, `list_supported_species`. Free tier (100 calls/day, no credit card). Hosted variant at `mcp.atmospore.com`. - [nalediym/touch-grass](https://github.com/nalediym/touch-grass) [![nalediym/touch-grass MCP server](https://glama.ai/mcp/servers/nalediym/touch-grass/badges/score.svg)](https://glama.ai/mcp/servers/nalediym/touch-grass) 📇 🏠 🍎 🪟 🐧 - Claude Code plugin and MCP server that nudges you to take outdoor breaks based on local weather, sunset timing, and session streaks. Tools: `check_grass_conditions`, `suggest_activity`, `log_touch_grass`, `get_stats`. Fully local, no API keys, no cloud storage. ### 📂 File Systems From 9f733d7fedb3c8f390d9e6eeb8b39f3f6cf5f1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fithan?= Date: Sun, 3 May 2026 17:11:59 +0300 Subject: [PATCH 040/355] Update apple-search-ads-mcp entry after org transfer to AppVisionOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b9586e3a..479bdc803 100644 --- a/README.md +++ b/README.md @@ -1814,7 +1814,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [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. - [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) 📇 - -- [yigithanyucedag/apple-search-ads-mcp](https://github.com/yigithanyucedag/apple-search-ads-mcp) [![yigithanyucedag/apple-search-ads-mcp MCP server](https://glama.ai/mcp/servers/yigithanyucedag/apple-search-ads-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yigithanyucedag/apple-search-ads-mcp) 📇 ☁️ - Apple Ads (formerly Apple Search Ads) Campaign Management API v5 with **1:1 endpoint coverage** — 74 typed tools across campaigns, ad groups, ads, creatives, custom product pages, targeting + negative keywords, performance reports, async impression-share reports, budget orders, ACLs, app/geo discovery, and rejection-reason audits. Multi-org support via per-call override. Install: `npm i -g apple-search-ads-mcp`. +- [AppVisionOS/apple-search-ads-mcp](https://github.com/AppVisionOS/apple-search-ads-mcp) [![AppVisionOS/apple-search-ads-mcp MCP server](https://glama.ai/mcp/servers/yigithanyucedag/apple-search-ads-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yigithanyucedag/apple-search-ads-mcp) 📇 ☁️ - Apple Ads (formerly Apple Search Ads) Campaign Management API v5 with **1:1 endpoint coverage** — 74 typed tools across campaigns, ad groups, ads, creatives, custom product pages, targeting + negative keywords, performance reports, async impression-share reports, budget orders, ACLs, app/geo discovery, and rejection-reason audits. Multi-org support via per-call override. Install: `npm i -g apple-search-ads-mcp`. ### 📊 Monitoring From 120db1bddf9796e4aba867291954104ec4aa0281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fithan?= Date: Sun, 3 May 2026 17:13:49 +0300 Subject: [PATCH 041/355] Update Glama badge URL to AppVisionOS namespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 479bdc803..552732749 100644 --- a/README.md +++ b/README.md @@ -1814,7 +1814,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [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. - [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) 📇 - -- [AppVisionOS/apple-search-ads-mcp](https://github.com/AppVisionOS/apple-search-ads-mcp) [![AppVisionOS/apple-search-ads-mcp MCP server](https://glama.ai/mcp/servers/yigithanyucedag/apple-search-ads-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yigithanyucedag/apple-search-ads-mcp) 📇 ☁️ - Apple Ads (formerly Apple Search Ads) Campaign Management API v5 with **1:1 endpoint coverage** — 74 typed tools across campaigns, ad groups, ads, creatives, custom product pages, targeting + negative keywords, performance reports, async impression-share reports, budget orders, ACLs, app/geo discovery, and rejection-reason audits. Multi-org support via per-call override. Install: `npm i -g apple-search-ads-mcp`. +- [AppVisionOS/apple-search-ads-mcp](https://github.com/AppVisionOS/apple-search-ads-mcp) [![AppVisionOS/apple-search-ads-mcp MCP server](https://glama.ai/mcp/servers/AppVisionOS/apple-search-ads-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AppVisionOS/apple-search-ads-mcp) 📇 ☁️ - Apple Ads (formerly Apple Search Ads) Campaign Management API v5 with **1:1 endpoint coverage** — 74 typed tools across campaigns, ad groups, ads, creatives, custom product pages, targeting + negative keywords, performance reports, async impression-share reports, budget orders, ACLs, app/geo discovery, and rejection-reason audits. Multi-org support via per-call override. Install: `npm i -g apple-search-ads-mcp`. ### 📊 Monitoring From 4dac23ad72b34f9acc3182977b5ce23bccdced02 Mon Sep 17 00:00:00 2001 From: David Karlsson Date: Sun, 3 May 2026 16:24:46 +0200 Subject: [PATCH 042/355] Add Glama score badge for atmospore-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8da9ebdac..23eddd8f7 100644 --- a/README.md +++ b/README.md @@ -1197,7 +1197,7 @@ MCP servers for e-commerce platforms and online store management. Provides access to environmental data and nature-related tools, services and information. - [aliafsahnoudeh/wildfire-mcp-server](https://github.com/aliafsahnoudeh/wildfire-mcp-server) 🐍 ☁️ 🍎 🪟 🐧 - MCP server for detecting, monitoring, and analyzing potential wildfires globally using multiple data sources including NASA FIRMS, OpenWeatherMap, and Google Earth Engine. -- [atmospore/atmospore-mcp](https://github.com/atmospore/atmospore-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Per-species pollen forecasts at any point on Earth, seven days ahead, via the Atmospore API. Tools: `get_pollen`, `get_top_species`, `get_area_average`, `list_supported_species`. Free tier (100 calls/day, no credit card). Hosted variant at `mcp.atmospore.com`. +- [atmospore/atmospore-mcp](https://github.com/atmospore/atmospore-mcp) [![atmospore/atmospore-mcp MCP server](https://glama.ai/mcp/servers/atmospore/atmospore-mcp/badges/score.svg)](https://glama.ai/mcp/servers/atmospore/atmospore-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Per-species pollen forecasts at any point on Earth, seven days ahead, via the Atmospore API. Tools: `get_pollen`, `get_top_species`, `get_area_average`, `list_supported_species`. Free tier (100 calls/day, no credit card). Hosted variant at `mcp.atmospore.com`. - [nalediym/touch-grass](https://github.com/nalediym/touch-grass) [![nalediym/touch-grass MCP server](https://glama.ai/mcp/servers/nalediym/touch-grass/badges/score.svg)](https://glama.ai/mcp/servers/nalediym/touch-grass) 📇 🏠 🍎 🪟 🐧 - Claude Code plugin and MCP server that nudges you to take outdoor breaks based on local weather, sunset timing, and session streaks. Tools: `check_grass_conditions`, `suggest_activity`, `log_touch_grass`, `get_stats`. Fully local, no API keys, no cloud storage. ### 📂 File Systems From 141199d70d6a8d1b74fcf42ccf0369d76def157e Mon Sep 17 00:00:00 2001 From: Karya <76717341+karyaboyraz@users.noreply.github.com> Date: Sun, 3 May 2026 17:39:43 +0300 Subject: [PATCH 043/355] Add karyaboyraz/mockit-mcp to Architecture & Design --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..c4b15e3c8 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [erajasekar/ai-diagram-maker-mcp](https://github.com/erajasekar/ai-diagram-maker-mcp) [![erajasekar/ai-diagram-maker-mcp MCP server](https://glama.ai/mcp/servers/erajasekar/ai-diagram-maker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/erajasekar/ai-diagram-maker-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - MCP server for AI Diagram Maker — generate flowcharts, sequence diagrams, ERDs, system/network architecture, UML, mindmap, and workflow from natural language, code, ASCII, images, or Mermaid. Inline rendering using MCP Apps UI and editable diagram URLs. Requires API key. - [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) 📇 🏠 🍎 🪟 🐧 - 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` - [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. From 6d6e84a5de947cdc69ec6ee7c2a2f460d3f60446 Mon Sep 17 00:00:00 2001 From: Chris Lloyd-Jones <19361656+Sealjay@users.noreply.github.com> Date: Sun, 3 May 2026 15:53:38 +0100 Subject: [PATCH 044/355] feat: add Sealjay/mcp-hey to Communication Add Glama badge and clarify auth uses locally cached session from Hey's webview auth. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..185b7ce12 100644 --- a/README.md +++ b/README.md @@ -582,6 +582,7 @@ Integration with communication platforms for message management and channel oper - [qq418716640/botbell-mcp](https://github.com/qq418716640/botbell-mcp) [![qq418716640/botbell-mcp MCP server](https://glama.ai/mcp/servers/qq418716640/botbell-mcp/badges/score.svg)](https://glama.ai/mcp/servers/qq418716640/botbell-mcp) 📇 ☁️ - Send push notifications to iPhone, iPad, and Mac from AI assistants. Two-way messaging — users reply in the BotBell app, AI reads and continues. Supports action buttons, Markdown, and multi-bot management via PAT. - [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. - [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 63f06d6645118db2675fd08684b1d38aaf58b78c Mon Sep 17 00:00:00 2001 From: Karya <76717341+karyaboyraz@users.noreply.github.com> Date: Sun, 3 May 2026 17:56:55 +0300 Subject: [PATCH 045/355] Add Glama score badge per maintainer requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4b15e3c8..36eb00a8f 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [erajasekar/ai-diagram-maker-mcp](https://github.com/erajasekar/ai-diagram-maker-mcp) [![erajasekar/ai-diagram-maker-mcp MCP server](https://glama.ai/mcp/servers/erajasekar/ai-diagram-maker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/erajasekar/ai-diagram-maker-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - MCP server for AI Diagram Maker — generate flowcharts, sequence diagrams, ERDs, system/network architecture, UML, mindmap, and workflow from natural language, code, ASCII, images, or Mermaid. Inline rendering using MCP Apps UI and editable diagram URLs. Requires API key. - [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) 📇 🏠 🍎 🪟 🐧 - 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. +- [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` - [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. From 2576cf056a94a937324ec464216fc08aa8a6793d Mon Sep 17 00:00:00 2001 From: Vivek Amilkanthawar Date: Mon, 4 May 2026 00:25:41 +0900 Subject: [PATCH 046/355] Add japan-utils-mcp under Other Tools and Integrations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..19fa9d9b0 100644 --- a/README.md +++ b/README.md @@ -2602,6 +2602,7 @@ Interact with Git repositories and version control platforms. Enables repository - [vinkius-labs/mcp-fusion](https://github.com/vinkius-labs/mcp-fusion) 📇 [![Glama](https://glama.ai/mcp/servers/badge/@vinkius-labs/mcp-fusion)](https://glama.ai/mcp/servers/@vinkius-labs/mcp-fusion) - A TypeScript framework for building production-ready MCP servers with automatic tool discovery, multi-transport support (stdio/SSE/HTTP), built-in validation, and zero-config setup. - [MervinPraison/praisonai-mcp](https://github.com/MervinPraison/praisonai-mcp) 🐍 - AI Agents framework with 64+ built-in tools for search, memory, workflows, code execution, and file operations. Turn any AI assistant into a multi-agent system with MCP. - [rocketride-org/rocketride-server](https://github.com/rocketride-org/rocketride-server) [![rocketride-org/rocketride-server MCP server](https://glama.ai/mcp/servers/rocketride-org/rocketride-server/badges/score.svg)](https://glama.ai/mcp/servers/rocketride-org/rocketride-server) 📇 🏠 - MCP server that exposes RocketRide AI pipelines as tools for Claude, Cursor, and Windsurf. Self-hosted, open-source pipeline tool with multi-LLM support. +- [vivek081166/japan-utils-mcp](https://github.com/vivek081166/japan-utils-mcp) 🐍 🏠 🍎 🪟 🐧 - Japan-specific utilities for AI agents: era ↔ Western year conversion (令和8年 ↔ 2026), kanji-to-romaji transliteration, 7-digit postal code lookup, national holiday calendar, hiragana ↔ katakana conversion, full-width ↔ half-width normalization, and statistical Japanese name splitting. 9 tools, MIT licensed, installable via `uvx japan-utils-mcp`. ## Tips and Tricks From 16fdc991b1c3181d8ddd299b76d11fcd91b25f8f Mon Sep 17 00:00:00 2001 From: Vivek Amilkanthawar Date: Mon, 4 May 2026 00:58:58 +0900 Subject: [PATCH 047/355] Add Glama score badge to japan-utils-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19fa9d9b0..ea44ec2ba 100644 --- a/README.md +++ b/README.md @@ -2602,7 +2602,7 @@ Interact with Git repositories and version control platforms. Enables repository - [vinkius-labs/mcp-fusion](https://github.com/vinkius-labs/mcp-fusion) 📇 [![Glama](https://glama.ai/mcp/servers/badge/@vinkius-labs/mcp-fusion)](https://glama.ai/mcp/servers/@vinkius-labs/mcp-fusion) - A TypeScript framework for building production-ready MCP servers with automatic tool discovery, multi-transport support (stdio/SSE/HTTP), built-in validation, and zero-config setup. - [MervinPraison/praisonai-mcp](https://github.com/MervinPraison/praisonai-mcp) 🐍 - AI Agents framework with 64+ built-in tools for search, memory, workflows, code execution, and file operations. Turn any AI assistant into a multi-agent system with MCP. - [rocketride-org/rocketride-server](https://github.com/rocketride-org/rocketride-server) [![rocketride-org/rocketride-server MCP server](https://glama.ai/mcp/servers/rocketride-org/rocketride-server/badges/score.svg)](https://glama.ai/mcp/servers/rocketride-org/rocketride-server) 📇 🏠 - MCP server that exposes RocketRide AI pipelines as tools for Claude, Cursor, and Windsurf. Self-hosted, open-source pipeline tool with multi-LLM support. -- [vivek081166/japan-utils-mcp](https://github.com/vivek081166/japan-utils-mcp) 🐍 🏠 🍎 🪟 🐧 - Japan-specific utilities for AI agents: era ↔ Western year conversion (令和8年 ↔ 2026), kanji-to-romaji transliteration, 7-digit postal code lookup, national holiday calendar, hiragana ↔ katakana conversion, full-width ↔ half-width normalization, and statistical Japanese name splitting. 9 tools, MIT licensed, installable via `uvx japan-utils-mcp`. +- [vivek081166/japan-utils-mcp](https://github.com/vivek081166/japan-utils-mcp) [![vivek081166/japan-utils-mcp MCP server](https://glama.ai/mcp/servers/vivek081166/japan-utils-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vivek081166/japan-utils-mcp) 🐍 🏠 🍎 🪟 🐧 - Japan-specific utilities for AI agents: era ↔ Western year conversion (令和8年 ↔ 2026), kanji-to-romaji transliteration, 7-digit postal code lookup, national holiday calendar, hiragana ↔ katakana conversion, full-width ↔ half-width normalization, and statistical Japanese name splitting. 9 tools, MIT licensed, installable via `uvx japan-utils-mcp`. ## Tips and Tricks From 2ee0b1b3ef16e43bde20b41b128fccf8f3dccffa Mon Sep 17 00:00:00 2001 From: Carlos Henrique Date: Sun, 3 May 2026 14:15:22 -0300 Subject: [PATCH 048/355] add memorydetective to Developer Tools iOS leak hunting + performance investigation MCP server. 28 tools, 34 cycle patterns, 5 investigation prompts, 34 catalog resources. Wraps leaks(1) and xctrace, classifies retain cycles, bridges to Swift source via SourceKit-LSP. Apache 2.0, npm. Inserted alphabetically between buildkite and cerebrixos-org. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..b89d06af6 100644 --- a/README.md +++ b/README.md @@ -829,6 +829,7 @@ Tools and integrations that enhance the development workflow and environment man - [BrainGrid MCP](https://docs.braingrid.ai/mcp-server/installation) 🎖️☁️ - [BrainGrid](https://braingrid.ai) MCP is the Product Management Agent that writes your specs, plans your features, and creates engineering-grade tasks your coding tools can build reliably. - [BrunoKrugel/echo-mcp](https://github.com/BrunoKrugel/echo-mcp) 🏎️ ☁️ 📟 🪟 🐧 🍎 - A zero-configuration Go library to automatically expose any existing Echo web framework APIs as MCP tools. - [buildkite/buildkite-mcp-server](https://github.com/buildkite/buildkite-mcp-server) 🎖️ 🏎️ 🏠 ☁️ 🍎 🪟 🐧 - Official MCP server for Buildkite. Create new pipelines, diagnose and fix failures, trigger builds, monitor job queues, and more. +- [carloshpdoc/memorydetective](https://github.com/carloshpdoc/memorydetective) 📇 🏠 🍎 - iOS leak hunting and performance investigation. Reads `.memgraph` (`leaks(1)`) and `.trace` (`xctrace`) files, classifies retain cycles against a 34-pattern catalog (SwiftUI, Combine, Swift Concurrency, UIKit, Core Animation, Core Data, SwiftData, RxSwift, Realm), surfaces a Swift `fixTemplate` snippet for each match, and bridges to source via SourceKit-LSP. 28 MCP tools, 34 catalog resources, 5 investigation prompts. CI-gateable via `verifyFix` and `compareTracesByPattern`. Apache 2.0. - [cerebrixos-org/tuning-engines-cli](https://github.com/cerebrixos-org/tuning-engines-cli) [![cerebrixos-org/tuning-engines-cli MCP server](https://glama.ai/mcp/servers/cerebrixos-org/tuning-engines-cli/badges/score.svg)](https://glama.ai/mcp/servers/cerebrixos-org/tuning-engines-cli) 📇 ☁️ 🍎 🪟 🐧 - Domain-specific fine-tuning of open-source LLMs and SLMs with zero infrastructure. Specialized tuning agents deliver sovereign models trained on your data. Supports Qwen, Llama, DeepSeek, Mistral, Gemma 1B-72B. LoRA, QLoRA, full fine-tuning. Cost estimation, model management, S3 export. - [Chunkydotdev/bldbl-mcp](https://github.com/chunkydotdev/bldbl-mcp) 📇 ☁️ 🍎 🪟 🐧 - Official MCP server for Buildable AI-powered development platform [bldbl.dev](https://bldbl.dev). Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects. - [CircleCI/mcp-server-circleci](https://github.com/CircleCI-Public/mcp-server-circleci) 📇 ☁️ Enable AI Agents to fix build failures from CircleCI. From 42571800e85e6175446da427c0194a6db73be1da Mon Sep 17 00:00:00 2001 From: "mikhail.barsukou" Date: Sun, 3 May 2026 19:43:07 +0200 Subject: [PATCH 049/355] add: tickstem/mcp - uptime monitoring, heartbeat monitoring, cron scheduling, email verification --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..170595620 100644 --- a/README.md +++ b/README.md @@ -1862,6 +1862,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [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 - [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. - [ThinkneoAI/mcp-server](https://github.com/ThinkneoAI/mcp-server) [![ThinkneoAI/mcp-server MCP server](https://glama.ai/mcp/servers/ThinkneoAI/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ThinkneoAI/mcp-server) 🐍 ☁️ - ThinkNEO Control Plane — Enterprise AI governance MCP server with runtime guardrails, observability, AI FinOps, and agent lifecycle control. +- [tickstem/mcp](https://github.com/tickstem/mcp) [![tickstem/mcp MCP server](https://glama.ai/mcp/servers/tickstem/mcp/badges/score.svg)](https://glama.ai/mcp/servers/tickstem/mcp) 🏎️ ☁️ 🍎 🪟 🐧 - HTTP uptime monitoring, heartbeat (dead-man's switch) monitoring, cron job scheduling, and email verification. Single API key, per-tool quota tracking. Install: `go install github.com/tickstem/mcp/cmd/tsk-mcp@latest`. - [tumf/grafana-loki-mcp](https://github.com/tumf/grafana-loki-mcp) 🐍 🏠 - An MCP server that allows querying Loki logs through the Grafana API. - [utapyngo/sentry-mcp-rs](https://github.com/utapyngo/sentry-mcp-rs) 🦀 ☁️ - Fast and minimal Sentry MCP server written in Rust - [vdalhambra/siteaudit-mcp](https://github.com/vdalhambra/siteaudit-mcp) [![vdalhambra/siteaudit-mcp MCP server](https://glama.ai/mcp/servers/vdalhambra/siteaudit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vdalhambra/siteaudit-mcp) 🐍 ☁️ 🏠 - Instant website audits with 11 tools — full SEO audit (20+ checks), security headers and SSL verification, Lighthouse performance metrics, multi-site comparison, broken link checker, WCAG accessibility audit, Schema.org structured data validation, competitor gap analysis, and robots.txt parsing. No API keys required. From a96793db7772e7725db4da845784fd4c0c51f0ce Mon Sep 17 00:00:00 2001 From: INFATON Date: Sun, 3 May 2026 20:43:57 +0300 Subject: [PATCH 050/355] =?UTF-8?q?Add=20INFATON=20MCP35=20=E2=80=94=2035?= =?UTF-8?q?=20tools=20for=201C:Enterprise=20ERP?= 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 a58a33b32..da8c0a169 100644 --- a/README.md +++ b/README.md @@ -1231,6 +1231,7 @@ Provides direct access to local file systems with configurable permissions. Enab ### 💰 Finance & Fintech +- [infaton/MCP35](https://github.com/infaton/MCP35) 📇 🏠 - INFATON MCP Server for 1C:Enterprise ERP — 35 tools for metadata inspection, document CRUD, register queries, and BSP integration. First MCP server for Russian ERP systems. JSON-RPC 2.0 compliant BSL implementation. - [mrslbt/xendit-mcp](https://github.com/mrslbt/xendit-mcp) [![mrslbt/xendit-mcp MCP server](https://glama.ai/mcp/servers/mrslbt/xendit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mrslbt/xendit-mcp) 📇 ☁️ - Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Malaysia. Install via `npx xendit-mcp`. - [@arbitova/mcp-server](https://github.com/jiayuanliang0716-max/Arbitova) [![jiayuanliang0716-max/Arbitova MCP server](https://glama.ai/mcp/servers/jiayuanliang0716-max/Arbitova/badges/score.svg)](https://glama.ai/mcp/servers/jiayuanliang0716-max/Arbitova) 📇 ☁️ - Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full `EscrowV1` contract surface: create escrow, mark delivered with on-chain content hash, confirm or dispute, arbiter resolves with signed verdict, cancel/escalate on timeout. `npx @arbitova/mcp-server` - [@asterpay/mcp-server](https://github.com/timolein74/asterpay-mcp-server) [![asterpay-mcp-server MCP server](https://glama.ai/mcp/servers/timolein74/asterpay-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/timolein74/asterpay-mcp-server) 📇 ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics — pay-per-call in USDC on Base. SEPA Instant EUR off-ramp. From 4710d128f5dcf549d5ad391645acc84f6b3ff8e6 Mon Sep 17 00:00:00 2001 From: Carlos Henrique Date: Sun, 3 May 2026 16:03:14 -0300 Subject: [PATCH 051/355] add Glama badge to memorydetective entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b89d06af6..762109f5b 100644 --- a/README.md +++ b/README.md @@ -829,7 +829,7 @@ Tools and integrations that enhance the development workflow and environment man - [BrainGrid MCP](https://docs.braingrid.ai/mcp-server/installation) 🎖️☁️ - [BrainGrid](https://braingrid.ai) MCP is the Product Management Agent that writes your specs, plans your features, and creates engineering-grade tasks your coding tools can build reliably. - [BrunoKrugel/echo-mcp](https://github.com/BrunoKrugel/echo-mcp) 🏎️ ☁️ 📟 🪟 🐧 🍎 - A zero-configuration Go library to automatically expose any existing Echo web framework APIs as MCP tools. - [buildkite/buildkite-mcp-server](https://github.com/buildkite/buildkite-mcp-server) 🎖️ 🏎️ 🏠 ☁️ 🍎 🪟 🐧 - Official MCP server for Buildkite. Create new pipelines, diagnose and fix failures, trigger builds, monitor job queues, and more. -- [carloshpdoc/memorydetective](https://github.com/carloshpdoc/memorydetective) 📇 🏠 🍎 - iOS leak hunting and performance investigation. Reads `.memgraph` (`leaks(1)`) and `.trace` (`xctrace`) files, classifies retain cycles against a 34-pattern catalog (SwiftUI, Combine, Swift Concurrency, UIKit, Core Animation, Core Data, SwiftData, RxSwift, Realm), surfaces a Swift `fixTemplate` snippet for each match, and bridges to source via SourceKit-LSP. 28 MCP tools, 34 catalog resources, 5 investigation prompts. CI-gateable via `verifyFix` and `compareTracesByPattern`. Apache 2.0. +- [carloshpdoc/memorydetective](https://github.com/carloshpdoc/memorydetective) [![carloshpdoc/memorydetective MCP server](https://glama.ai/mcp/servers/carloshpdoc/memorydetective/badges/score.svg)](https://glama.ai/mcp/servers/carloshpdoc/memorydetective) 📇 🏠 🍎 - iOS leak hunting and performance investigation. Reads `.memgraph` (`leaks(1)`) and `.trace` (`xctrace`) files, classifies retain cycles against a 34-pattern catalog (SwiftUI, Combine, Swift Concurrency, UIKit, Core Animation, Core Data, SwiftData, RxSwift, Realm), surfaces a Swift `fixTemplate` snippet for each match, and bridges to source via SourceKit-LSP. 28 MCP tools, 34 catalog resources, 5 investigation prompts. CI-gateable via `verifyFix` and `compareTracesByPattern`. Apache 2.0. - [cerebrixos-org/tuning-engines-cli](https://github.com/cerebrixos-org/tuning-engines-cli) [![cerebrixos-org/tuning-engines-cli MCP server](https://glama.ai/mcp/servers/cerebrixos-org/tuning-engines-cli/badges/score.svg)](https://glama.ai/mcp/servers/cerebrixos-org/tuning-engines-cli) 📇 ☁️ 🍎 🪟 🐧 - Domain-specific fine-tuning of open-source LLMs and SLMs with zero infrastructure. Specialized tuning agents deliver sovereign models trained on your data. Supports Qwen, Llama, DeepSeek, Mistral, Gemma 1B-72B. LoRA, QLoRA, full fine-tuning. Cost estimation, model management, S3 export. - [Chunkydotdev/bldbl-mcp](https://github.com/chunkydotdev/bldbl-mcp) 📇 ☁️ 🍎 🪟 🐧 - Official MCP server for Buildable AI-powered development platform [bldbl.dev](https://bldbl.dev). Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects. - [CircleCI/mcp-server-circleci](https://github.com/CircleCI-Public/mcp-server-circleci) 📇 ☁️ Enable AI Agents to fix build failures from CircleCI. From 034a435fdc9b98225ac536875f5f4cfa0243db43 Mon Sep 17 00:00:00 2001 From: salwks <54299136+salwks@users.noreply.github.com> Date: Mon, 4 May 2026 17:49:10 +0900 Subject: [PATCH 052/355] Add salwks/mcp-techTrend to Biology/Medicine Commit directly to main branch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..d63a901c6 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [hlydecker/ucsc-genome-mcp](https://github.com/hlydecker/ucsc-genome-mcp) 🐍 ☁️ - MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more. - [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. - [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` +- [salwks/mcp-techTrend](https://github.com/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. - [longevity-genie/gget-mcp](https://github.com/longevity-genie/gget-mcp) 🐍 🏠 ☁️ - MCP server providing a powerful bioinformatics toolkit for genomics queries and analysis, wrapping the popular `gget` library. From 02b587a19245041b43d2d073b8c2d4bf56572183 Mon Sep 17 00:00:00 2001 From: Tradallo <280211924+ajdotink@users.noreply.github.com> Date: Mon, 4 May 2026 08:25:02 -0400 Subject: [PATCH 053/355] add glama score badge to tradallo/reputation entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per maintainer review on PR #5717 — adds the Glama score badge between the GitHub link and the emoji icons, matching the format used by the surrounding Finance & Fintech entries (tunedforai, toolstem, pickelfintech). Server is listed and claimed at https://glama.ai/mcp/servers/tradallo/reputation. 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 9d46c1d51..e74527fec 100644 --- a/README.md +++ b/README.md @@ -1470,7 +1470,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [tunedforai/x402-mcp](https://github.com/tunedforai/x402-mcp) [![tunedforai/x402-mcp MCP server](https://glama.ai/mcp/servers/tunedforai/x402-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tunedforai/x402-mcp) 📇 ☁️ - Real-time crypto market structure for AI agents — orderflow across 20 exchanges, 24 tokens. 9 tools: price/funding/OI snapshots, cross-exchange CVD with whale activity, 7yr OHLCV history with buy/sell flow, on-chain address risk. Free via MCP ([`@tunedforai/x402-mcp`](https://www.npmjs.com/package/@tunedforai/x402-mcp) on npm) or pay-per-call in USDC on Base via x402 REST at [`x402.tunedfor.ai`](https://x402.tunedfor.ai) — no API key, no rate limits. - [toolstem/toolstem-mcp-server](https://github.com/toolstem/toolstem-mcp-server) [![toolstem/toolstem-mcp-server MCP server](https://glama.ai/mcp/servers/@toolstem/toolstem-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@toolstem/toolstem-mcp-server) 📇 ☁️ 🏠 – Agent-ready financial intelligence for AI agents. Curated tools (`get_stock_snapshot`, `get_company_metrics`, `compare_companies`) that fan out to multiple financial data sources, derive human-readable signals (`UNDERVALUED`, `STRONG`, `ACCELERATING`), and pre-compute CAGRs, margin trends, and DCF upside. One call, one flat JSON response — no cross-endpoint stitching. Available on npm (`toolstem-mcp-server`), the Official MCP Registry, and the Apify Store. - [pickelfintech/the13f-mcp](https://github.com/pickelfintech/the13f-mcp) [![pickelfintech/the13f-mcp MCP server](https://glama.ai/mcp/servers/pickelfintech/the13f-mcp/badges/score.svg)](https://glama.ai/mcp/servers/pickelfintech/the13f-mcp) 🐍 ☁️ - Institutional 13F intelligence for Claude Desktop, Cursor, and VS Code. Nine Read tools: manager search, holdings lookup, portfolio similarity, consensus portfolio, market regime, sector flows. SEC EDGAR-sourced. Install `uvx the13f-mcp`. -- [tradallo/reputation](https://github.com/tradallo/reputation) 📇 ☁️ - MCP server + TS client + CLI for the **Tradallo Verified Record Protocol**. Query cryptographically-verified human + AI-agent trading reputations: track records, agent version history, paginated Universal Trade Receipts, and on-chain Solana memo notarization lookup. Every response is JCS-canonicalized + ed25519-verified locally before returning. Install: `npx @tradallo/reputation`. +- [tradallo/reputation](https://github.com/tradallo/reputation) [![tradallo/reputation MCP server](https://glama.ai/mcp/servers/tradallo/reputation/badges/score.svg)](https://glama.ai/mcp/servers/tradallo/reputation) 📇 ☁️ - MCP server + TS client + CLI for the **Tradallo Verified Record Protocol**. Query cryptographically-verified human + AI-agent trading reputations: track records, agent version history, paginated Universal Trade Receipts, and on-chain Solana memo notarization lookup. Every response is JCS-canonicalized + ed25519-verified locally before returning. Install: `npx @tradallo/reputation`. ### 🎮 Gaming From 0142c793621f5f6842bfa527eb8b81a76373fa00 Mon Sep 17 00:00:00 2001 From: EJ White Date: Mon, 4 May 2026 11:23:50 -0400 Subject: [PATCH 054/355] Add Glama score badge to brandkit-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6614f50e8..f669cb5d6 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [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. -- [ejwhite7/brandkit-mcp](https://github.com/ejwhite7/brandkit-mcp) 📇 🏠 🍎 🪟 🐧 - Expose a company's complete design system (colors, typography, logos, components, guidelines, CSS tokens) to AI tools via MCP. Auto-parses CSS / Markdown / PDF / SVG / fonts; supports `marketing` vs `product` contexts with shared overrides; ships 12 tools, 16+ resources under `brandkit://`, and 4 prompts; stdio + SSE + Streamable HTTP transports. Install via NPM: `npx -y brandkit-mcp serve`. +- [ejwhite7/brandkit-mcp](https://github.com/ejwhite7/brandkit-mcp) [![ejwhite7/brandkit-mcp MCP server](https://glama.ai/mcp/servers/ejwhite7/brandkit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ejwhite7/brandkit-mcp) 📇 🏠 🍎 🪟 🐧 - Expose a company's complete design system (colors, typography, logos, components, guidelines, CSS tokens) to AI tools via MCP. Auto-parses CSS / Markdown / PDF / SVG / fonts; supports `marketing` vs `product` contexts with shared overrides; ships 12 tools, 16+ resources under `brandkit://`, and 4 prompts; stdio + SSE + Streamable HTTP transports. Install via NPM: `npx -y brandkit-mcp serve`. - [erajasekar/ai-diagram-maker-mcp](https://github.com/erajasekar/ai-diagram-maker-mcp) [![erajasekar/ai-diagram-maker-mcp MCP server](https://glama.ai/mcp/servers/erajasekar/ai-diagram-maker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/erajasekar/ai-diagram-maker-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - MCP server for AI Diagram Maker — generate flowcharts, sequence diagrams, ERDs, system/network architecture, UML, mindmap, and workflow from natural language, code, ASCII, images, or Mermaid. Inline rendering using MCP Apps UI and editable diagram URLs. Requires API key. - [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. From 92fef85b090e0d93626e43325abdc39397684342 Mon Sep 17 00:00:00 2001 From: Afshin Mokhtari Date: Mon, 4 May 2026 11:50:44 -0700 Subject: [PATCH 055/355] Add new mcp-server-pexels --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..3497f89c7 100644 --- a/README.md +++ b/README.md @@ -1875,6 +1875,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [06ketan/slideshot](https://github.com/06ketan/slideshot) [![06ketan/slideshot MCP server](https://glama.ai/mcp/servers/06ketan/slideshot/badges/score.svg)](https://glama.ai/mcp/servers/06ketan/slideshot) 📇 🏠 🍎 🪟 🐧 - Convert HTML to PDF/PNG/WebP/PPTX slide carousels with 11 themes (LinkedIn, Instagram, pitch decks, infographics). Pixel-perfect Puppeteer rendering, dimension-aware reflow for portrait/landscape, token-efficient JSON mode. `npx slideshot-mcp`. - [1000ri-jp/atsurae](https://github.com/1000ri-jp/atsurae) 🐍 ☁️ 🍎 🪟 🐧 - AI-powered video editing MCP server with 10 tools for timeline editing, 5-layer compositing, semantic operations, and FFmpeg rendering (1920x1080, 30fps H.264+AAC). - [AceDataCloud/MCPSuno](https://github.com/AceDataCloud/SunoMCP) [![AceDataCloud/MCPSuno MCP server](https://glama.ai/mcp/servers/AceDataCloud/MCPSuno/badges/score.svg)](https://glama.ai/mcp/servers/AceDataCloud/MCPSuno) 🐍 ☁️ - Suno AI music generation, lyrics, covers, and vocal extraction via Ace Data Cloud API. +- [afshinator/mcp-server-pexels](https://github.com/afshinator/mcp-server-pexels) [![mcp-server-pexels MCP server](https://glama.ai/mcp/servers/afshinator/mcp-server-pexels/badges/score.svg)](https://glama.ai/mcp/servers/afshinator/mcp-server-pexels) 📇 ☁️ - An MCP server to search for (free) stock images and videos from pexels.com. - [agenticdecks/deckrun-mcp](https://github.com/agenticdecks/deckrun-mcp) [![deckrun-mcp MCP server](https://glama.ai/mcp/servers/agenticdecks/deckrun-mcp/badges/score.svg)](https://glama.ai/mcp/servers/agenticdecks/deckrun-mcp) 🐍 ☁️ - Generate presentation PDFs, narrated videos, and MP3 audio from Markdown. Free tier requires no API key or local install — add a URL to your IDE config and start generating. Paid tier adds video, audio, async jobs, and account tools. - [AIDC-AI/Pixelle-MCP](https://github.com/AIDC-AI/Pixelle-MCP) 🐍 📇 🏠 🎥 🔊 🖼️ - An omnimodal AIGC framework that seamlessly converts ComfyUI workflows into MCP tools with zero code, enabling full-modal support for Text, Image, Sound, and Video generation with Chainlit-based web interface. - [ananddtyagi/gif-creator-mcp](https://github.com/ananddtyagi/gif-creator-mcp/tree/main) 📇 🏠 - A MCP server for creating GIFs from your videos. From 27b3ddeec1fe7581422e7c613d212d3b75e998df Mon Sep 17 00:00:00 2001 From: Huggy Date: Tue, 5 May 2026 00:10:51 +0100 Subject: [PATCH 056/355] Add hugoles/langfuse-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..19e93c238 100644 --- a/README.md +++ b/README.md @@ -1834,6 +1834,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [gjenkins20/unofficial-fortimonitor-mcp-server](https://github.com/gjenkins20/unofficial-fortimonitor-mcp-server) [![unofficial-forti-monitor-mcp-server MCP server](https://glama.ai/mcp/servers/@gjenkins20/unofficial-forti-monitor-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@gjenkins20/unofficial-forti-monitor-mcp-server) 🐍 ☁️ 🍎 🪟 🐧 - Unofficial FortiMonitor v2 API integration with 241 tools for server monitoring, outages, maintenance, metrics, notifications, and more. - [gjenkins20/webmin-mcp-server](https://github.com/gjenkins20/webmin-mcp-server) [![webmin-mcp-server MCP server](https://glama.ai/mcp/servers/@gjenkins20/webmin-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@gjenkins20/webmin-mcp-server) 🐍 ☁️ 🍎 🐧 - MCP server for Webmin with 61 tools for Linux system administration: services, users, storage, security, databases, and more. - [grafana/mcp-grafana](https://github.com/grafana/mcp-grafana) 🎖️ 🐍 🏠 ☁️ - Search dashboards, investigate incidents and query datasources in your Grafana instance +- [hugoles/langfuse-mcp](https://github.com/hugoles/langfuse-mcp) 📇 ☁️ 🏠 - TypeScript MCP server for the Langfuse Public API. 27 read tools covering traces, observations, sessions, scores, score-configs, prompts (with version/label), datasets, dataset items, dataset runs, metrics, models, projects, comments, media, and health. Distributed as `npx -y langfuse-mcp` with provenance-signed releases. - [hyperb1iss/lucidity-mcp](https://github.com/hyperb1iss/lucidity-mcp) 🐍 🏠 - Enhance AI-generated code quality through intelligent, prompt-based analysis across 10 critical dimensions from complexity to security vulnerabilities - [iris-eval/mcp-server](https://github.com/iris-eval/mcp-server) [![iris-eval/mcp-server MCP server](https://glama.ai/mcp/servers/iris-eval/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/iris-eval/mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - MCP-native agent evaluation and observability server with trace logging, output quality evaluation, cost tracking, 12 built-in eval rules, real-time dashboard, and PII detection. - [imprvhub/mcp-status-observer](https://github.com/imprvhub/mcp-status-observer) 📇 ☁️ - Model Context Protocol server for monitoring Operational Status of major digital platforms in Claude Desktop. From 2e5e39716b1519b4d662823f95c1c61183f03222 Mon Sep 17 00:00:00 2001 From: Huggy Date: Tue, 5 May 2026 00:26:39 +0100 Subject: [PATCH 057/355] Add Glama score badge for hugoles/langfuse-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19e93c238..653b0b3d6 100644 --- a/README.md +++ b/README.md @@ -1834,7 +1834,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [gjenkins20/unofficial-fortimonitor-mcp-server](https://github.com/gjenkins20/unofficial-fortimonitor-mcp-server) [![unofficial-forti-monitor-mcp-server MCP server](https://glama.ai/mcp/servers/@gjenkins20/unofficial-forti-monitor-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@gjenkins20/unofficial-forti-monitor-mcp-server) 🐍 ☁️ 🍎 🪟 🐧 - Unofficial FortiMonitor v2 API integration with 241 tools for server monitoring, outages, maintenance, metrics, notifications, and more. - [gjenkins20/webmin-mcp-server](https://github.com/gjenkins20/webmin-mcp-server) [![webmin-mcp-server MCP server](https://glama.ai/mcp/servers/@gjenkins20/webmin-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@gjenkins20/webmin-mcp-server) 🐍 ☁️ 🍎 🐧 - MCP server for Webmin with 61 tools for Linux system administration: services, users, storage, security, databases, and more. - [grafana/mcp-grafana](https://github.com/grafana/mcp-grafana) 🎖️ 🐍 🏠 ☁️ - Search dashboards, investigate incidents and query datasources in your Grafana instance -- [hugoles/langfuse-mcp](https://github.com/hugoles/langfuse-mcp) 📇 ☁️ 🏠 - TypeScript MCP server for the Langfuse Public API. 27 read tools covering traces, observations, sessions, scores, score-configs, prompts (with version/label), datasets, dataset items, dataset runs, metrics, models, projects, comments, media, and health. Distributed as `npx -y langfuse-mcp` with provenance-signed releases. +- [hugoles/langfuse-mcp](https://github.com/hugoles/langfuse-mcp) [![hugoles/langfuse-mcp MCP server](https://glama.ai/mcp/servers/hugoles/langfuse-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hugoles/langfuse-mcp) 📇 ☁️ 🏠 - TypeScript MCP server for the Langfuse Public API. 27 read tools covering traces, observations, sessions, scores, score-configs, prompts (with version/label), datasets, dataset items, dataset runs, metrics, models, projects, comments, media, and health. Distributed as `npx -y langfuse-mcp` with provenance-signed releases. - [hyperb1iss/lucidity-mcp](https://github.com/hyperb1iss/lucidity-mcp) 🐍 🏠 - Enhance AI-generated code quality through intelligent, prompt-based analysis across 10 critical dimensions from complexity to security vulnerabilities - [iris-eval/mcp-server](https://github.com/iris-eval/mcp-server) [![iris-eval/mcp-server MCP server](https://glama.ai/mcp/servers/iris-eval/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/iris-eval/mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - MCP-native agent evaluation and observability server with trace logging, output quality evaluation, cost tracking, 12 built-in eval rules, real-time dashboard, and PII detection. - [imprvhub/mcp-status-observer](https://github.com/imprvhub/mcp-status-observer) 📇 ☁️ - Model Context Protocol server for monitoring Operational Status of major digital platforms in Claude Desktop. From 8efd8b20a207b1878f751e177e4e247a29fe8fe2 Mon Sep 17 00:00:00 2001 From: Sandy Date: Tue, 5 May 2026 03:40:29 +0300 Subject: [PATCH 058/355] feat: add mcp-code-sanitizer AI code reviewer MCP server powered by Groq --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..0569284ea 100644 --- a/README.md +++ b/README.md @@ -1020,6 +1020,7 @@ Tools and integrations that enhance the development workflow and environment man - [sbroenne/mcp-server-excel](https://github.com/sbroenne/mcp-server-excel) #️⃣ 🏠 🪟 - Full-featured Excel MCP server. 173 operations: Power Query, DAX, VBA, PivotTables, Tables, Charts, ranges, formatting. 100% Excel compatibility - uses Excel app instead of creating .xlsx files. Windows only. - [SDGLBL/mcp-claude-code](https://github.com/SDGLBL/mcp-claude-code) 🐍 🏠 - An implementation of Claude Code capabilities using MCP, enabling AI code understanding, modification, and project analysis with comprehensive tool support. - [selvage-lab/selvage](https://github.com/selvage-lab/selvage) 🐍 🏠 - LLM-based code review MCP server with AST-powered smart context extraction. Supports Claude, GPT, Gemini, and 20+ models via OpenRouter. +- [notasandy/mcp-code-sanitizer](https://github.com/notasandy/mcp-code-sanitizer) [![mcp-code-sanitizer MCP server](https://glama.ai/mcp/servers/notasandy/mcp-code-sanitizer/badges/score.svg)](https://glama.ai/mcp/servers/notasandy/mcp-code-sanitizer) 🐍 🏠 🍎 🪟 🐧 - Strict AI code reviewer powered by Groq. Finds bugs, vulnerabilities and SQL injections. Tools: analyze_code, compare_code, explain_code, generate_tests, analyze_file, HTML reports. - [shellsage-ai/mcp-server-boilerplate](https://github.com/shellsage-ai/mcp-server-boilerplate) [![mcp-server-boilerplate MCP server](https://glama.ai/mcp/servers/@shellsage-ai/mcp-server-boilerplate/badges/score.svg)](https://glama.ai/mcp/servers/@shellsage-ai/mcp-server-boilerplate) 📇 🐍 🏠 - Production-ready MCP server starter templates in TypeScript and Python. Includes tool, resource, and prompt patterns with Claude Desktop integration configs. - [SegfaultSorcerer/heap-seance](https://github.com/SegfaultSorcerer/heap-seance) [![heap-seance MCP server](https://glama.ai/mcp/servers/SegfaultSorcerer/heap-seance/badges/score.svg)](https://glama.ai/mcp/servers/SegfaultSorcerer/heap-seance) 🐍 🏠 🍎 🪟 🐧 - Java memory leak diagnostics via jcmd, jmap, jstat, JFR, Eclipse MAT, and async-profiler with structured confidence-based verdicts. Two-stage escalation model with conservative scan and deep forensics. - [sequa-ai/sequa-mcp](https://github.com/sequa-ai/sequa-mcp) 📇 ☁️ 🐧 🍎 🪟 - Stop stitching context for Copilot and Cursor. With Sequa MCP, your AI tools know your entire codebase and docs out of the box. From 57812aded72619666595521eebe1bfe0b027694c Mon Sep 17 00:00:00 2001 From: BuyWhere Date: Tue, 5 May 2026 01:59:10 +0000 Subject: [PATCH 059/355] Add BuyWhere MCP Server to E-Commerce section Co-Authored-By: Paperclip --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..86255783b 100644 --- a/README.md +++ b/README.md @@ -1179,6 +1179,7 @@ MCP servers for learning management systems (LMS) and educational tools. MCP servers for e-commerce platforms and online store management. - [agentlux/agentlux-mcp](https://github.com/agentlux/agentlux-mcp) [![agentlux/agentlux-mcp MCP server](https://glama.ai/mcp/servers/agentlux/agentlux-mcp/badges/score.svg)](https://glama.ai/mcp/servers/agentlux/agentlux-mcp) 📇 ☁️ 🍎 🪟 🐧 - Agent marketplace and services MCP server for AgentLux. Browse marketplace items, manage agent identity, creator workflows, service hires, social flows, and Base/x402 commerce through 33 tools. Install via `npx -y @agentlux/mcp-server`. +- [BuyWhere/buywhere-mcp](https://github.com/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`. - [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 bba30a02a86d59c8c0025686521ec136189b4503 Mon Sep 17 00:00:00 2001 From: HughesCuit Date: Tue, 5 May 2026 13:34:52 +0800 Subject: [PATCH 060/355] Add heventure-search-mcp to Search and Data Extraction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..61e389d55 100644 --- a/README.md +++ b/README.md @@ -2009,6 +2009,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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 - [hellokaton/unsplash-mcp-server](https://github.com/hellokaton/unsplash-mcp-server)) 🐍 ☁️ - A MCP server for Unsplash image search. +- [HughesCuit/heventure-search-mcp](https://github.com/HughesCuit/heventure-search-mcp) 🐍 ☁️ 🏠 - Free MCP web search server with 5 engines (DuckDuckGo, Bing, Google SerpAPI, Tavily). No API key required. Auto rate limiting, 300s cache, multi-language support. Install: `uvx heventure-search-mcp`. - [Himalayas-App/himalayas-mcp](https://github.com/Himalayas-App/himalayas-mcp) 📇 ☁️ - Access tens of thousands of remote job listings and company information. This public MCP server provides real-time access to Himalayas' remote jobs database. - [Ihor-Sokoliuk/MCP-SearXNG](https://github.com/ihor-sokoliuk/mcp-searxng) 📇 🏠/☁️ - A Model Context Protocol Server for [SearXNG](https://docs.searxng.org) - [imprvhub/mcp-claude-hackernews](https://github.com/imprvhub/mcp-claude-hackernews) 📇 🏠 ☁️ - An integration that allows Claude Desktop to interact with Hacker News using the Model Context Protocol (MCP). From e57bdeb5218b80545710d713221ebad146d5f93c Mon Sep 17 00:00:00 2001 From: HughesCuit Date: Tue, 5 May 2026 13:58:47 +0800 Subject: [PATCH 061/355] Add Glama score badge to heventure-search-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61e389d55..c312cbcf1 100644 --- a/README.md +++ b/README.md @@ -2009,7 +2009,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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 - [hellokaton/unsplash-mcp-server](https://github.com/hellokaton/unsplash-mcp-server)) 🐍 ☁️ - A MCP server for Unsplash image search. -- [HughesCuit/heventure-search-mcp](https://github.com/HughesCuit/heventure-search-mcp) 🐍 ☁️ 🏠 - Free MCP web search server with 5 engines (DuckDuckGo, Bing, Google SerpAPI, Tavily). No API key required. Auto rate limiting, 300s cache, multi-language support. Install: `uvx heventure-search-mcp`. +- [HughesCuit/heventure-search-mcp](https://github.com/HughesCuit/heventure-search-mcp) [![HughesCuit/heventure-search-mcp MCP server](https://glama.ai/mcp/servers/HughesCuit/heventure-search-mcp/badges/score.svg)](https://glama.ai/mcp/servers/HughesCuit/heventure-search-mcp) 🐍 ☁️ 🏠 - Free MCP web search server with 5 engines (DuckDuckGo, Bing, Google SerpAPI, Tavily). No API key required. Auto rate limiting, 300s cache, multi-language support. Install: `uvx heventure-search-mcp`. - [Himalayas-App/himalayas-mcp](https://github.com/Himalayas-App/himalayas-mcp) 📇 ☁️ - Access tens of thousands of remote job listings and company information. This public MCP server provides real-time access to Himalayas' remote jobs database. - [Ihor-Sokoliuk/MCP-SearXNG](https://github.com/ihor-sokoliuk/mcp-searxng) 📇 🏠/☁️ - A Model Context Protocol Server for [SearXNG](https://docs.searxng.org) - [imprvhub/mcp-claude-hackernews](https://github.com/imprvhub/mcp-claude-hackernews) 📇 🏠 ☁️ - An integration that allows Claude Desktop to interact with Hacker News using the Model Context Protocol (MCP). From 9867f6e109442dcb5e05e9924c4af349c9a24524 Mon Sep 17 00:00:00 2001 From: denismaggior8 Date: Tue, 5 May 2026 08:41:06 +0200 Subject: [PATCH 062/355] denismaggior8/enigma-python-mcp added in Cryptography section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a58a33b32..3951eeb74 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) * 🖥️ - [Command Line](#command-line) * 💬 - [Communication](#communication) * 🗣️ - [Conversational AI](#conversational-ai) +* 🔑 - [Cryptography](#cryptography) * 👤 - [Customer Data Platforms](#customer-data-platforms) * 🗄️ - [Databases](#databases) * 📊 - [Data Platforms](#data-platforms) @@ -607,6 +608,14 @@ Tools for building and operating AI conversation agents that hold structured dia - [Perspective-AI/mcp](https://github.com/Perspective-AI/mcp) [![Perspective-AI/mcp MCP server](https://glama.ai/mcp/servers/Perspective-AI/mcp/badges/score.svg)](https://glama.ai/mcp/servers/Perspective-AI/mcp) 🎖️ 📇 ☁️ - Official MCP server for [Perspective AI](https://getperspective.ai). An AI Concierge replaces static forms with adaptive AI conversations for lead qualification, customer research, onboarding feedback, and advocacy. Design conversation agents (Concierge, Interviewer, Evaluator, Advocate), analyze conversations, deploy embeds, and automate follow-ups (webhook, email, Slack, HubSpot). + +### 🔑 Cryptography + +Tools for encrypting and decrypting data. + +- [denismaggior8/enigma-python-mcp](https://github.com/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. + + ### 👤 Customer Data Platforms Provides access to customer profiles inside of customer data platforms From 304e1d3d5e78908a74b84a480e3403049c631e31 Mon Sep 17 00:00:00 2001 From: eviscerations Date: Tue, 5 May 2026 02:06:43 -0600 Subject: [PATCH 063/355] Add whisper-windows-mcp to Speech-to-Text section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a58a33b32..34d232e7d 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) * 🎧 - [Support & Service Management](#support-and-service-management) * 🌎 - [Translation Services](#translation-services) * 🎧 - [Text-to-Speech](#text-to-speech) +* 🎙️ - [Speech-to-Text](#speech-to-text) * 🚆 - [Travel & Transportation](#travel-and-transportation) * 🔄 - [Version Control](#version-control) * 🏢 - [Workplace & Productivity](#workplace-and-productivity) @@ -2300,6 +2301,10 @@ Translation tools and services to enable AI assistants to translate content betw - [shuji-bonji/xcomet-mcp-server](https://github.com/shuji-bonji/xcomet-mcp-server) 📇 🏠 - Translation quality evaluation using xCOMET models. Provides quality scoring (0-1), error detection with severity levels (minor/major/critical), and optimized batch processing with 25x speedup. - [translated/lara-mcp](https://github.com/translated/lara-mcp) 🎖️ 📇 ☁️ - MCP Server for Lara Translate API, enabling powerful translation capabilities with support for language detection and context-aware translations. +### 🎙️ Speech-to-Text + +- [eviscerations/whisper-windows-mcp](https://github.com/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. + ### 🎧 Text-to-Speech Tools for converting text-to-speech and vice-versa From c1590b7ef850a1f0034994b801baebf23641cb3b Mon Sep 17 00:00:00 2001 From: whdrnr2583-cmd Date: Tue, 5 May 2026 17:46:13 +0900 Subject: [PATCH 064/355] =?UTF-8?q?Add=20koreanpulse=20=E2=80=94=20English?= =?UTF-8?q?-first=20Korean=20equity=20intel=20=F0=9F=A4=96=F0=9F=A4=96?= =?UTF-8?q?=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 a58a33b32..934077ea6 100644 --- a/README.md +++ b/README.md @@ -1258,6 +1258,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [vdalhambra/axiom-calculator-mcp](https://github.com/vdalhambra/axiom-calculator-mcp) [![axiom-calculator-mcp MCP server](https://glama.ai/mcp/servers/vdalhambra/axiom-calculator-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vdalhambra/axiom-calculator-mcp) 🐍 🏠 🍎 🪟 🐧 - Personal finance calculators — mortgage payments, compound interest, FIRE retirement number, loan comparison, true credit cost, and debt payoff. 8 tools, zero API keys, works with `uvx axiom-calculator-mcp`. - [azeth-protocol/mcp-server](https://github.com/azeth-protocol/mcp-server) [![mcp-azeth MCP server](https://glama.ai/mcp/servers/@azeth-protocol/mcp-azeth/badges/score.svg)](https://glama.ai/mcp/servers/@azeth-protocol/mcp-azeth) 📇 ☁️ - Trust infrastructure for the machine economy — non-custodial ERC-4337 smart accounts, x402 payments, on-chain reputation via ERC-8004, and service discovery for AI agents. - [bakyang2/kr-crypto-intelligence](https://github.com/bakyang2/kr-crypto-intelligence) [![bakyang2/kr-crypto-intelligence MCP server](https://glama.ai/mcp/servers/bakyang2/kr-crypto-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/bakyang2/kr-crypto-intelligence) 🐍 ☁️ - Korean crypto market data + AI analysis for trading agents. 7 tools: AI market read ($0.10, 9 data sources + Claude AI signal), Kimchi Premium, stablecoin premium, Upbit/Bithumb prices, USD/KRW FX rate. Pay-per-use via x402 on Base/Solana. +- [whdrnr2583-cmd/koreanpulse](https://github.com/whdrnr2583-cmd/koreanpulse) 🐍 ☁️ 🏠 - English-first Korean equity intelligence — real-time DART filings, foreign-holder 5%-rule flows (BlackRock / Vanguard / Norges / GIC + 16 more), Korean activist filings (KCGI / Align / ValueAct / Elliott), and KRX industry news, translated to English. Free public daily snapshot at koreanpulse.dev/today; OSS self-host (AGPL-3.0). - [cuthongthai-vn/vimo-mcp-server](https://github.com/cuthongthai-vn/vimo-mcp-server) [![cuthongthai-vn/vimo-mcp-server MCP server](https://glama.ai/mcp/servers/cuthongthai-vn/vimo-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/cuthongthai-vn/vimo-mcp-server) 📇 ☁️ - Vietnam stock market intelligence — 35 tools: real-time SSI quotes, technical analysis, financial statements, stock screener (13 strategies), AI picks, foreign flow, macro indicators, and 13 investment playbook categories - [bankless/onchain-mcp](https://github.com/Bankless/onchain-mcp/) 📇 ☁️ - Bankless Onchain API to interact with smart contracts, query transaction and token information - [bolivian-peru/baozi-mcp](https://github.com/bolivian-peru/baozi-mcp) 📇 ☁️ - 68 tools for AI agents to interact with Solana prediction markets on [Baozi.bet](https://baozi.bet) — browse markets, place bets, claim winnings, create markets, and earn affiliate commissions. From bfa4df7daceb355f54d88969f441e5c0f4fb8c09 Mon Sep 17 00:00:00 2001 From: denismaggior8 Date: Tue, 5 May 2026 12:03:17 +0200 Subject: [PATCH 065/355] Addning Glama badge for denismaggior8/enigma-python-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3951eeb74..39ac0605f 100644 --- a/README.md +++ b/README.md @@ -613,7 +613,7 @@ Tools for building and operating AI conversation agents that hold structured dia Tools for encrypting and decrypting data. -- [denismaggior8/enigma-python-mcp](https://github.com/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. +- [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. ### 👤 Customer Data Platforms From 7eb7dfe56e27819ddd4442a30ec04b48a353ac85 Mon Sep 17 00:00:00 2001 From: Cavinooo <113552535+Cavinooo@users.noreply.github.com> Date: Tue, 5 May 2026 09:30:58 -0400 Subject: [PATCH 066/355] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..95b19c9ea 100644 --- a/README.md +++ b/README.md @@ -1590,6 +1590,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [celiums/celiums-memory](https://github.com/terrizoaguimor/celiums-memory) [![celiums-memory MCP server](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory/badges/score.svg)](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory) 📇 🏠 ☁️ 🍎 🪟 🐧 - Cognitive memory engine with 5,100+ knowledge modules, circadian rhythm awareness, and emotional state tracking (PAD model). Hybrid search (PostgreSQL + Qdrant vectors + Valkey cache), per-user memory isolation, and multi-protocol support (MCP, REST, OpenAI, LangChain, A2A). `npx @celiums/memory` [Website](https://celiums.io) - [cg3-llc/prior_mcp](https://github.com/cg3-llc/prior_mcp) [![cg3-llc/prior_mcp MCP server](https://glama.ai/mcp/servers/cg3-llc/prior_mcp/badges/score.svg)](https://glama.ai/mcp/servers/cg3-llc/prior_mcp) 📇 ☁️ - Shared knowledge base where AI agents exchange proven solutions — including failed approaches, so your agent skips the dead ends. Smaller models get instant access to frontier-model discoveries. Free to search indefinitely when feedback is provided on results. [Website](https://prior.cg3.io) - [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) 📇 🏠 🍎 - 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. - [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 bb67b2953df615323d577d66efc3848440915816 Mon Sep 17 00:00:00 2001 From: Cavinooo <113552535+Cavinooo@users.noreply.github.com> Date: Tue, 5 May 2026 09:44:47 -0400 Subject: [PATCH 067/355] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95b19c9ea..c6d2a9593 100644 --- a/README.md +++ b/README.md @@ -1590,7 +1590,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [celiums/celiums-memory](https://github.com/terrizoaguimor/celiums-memory) [![celiums-memory MCP server](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory/badges/score.svg)](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory) 📇 🏠 ☁️ 🍎 🪟 🐧 - Cognitive memory engine with 5,100+ knowledge modules, circadian rhythm awareness, and emotional state tracking (PAD model). Hybrid search (PostgreSQL + Qdrant vectors + Valkey cache), per-user memory isolation, and multi-protocol support (MCP, REST, OpenAI, LangChain, A2A). `npx @celiums/memory` [Website](https://celiums.io) - [cg3-llc/prior_mcp](https://github.com/cg3-llc/prior_mcp) [![cg3-llc/prior_mcp MCP server](https://glama.ai/mcp/servers/cg3-llc/prior_mcp/badges/score.svg)](https://glama.ai/mcp/servers/cg3-llc/prior_mcp) 📇 ☁️ - Shared knowledge base where AI agents exchange proven solutions — including failed approaches, so your agent skips the dead ends. Smaller models get instant access to frontier-model discoveries. Free to search indefinitely when feedback is provided on results. [Website](https://prior.cg3.io) - [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) 📇 🏠 🍎 - Pull Deep Memory from across your Claude Code Sessions — when you need it. +- [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. - [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 ba0700c05e8abe53672f3480ae5514c15b42d90f Mon Sep 17 00:00:00 2001 From: Paul Fremantle Date: Tue, 5 May 2026 15:16:39 +0000 Subject: [PATCH 068/355] Add pzfreo/build123d-mcp to Art & Culture --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..3337ff317 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [omni-mcp/isaac-sim-mcp](https://github.com/omni-mcp/isaac-sim-mcp) 📇 ☁️ - A MCP Server and an extension enables natural language control of NVIDIA Isaac Sim, Lab, OpenUSD and etc. - [PatrickPalmer/MayaMCP](https://github.com/PatrickPalmer/MayaMCP) 🐍 🏠 - MCP server for Autodesk Maya - [peek-travel/mcp-intro](https://github.com/peek-travel/mcp-intro) ☁️ 🍎 🪟 🐧 - Remote MCP Server for discovering and planning experiences, at home and on vacation +- [pzfreo/build123d-mcp](https://github.com/pzfreo/build123d-mcp) 🐍 🏠 🍎 🪟 🐧 - MCP server that exposes build123d parametric CAD operations as tools, enabling AI assistants to create, inspect, and iterate on 3D geometry interactively. Renders PNG/SVG views, measures geometry, and exports STEP/STL. - [doctorm333/promptpilot-mcp-server](https://github.com/doctorm333/promptpilot-mcp-server) [![doctorm333/promptpilot-mcp-server MCP server](https://glama.ai/mcp/servers/doctorm333/promptpilot-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/doctorm333/promptpilot-mcp-server) 📇 ☁️ - Generate images, video, and audio via 20+ AI models (Flux, GPT-Image-1, Imagen 4, Grok, Seedance, ElevenLabs). Prompt builder with styles, lighting, camera, mood presets. Batch generation support. - [r-huijts/oorlogsbronnen-mcp](https://github.com/r-huijts/oorlogsbronnen-mcp) 📇 ☁️ - Oorlogsbronnen (War Sources) API integration for accessing historical WWII records, photographs, and documents from the Netherlands (1940-1945) - [r-huijts/rijksmuseum-mcp](https://github.com/r-huijts/rijksmuseum-mcp) 📇 ☁️ - Rijksmuseum API integration for artwork search, details, and collections From 20043d2d76197a17824fdabe50e42fec3b15c9e7 Mon Sep 17 00:00:00 2001 From: Eric Cocozza Date: Tue, 5 May 2026 11:23:36 -0400 Subject: [PATCH 069/355] Add Glama badge per maintainer request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b411aee4..be0afb7c2 100644 --- a/README.md +++ b/README.md @@ -1714,7 +1714,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. -- [einiba/canyougrab-api](https://github.com/einiba/canyougrab-api/tree/main/mcp-server) 🐍 ☁️ 🏠 🍎 🪟 🐧 - 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. +- [einiba/canyougrab-api](https://github.com/einiba/canyougrab-api/tree/main/mcp-server) 🐍 ☁️ 🏠 🍎 🪟 🐧 - 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. [![einiba/canyougrab-api MCP server](https://glama.ai/mcp/servers/einiba/canyougrab-api/badges/score.svg)](https://glama.ai/mcp/servers/einiba/canyougrab-api) - [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. From 1485831f6242290d050d1383aa24f87352a3ec31 Mon Sep 17 00:00:00 2001 From: Paul Fremantle Date: Tue, 5 May 2026 15:26:41 +0000 Subject: [PATCH 070/355] Add Glama score badge to pzfreo/build123d-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3337ff317..1b6a660ef 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [omni-mcp/isaac-sim-mcp](https://github.com/omni-mcp/isaac-sim-mcp) 📇 ☁️ - A MCP Server and an extension enables natural language control of NVIDIA Isaac Sim, Lab, OpenUSD and etc. - [PatrickPalmer/MayaMCP](https://github.com/PatrickPalmer/MayaMCP) 🐍 🏠 - MCP server for Autodesk Maya - [peek-travel/mcp-intro](https://github.com/peek-travel/mcp-intro) ☁️ 🍎 🪟 🐧 - Remote MCP Server for discovering and planning experiences, at home and on vacation -- [pzfreo/build123d-mcp](https://github.com/pzfreo/build123d-mcp) 🐍 🏠 🍎 🪟 🐧 - MCP server that exposes build123d parametric CAD operations as tools, enabling AI assistants to create, inspect, and iterate on 3D geometry interactively. Renders PNG/SVG views, measures geometry, and exports STEP/STL. +- [pzfreo/build123d-mcp](https://github.com/pzfreo/build123d-mcp) [![pzfreo/build123d-mcp MCP server](https://glama.ai/mcp/servers/pzfreo/build123d-mcp/badges/score.svg)](https://glama.ai/mcp/servers/pzfreo/build123d-mcp) 🐍 🏠 🍎 🪟 🐧 - MCP server that exposes build123d parametric CAD operations as tools, enabling AI assistants to create, inspect, and iterate on 3D geometry interactively. Renders PNG/SVG views, measures geometry, and exports STEP/STL. - [doctorm333/promptpilot-mcp-server](https://github.com/doctorm333/promptpilot-mcp-server) [![doctorm333/promptpilot-mcp-server MCP server](https://glama.ai/mcp/servers/doctorm333/promptpilot-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/doctorm333/promptpilot-mcp-server) 📇 ☁️ - Generate images, video, and audio via 20+ AI models (Flux, GPT-Image-1, Imagen 4, Grok, Seedance, ElevenLabs). Prompt builder with styles, lighting, camera, mood presets. Batch generation support. - [r-huijts/oorlogsbronnen-mcp](https://github.com/r-huijts/oorlogsbronnen-mcp) 📇 ☁️ - Oorlogsbronnen (War Sources) API integration for accessing historical WWII records, photographs, and documents from the Netherlands (1940-1945) - [r-huijts/rijksmuseum-mcp](https://github.com/r-huijts/rijksmuseum-mcp) 📇 ☁️ - Rijksmuseum API integration for artwork search, details, and collections From a2fcd8b77e969baf200ac2563f962e9ffc5d3f19 Mon Sep 17 00:00:00 2001 From: Declade <110547349+Declade@users.noreply.github.com> Date: Tue, 5 May 2026 17:48:54 +0200 Subject: [PATCH 071/355] Add Lucairn MCP server (Security) Privacy-preserving AI gateway. Sanitises PII before prompts reach Anthropic / OpenAI / your LLM, then emits a signed cryptographic certificate per call (Ed25519 + RFC 3161 timestamp + Sigstore Rekor anchoring). EU GDPR + AI Act ready, free tier with BYOK. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..cc709ae4f 100644 --- a/README.md +++ b/README.md @@ -2127,6 +2127,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [BurtTheCoder/mcp-virustotal](https://github.com/BurtTheCoder/mcp-virustotal) 📇 🪟 ☁️ - MCP server for querying the VirusTotal API. This server provides tools for scanning URLs, analyzing file hashes, and retrieving IP address reports. +- [Declade/lucairn-sdks](https://github.com/Declade/lucairn-sdks) 📇 ☁️ 🍎 🪟 🐧 - Privacy-preserving AI gateway. Sanitises PII (German + English; Microsoft Presidio + custom recognisers) before prompts reach Anthropic / OpenAI / your LLM, then emits a signed cryptographic certificate per call (Ed25519 + RFC 3161 timestamp + Sigstore Rekor anchoring). EU GDPR + AI Act ready. Free tier 500 calls/month, BYOK. Install: `npx -y @lucairn/mcp-server`. Docs: https://lucairn.eu/developer/mcp. - [chrbailey/promptspeak-mcp-server](https://github.com/chrbailey/promptspeak-mcp-server) [![promptspeak-mcp-server MCP server](https://glama.ai/mcp/servers/chrbailey/promptspeak-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/chrbailey/promptspeak-mcp-server) 📇 🏠 🍎 🪟 🐧 - Pre-execution governance for AI agents. Intercepts and validates every agent tool call through an 8-stage pipeline before execution — risk classification, behavioral drift detection, hold queue for dangerous operations, and complete audit trail. 45 tools, 658 tests. - [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. From cc282ff1c654d1a7513257aa2bbc6c31aa419d8c Mon Sep 17 00:00:00 2001 From: Declade <110547349+Declade@users.noreply.github.com> Date: Tue, 5 May 2026 20:27:22 +0200 Subject: [PATCH 072/355] Add Glama score badge per github-actions[bot] requirement Server is listed on Glama at https://glama.ai/mcp/servers/Declade/lucairn-sdks and passes Glama's automated build + introspection checks (build success, 7.2s, 2026-05-05). Adds the score badge after the description per the bot's comment format. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc709ae4f..23d4ef130 100644 --- a/README.md +++ b/README.md @@ -2127,7 +2127,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [BurtTheCoder/mcp-virustotal](https://github.com/BurtTheCoder/mcp-virustotal) 📇 🪟 ☁️ - MCP server for querying the VirusTotal API. This server provides tools for scanning URLs, analyzing file hashes, and retrieving IP address reports. -- [Declade/lucairn-sdks](https://github.com/Declade/lucairn-sdks) 📇 ☁️ 🍎 🪟 🐧 - Privacy-preserving AI gateway. Sanitises PII (German + English; Microsoft Presidio + custom recognisers) before prompts reach Anthropic / OpenAI / your LLM, then emits a signed cryptographic certificate per call (Ed25519 + RFC 3161 timestamp + Sigstore Rekor anchoring). EU GDPR + AI Act ready. Free tier 500 calls/month, BYOK. Install: `npx -y @lucairn/mcp-server`. Docs: https://lucairn.eu/developer/mcp. +- [Declade/lucairn-sdks](https://github.com/Declade/lucairn-sdks) [![Declade/lucairn-sdks MCP server](https://glama.ai/mcp/servers/Declade/lucairn-sdks/badges/score.svg)](https://glama.ai/mcp/servers/Declade/lucairn-sdks) 📇 ☁️ 🍎 🪟 🐧 - Privacy-preserving AI gateway. Sanitises PII (German + English; Microsoft Presidio + custom recognisers) before prompts reach Anthropic / OpenAI / your LLM, then emits a signed cryptographic certificate per call (Ed25519 + RFC 3161 timestamp + Sigstore Rekor anchoring). EU GDPR + AI Act ready. Free tier 500 calls/month, BYOK. Install: `npx -y @lucairn/mcp-server`. Docs: https://lucairn.eu/developer/mcp. - [chrbailey/promptspeak-mcp-server](https://github.com/chrbailey/promptspeak-mcp-server) [![promptspeak-mcp-server MCP server](https://glama.ai/mcp/servers/chrbailey/promptspeak-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/chrbailey/promptspeak-mcp-server) 📇 🏠 🍎 🪟 🐧 - Pre-execution governance for AI agents. Intercepts and validates every agent tool call through an 8-stage pipeline before execution — risk classification, behavioral drift detection, hold queue for dangerous operations, and complete audit trail. 45 tools, 658 tests. - [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. From e350c1375aad58a279927795fcfd1975fe08f734 Mon Sep 17 00:00:00 2001 From: Buzz Date: Wed, 6 May 2026 08:20:21 +0000 Subject: [PATCH 073/355] Add Glama badge to BuyWhere MCP server entry Co-Authored-By: Paperclip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86255783b..e95f6fbf0 100644 --- a/README.md +++ b/README.md @@ -1179,7 +1179,7 @@ MCP servers for learning management systems (LMS) and educational tools. MCP servers for e-commerce platforms and online store management. - [agentlux/agentlux-mcp](https://github.com/agentlux/agentlux-mcp) [![agentlux/agentlux-mcp MCP server](https://glama.ai/mcp/servers/agentlux/agentlux-mcp/badges/score.svg)](https://glama.ai/mcp/servers/agentlux/agentlux-mcp) 📇 ☁️ 🍎 🪟 🐧 - Agent marketplace and services MCP server for AgentLux. Browse marketplace items, manage agent identity, creator workflows, service hires, social flows, and Base/x402 commerce through 33 tools. Install via `npx -y @agentlux/mcp-server`. -- [BuyWhere/buywhere-mcp](https://github.com/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`. +- [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`. - [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 ed7deba2e55a897f2cec4bdb19ebdbc7eec3fdb1 Mon Sep 17 00:00:00 2001 From: Mohamed Diallo Date: Wed, 6 May 2026 15:36:48 +0200 Subject: [PATCH 074/355] Update README with Capsule Bash MCP server details Added a new entry for Capsule Bash MCP server in the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..9e97d1ced 100644 --- a/README.md +++ b/README.md @@ -508,6 +508,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge ### 🖥️ Command Line Run commands, capture output and otherwise interact with shells and command line tools. +- [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. - [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. - [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. - [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. From b8207f49a53e5a785a5c9a1fbc1e4ba94ea94455 Mon Sep 17 00:00:00 2001 From: Carlos Henrique Date: Wed, 6 May 2026 13:35:55 -0300 Subject: [PATCH 075/355] update memorydetective entry for v1.8.0 - 28 -> 31 MCP tools (added bootAndLaunchForLeakInvestigation, replayScenario, captureScenarioState in v1.8.0) - Mention the macOS 26.x leaks --outputGraph regression fix as a user-visible differentiator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 762109f5b..164d197e2 100644 --- a/README.md +++ b/README.md @@ -829,7 +829,7 @@ Tools and integrations that enhance the development workflow and environment man - [BrainGrid MCP](https://docs.braingrid.ai/mcp-server/installation) 🎖️☁️ - [BrainGrid](https://braingrid.ai) MCP is the Product Management Agent that writes your specs, plans your features, and creates engineering-grade tasks your coding tools can build reliably. - [BrunoKrugel/echo-mcp](https://github.com/BrunoKrugel/echo-mcp) 🏎️ ☁️ 📟 🪟 🐧 🍎 - A zero-configuration Go library to automatically expose any existing Echo web framework APIs as MCP tools. - [buildkite/buildkite-mcp-server](https://github.com/buildkite/buildkite-mcp-server) 🎖️ 🏎️ 🏠 ☁️ 🍎 🪟 🐧 - Official MCP server for Buildkite. Create new pipelines, diagnose and fix failures, trigger builds, monitor job queues, and more. -- [carloshpdoc/memorydetective](https://github.com/carloshpdoc/memorydetective) [![carloshpdoc/memorydetective MCP server](https://glama.ai/mcp/servers/carloshpdoc/memorydetective/badges/score.svg)](https://glama.ai/mcp/servers/carloshpdoc/memorydetective) 📇 🏠 🍎 - iOS leak hunting and performance investigation. Reads `.memgraph` (`leaks(1)`) and `.trace` (`xctrace`) files, classifies retain cycles against a 34-pattern catalog (SwiftUI, Combine, Swift Concurrency, UIKit, Core Animation, Core Data, SwiftData, RxSwift, Realm), surfaces a Swift `fixTemplate` snippet for each match, and bridges to source via SourceKit-LSP. 28 MCP tools, 34 catalog resources, 5 investigation prompts. CI-gateable via `verifyFix` and `compareTracesByPattern`. Apache 2.0. +- [carloshpdoc/memorydetective](https://github.com/carloshpdoc/memorydetective) [![carloshpdoc/memorydetective MCP server](https://glama.ai/mcp/servers/carloshpdoc/memorydetective/badges/score.svg)](https://glama.ai/mcp/servers/carloshpdoc/memorydetective) 📇 🏠 🍎 - iOS leak hunting and performance investigation. Reads `.memgraph` (`leaks(1)`) and `.trace` (`xctrace`) files, classifies retain cycles against a 34-pattern catalog (SwiftUI, Combine, Swift Concurrency, UIKit, Core Animation, Core Data, SwiftData, RxSwift, Realm), surfaces a Swift `fixTemplate` snippet for each match, and bridges to source via SourceKit-LSP. Single-call build+boot+launch fixes the macOS 26.x `leaks --outputGraph` regression; `replayScenario` + `captureScenarioState` close the verify-fix loop. 31 MCP tools, 34 catalog resources, 5 investigation prompts. CI-gateable via `verifyFix` and `compareTracesByPattern`. Apache 2.0. - [cerebrixos-org/tuning-engines-cli](https://github.com/cerebrixos-org/tuning-engines-cli) [![cerebrixos-org/tuning-engines-cli MCP server](https://glama.ai/mcp/servers/cerebrixos-org/tuning-engines-cli/badges/score.svg)](https://glama.ai/mcp/servers/cerebrixos-org/tuning-engines-cli) 📇 ☁️ 🍎 🪟 🐧 - Domain-specific fine-tuning of open-source LLMs and SLMs with zero infrastructure. Specialized tuning agents deliver sovereign models trained on your data. Supports Qwen, Llama, DeepSeek, Mistral, Gemma 1B-72B. LoRA, QLoRA, full fine-tuning. Cost estimation, model management, S3 export. - [Chunkydotdev/bldbl-mcp](https://github.com/chunkydotdev/bldbl-mcp) 📇 ☁️ 🍎 🪟 🐧 - Official MCP server for Buildable AI-powered development platform [bldbl.dev](https://bldbl.dev). Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects. - [CircleCI/mcp-server-circleci](https://github.com/CircleCI-Public/mcp-server-circleci) 📇 ☁️ Enable AI Agents to fix build failures from CircleCI. From 165fb2b034274b12686660a8dc7573b28f60b5ad Mon Sep 17 00:00:00 2001 From: JLSteenwyk Date: Wed, 6 May 2026 16:24:48 -0700 Subject: [PATCH 076/355] Add SPARKIT-science/sparkit-mcp to Research SPARKIT is a scientific research agent that searches the literature, reads papers, and returns cited Markdown reports. The MCP server exposes it as the `research` and `get_job_status` tools to Claude Desktop / Cursor / Claude Code. - Source: https://github.com/SPARKIT-science/sparkit-mcp - PyPI: https://pypi.org/project/sparkit-mcp/ - Web: https://sparkit.science --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..ea9302225 100644 --- a/README.md +++ b/README.md @@ -1945,6 +1945,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [xmpuspus/ph-civic-data-mcp](https://github.com/xmpuspus/ph-civic-data-mcp) [![xmpuspus/ph-civic-data-mcp MCP server](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Philippine government data as agent-callable tools: PHIVOLCS earthquakes + volcano alerts, PAGASA weather + typhoons, PhilGEPS procurement, PSA 2020 Census population + poverty, AQICN air quality. Install: `uvx ph-civic-data-mcp`. - [yusong652/pfc-mcp](https://github.com/yusong652/pfc-mcp) [![pfc-mcp MCP server](https://glama.ai/mcp/servers/yusong652/pfc-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/pfc-mcp) 🐍 🏠 🪟 - MCP server for [ITASCA PFC](https://www.itascacg.com/software/pfc) discrete element simulation — browse documentation, execute scripts, capture plots, and manage long-running tasks via a WebSocket bridge to the PFC GUI. +- [SPARKIT-science/sparkit-mcp](https://github.com/SPARKIT-science/sparkit-mcp) 🐍 ☁️ - MCP server for [SPARKIT](https://sparkit.science), a scientific research agent that searches the literature, reads papers, and returns cited Markdown reports. Submit a question via the `research` tool from Claude Desktop / Cursor / Claude Code; get back a ~90-second cited report without leaving the chat. `uv tool install sparkit-mcp` or `pip install sparkit-mcp`. - [yusong652/yade-mcp](https://github.com/yusong652/yade-mcp) [![yade-mcp MCP server](https://glama.ai/mcp/servers/yusong652/yade-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/yade-mcp) 🐍 🏠 🐧 - MCP server for [YADE](https://yade-dem.org/) — open-source discrete element method (DEM) engine for granular and particle simulation. Browse API docs with BM25 search, execute code via synchronous REPL or async background tasks, monitor progress, and review task history. ### 🔎 end to end RAG platforms From 90fe910be96e5c41f8ccedd51e585112172e50e8 Mon Sep 17 00:00:00 2001 From: JLSteenwyk Date: Wed, 6 May 2026 16:43:27 -0700 Subject: [PATCH 077/355] Add Glama score badge to SPARKIT-science/sparkit-mcp The server is now indexed at glama.ai/mcp/servers/SPARKIT-science/sparkit-mcp, so the badge resolves. This addresses the missing-glama label. 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 ea9302225..6084ae76f 100644 --- a/README.md +++ b/README.md @@ -1945,7 +1945,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [xmpuspus/ph-civic-data-mcp](https://github.com/xmpuspus/ph-civic-data-mcp) [![xmpuspus/ph-civic-data-mcp MCP server](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Philippine government data as agent-callable tools: PHIVOLCS earthquakes + volcano alerts, PAGASA weather + typhoons, PhilGEPS procurement, PSA 2020 Census population + poverty, AQICN air quality. Install: `uvx ph-civic-data-mcp`. - [yusong652/pfc-mcp](https://github.com/yusong652/pfc-mcp) [![pfc-mcp MCP server](https://glama.ai/mcp/servers/yusong652/pfc-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/pfc-mcp) 🐍 🏠 🪟 - MCP server for [ITASCA PFC](https://www.itascacg.com/software/pfc) discrete element simulation — browse documentation, execute scripts, capture plots, and manage long-running tasks via a WebSocket bridge to the PFC GUI. -- [SPARKIT-science/sparkit-mcp](https://github.com/SPARKIT-science/sparkit-mcp) 🐍 ☁️ - MCP server for [SPARKIT](https://sparkit.science), a scientific research agent that searches the literature, reads papers, and returns cited Markdown reports. Submit a question via the `research` tool from Claude Desktop / Cursor / Claude Code; get back a ~90-second cited report without leaving the chat. `uv tool install sparkit-mcp` or `pip install sparkit-mcp`. +- [SPARKIT-science/sparkit-mcp](https://github.com/SPARKIT-science/sparkit-mcp) [![SPARKIT-science/sparkit-mcp MCP server](https://glama.ai/mcp/servers/SPARKIT-science/sparkit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SPARKIT-science/sparkit-mcp) 🐍 ☁️ - MCP server for [SPARKIT](https://sparkit.science), a scientific research agent that searches the literature, reads papers, and returns cited Markdown reports. Submit a question via the `research` tool from Claude Desktop / Cursor / Claude Code; get back a ~90-second cited report without leaving the chat. `uv tool install sparkit-mcp` or `pip install sparkit-mcp`. - [yusong652/yade-mcp](https://github.com/yusong652/yade-mcp) [![yade-mcp MCP server](https://glama.ai/mcp/servers/yusong652/yade-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/yade-mcp) 🐍 🏠 🐧 - MCP server for [YADE](https://yade-dem.org/) — open-source discrete element method (DEM) engine for granular and particle simulation. Browse API docs with BM25 search, execute code via synchronous REPL or async background tasks, monitor progress, and review task history. ### 🔎 end to end RAG platforms From c67223f416c3f67d9c60185e329c48821dcd7308 Mon Sep 17 00:00:00 2001 From: loxhness <98063673+loxhness@users.noreply.github.com> Date: Wed, 6 May 2026 22:54:12 -0400 Subject: [PATCH 078/355] add devpulse-mcp to developer tools Co-authored-by: Cursor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..ec0e0eb33 100644 --- a/README.md +++ b/README.md @@ -1041,6 +1041,7 @@ Tools and integrations that enhance the development workflow and environment man - [storybookjs/addon-mcp](https://github.com/storybookjs/addon-mcp) 📇 🏠 - Help agents automatically write and test stories for your UI components. - [tactual-dev/tactual](https://github.com/tactual-dev/tactual) [![tactual-dev/tactual MCP server](https://glama.ai/mcp/servers/tactual-dev/tactual/badges/score.svg)](https://glama.ai/mcp/servers/tactual-dev/tactual) 📇 🏠 🍎 🪟 🐧 - Screen-reader navigation cost analyzer. Models real AT user effort with per-profile scoring, graph-based pathfinding, and step-by-step navigation traces. - [TamarEngel/jira-github-mcp](https://github.com/TamarEngel/jira-github-mcp) - MCP server that integrates Jira and GitHub to automate end-to-end developer workflows, from issue tracking to branches, commits, pull requests, and merges inside the IDE. +- [tao-izm/devpulse-mcp](https://github.com/tao-izm/devpulse-mcp) 📇 🏠 - Zero-config MCP server that gives AI coding assistants a real-time diagnostic snapshot of your local dev environment. Detects framework, running services, recent errors, and git state in one call. - [TCSoftInc/testcollab-mcp-server](https://github.com/TCSoftInc/testcollab-mcp-server) ☁️ - Manage test cases in TestCollab directly from your AI coding assistant. List, create, and update test cases with filtering, sorting, and pagination support. - [TKMD/ReftrixMCP](https://github.com/TKMD/ReftrixMCP) [![reftrix-mcp MCP server](https://glama.ai/mcp/servers/TKMD/reftrix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/TKMD/reftrix-mcp) 📇 🏠 🐧 🍎 - Web design analysis MCP server with 26 tools for layout extraction, motion detection, quality scoring, and semantic search. Uses Playwright, pgvector HNSW, and Ollama Vision to turn web pages into searchable, structured design knowledge. - [TencentEdgeOne/edgeone-pages-mcp](https://github.com/TencentEdgeOne/edgeone-pages-mcp) 📇 ☁️ - An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL. From 77473ae14d0a69514630805a8849950a75a34a34 Mon Sep 17 00:00:00 2001 From: loxhness <98063673+loxhness@users.noreply.github.com> Date: Wed, 6 May 2026 23:02:31 -0400 Subject: [PATCH 079/355] add glama badge to devpulse-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec0e0eb33..60147bea3 100644 --- a/README.md +++ b/README.md @@ -1041,7 +1041,7 @@ Tools and integrations that enhance the development workflow and environment man - [storybookjs/addon-mcp](https://github.com/storybookjs/addon-mcp) 📇 🏠 - Help agents automatically write and test stories for your UI components. - [tactual-dev/tactual](https://github.com/tactual-dev/tactual) [![tactual-dev/tactual MCP server](https://glama.ai/mcp/servers/tactual-dev/tactual/badges/score.svg)](https://glama.ai/mcp/servers/tactual-dev/tactual) 📇 🏠 🍎 🪟 🐧 - Screen-reader navigation cost analyzer. Models real AT user effort with per-profile scoring, graph-based pathfinding, and step-by-step navigation traces. - [TamarEngel/jira-github-mcp](https://github.com/TamarEngel/jira-github-mcp) - MCP server that integrates Jira and GitHub to automate end-to-end developer workflows, from issue tracking to branches, commits, pull requests, and merges inside the IDE. -- [tao-izm/devpulse-mcp](https://github.com/tao-izm/devpulse-mcp) 📇 🏠 - Zero-config MCP server that gives AI coding assistants a real-time diagnostic snapshot of your local dev environment. Detects framework, running services, recent errors, and git state in one call. +- [tao-izm/devpulse-mcp](https://github.com/tao-izm/devpulse-mcp) [![tao-izm/devpulse-mcp MCP server](https://glama.ai/mcp/servers/tao-izm/devpulse-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tao-izm/devpulse-mcp) 📇 🏠 - Zero-config MCP server that gives AI coding assistants a real-time diagnostic snapshot of your local dev environment. Detects framework, running services, recent errors, and git state in one call. - [TCSoftInc/testcollab-mcp-server](https://github.com/TCSoftInc/testcollab-mcp-server) ☁️ - Manage test cases in TestCollab directly from your AI coding assistant. List, create, and update test cases with filtering, sorting, and pagination support. - [TKMD/ReftrixMCP](https://github.com/TKMD/ReftrixMCP) [![reftrix-mcp MCP server](https://glama.ai/mcp/servers/TKMD/reftrix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/TKMD/reftrix-mcp) 📇 🏠 🐧 🍎 - Web design analysis MCP server with 26 tools for layout extraction, motion detection, quality scoring, and semantic search. Uses Playwright, pgvector HNSW, and Ollama Vision to turn web pages into searchable, structured design knowledge. - [TencentEdgeOne/edgeone-pages-mcp](https://github.com/TencentEdgeOne/edgeone-pages-mcp) 📇 ☁️ - An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL. From 4cdc9aec91410798f270ffdd56f4bc7a13fed169 Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 7 May 2026 00:45:57 -0400 Subject: [PATCH 080/355] Add stevepridemore/graph-memory under Knowledge & Memory Personal knowledge graph for Claude on Neo4j with typed entities, bi-temporal validity, per-type weighted decay, contradiction detection, and a nightly extraction process. Local-first; optional OAuth+Tunnel for cross-device use. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..d4fab79e0 100644 --- a/README.md +++ b/README.md @@ -1698,6 +1698,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [smith-and-web/obsidian-mcp-server](https://github.com/smith-and-web/obsidian-mcp-server) 📇 🏠 🍎 🪟 🐧 - SSE-enabled MCP server for remote Obsidian vault management with 29 tools for notes, directories, frontmatter, tags, search, and link operations. Docker-ready with health monitoring. - [smriti-AA/smriti](https://github.com/smriti-AA/smriti) [![smriti MCP server](https://glama.ai/mcp/servers/@Smriti-AA/smriti/badges/score.svg)](https://glama.ai/mcp/servers/@Smriti-AA/smriti) 🦀 🏠 🍎 🪟 🐧 - Self-hosted knowledge store and memory layer for AI agents with knowledge graph, wiki-links, full-text search (FTS5), and agent memory with namespaces and TTL. - [skill-seekers/Skill_Seekers](https://github.com/yusufkaraaslan/Skill_Seekers) [![yusufkaraaslan/Skill_Seekers MCP server](https://glama.ai/mcp/servers/yusufkaraaslan/Skill_Seekers/badges/score.svg)](https://glama.ai/mcp/servers/yusufkaraaslan/Skill_Seekers) 🐍 🏠 🍎 🪟 🐧 - Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG knowledge. 35 MCP tools for scraping, packaging, enhancing, and exporting to vector databases (Weaviate, Chroma, FAISS, Qdrant). Supports 16+ target platforms. +- [stevepridemore/graph-memory](https://github.com/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. - [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. From c6217ca9f355df953c5591e2b752761f14b59557 Mon Sep 17 00:00:00 2001 From: Eliott Reich Date: Thu, 7 May 2026 10:12:53 +0300 Subject: [PATCH 081/355] Add TaskBounty MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..cf2b28b39 100644 --- a/README.md +++ b/README.md @@ -505,6 +505,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [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) - [x51xxx/copilot-mcp-server](https://github.com/x51xxx/copilot-mcp-server) 📇 ☁️ - MCP server that connects your IDE or AI assistant to GitHub Copilot CLI for code analysis, review, and batch processing +- [eliottreich/taskbounty-mcp-server](https://github.com/eliottreich/agent-bounty-board/tree/main/mcp-server) 📇 ☁️ - MCP server for [TaskBounty](https://www.task-bounty.com), a marketplace where AI coding agents fix GitHub bugs for cash bounties. Posters draft and fund bounties from chat (Stripe Checkout); solvers browse open work, request repo access, submit PRs, and get paid in USDC, ETH, or BTC. 11 tools. ### 🖥️ Command Line Run commands, capture output and otherwise interact with shells and command line tools. From fc1afe073fc7d97fe3a2145700ecc6adf2bcd1c3 Mon Sep 17 00:00:00 2001 From: whdrnr2583-cmd Date: Thu, 7 May 2026 17:56:37 +0900 Subject: [PATCH 082/355] Add Glama score badge to koreanpulse entry Addresses the glama-check bot requirement on PR #5893: 'Update your PR by adding a Glama score badge'. Glama auto-discovered our repo and exposed badges/score.svg on 2026-05-07; this commit embeds the standard markdown snippet inline with the entry, matching the format used by neighbouring entries in the Finance & Fintech section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 934077ea6..9478e7c49 100644 --- a/README.md +++ b/README.md @@ -1258,7 +1258,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [vdalhambra/axiom-calculator-mcp](https://github.com/vdalhambra/axiom-calculator-mcp) [![axiom-calculator-mcp MCP server](https://glama.ai/mcp/servers/vdalhambra/axiom-calculator-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vdalhambra/axiom-calculator-mcp) 🐍 🏠 🍎 🪟 🐧 - Personal finance calculators — mortgage payments, compound interest, FIRE retirement number, loan comparison, true credit cost, and debt payoff. 8 tools, zero API keys, works with `uvx axiom-calculator-mcp`. - [azeth-protocol/mcp-server](https://github.com/azeth-protocol/mcp-server) [![mcp-azeth MCP server](https://glama.ai/mcp/servers/@azeth-protocol/mcp-azeth/badges/score.svg)](https://glama.ai/mcp/servers/@azeth-protocol/mcp-azeth) 📇 ☁️ - Trust infrastructure for the machine economy — non-custodial ERC-4337 smart accounts, x402 payments, on-chain reputation via ERC-8004, and service discovery for AI agents. - [bakyang2/kr-crypto-intelligence](https://github.com/bakyang2/kr-crypto-intelligence) [![bakyang2/kr-crypto-intelligence MCP server](https://glama.ai/mcp/servers/bakyang2/kr-crypto-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/bakyang2/kr-crypto-intelligence) 🐍 ☁️ - Korean crypto market data + AI analysis for trading agents. 7 tools: AI market read ($0.10, 9 data sources + Claude AI signal), Kimchi Premium, stablecoin premium, Upbit/Bithumb prices, USD/KRW FX rate. Pay-per-use via x402 on Base/Solana. -- [whdrnr2583-cmd/koreanpulse](https://github.com/whdrnr2583-cmd/koreanpulse) 🐍 ☁️ 🏠 - English-first Korean equity intelligence — real-time DART filings, foreign-holder 5%-rule flows (BlackRock / Vanguard / Norges / GIC + 16 more), Korean activist filings (KCGI / Align / ValueAct / Elliott), and KRX industry news, translated to English. Free public daily snapshot at koreanpulse.dev/today; OSS self-host (AGPL-3.0). +- [whdrnr2583-cmd/koreanpulse](https://github.com/whdrnr2583-cmd/koreanpulse) [![koreanpulse MCP server](https://glama.ai/mcp/servers/whdrnr2583-cmd/koreanpulse/badges/score.svg)](https://glama.ai/mcp/servers/whdrnr2583-cmd/koreanpulse) 🐍 ☁️ 🏠 - English-first Korean equity intelligence — real-time DART filings, foreign-holder 5%-rule flows (BlackRock / Vanguard / Norges / GIC + 16 more), Korean activist filings (KCGI / Align / ValueAct / Elliott), and KRX industry news, translated to English. Free public daily snapshot at koreanpulse.dev/today; OSS self-host (AGPL-3.0). - [cuthongthai-vn/vimo-mcp-server](https://github.com/cuthongthai-vn/vimo-mcp-server) [![cuthongthai-vn/vimo-mcp-server MCP server](https://glama.ai/mcp/servers/cuthongthai-vn/vimo-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/cuthongthai-vn/vimo-mcp-server) 📇 ☁️ - Vietnam stock market intelligence — 35 tools: real-time SSI quotes, technical analysis, financial statements, stock screener (13 strategies), AI picks, foreign flow, macro indicators, and 13 investment playbook categories - [bankless/onchain-mcp](https://github.com/Bankless/onchain-mcp/) 📇 ☁️ - Bankless Onchain API to interact with smart contracts, query transaction and token information - [bolivian-peru/baozi-mcp](https://github.com/bolivian-peru/baozi-mcp) 📇 ☁️ - 68 tools for AI agents to interact with Solana prediction markets on [Baozi.bet](https://baozi.bet) — browse markets, place bets, claim winnings, create markets, and earn affiliate commissions. From 8c39d4151c373ce06045b0930a3d27232e1e787f Mon Sep 17 00:00:00 2001 From: Eliott Reich Date: Thu, 7 May 2026 12:11:42 +0300 Subject: [PATCH 083/355] Update taskbounty-mcp-server: standalone repo + Glama badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf2b28b39..88bc8170a 100644 --- a/README.md +++ b/README.md @@ -505,7 +505,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [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) - [x51xxx/copilot-mcp-server](https://github.com/x51xxx/copilot-mcp-server) 📇 ☁️ - MCP server that connects your IDE or AI assistant to GitHub Copilot CLI for code analysis, review, and batch processing -- [eliottreich/taskbounty-mcp-server](https://github.com/eliottreich/agent-bounty-board/tree/main/mcp-server) 📇 ☁️ - MCP server for [TaskBounty](https://www.task-bounty.com), a marketplace where AI coding agents fix GitHub bugs for cash bounties. Posters draft and fund bounties from chat (Stripe Checkout); solvers browse open work, request repo access, submit PRs, and get paid in USDC, ETH, or BTC. 11 tools. +- [eliottreich/taskbounty-mcp-server](https://github.com/eliottreich/taskbounty-mcp-server) [![eliottreich/taskbounty-mcp-server MCP server](https://glama.ai/mcp/servers/eliottreich/taskbounty-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/eliottreich/taskbounty-mcp-server) 📇 ☁️ - MCP server for [TaskBounty](https://www.task-bounty.com), a marketplace where AI coding agents fix GitHub bugs for cash bounties. Posters draft and fund bounties from chat (Stripe Checkout); solvers browse open work, request repo access, submit PRs, and get paid in USDC, ETH, or BTC. 11 tools. ### 🖥️ Command Line Run commands, capture output and otherwise interact with shells and command line tools. From b3725d4dca0b54d7282fbc9f037079a7e9c9642b Mon Sep 17 00:00:00 2001 From: Skitchy Date: Thu, 7 May 2026 04:03:06 -0700 Subject: [PATCH 084/355] =?UTF-8?q?Add=20Rekindle=20to=20Knowledge=20&=20M?= =?UTF-8?q?emory=20section=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: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..7e5edcf52 100644 --- a/README.md +++ b/README.md @@ -1682,6 +1682,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [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). +- [Skitchy/rekindle](https://github.com/Skitchy/rekindle) [![Skitchy/rekindle MCP server](https://glama.ai/mcp/servers/Skitchy/rekindle/badges/score.svg)](https://glama.ai/mcp/servers/Skitchy/rekindle) 📇 🏠 🍎 🪟 🐧 - Session continuity engine that solves session orientation. Boot reports with gap detection and 100-point scoring, structured end-session capture with typed continuity records, and BM25 memory search. 7 tools, local SQLite + FTS5, zero API keys. `npx rekindle` - [roampal-ai/roampal-core](https://github.com/roampal-ai/roampal-core) [![roampal-core MCP server](https://glama.ai/mcp/servers/roampal-ai/roampal-core/badges/score.svg)](https://glama.ai/mcp/servers/roampal-ai/roampal-core) 🐍 🏠 - Outcome-based persistent memory for AI coding tools. Memories that help get promoted, memories that mislead get demoted. Works with Claude Code and OpenCode via hooks + MCP. - [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. From 44edef22e876e9dd3bc34109210b3c019a17d15c Mon Sep 17 00:00:00 2001 From: OrygnsCode <38231263+OrygnsCode@users.noreply.github.com> Date: Thu, 7 May 2026 11:08:09 -0500 Subject: [PATCH 085/355] Add OrygnsCode/opa-mcp-server to Security --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..6b5afa35a 100644 --- a/README.md +++ b/README.md @@ -2177,6 +2177,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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` - [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) 📇 🏠 ☁️ 🍎 🪟 🐧 - 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. - [Pentagonal-ai/pentagonal](https://github.com/Pentagonal-ai/pentagonal) [![Pentagonal-ai/pentagonal MCP server](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal/badges/score.svg)](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal) 📇 ☁️ - AI-powered smart contract security forge with 8-agent adversarial pen test. Generate, audit, fix, and compile contracts across 8 chains (Ethereum, Solana, Polygon, Base, Arbitrum, Optimism, BSC, Avalanche). Token intelligence with honeypot detection. x402 USDC payments for autonomous agents. - [panther-labs/mcp-panther](https://github.com/panther-labs/mcp-panther) 🎖️ 🐍 ☁️ 🍎 - MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts. - [pullkitsan/mobsf-mcp-server](https://github.com/pullkitsan/mobsf-mcp-server) 🦀 🏠 🍎 🪟 🐧 - A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application. From ca2f25edad5ba676ceb3f0d44d38f9e27dd42ec6 Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 7 May 2026 12:08:59 -0400 Subject: [PATCH 086/355] Add Glama score badge for stevepridemore/graph-memory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4fab79e0..5d2b427b6 100644 --- a/README.md +++ b/README.md @@ -1698,7 +1698,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [smith-and-web/obsidian-mcp-server](https://github.com/smith-and-web/obsidian-mcp-server) 📇 🏠 🍎 🪟 🐧 - SSE-enabled MCP server for remote Obsidian vault management with 29 tools for notes, directories, frontmatter, tags, search, and link operations. Docker-ready with health monitoring. - [smriti-AA/smriti](https://github.com/smriti-AA/smriti) [![smriti MCP server](https://glama.ai/mcp/servers/@Smriti-AA/smriti/badges/score.svg)](https://glama.ai/mcp/servers/@Smriti-AA/smriti) 🦀 🏠 🍎 🪟 🐧 - Self-hosted knowledge store and memory layer for AI agents with knowledge graph, wiki-links, full-text search (FTS5), and agent memory with namespaces and TTL. - [skill-seekers/Skill_Seekers](https://github.com/yusufkaraaslan/Skill_Seekers) [![yusufkaraaslan/Skill_Seekers MCP server](https://glama.ai/mcp/servers/yusufkaraaslan/Skill_Seekers/badges/score.svg)](https://glama.ai/mcp/servers/yusufkaraaslan/Skill_Seekers) 🐍 🏠 🍎 🪟 🐧 - Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG knowledge. 35 MCP tools for scraping, packaging, enhancing, and exporting to vector databases (Weaviate, Chroma, FAISS, Qdrant). Supports 16+ target platforms. -- [stevepridemore/graph-memory](https://github.com/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. +- [stevepridemore/graph-memory](https://github.com/stevepridemore/graph-memory) [![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. - [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. From 0c8b594413b170d063f4d71b950e36a5214c5fa1 Mon Sep 17 00:00:00 2001 From: OrygnsCode <38231263+OrygnsCode@users.noreply.github.com> Date: Thu, 7 May 2026 11:28:13 -0500 Subject: [PATCH 087/355] Add Glama score badge per listing requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b5afa35a..4be07aeb2 100644 --- a/README.md +++ b/README.md @@ -2177,7 +2177,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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` - [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) 📇 🏠 ☁️ 🍎 🪟 🐧 - 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. +- [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. - [Pentagonal-ai/pentagonal](https://github.com/Pentagonal-ai/pentagonal) [![Pentagonal-ai/pentagonal MCP server](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal/badges/score.svg)](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal) 📇 ☁️ - AI-powered smart contract security forge with 8-agent adversarial pen test. Generate, audit, fix, and compile contracts across 8 chains (Ethereum, Solana, Polygon, Base, Arbitrum, Optimism, BSC, Avalanche). Token intelligence with honeypot detection. x402 USDC payments for autonomous agents. - [panther-labs/mcp-panther](https://github.com/panther-labs/mcp-panther) 🎖️ 🐍 ☁️ 🍎 - MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts. - [pullkitsan/mobsf-mcp-server](https://github.com/pullkitsan/mobsf-mcp-server) 🦀 🏠 🍎 🪟 🐧 - A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application. From b43b4fcdc126b6b675a89418fed628c4a79d502e Mon Sep 17 00:00:00 2001 From: Giulio <3272563+giuliohome@users.noreply.github.com> Date: Thu, 7 May 2026 20:30:34 +0200 Subject: [PATCH 088/355] Add giuliohome-org/doc-manager (Knowledge & Memory) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a58a33b32..fc1e19e6b 100644 --- a/README.md +++ b/README.md @@ -1601,6 +1601,8 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [darktw/usecortex-mcp](https://github.com/darktw/usecortex-mcp) [![darktw/usecortex-mcp MCP server](https://glama.ai/mcp/servers/darktw/usecortex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/darktw/usecortex-mcp) ☁️ - Persistent knowledge memory for AI agents. Two-way flow: read context into projects and write discoveries back. Structured by topic with AES-256 encryption. - [decisionnode/DecisionNode](https://github.com/decisionnode/DecisionNode) [![decisionnode/DecisionNode MCP server](https://glama.ai/mcp/servers/decisionnode/DecisionNode/badges/score.svg)](https://glama.ai/mcp/servers/decisionnode/DecisionNode) 📇 🏠 🍎 🪟 🐧 - Record development decisions as structured JSON, embed as vectors via Gemini, and search semantically over MCP. Shared store across Claude Code, Cursor, Windsurf, and any MCP client. CLI + MCP server, local-only, free Gemini embedding tier. + - [giuliohome-org/doc-manager](https://github.com/giuliohome-org/doc-manager) 🦀 ☁️ - Personal document vault on Azure Blob Storage with a built-in MCP server. Client-side AES-256-GCM zero-knowledge encryption: encrypted docs stay opaque to Claude, plaintext docs are + fully readable, writable, and searchable from chat. - [Destrayon/Connapse](https://github.com/Destrayon/Connapse) [![Destrayon/Connapse MCP server](https://glama.ai/mcp/servers/Destrayon/Connapse/badges/score.svg)](https://glama.ai/mcp/servers/Destrayon/Connapse) #️⃣ 🏠 🍎 🪟 🐧 - Self-hosted knowledge backend for AI agents with hybrid vector + keyword search, container-isolated indexes, and 11 MCP tools. .NET, Docker-ready. - [deusXmachina-dev/memorylane](https://github.com/deusXmachina-dev/memorylane) 📇 ☁️ 🏠 🍎 - Desktop app that captures screen activity via event-driven screenshots, stores AI-generated summaries and OCR text locally in SQLite, and exposes your activity history to AI assistants via MCP with semantic search, timeline browsing, and event detail retrieval. - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) 📇 ☁️ 🏠 - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. From 6b99d1a3fd92596b2d9d8e88d779f3f40af8c5e8 Mon Sep 17 00:00:00 2001 From: Giulio <3272563+giuliohome@users.noreply.github.com> Date: Thu, 7 May 2026 20:36:50 +0200 Subject: [PATCH 089/355] Inline doc-manager entry on a single line --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fc1e19e6b..ccb04a27e 100644 --- a/README.md +++ b/README.md @@ -1601,8 +1601,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [darktw/usecortex-mcp](https://github.com/darktw/usecortex-mcp) [![darktw/usecortex-mcp MCP server](https://glama.ai/mcp/servers/darktw/usecortex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/darktw/usecortex-mcp) ☁️ - Persistent knowledge memory for AI agents. Two-way flow: read context into projects and write discoveries back. Structured by topic with AES-256 encryption. - [decisionnode/DecisionNode](https://github.com/decisionnode/DecisionNode) [![decisionnode/DecisionNode MCP server](https://glama.ai/mcp/servers/decisionnode/DecisionNode/badges/score.svg)](https://glama.ai/mcp/servers/decisionnode/DecisionNode) 📇 🏠 🍎 🪟 🐧 - Record development decisions as structured JSON, embed as vectors via Gemini, and search semantically over MCP. Shared store across Claude Code, Cursor, Windsurf, and any MCP client. CLI + MCP server, local-only, free Gemini embedding tier. - - [giuliohome-org/doc-manager](https://github.com/giuliohome-org/doc-manager) 🦀 ☁️ - Personal document vault on Azure Blob Storage with a built-in MCP server. Client-side AES-256-GCM zero-knowledge encryption: encrypted docs stay opaque to Claude, plaintext docs are - fully readable, writable, and searchable from chat. + - [giuliohome-org/doc-manager](https://github.com/giuliohome-org/doc-manager) 🦀 ☁️ - Personal document vault on Azure Blob Storage with a built-in MCP server. Client-side AES-256-GCM zero-knowledge encryption: encrypted docs stay opaque to Claude, plaintext docs are fully readable, writable, and searchable from chat. - [Destrayon/Connapse](https://github.com/Destrayon/Connapse) [![Destrayon/Connapse MCP server](https://glama.ai/mcp/servers/Destrayon/Connapse/badges/score.svg)](https://glama.ai/mcp/servers/Destrayon/Connapse) #️⃣ 🏠 🍎 🪟 🐧 - Self-hosted knowledge backend for AI agents with hybrid vector + keyword search, container-isolated indexes, and 11 MCP tools. .NET, Docker-ready. - [deusXmachina-dev/memorylane](https://github.com/deusXmachina-dev/memorylane) 📇 ☁️ 🏠 🍎 - Desktop app that captures screen activity via event-driven screenshots, stores AI-generated summaries and OCR text locally in SQLite, and exposes your activity history to AI assistants via MCP with semantic search, timeline browsing, and event detail retrieval. - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) 📇 ☁️ 🏠 - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. From 2704715acd12caf6ea6e3296c558396975c176f2 Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 7 May 2026 15:53:12 -0400 Subject: [PATCH 090/355] Cache-bust the Glama score badge for graph-memory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d2b427b6..c83ae5452 100644 --- a/README.md +++ b/README.md @@ -1698,7 +1698,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [smith-and-web/obsidian-mcp-server](https://github.com/smith-and-web/obsidian-mcp-server) 📇 🏠 🍎 🪟 🐧 - SSE-enabled MCP server for remote Obsidian vault management with 29 tools for notes, directories, frontmatter, tags, search, and link operations. Docker-ready with health monitoring. - [smriti-AA/smriti](https://github.com/smriti-AA/smriti) [![smriti MCP server](https://glama.ai/mcp/servers/@Smriti-AA/smriti/badges/score.svg)](https://glama.ai/mcp/servers/@Smriti-AA/smriti) 🦀 🏠 🍎 🪟 🐧 - Self-hosted knowledge store and memory layer for AI agents with knowledge graph, wiki-links, full-text search (FTS5), and agent memory with namespaces and TTL. - [skill-seekers/Skill_Seekers](https://github.com/yusufkaraaslan/Skill_Seekers) [![yusufkaraaslan/Skill_Seekers MCP server](https://glama.ai/mcp/servers/yusufkaraaslan/Skill_Seekers/badges/score.svg)](https://glama.ai/mcp/servers/yusufkaraaslan/Skill_Seekers) 🐍 🏠 🍎 🪟 🐧 - Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG knowledge. 35 MCP tools for scraping, packaging, enhancing, and exporting to vector databases (Weaviate, Chroma, FAISS, Qdrant). Supports 16+ target platforms. -- [stevepridemore/graph-memory](https://github.com/stevepridemore/graph-memory) [![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. +- [stevepridemore/graph-memory](https://github.com/stevepridemore/graph-memory) [![graph-memory MCP server](https://glama.ai/mcp/servers/stevepridemore/graph-memory/badges/score.svg?v=2)](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. - [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. From 7c1489d43feedffb9f30fbdf895d34bb2de9a671 Mon Sep 17 00:00:00 2001 From: Nacer Laradji Date: Thu, 7 May 2026 23:23:59 +0200 Subject: [PATCH 091/355] =?UTF-8?q?Add=20laradji/deadzone=20=E2=80=94=20lo?= =?UTF-8?q?cal-first=20MCP=20doc=20search=20server?= 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 a58a33b32..ff7e6c245 100644 --- a/README.md +++ b/README.md @@ -1693,6 +1693,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [ShipItAndPray/mcp-memory](https://github.com/ShipItAndPray/mcp-memory) [![ShipItAndPray/mcp-memory MCP server](https://glama.ai/mcp/servers/ShipItAndPray/mcp-memory/badges/score.svg)](https://glama.ai/mcp/servers/ShipItAndPray/mcp-memory) 📇 🏠 🍎 🪟 🐧 - Smart memory with exponential decay. Memories strengthen on access and fade when unused — solving the Karpathy problem of unbounded context growth. 7 tools, SQLite-based, zero dependencies. - [sgx-labs/statelessagent](https://github.com/sgx-labs/statelessagent) [![statelessagent MCP server](https://glama.ai/mcp/servers/sgx-labs/statelessagent/badges/score.svg)](https://glama.ai/mcp/servers/sgx-labs/statelessagent) 🏎️ 🏠 🍎 🪟 🐧 - Memory with provenance tracking — records where agent knowledge originated and detects when sources change. 17 MCP tools for session handoffs, decisions, semantic search, and knowledge graph. Works across Claude Code, Cursor, Windsurf, Codex CLI, and Gemini CLI. Single Go binary, SQLite + vector search, fully local. - [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) 🏎️ 🏠 🍎 🐧 - 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`. - [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. - [smith-and-web/obsidian-mcp-server](https://github.com/smith-and-web/obsidian-mcp-server) 📇 🏠 🍎 🪟 🐧 - SSE-enabled MCP server for remote Obsidian vault management with 29 tools for notes, directories, frontmatter, tags, search, and link operations. Docker-ready with health monitoring. From 4a06badfeca6c16464dfbc1c747901cdb3a36404 Mon Sep 17 00:00:00 2001 From: Areg Noya Date: Thu, 7 May 2026 15:57:08 -0700 Subject: [PATCH 092/355] Add CodeAbra/iai-mcp to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..26a850532 100644 --- a/README.md +++ b/README.md @@ -1594,6 +1594,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [cipherfoxie/sovereign-mcp](https://github.com/cipherfoxie/sovereign-mcp) [![cipherfoxie/sovereign-mcp MCP server](https://glama.ai/mcp/servers/cipherfoxie/sovereign-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cipherfoxie/sovereign-mcp) 🐍 ☁️ 🐧 - MCP for the [Sovereign AI Blog](https://sovgrid.org), a hands-on engineering log of self-hosted AI on NVIDIA DGX Spark (GB10/SM121A). 44+ articles covering SGLang, Mistral, Voxtral, OpenClaw. Three tools: full-text search, article retrieval, and SGLang config validator for GB10 hardware. Free, no auth, no client-side tracking. `https://mcp.sovgrid.org/self-hosted-ai?ref=awesome-mcp` +- [CodeAbra/iai-mcp](https://github.com/CodeAbra/iai-mcp) 🐍 🏠 🍎 🐧 - Local memory daemon with three-tier storage (episodic/semantic/procedural), vector search via LanceDB + bge-small-en-v1.5, graph-based recall reranking, and sleep-cycle consolidation. AES-256 encrypted at rest. Verbatim recall >=99% at 10k records, p95 <100ms. Ambient capture via Claude Code Stop hook. - [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` - [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. - [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. From b3b059cef315648f3fec65fe6545df5fe4b3de26 Mon Sep 17 00:00:00 2001 From: gareth-evans-sniper <75822623+gareth-evans-sniper@users.noreply.github.com> Date: Fri, 8 May 2026 15:17:32 +1200 Subject: [PATCH 093/355] Add agrath/Trello-Desktop-MCP under Product Management Added a new MCP server for Trello integration with comprehensive tools. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a58a33b32..35c00eaf9 100644 --- a/README.md +++ b/README.md @@ -1918,6 +1918,8 @@ Tools for product planning, customer feedback analysis, and 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` - [TylerIlunga/procore-mcp-server](https://github.com/TylerIlunga/procore-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - MCP server exposing the full Procore REST API (2,636 endpoints) for construction project management. Includes 7 discovery and execution tools covering projects, RFIs, submittals, daily logs, budgets, and more. Single-user OAuth with auto-refresh. - [spranab/saga-mcp](https://github.com/spranab/saga-mcp) [![saga-mcp MCP server](https://glama.ai/mcp/servers/@spranab/saga-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@spranab/saga-mcp) 📇 🏠 🍎 🪟 🐧 - A Jira-like project tracker for AI agents with full hierarchy (Projects > Epics > Tasks > Subtasks), task dependencies with auto-block/unblock, threaded comments, reusable templates, activity logging, and a natural language dashboard. SQLite-backed, 31 tools. +- [agrath/Trello-Desktop-MCP](https://github.com/agrath/Trello-Desktop-MCP) 📇 ☁️ 🍎 🪟 🐧 - Comprehensive Trello integration: 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and search. Read-only mode, image attachment +auto-download. Install via `npx atlassian-trello-mcp`. ### 🏠 Real Estate From c06b7d2689aaed5a613afd3a457cc085209f1210 Mon Sep 17 00:00:00 2001 From: Mark Lavercombe Date: Fri, 8 May 2026 16:09:23 +1000 Subject: [PATCH 094/355] Add scholar-sidekick-mcp to Research Citation resolution and formatting MCP. Resolves DOI/PMID/PMCID/ISBN/ arXiv/ISSN/ADS bibcode/WHO IRIS URL into structured CSL JSON, formats in 10,000+ CSL styles, or exports to BibTeX/RIS/CSL JSON/EndNote (XML and Refer)/RefWorks/MEDLINE/Zotero RDF/CSV/plain text. Single or batch. Install: npx -y scholar-sidekick-mcp. Repo: https://github.com/mlava/scholar-sidekick-mcp npm: https://www.npmjs.com/package/scholar-sidekick-mcp Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..33b9219c2 100644 --- a/README.md +++ b/README.md @@ -1935,6 +1935,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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) - [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. - [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. +- [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. - [nangman-infra/touch-browser](https://github.com/nangman-infra/touch-browser) [![touch-browser MCP server](https://glama.ai/mcp/servers/nangman-infra/touch-browser/badges/score.svg)](https://glama.ai/mcp/servers/nangman-infra/touch-browser) 🦀 🏠 - Evidence-grounded web research for AI agents. Verifies page-local claims with citations, confidence bands, policy reports, and multi-page session synthesis via MCP. - [ovlabs/mcp-server-originalvoices](https://github.com/ovlabs/mcp-server-originalvoices) 📇 ☁️ - Instantly understand what real users think and why by querying our network of 1:1 Digital Twins - each representing a real person. Give your AI agents authentic human context to ground outputs, improve creative, and make smarter decisions. From ba85ae0b236f3e13d306c7600af3b49519f14853 Mon Sep 17 00:00:00 2001 From: Nacer Laradji Date: Fri, 8 May 2026 08:49:36 +0200 Subject: [PATCH 095/355] Add Glama score badge to deadzone entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff7e6c245..4776859b4 100644 --- a/README.md +++ b/README.md @@ -1693,7 +1693,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [ShipItAndPray/mcp-memory](https://github.com/ShipItAndPray/mcp-memory) [![ShipItAndPray/mcp-memory MCP server](https://glama.ai/mcp/servers/ShipItAndPray/mcp-memory/badges/score.svg)](https://glama.ai/mcp/servers/ShipItAndPray/mcp-memory) 📇 🏠 🍎 🪟 🐧 - Smart memory with exponential decay. Memories strengthen on access and fade when unused — solving the Karpathy problem of unbounded context growth. 7 tools, SQLite-based, zero dependencies. - [sgx-labs/statelessagent](https://github.com/sgx-labs/statelessagent) [![statelessagent MCP server](https://glama.ai/mcp/servers/sgx-labs/statelessagent/badges/score.svg)](https://glama.ai/mcp/servers/sgx-labs/statelessagent) 🏎️ 🏠 🍎 🪟 🐧 - Memory with provenance tracking — records where agent knowledge originated and detects when sources change. 17 MCP tools for session handoffs, decisions, semantic search, and knowledge graph. Works across Claude Code, Cursor, Windsurf, Codex CLI, and Gemini CLI. Single Go binary, SQLite + vector search, fully local. - [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) 🏎️ 🏠 🍎 🐧 - 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`. +- [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`. - [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. - [smith-and-web/obsidian-mcp-server](https://github.com/smith-and-web/obsidian-mcp-server) 📇 🏠 🍎 🪟 🐧 - SSE-enabled MCP server for remote Obsidian vault management with 29 tools for notes, directories, frontmatter, tags, search, and link operations. Docker-ready with health monitoring. From 77bbddeba909fe55917c6c8c9e0395cec522b1e2 Mon Sep 17 00:00:00 2001 From: srinivasan-sundaresan95 Date: Fri, 8 May 2026 17:38:58 +0900 Subject: [PATCH 096/355] =?UTF-8?q?Add=20Orihime=20=E2=80=94=20cross-repo?= =?UTF-8?q?=20code=20knowledge=20graph=20MCP=20server?= 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 a58a33b32..a644366f3 100644 --- a/README.md +++ b/README.md @@ -2100,6 +2100,7 @@ Tools for conducting research, surveys, interviews, and data collection. ### 🔒 Security +- [srinivasan-sundaresan95/orihime](https://github.com/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` - [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/). - [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. - [13bm/GhidraMCP](https://github.com/13bm/GhidraMCP) 🐍 ☕ 🏠 - MCP server for integrating Ghidra with AI assistants. This plugin enables binary analysis, providing tools for function inspection, decompilation, memory exploration, and import/export analysis via the Model Context Protocol. From 210c8aca5d3a6b1ca157ebfc06549b27c3e202db Mon Sep 17 00:00:00 2001 From: srinivasan-sundaresan95 <40930238+srinivasan-sundaresan95@users.noreply.github.com> Date: Fri, 8 May 2026 18:29:34 +0900 Subject: [PATCH 097/355] chore: add Glama score badge to Orihime entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a644366f3..470957648 100644 --- a/README.md +++ b/README.md @@ -2100,7 +2100,7 @@ Tools for conducting research, surveys, interviews, and data collection. ### 🔒 Security -- [srinivasan-sundaresan95/orihime](https://github.com/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` +- [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` - [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/). - [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. - [13bm/GhidraMCP](https://github.com/13bm/GhidraMCP) 🐍 ☕ 🏠 - MCP server for integrating Ghidra with AI assistants. This plugin enables binary analysis, providing tools for function inspection, decompilation, memory exploration, and import/export analysis via the Model Context Protocol. From 3249d49023385d038e1b12a27e84f16894446496 Mon Sep 17 00:00:00 2001 From: sachitmisra1 Date: Fri, 8 May 2026 16:22:22 +0530 Subject: [PATCH 098/355] =?UTF-8?q?Add=20sachitrafa/YourMemory=20=E2=80=94?= =?UTF-8?q?=20persistent=20memory=20MCP=20server?= 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 55f255c05..f1f5cf6df 100644 --- a/README.md +++ b/README.md @@ -1648,6 +1648,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. +- [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` - [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 b94ce0a8a98174db34f0f83a9a80b33ced983c02 Mon Sep 17 00:00:00 2001 From: Frank Luci Date: Fri, 8 May 2026 15:00:32 +0300 Subject: [PATCH 099/355] Add ejentum/ejentum-mcp under Coding Agents Reasoning Harness for agentic AI exposing 4 cognitive modes (reasoning, code, anti-deception, memory) over 679 engineered abilities as MCP tools. Inference-time scaffold injection addresses sycophancy, hallucination, and reasoning decay. Repo: https://github.com/ejentum/ejentum-mcp npm: ejentum-mcp Official MCP Registry: io.github.ejentum/ejentum-mcp License: MIT --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..47a3796ac 100644 --- a/README.md +++ b/README.md @@ -464,6 +464,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [sipyourdrink-ltd/bernstein](https://github.com/sipyourdrink-ltd/bernstein) [![sipyourdrink-ltd/bernstein MCP server](https://glama.ai/mcp/servers/chernistry/bernstein/badges/score.svg)](https://glama.ai/mcp/servers/chernistry/bernstein) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Deterministic multi-agent orchestrator for 37 CLI coding agents (Claude Code, Codex, Cursor, Aider, Gemini CLI, GitHub Copilot CLI, OpenHands, OpenCode, Goose, Qwen, Ollama, and more). MCP server mode (stdio + HTTP/SSE) exposes the orchestrator to any MCP client. Git worktree isolation per agent, HMAC-chained audit trail, cost-aware model routing via contextual bandit. Apache 2.0. - [doggybee/mcp-server-leetcode](https://github.com/doggybee/mcp-server-leetcode) 📇 ☁️ - An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access. - [eirikb/any-cli-mcp-server](https://github.com/eirikb/any-cli-mcp-server) 📇 🏠 - Universal MCP server that transforms any CLI tool into an MCP server. Works with any CLI that has `--help` output, supports caching for performance. +- [ejentum/ejentum-mcp](https://github.com/ejentum/ejentum-mcp) 🎖️ 📇 🏠 - Reasoning Harness for agentic AI: 4 cognitive modes (reasoning, code, anti-deception, memory) spanning 679 engineered abilities, served as MCP tools. Inference-time injection that catches sycophancy, hallucination, and reasoning decay before they emerge. - [ezyang/codemcp](https://github.com/ezyang/codemcp) 🐍 🏠 - Coding agent with basic read, write and command line tools. - [elhamid/llm-council](https://github.com/elhamid/llm-council) 🐍 🏠 - Multi-LLM deliberation with anonymized peer review. Runs a 3-stage council: parallel responses → anonymous ranking → synthesis. Based on Andrej Karpathy's LLM Council concept. - [freema/openclaw-mcp](https://github.com/freema/openclaw-mcp) [![openclaw-mcp MCP server](https://glama.ai/mcp/servers/@freema/openclaw-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@freema/openclaw-mcp) 📇 ☁️ 🏠 - MCP server for [OpenClaw](https://github.com/openclaw/openclaw) AI assistant integration. Enables Claude to delegate tasks to OpenClaw agents with sync/async tools, OAuth 2.1 auth, and SSE transport for Claude.ai. From f5e08178cb52157f5258091b98a8a4ca591e012e Mon Sep 17 00:00:00 2001 From: Frank Luci Date: Fri, 8 May 2026 15:26:12 +0300 Subject: [PATCH 100/355] Add Glama score badge per maintainer bot request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a3796ac..7087b5830 100644 --- a/README.md +++ b/README.md @@ -464,7 +464,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [sipyourdrink-ltd/bernstein](https://github.com/sipyourdrink-ltd/bernstein) [![sipyourdrink-ltd/bernstein MCP server](https://glama.ai/mcp/servers/chernistry/bernstein/badges/score.svg)](https://glama.ai/mcp/servers/chernistry/bernstein) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Deterministic multi-agent orchestrator for 37 CLI coding agents (Claude Code, Codex, Cursor, Aider, Gemini CLI, GitHub Copilot CLI, OpenHands, OpenCode, Goose, Qwen, Ollama, and more). MCP server mode (stdio + HTTP/SSE) exposes the orchestrator to any MCP client. Git worktree isolation per agent, HMAC-chained audit trail, cost-aware model routing via contextual bandit. Apache 2.0. - [doggybee/mcp-server-leetcode](https://github.com/doggybee/mcp-server-leetcode) 📇 ☁️ - An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access. - [eirikb/any-cli-mcp-server](https://github.com/eirikb/any-cli-mcp-server) 📇 🏠 - Universal MCP server that transforms any CLI tool into an MCP server. Works with any CLI that has `--help` output, supports caching for performance. -- [ejentum/ejentum-mcp](https://github.com/ejentum/ejentum-mcp) 🎖️ 📇 🏠 - Reasoning Harness for agentic AI: 4 cognitive modes (reasoning, code, anti-deception, memory) spanning 679 engineered abilities, served as MCP tools. Inference-time injection that catches sycophancy, hallucination, and reasoning decay before they emerge. +- [ejentum/ejentum-mcp](https://github.com/ejentum/ejentum-mcp) [![ejentum/ejentum-mcp MCP server](https://glama.ai/mcp/servers/ejentum/ejentum-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ejentum/ejentum-mcp) 🎖️ 📇 🏠 - Reasoning Harness for agentic AI: 4 cognitive modes (reasoning, code, anti-deception, memory) spanning 679 engineered abilities, served as MCP tools. Inference-time injection that catches sycophancy, hallucination, and reasoning decay before they emerge. - [ezyang/codemcp](https://github.com/ezyang/codemcp) 🐍 🏠 - Coding agent with basic read, write and command line tools. - [elhamid/llm-council](https://github.com/elhamid/llm-council) 🐍 🏠 - Multi-LLM deliberation with anonymized peer review. Runs a 3-stage council: parallel responses → anonymous ranking → synthesis. Based on Andrej Karpathy's LLM Council concept. - [freema/openclaw-mcp](https://github.com/freema/openclaw-mcp) [![openclaw-mcp MCP server](https://glama.ai/mcp/servers/@freema/openclaw-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@freema/openclaw-mcp) 📇 ☁️ 🏠 - MCP server for [OpenClaw](https://github.com/openclaw/openclaw) AI assistant integration. Enables Claude to delegate tasks to OpenClaw agents with sync/async tools, OAuth 2.1 auth, and SSE transport for Claude.ai. From 82e29d0eaf1bcdb8b021605a65e31887d2d202da Mon Sep 17 00:00:00 2001 From: alanpcf <8193658+alanpcf@users.noreply.github.com> Date: Fri, 8 May 2026 13:09:34 -0300 Subject: [PATCH 101/355] Add brasil-data-mcp to Data Platforms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..1497267c4 100644 --- a/README.md +++ b/README.md @@ -738,6 +738,7 @@ Secure database access with schema inspection capabilities. Enables querying and Data Platforms for data integration, transformation and pipeline orchestration. - [1luvc0d3/metabase-mcp](https://github.com/1luvc0d3/metabase-mcp) [![1luvc0d3/metabase-mcp MCP server](https://glama.ai/mcp/servers/1luvc0d3/metabase-mcp/badges/score.svg)](https://glama.ai/mcp/servers/1luvc0d3/metabase-mcp) 📇 🏠 - MCP server connecting Claude to Metabase with 28 tools for natural language data analysis, dashboard management, SQL queries, and automated insights. Features SQL guardrails, rate limiting, and audit logging. +- [alanpcf/brasil-data-mcp](https://github.com/alanpcf/brasil-data-mcp) 📇 🏠 🍎 🪟 🐧 - Brazilian public data for AI agents — companies (CNPJ), addresses (CEP), banks (BACEN), national holidays — via [BrasilAPI](https://brasilapi.com.br). No auth, no API key. Install: `npx -y brasil-data-mcp`. - [carrierone/verilexdata-mcp](https://github.com/carrierone/verilexdata-mcp) [![carrierone/verilexdata-mcp MCP server](https://glama.ai/mcp/servers/carrierone/verilexdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/carrierone/verilexdata-mcp) 📇 ☁️ - 20 structured datasets (NPI healthcare, SEC filings, OFAC sanctions, crypto whales, Polymarket signals, patents, economic indicators) via x402 pay-per-query with USDC. Free stats/sample endpoints, MCP + HTTP transport. - [alkemiai/alkemi-mcp](https://github.com/alkemi-ai/alkemi-mcp) 📇 ☁️ - MCP Server for natural language querying of Snowflake, Google BigQuery, and DataBricks Data Products through Alkemi.ai. - [avisangle/method-crm-mcp](https://github.com/avisangle/method-crm-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Production-ready MCP server for Method CRM API integration with 20 comprehensive tools for tables, files, users, events, and API key management. Features rate limiting, retry logic, and dual transport support (stdio/HTTP). From 3802bde5b3dcf7ab6757b2bd9a16785a9baea2a4 Mon Sep 17 00:00:00 2001 From: andyliszewski Date: Fri, 8 May 2026 10:10:35 -0700 Subject: [PATCH 102/355] Add andyliszewski/webcrawl-mcp to Search & Data Extraction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..46004e250 100644 --- a/README.md +++ b/README.md @@ -1966,6 +1966,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. +- [andyliszewski/webcrawl-mcp](https://github.com/andyliszewski/webcrawl-mcp) 🐍 🏠 - Local-first web scraping, search, and crawling. Static pages extracted locally via trafilatura; optional Firecrawl fallback only when JS rendering is needed. Four tools: scrape, search (DuckDuckGo), map, crawl. - [angheljf/nyt](https://github.com/angheljf/nyt) 📇 ☁️ - Search articles using the NYTimes API - [apify/mcp-server-rag-web-browser](https://github.com/apify/mcp-server-rag-web-browser) 📇 ☁️ - An MCP server for Apify's open-source RAG Web Browser Actor to perform web searches, scrape URLs, and return content in Markdown. - [atlasprzetargow/mcp-server](https://github.com/atlasprzetargow/mcp-server) [![atlasprzetargow/mcp-server MCP server](https://glama.ai/mcp/servers/atlasprzetargow/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/atlasprzetargow/mcp-server) 📇 ☁️ - Search 800 000+ Polish public tenders (BZP + TED). Profiles of procuring entities and contractors by NIP, market statistics by CPV/province, 90+ term procurement glossary. From 6f4d0c08875da0ebcfc161b81ce4d9c1070adb79 Mon Sep 17 00:00:00 2001 From: hlorus <64740362+hlorus@users.noreply.github.com> Date: Fri, 8 May 2026 20:11:14 +0200 Subject: [PATCH 103/355] Add Vitrine 3D viewer MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..e40c57eea 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [OctoEverywhere/mcp](https://github.com/OctoEverywhere/mcp) #️⃣ ☁️ - A 3D printer MCP server that allows for getting live printer state, webcam snapshots, and printer control. - [omni-mcp/isaac-sim-mcp](https://github.com/omni-mcp/isaac-sim-mcp) 📇 ☁️ - A MCP Server and an extension enables natural language control of NVIDIA Isaac Sim, Lab, OpenUSD and etc. - [PatrickPalmer/MayaMCP](https://github.com/PatrickPalmer/MayaMCP) 🐍 🏠 - MCP server for Autodesk Maya +- [vitrine3d/mcp](https://github.com/vitrine3d/mcp) 📇 ☁️ 🍎 🪟 🐧 - Embed interactive 3D product viewers on any website. Upload GLB models, configure lighting, camera, and background, publish embeds, and manage scene presets. Zero-config anonymous start with browser login. `npx @vitrine3d/mcp` - [peek-travel/mcp-intro](https://github.com/peek-travel/mcp-intro) ☁️ 🍎 🪟 🐧 - Remote MCP Server for discovering and planning experiences, at home and on vacation - [doctorm333/promptpilot-mcp-server](https://github.com/doctorm333/promptpilot-mcp-server) [![doctorm333/promptpilot-mcp-server MCP server](https://glama.ai/mcp/servers/doctorm333/promptpilot-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/doctorm333/promptpilot-mcp-server) 📇 ☁️ - Generate images, video, and audio via 20+ AI models (Flux, GPT-Image-1, Imagen 4, Grok, Seedance, ElevenLabs). Prompt builder with styles, lighting, camera, mood presets. Batch generation support. - [r-huijts/oorlogsbronnen-mcp](https://github.com/r-huijts/oorlogsbronnen-mcp) 📇 ☁️ - Oorlogsbronnen (War Sources) API integration for accessing historical WWII records, photographs, and documents from the Netherlands (1940-1945) From f4f08526e82196b82b1f6ca41357d5f688b3e0e9 Mon Sep 17 00:00:00 2001 From: Ezleal <53886586+Ezleal@users.noreply.github.com> Date: Fri, 8 May 2026 16:15:44 -0300 Subject: [PATCH 104/355] feat: add APOGEOAPI/apogeoapi-mcp to Location Services --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..569ee70db 100644 --- a/README.md +++ b/README.md @@ -1737,6 +1737,7 @@ Access to legal information, legislation, and legal databases. Enables AI models Location-based services and mapping tools. Enables AI models to work with geographic data, weather information, and location-based analytics. +- [APOGEOAPI/apogeoapi-mcp](https://github.com/APOGEOAPI/apogeoapi-mcp) 📇 ☁️ - Geographic data and live exchange rates: 250+ countries, 5K+ states, 150K+ cities, IP geolocation, and 161 currency rates in one MCP server. Requires `APOGEOAPI_KEY`. - [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 From 1e68c83bceb193d234e713f153f46a2bde28965f Mon Sep 17 00:00:00 2001 From: alanpcf <8193658+alanpcf@users.noreply.github.com> Date: Fri, 8 May 2026 18:30:43 -0300 Subject: [PATCH 105/355] Add Glama score badge to brasil-data-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1497267c4..f7148cdb5 100644 --- a/README.md +++ b/README.md @@ -738,7 +738,7 @@ Secure database access with schema inspection capabilities. Enables querying and Data Platforms for data integration, transformation and pipeline orchestration. - [1luvc0d3/metabase-mcp](https://github.com/1luvc0d3/metabase-mcp) [![1luvc0d3/metabase-mcp MCP server](https://glama.ai/mcp/servers/1luvc0d3/metabase-mcp/badges/score.svg)](https://glama.ai/mcp/servers/1luvc0d3/metabase-mcp) 📇 🏠 - MCP server connecting Claude to Metabase with 28 tools for natural language data analysis, dashboard management, SQL queries, and automated insights. Features SQL guardrails, rate limiting, and audit logging. -- [alanpcf/brasil-data-mcp](https://github.com/alanpcf/brasil-data-mcp) 📇 🏠 🍎 🪟 🐧 - Brazilian public data for AI agents — companies (CNPJ), addresses (CEP), banks (BACEN), national holidays — via [BrasilAPI](https://brasilapi.com.br). No auth, no API key. Install: `npx -y brasil-data-mcp`. +- [alanpcf/brasil-data-mcp](https://github.com/alanpcf/brasil-data-mcp) [![alanpcf/brasil-data-mcp MCP server](https://glama.ai/mcp/servers/alanpcf/brasil-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alanpcf/brasil-data-mcp) 📇 🏠 🍎 🪟 🐧 - Brazilian public data for AI agents — companies (CNPJ), addresses (CEP), banks (BACEN), national holidays — via [BrasilAPI](https://brasilapi.com.br). No auth, no API key. Install: `npx -y brasil-data-mcp`. - [carrierone/verilexdata-mcp](https://github.com/carrierone/verilexdata-mcp) [![carrierone/verilexdata-mcp MCP server](https://glama.ai/mcp/servers/carrierone/verilexdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/carrierone/verilexdata-mcp) 📇 ☁️ - 20 structured datasets (NPI healthcare, SEC filings, OFAC sanctions, crypto whales, Polymarket signals, patents, economic indicators) via x402 pay-per-query with USDC. Free stats/sample endpoints, MCP + HTTP transport. - [alkemiai/alkemi-mcp](https://github.com/alkemi-ai/alkemi-mcp) 📇 ☁️ - MCP Server for natural language querying of Snowflake, Google BigQuery, and DataBricks Data Products through Alkemi.ai. - [avisangle/method-crm-mcp](https://github.com/avisangle/method-crm-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Production-ready MCP server for Method CRM API integration with 20 comprehensive tools for tables, files, users, events, and API key management. Features rate limiting, retry logic, and dual transport support (stdio/HTTP). From 24ded0b948f7578aeb53bed09c2de547efe12fa1 Mon Sep 17 00:00:00 2001 From: EthanQC <13537821092@163.com> Date: Sat, 9 May 2026 09:21:00 +0800 Subject: [PATCH 106/355] Add EthanQC/feishu-user-plugin to Communication --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..89aac81a8 100644 --- a/README.md +++ b/README.md @@ -537,6 +537,7 @@ Integration with communication platforms for message management and channel oper - [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. - [cseguinlz/doubletick-cli](https://github.com/cseguinlz/doubletick-cli) [![double-tick-mcp-server MCP server](https://glama.ai/mcp/servers/cseguinlz/double-tick-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/cseguinlz/double-tick-mcp-server) 📇 ☁️ - Email read tracking via Gmail. Send tracked emails, check if they were opened with open count, device, and timing. - [elie222/inbox-zero](https://github.com/elie222/inbox-zero/tree/main/apps/mcp-server) 🐍 ☁️ - An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on. +- [EthanQC/feishu-user-plugin](https://github.com/EthanQC/feishu-user-plugin) 📇 ☁️ 🏠 🍎 🪟 🐧 - All-in-one Feishu/Lark MCP server (84 tools). Send messages as the actual user (not bot), plus full official-API coverage of docs, bitable, wiki, drive, calendar, tasks, OKR. Cookie + OAuth UAT + app-credential auth. - [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. From 94e53833cad75e9ad03b558f3a1a85fce07022fc Mon Sep 17 00:00:00 2001 From: Ozgur Demir Date: Fri, 8 May 2026 23:21:38 -0400 Subject: [PATCH 107/355] Add gograph to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..9e15425a5 100644 --- a/README.md +++ b/README.md @@ -777,6 +777,7 @@ Tools and integrations that enhance the development workflow and environment man - [marin1321/mcp-devtools](https://github.com/marin1321/mcp-devtools) [![marin1321/mcp-devtools MCP server](https://glama.ai/mcp/servers/marin1321/mcp-devtools/badges/score.svg)](https://glama.ai/mcp/servers/marin1321/mcp-devtools) 📇 🏠 🍎 🪟 🐧 - Production-grade MCP server for secure access to local dev environments (filesystem, databases, processes, OpenAPI). Includes scope enforcement, command allowlist, and read-only DB mode. - [EtienneChollet/ontomics](https://github.com/EtienneChollet/ontomics) [![EtienneChollet/ontomics MCP server](https://glama.ai/mcp/servers/EtienneChollet/ontomics/badges/score.svg)](https://glama.ai/mcp/servers/EtienneChollet/ontomics) 🦀 🏠 🍎 🐧 - Semantic code index that extracts domain concepts, naming conventions, and behavioral similarity from codebases. One tool call instead of 19, ~20x fewer tokens for codebase understanding queries. +- [ozgurcd/gograph](https://github.com/ozgurcd/gograph) 🏎️ 🏠 🍎 🪟 🐧 - An AST-aware structural repository graph engine and MCP server designed for AI agents. Understands Go struct embeds, public API surfaces, SQL queries, and error mapping to give agents instant codebase context without blindly grepping. - [LWTlong/ai-dev-analytics](https://github.com/LWTlong/ai-dev-analytics) [![glama.ai](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics/badges/score.svg)](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics) 📇 🏠 - An open-source observability layer for AI coding. Silently tracks dev tokens/time and auto-codifies AI deviations into persistent project rules. - [3KniGHtcZ/codebeamer-mcp](https://github.com/3KniGHtcZ/codebeamer-mcp) [![codebeamer-mcp MCP server](https://glama.ai/mcp/servers/3KniGHtcZ/codebeamer-mcp/badges/score.svg)](https://glama.ai/mcp/servers/3KniGHtcZ/codebeamer-mcp) 📇 ☁️ 🍎 🪟 🐧 - Codebeamer ALM integration for managing work items, trackers, and projects. Provides 17 tools for reading and writing items, associations, references, comments, and risk management data via Codebeamer REST API v3. - [21st-dev/Magic-MCP](https://github.com/21st-dev/magic-mcp) - Create crafted UI components inspired by the best 21st.dev design engineers. From 40376d2a9b89976eea001afcf8a24335d6353db3 Mon Sep 17 00:00:00 2001 From: Ozgur Demir Date: Fri, 8 May 2026 23:38:15 -0400 Subject: [PATCH 108/355] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e15425a5..057e08103 100644 --- a/README.md +++ b/README.md @@ -777,7 +777,7 @@ Tools and integrations that enhance the development workflow and environment man - [marin1321/mcp-devtools](https://github.com/marin1321/mcp-devtools) [![marin1321/mcp-devtools MCP server](https://glama.ai/mcp/servers/marin1321/mcp-devtools/badges/score.svg)](https://glama.ai/mcp/servers/marin1321/mcp-devtools) 📇 🏠 🍎 🪟 🐧 - Production-grade MCP server for secure access to local dev environments (filesystem, databases, processes, OpenAPI). Includes scope enforcement, command allowlist, and read-only DB mode. - [EtienneChollet/ontomics](https://github.com/EtienneChollet/ontomics) [![EtienneChollet/ontomics MCP server](https://glama.ai/mcp/servers/EtienneChollet/ontomics/badges/score.svg)](https://glama.ai/mcp/servers/EtienneChollet/ontomics) 🦀 🏠 🍎 🐧 - Semantic code index that extracts domain concepts, naming conventions, and behavioral similarity from codebases. One tool call instead of 19, ~20x fewer tokens for codebase understanding queries. -- [ozgurcd/gograph](https://github.com/ozgurcd/gograph) 🏎️ 🏠 🍎 🪟 🐧 - An AST-aware structural repository graph engine and MCP server designed for AI agents. Understands Go struct embeds, public API surfaces, SQL queries, and error mapping to give agents instant codebase context without blindly grepping. +- [ozgurcd/gograph](https://github.com/ozgurcd/gograph) [![ozgurcd/gograph MCP server](https://glama.ai/mcp/servers/ozgurcd/gograph/badges/score.svg)](https://glama.ai/mcp/servers/ozgurcd/gograph) 🏎️ 🏠 🍎 🪟 🐧 - An AST-aware structural repository graph engine and MCP server designed for AI agents. Understands Go struct embeds, public API surfaces, SQL queries, and error mapping to give agents instant codebase context without blindly grepping. - [LWTlong/ai-dev-analytics](https://github.com/LWTlong/ai-dev-analytics) [![glama.ai](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics/badges/score.svg)](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics) 📇 🏠 - An open-source observability layer for AI coding. Silently tracks dev tokens/time and auto-codifies AI deviations into persistent project rules. - [3KniGHtcZ/codebeamer-mcp](https://github.com/3KniGHtcZ/codebeamer-mcp) [![codebeamer-mcp MCP server](https://glama.ai/mcp/servers/3KniGHtcZ/codebeamer-mcp/badges/score.svg)](https://glama.ai/mcp/servers/3KniGHtcZ/codebeamer-mcp) 📇 ☁️ 🍎 🪟 🐧 - Codebeamer ALM integration for managing work items, trackers, and projects. Provides 17 tools for reading and writing items, associations, references, comments, and risk management data via Codebeamer REST API v3. - [21st-dev/Magic-MCP](https://github.com/21st-dev/magic-mcp) - Create crafted UI components inspired by the best 21st.dev design engineers. From f84ac1a268803faba8a3b03d3103500126c4d48f Mon Sep 17 00:00:00 2001 From: EthanQC <13537821092@163.com> Date: Sat, 9 May 2026 15:34:42 +0800 Subject: [PATCH 109/355] Add Glama score badge per missing-glama bot request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89aac81a8..025b86d22 100644 --- a/README.md +++ b/README.md @@ -537,7 +537,7 @@ Integration with communication platforms for message management and channel oper - [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. - [cseguinlz/doubletick-cli](https://github.com/cseguinlz/doubletick-cli) [![double-tick-mcp-server MCP server](https://glama.ai/mcp/servers/cseguinlz/double-tick-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/cseguinlz/double-tick-mcp-server) 📇 ☁️ - Email read tracking via Gmail. Send tracked emails, check if they were opened with open count, device, and timing. - [elie222/inbox-zero](https://github.com/elie222/inbox-zero/tree/main/apps/mcp-server) 🐍 ☁️ - An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on. -- [EthanQC/feishu-user-plugin](https://github.com/EthanQC/feishu-user-plugin) 📇 ☁️ 🏠 🍎 🪟 🐧 - All-in-one Feishu/Lark MCP server (84 tools). Send messages as the actual user (not bot), plus full official-API coverage of docs, bitable, wiki, drive, calendar, tasks, OKR. Cookie + OAuth UAT + app-credential auth. +- [EthanQC/feishu-user-plugin](https://github.com/EthanQC/feishu-user-plugin) [![EthanQC/feishu-user-plugin MCP server](https://glama.ai/mcp/servers/EthanQC/feishu-user-plugin/badges/score.svg)](https://glama.ai/mcp/servers/EthanQC/feishu-user-plugin) 📇 ☁️ 🏠 🍎 🪟 🐧 - All-in-one Feishu/Lark MCP server (84 tools). Send messages as the actual user (not bot), plus full official-API coverage of docs, bitable, wiki, drive, calendar, tasks, OKR. Cookie + OAuth UAT + app-credential auth. - [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. From 9ea246f9cd13518ccde3a9f3c87cc7a756719d1b Mon Sep 17 00:00:00 2001 From: hlorus <64740362+hlorus@users.noreply.github.com> Date: Sat, 9 May 2026 11:40:13 +0200 Subject: [PATCH 110/355] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e40c57eea..1caa41df3 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [OctoEverywhere/mcp](https://github.com/OctoEverywhere/mcp) #️⃣ ☁️ - A 3D printer MCP server that allows for getting live printer state, webcam snapshots, and printer control. - [omni-mcp/isaac-sim-mcp](https://github.com/omni-mcp/isaac-sim-mcp) 📇 ☁️ - A MCP Server and an extension enables natural language control of NVIDIA Isaac Sim, Lab, OpenUSD and etc. - [PatrickPalmer/MayaMCP](https://github.com/PatrickPalmer/MayaMCP) 🐍 🏠 - MCP server for Autodesk Maya -- [vitrine3d/mcp](https://github.com/vitrine3d/mcp) 📇 ☁️ 🍎 🪟 🐧 - Embed interactive 3D product viewers on any website. Upload GLB models, configure lighting, camera, and background, publish embeds, and manage scene presets. Zero-config anonymous start with browser login. `npx @vitrine3d/mcp` +- [vitrine3d/mcp](https://github.com/vitrine3d/mcp) [![vitrine3d/mcp MCP server](https://glama.ai/mcp/servers/vitrine3d/mcp/badges/score.svg)](https://glama.ai/mcp/servers/vitrine3d/mcp) 📇 ☁️ 🍎 🪟 🐧 - Embed interactive 3D product viewers on any website. Upload GLB models, configure lighting, camera, and background, publish embeds, and manage scene presets. Zero-config anonymous start with browser login. `npx @vitrine3d/mcp` - [peek-travel/mcp-intro](https://github.com/peek-travel/mcp-intro) ☁️ 🍎 🪟 🐧 - Remote MCP Server for discovering and planning experiences, at home and on vacation - [doctorm333/promptpilot-mcp-server](https://github.com/doctorm333/promptpilot-mcp-server) [![doctorm333/promptpilot-mcp-server MCP server](https://glama.ai/mcp/servers/doctorm333/promptpilot-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/doctorm333/promptpilot-mcp-server) 📇 ☁️ - Generate images, video, and audio via 20+ AI models (Flux, GPT-Image-1, Imagen 4, Grok, Seedance, ElevenLabs). Prompt builder with styles, lighting, camera, mood presets. Batch generation support. - [r-huijts/oorlogsbronnen-mcp](https://github.com/r-huijts/oorlogsbronnen-mcp) 📇 ☁️ - Oorlogsbronnen (War Sources) API integration for accessing historical WWII records, photographs, and documents from the Netherlands (1940-1945) From 75c3ca3341b25cd260e947077baa9ca48d6789ac Mon Sep 17 00:00:00 2001 From: Rudraneel Das Date: Sat, 9 May 2026 16:34:21 +0530 Subject: [PATCH 111/355] Add MCP Guardian - security & governance proxy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..5bb5d8132 100644 --- a/README.md +++ b/README.md @@ -2117,6 +2117,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [airblackbox/air-blackbox-mcp](https://github.com/airblackbox/air-blackbox-mcp) [![air-blackbox-mcp MCP server](https://glama.ai/mcp/servers/@airblackbox/air-blackbox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@airblackbox/air-blackbox-mcp) 🐍 🏠 🍎 🪟 🐧 - EU AI Act compliance scanner for Python AI agents. Scans, analyzes, and remediates LangChain/CrewAI/AutoGen/OpenAI code across 6 articles with 10 tools including prompt injection detection, risk classification, and trust layer integration. The only MCP compliance server that generates fix code, not just findings. - [AIM-Intelligence/AIM-Guard-MCP](https://github.com/AIM-Intelligence/AIM-MCP) 📇 🏠 🍎 🪟 🐧 - Security-focused MCP server that provides safety guidelines and content analysis for AI agents. - [alberthild/shieldapi-mcp](https://github.com/alberthild/shieldapi-mcp) [![shield-api-mcp MCP server](https://glama.ai/mcp/servers/@alberthild/shield-api-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@alberthild/shield-api-mcp) 📇 ☁️ 🍎 🪟 🐧 - Security intelligence for AI agents: password breach checks (900M+ HIBP hashes), email/domain/IP/URL reputation, prompt injection detection (200+ patterns), and skill supply chain scanning. Pay-per-request via x402 USDC micropayments or free demo mode, no API key needed. +- [rudraneel93/mcp-guardian](https://github.com/rudraneel93/mcp-guardian) 📇 🏠 🍎 🪟 🐧 - Security and governance proxy for MCP infrastructure. Enforces YAML-configurable policies (blocklists, rate limits, token budgets), tracks real token costs via tiktoken, monitors server health with live JSON-RPC probes. Features include OAuth 2.1/OIDC with RBAC, web dashboard with Prometheus metrics, payload normalization against encoding bypasses, semantic shell AST analysis, mTLS zero-trust networking, circuit breakers, and a formal STRIDE threat model. 168 tests across 16 suites. Install: npm install -g @mcp-guardian/server - [jagmarques/asqav-mcp](https://github.com/jagmarques/asqav-mcp) [![asqav-mcp MCP server](https://glama.ai/mcp/servers/jagmarques/asqav-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jagmarques/asqav-mcp) 🐍 🏠 🍎 🪟 🐧 - AI agent governance MCP server with policy enforcement, quantum-safe audit trails (ML-DSA), multi-party authorization, and compliance reporting. Check policies, sign actions, and verify signatures through MCP tools. - [imran-siddique/agentos-mcp-server](https://github.com/imran-siddique/agent-os/tree/master/extensions/mcp-server) [![agentos-mcp-server MCP server](https://glama.ai/mcp/servers/@imran-siddique/agentos-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@imran-siddique/agentos-mcp-server) - Agent OS MCP server for AI agent governance with policy enforcement, code safety verification, multi-model hallucination detection, and immutable audit trails. - [kastelldev/kastell](https://github.com/kastelldev/kastell) [![kastelldev/kastell MCP server](https://glama.ai/mcp/servers/kastelldev/kastell/badges/score.svg)](https://glama.ai/mcp/servers/kastelldev/kastell) 📇 ☁️ 🏠 🍎 🪟 🐧 - Server security auditing and hardening toolkit. 413 security checks across 29 categories (SSH, Firewall, Docker, TLS, HTTP Headers), CIS/PCI-DSS/HIPAA compliance mapping, 19-step production hardening, fleet management, and forensic evidence collection. Supports Hetzner, DigitalOcean, Vultr, and Linode. 13 MCP tools. From 389414355bbe5add4dde4ad5cf176fad11b7335e Mon Sep 17 00:00:00 2001 From: Adrian Czuczka Date: Sat, 9 May 2026 12:13:37 +0100 Subject: [PATCH 112/355] Add mason (context engineering MCP server) to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..26bb611ec 100644 --- a/README.md +++ b/README.md @@ -767,6 +767,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### 💻 Developer Tools +- [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. - [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. From bd30829e2ec32621ef3844f78862395767d8d366 Mon Sep 17 00:00:00 2001 From: Kiro Date: Sat, 9 May 2026 22:22:30 +0900 Subject: [PATCH 113/355] Add kiro0x/five-mcp to Conversational AI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..8291092fc 100644 --- a/README.md +++ b/README.md @@ -605,6 +605,7 @@ Integration with communication platforms for message management and channel oper Tools for building and operating AI conversation agents that hold structured dialogues with end users. +- [kiro0x/five-mcp](https://github.com/kiro0x/five-mcp) [![kiro0x/five-mcp MCP server](https://glama.ai/mcp/servers/kiro0x/five-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kiro0x/five-mcp) 🐍 🏠 - LLM character consistency engine — generates structured JSON constraints from 4 multiple-choice questions about an AI's psychology. Drop the JSON into any LLM's system prompt to prevent persona drift; reduces inference cost from retries. 160,000 personality patterns; works with any LLM. - [Perspective-AI/mcp](https://github.com/Perspective-AI/mcp) [![Perspective-AI/mcp MCP server](https://glama.ai/mcp/servers/Perspective-AI/mcp/badges/score.svg)](https://glama.ai/mcp/servers/Perspective-AI/mcp) 🎖️ 📇 ☁️ - Official MCP server for [Perspective AI](https://getperspective.ai). An AI Concierge replaces static forms with adaptive AI conversations for lead qualification, customer research, onboarding feedback, and advocacy. Design conversation agents (Concierge, Interviewer, Evaluator, Advocate), analyze conversations, deploy embeds, and automate follow-ups (webhook, email, Slack, HubSpot). ### 👤 Customer Data Platforms From 14cf8a35f94249c5a2921f591e4b862dd0036648 Mon Sep 17 00:00:00 2001 From: TyKolt <119110340+TyKolt@users.noreply.github.com> Date: Sat, 9 May 2026 16:57:32 +0200 Subject: [PATCH 114/355] Add Kremis MCP server to Knowledge & Memory Co-Authored-By: Claude Opus 4.7 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..586166fee 100644 --- a/README.md +++ b/README.md @@ -1707,6 +1707,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [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) 🦀 🏠 🍎 🪟 🐧 - 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**. - [unibaseio/membase-mcp](https://github.com/unibaseio/membase-mcp) 📇 ☁️ - Save and query your agent memory in distributed way by Membase - [upstash/context7](https://github.com/upstash/context7) 📇 ☁️ - Up-to-date code documentation for LLMs and AI code editors. - [varun29ankuS/shodh-memory](https://github.com/varun29ankuS/shodh-memory) 🦀 🏠 - Cognitive memory for AI agents with Hebbian learning, 3-tier architecture, and knowledge graphs. Single ~15MB binary, runs offline on edge devices. From e1bc4e20b9d7c0f283787c1349a6cd7cfe00d376 Mon Sep 17 00:00:00 2001 From: Eliott Reich Date: Sat, 9 May 2026 18:17:43 +0300 Subject: [PATCH 115/355] Update description: regression tests + coverage uplift --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88bc8170a..07835f6a3 100644 --- a/README.md +++ b/README.md @@ -505,7 +505,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [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) - [x51xxx/copilot-mcp-server](https://github.com/x51xxx/copilot-mcp-server) 📇 ☁️ - MCP server that connects your IDE or AI assistant to GitHub Copilot CLI for code analysis, review, and batch processing -- [eliottreich/taskbounty-mcp-server](https://github.com/eliottreich/taskbounty-mcp-server) [![eliottreich/taskbounty-mcp-server MCP server](https://glama.ai/mcp/servers/eliottreich/taskbounty-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/eliottreich/taskbounty-mcp-server) 📇 ☁️ - MCP server for [TaskBounty](https://www.task-bounty.com), a marketplace where AI coding agents fix GitHub bugs for cash bounties. Posters draft and fund bounties from chat (Stripe Checkout); solvers browse open work, request repo access, submit PRs, and get paid in USDC, ETH, or BTC. 11 tools. +- [eliottreich/taskbounty-mcp-server](https://github.com/eliottreich/taskbounty-mcp-server) [![eliottreich/taskbounty-mcp-server MCP server](https://glama.ai/mcp/servers/eliottreich/taskbounty-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/eliottreich/taskbounty-mcp-server) 📇 ☁️ - MCP server for [TaskBounty](https://www.task-bounty.com). AI agents fix GitHub bugs (every fix ships with a regression test) and raise test coverage on your codebase. Posters draft and fund bounties from chat (Stripe Checkout); solvers submit PRs verified end-to-end in a sandbox. Paid in USDC, ETH, or BTC. 11 tools. ### 🖥️ Command Line Run commands, capture output and otherwise interact with shells and command line tools. From 9d93be6dab2ee771768abc9c94417fe9658f0074 Mon Sep 17 00:00:00 2001 From: Noah Owsiany Date: Sat, 9 May 2026 13:21:46 -0400 Subject: [PATCH 116/355] Add Local SEO Data MCP server to Marketing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..d3da7f020 100644 --- a/README.md +++ b/README.md @@ -1792,6 +1792,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [logly/mureo](https://github.com/logly/mureo) [![logly/mureo MCP server](https://glama.ai/mcp/servers/logly/mureo/badges/score.svg)](https://glama.ai/mcp/servers/logly/mureo) 🐍 ☁️ 🏠 - Framework for AI agents (Claude Code, Cursor, Codex, Gemini) to operate Google Ads, Meta Ads, and Search Console. Grounded in a local STRATEGY.md — not metric-chasing. Defense-in-depth security, local-first. Apache 2.0. - [louis030195/apollo-io-mcp](https://github.com/louis030195/apollo-io-mcp) 📇 ☁️ 🍎 🪟 🐧 - B2B sales intelligence and prospecting with Apollo.io. Search for prospects, enrich contacts with emails and phone numbers, discover companies by industry and size, and access Apollo's database of 275M+ contacts. - [live-direct-marketing/ldm-inbox-check-mcp](https://github.com/live-direct-marketing/ldm-inbox-check-mcp) [![live-direct-marketing/ldm-inbox-check-mcp MCP server](https://glama.ai/mcp/servers/live-direct-marketing/ldm-inbox-check-mcp/badges/score.svg)](https://glama.ai/mcp/servers/live-direct-marketing/ldm-inbox-check-mcp) 📇 ☁️ - Email inbox placement testing across Gmail, Outlook, Yahoo, Mail.ru and Yandex. Create a test, get seed addresses, see per-provider placement (Inbox/Spam/Promotions), SPF/DKIM/DMARC verdicts, and screenshots. Install: `npx -y ldm-inbox-check-mcp`. +- [localseodata/mcp-server](https://github.com/localseodata/mcp-server) 📇 ☁️ - 42 local SEO tools for AI assistants. SERP tracking, Google Business Profile data, review monitoring, keyword research, citation audits, geogrid rank scans, AI visibility scoring, and competitive analysis. Install: `npx @localseodata/mcp-server` or connect to the hosted endpoint at `mcp.localseodata.com`. - [MailboxValidator/mcp-mailboxvalidator](https://github.com/MailboxValidator/mcp-mailboxvalidator) [![mcp-mailboxvalidator MCP server](https://glama.ai/mcp/servers/MailboxValidator/mcp-mailboxvalidator/badges/score.svg)](https://glama.ai/mcp/servers/MailboxValidator/mcp-mailboxvalidator) 📇 ☁️ - Validates email addresses to reduce email bounces during marketing campaigns. - [marykovziridze/screaming-frog-mcp](https://github.com/marykovziridze/screaming-frog-mcp) [![marykovziridze/screaming-frog-mcp MCP server](https://glama.ai/mcp/servers/marykovziridze/screaming-frog-mcp/badges/score.svg)](https://glama.ai/mcp/servers/marykovziridze/screaming-frog-mcp) 🐍 🏠 - Screaming Frog SEO Spider headless crawls, data export, and technical SEO audit skill for Claude. 8 tools, cross-platform (Mac + Windows), includes a ready-to-use technical SEO scan skill. - [marketplaceadpros/amazon-ads-mcp-server](https://github.com/MarketplaceAdPros/amazon-ads-mcp-server) 📇 ☁️ - Enables tools to interact with Amazon Advertising, analyzing campaign metrics and configurations. From f405aef3c745a017ec7c5375804e00a0401227b6 Mon Sep 17 00:00:00 2001 From: Noah Owsiany Date: Sat, 9 May 2026 13:28:29 -0400 Subject: [PATCH 117/355] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3da7f020..21c82eda8 100644 --- a/README.md +++ b/README.md @@ -1792,7 +1792,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [logly/mureo](https://github.com/logly/mureo) [![logly/mureo MCP server](https://glama.ai/mcp/servers/logly/mureo/badges/score.svg)](https://glama.ai/mcp/servers/logly/mureo) 🐍 ☁️ 🏠 - Framework for AI agents (Claude Code, Cursor, Codex, Gemini) to operate Google Ads, Meta Ads, and Search Console. Grounded in a local STRATEGY.md — not metric-chasing. Defense-in-depth security, local-first. Apache 2.0. - [louis030195/apollo-io-mcp](https://github.com/louis030195/apollo-io-mcp) 📇 ☁️ 🍎 🪟 🐧 - B2B sales intelligence and prospecting with Apollo.io. Search for prospects, enrich contacts with emails and phone numbers, discover companies by industry and size, and access Apollo's database of 275M+ contacts. - [live-direct-marketing/ldm-inbox-check-mcp](https://github.com/live-direct-marketing/ldm-inbox-check-mcp) [![live-direct-marketing/ldm-inbox-check-mcp MCP server](https://glama.ai/mcp/servers/live-direct-marketing/ldm-inbox-check-mcp/badges/score.svg)](https://glama.ai/mcp/servers/live-direct-marketing/ldm-inbox-check-mcp) 📇 ☁️ - Email inbox placement testing across Gmail, Outlook, Yahoo, Mail.ru and Yandex. Create a test, get seed addresses, see per-provider placement (Inbox/Spam/Promotions), SPF/DKIM/DMARC verdicts, and screenshots. Install: `npx -y ldm-inbox-check-mcp`. -- [localseodata/mcp-server](https://github.com/localseodata/mcp-server) 📇 ☁️ - 42 local SEO tools for AI assistants. SERP tracking, Google Business Profile data, review monitoring, keyword research, citation audits, geogrid rank scans, AI visibility scoring, and competitive analysis. Install: `npx @localseodata/mcp-server` or connect to the hosted endpoint at `mcp.localseodata.com`. +- [localseodata/mcp-server](https://github.com/localseodata/mcp-server) [![localseodata/mcp-server MCP server](https://glama.ai/mcp/servers/localseodata/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/localseodata/mcp-server) 📇 ☁️ - 42 local SEO tools for AI assistants. SERP tracking, Google Business Profile data, review monitoring, keyword research, citation audits, geogrid rank scans, AI visibility scoring, and competitive analysis. Install: `npx @localseodata/mcp-server` or connect to the hosted endpoint at `mcp.localseodata.com`. - [MailboxValidator/mcp-mailboxvalidator](https://github.com/MailboxValidator/mcp-mailboxvalidator) [![mcp-mailboxvalidator MCP server](https://glama.ai/mcp/servers/MailboxValidator/mcp-mailboxvalidator/badges/score.svg)](https://glama.ai/mcp/servers/MailboxValidator/mcp-mailboxvalidator) 📇 ☁️ - Validates email addresses to reduce email bounces during marketing campaigns. - [marykovziridze/screaming-frog-mcp](https://github.com/marykovziridze/screaming-frog-mcp) [![marykovziridze/screaming-frog-mcp MCP server](https://glama.ai/mcp/servers/marykovziridze/screaming-frog-mcp/badges/score.svg)](https://glama.ai/mcp/servers/marykovziridze/screaming-frog-mcp) 🐍 🏠 - Screaming Frog SEO Spider headless crawls, data export, and technical SEO audit skill for Claude. 8 tools, cross-platform (Mac + Windows), includes a ready-to-use technical SEO scan skill. - [marketplaceadpros/amazon-ads-mcp-server](https://github.com/MarketplaceAdPros/amazon-ads-mcp-server) 📇 ☁️ - Enables tools to interact with Amazon Advertising, analyzing campaign metrics and configurations. From 6cc4915fe58573a045d77938a6251f7e1cf4ca0f Mon Sep 17 00:00:00 2001 From: Mason Wyatt Date: Sat, 9 May 2026 18:21:56 -0400 Subject: [PATCH 118/355] Add webfetch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..2fbae5692 100644 --- a/README.md +++ b/README.md @@ -2091,6 +2091,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [robbyczgw-cla/web-search-plus-mcp](https://github.com/robbyczgw-cla/web-search-plus-mcp) [![web-search](https://glama.ai/mcp/servers/robbyczgw-cla/web-search-plus-mcp/badges/score.svg)](https://glama.ai/mcp/servers/robbyczgw-cla/web-search-plus-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Multi-provider web search with intelligent auto-routing (Serper, Tavily, Exa). Available via `uvx web-search-plus-mcp`. - [Vincentwei1021/agent-toolbox](https://github.com/Vincentwei1021/agent-toolbox) [![agent-toolbox MCP server](https://glama.ai/mcp/servers/@Vincentwei1021/agent-toolbox/badges/score.svg)](https://glama.ai/mcp/servers/@Vincentwei1021/agent-toolbox) 📇 ☁️ 🍎 🪟 🐧 - Production-ready MCP server providing 13 tools for AI agents: web search, content extraction, screenshots, weather, finance, email validation, translation, news, GeoIP, WHOIS, DNS, PDF extraction, and QR code generation. 1,000 free calls/month, no setup required. - [webscraping-ai/webscraping-ai-mcp-server](https://github.com/webscraping-ai/webscraping-ai-mcp-server) 🎖️ 📇 ☁️ - Interact with [WebScraping.ai](https://webscraping.ai) for web data extraction and scraping. +- [webfetch](https://github.com/ashlrai/webfetch) 📇 ☁️ 🏠 🍎 🪟 🐧 - License-first federated image search across 25 providers. Returns open/platform/editorial license tags, attribution strings, dimensions, and download-ready URLs via `npx -y getwebfetch-mcp`. - [webpeel/webpeel](https://github.com/webpeel/webpeel) 📇 ☁️ 🏠 - Smart web fetcher for AI agents with auto-escalation from HTTP to headless browser to stealth mode. Includes 9 MCP tools: fetch, search, crawl, map, extract, batch, screenshot, jobs, and agent. Achieved 100% success rate on a 30-URL benchmark. - [yamanoku/baseline-mcp-server](https://github.com/yamanoku/baseline-mcp-server) 📇 🏠 - MCP server that searches Baseline status using Web Platform API - [zhsama/duckduckgo-mcp-server](https://github.com/zhsama/duckduckgo-mpc-server/) 📇 🏠 ☁️ - This is a TypeScript-based MCP server that provides DuckDuckGo search functionality. From 99d558086dcbefa1f6fe9ec1111dec18b54f2467 Mon Sep 17 00:00:00 2001 From: Mason Wyatt Date: Sat, 9 May 2026 18:25:29 -0400 Subject: [PATCH 119/355] Address listing review feedback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fbae5692..d2c639eec 100644 --- a/README.md +++ b/README.md @@ -2091,7 +2091,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [robbyczgw-cla/web-search-plus-mcp](https://github.com/robbyczgw-cla/web-search-plus-mcp) [![web-search](https://glama.ai/mcp/servers/robbyczgw-cla/web-search-plus-mcp/badges/score.svg)](https://glama.ai/mcp/servers/robbyczgw-cla/web-search-plus-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Multi-provider web search with intelligent auto-routing (Serper, Tavily, Exa). Available via `uvx web-search-plus-mcp`. - [Vincentwei1021/agent-toolbox](https://github.com/Vincentwei1021/agent-toolbox) [![agent-toolbox MCP server](https://glama.ai/mcp/servers/@Vincentwei1021/agent-toolbox/badges/score.svg)](https://glama.ai/mcp/servers/@Vincentwei1021/agent-toolbox) 📇 ☁️ 🍎 🪟 🐧 - Production-ready MCP server providing 13 tools for AI agents: web search, content extraction, screenshots, weather, finance, email validation, translation, news, GeoIP, WHOIS, DNS, PDF extraction, and QR code generation. 1,000 free calls/month, no setup required. - [webscraping-ai/webscraping-ai-mcp-server](https://github.com/webscraping-ai/webscraping-ai-mcp-server) 🎖️ 📇 ☁️ - Interact with [WebScraping.ai](https://webscraping.ai) for web data extraction and scraping. -- [webfetch](https://github.com/ashlrai/webfetch) 📇 ☁️ 🏠 🍎 🪟 🐧 - License-first federated image search across 25 providers. Returns open/platform/editorial license tags, attribution strings, dimensions, and download-ready URLs via `npx -y getwebfetch-mcp`. +- [ashlrai/webfetch](https://github.com/ashlrai/webfetch) [![ashlrai/webfetch MCP server](https://glama.ai/mcp/servers/ashlrai/webfetch/badges/score.svg)](https://glama.ai/mcp/servers/ashlrai/webfetch) 📇 ☁️ 🏠 🍎 🪟 🐧 - License-first federated image search across 25 providers. Returns open/platform/editorial license tags, attribution strings, dimensions, and download-ready URLs via `npx -y getwebfetch-mcp`. - [webpeel/webpeel](https://github.com/webpeel/webpeel) 📇 ☁️ 🏠 - Smart web fetcher for AI agents with auto-escalation from HTTP to headless browser to stealth mode. Includes 9 MCP tools: fetch, search, crawl, map, extract, batch, screenshot, jobs, and agent. Achieved 100% success rate on a 30-URL benchmark. - [yamanoku/baseline-mcp-server](https://github.com/yamanoku/baseline-mcp-server) 📇 🏠 - MCP server that searches Baseline status using Web Platform API - [zhsama/duckduckgo-mcp-server](https://github.com/zhsama/duckduckgo-mpc-server/) 📇 🏠 ☁️ - This is a TypeScript-based MCP server that provides DuckDuckGo search functionality. From b6efd70b74e55f8c5145efbb4ff3a1c85b510891 Mon Sep 17 00:00:00 2001 From: hypeprinter007-stack Date: Sat, 9 May 2026 15:57:41 -0700 Subject: [PATCH 120/355] Add anchor-x402-mcp to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..d5d5baeb5 100644 --- a/README.md +++ b/README.md @@ -1331,6 +1331,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [horustechltd/horus-flow-mcp](https://github.com/horustechltd/horus-flow-mcp) [![horustechltd/horus-flow-mcp MCP server](https://glama.ai/mcp/servers/horustechltd/horus-flow-mcp/badges/score.svg)](https://glama.ai/mcp/servers/horustechltd/horus-flow-mcp) 🐍 ☁️ - Institutional-grade crypto and US equity orderflow engine for real-time liquidity analysis and institutional alpha. - [Hovsteder/powersun-tron-mcp](https://github.com/Hovsteder/powersun-tron-mcp) [![Hovsteder/powersun-tron-mcp MCP server](https://glama.ai/mcp/servers/Hovsteder/powersun-tron-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Hovsteder/powersun-tron-mcp) 📇 ☁️ - TRON Energy & Bandwidth marketplace and DEX swap aggregator for AI agents. 27 tools for buying energy, swapping TRC-20 tokens via SunSwap DEX, selling resources, and earning passive income. Remote Streamable HTTP with 3 payment methods (API Key, HTTP 402, x402 USDC). - [HuggingAGI/mcp-baostock-server](https://github.com/HuggingAGI/mcp-baostock-server) 🐍 ☁️ - MCP server based on baostock, providing access and analysis capabilities for Chinese stock market data. +- [hypeprinter007-stack/anchor-x402-mcp](https://github.com/hypeprinter007-stack/anchor-x402-mcp) 📇 ☁️ - 9-tool MCP server for x402-paid commodity services on Base + Solana mainnet — dual-chain hash anchoring, OFAC sanctions screening, signed decision attestation, tx decode, ENS/SNS resolver, USD price, calldata decode, datetime parser, wallet intel. Pay-per-call USDC, no API keys. - [ignaciohermosillacornejo/copilot-money-mcp](https://github.com/ignaciohermosillacornejo/copilot-money-mcp) [![ignaciohermosillacornejo/copilot-money-mcp MCP server](https://glama.ai/mcp/servers/ignaciohermosillacornejo/copilot-money-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ignaciohermosillacornejo/copilot-money-mcp) 📇 🏠 ☁️ 🍎 - Read and manage [Copilot Money](https://copilot.money) personal finance data — 30 tools for transactions, budgets, accounts, recurring charges, investments, and goals. Reads are 100% local from the Firestore cache; opt-in writes (`--write`) go directly to Copilot's GraphQL API. - [IndigoProtocol/indigo-mcp](https://github.com/IndigoProtocol/indigo-mcp) [![indigo-mcp MCP server](https://glama.ai/mcp/servers/IndigoProtocol/indigo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/IndigoProtocol/indigo-mcp) 📇 ☁️ 🏠 - MCP server for Indigo Protocol on Cardano — iAsset prices, CDP/loan analytics, stability pools, INDY staking, governance, and DEX data for LLM agents - [IndigoProtocol/cardano-mcp](https://github.com/IndigoProtocol/cardano-mcp) [![cardano-mcp MCP server](https://glama.ai/mcp/servers/IndigoProtocol/cardano-mcp/badges/score.svg)](https://glama.ai/mcp/servers/IndigoProtocol/cardano-mcp) 📇 ☁️ 🏠 - Cardano blockchain MCP server for wallet interactions — submit transactions, fetch addresses, read UTxOs, check balances, resolve ADAHandles, and check stake delegation From d0c280210be7a38d504870d3fc03a788f49b3071 Mon Sep 17 00:00:00 2001 From: Christopher Ferjo Date: Sat, 9 May 2026 16:44:05 -0700 Subject: [PATCH 121/355] add Glama score badge to anchor-x402-mcp entry Per github-actions[bot] comment on PR #6132: Glama listing is live and passing checks (License A, Quality A, Maintenance C). Adding the score badge to satisfy listing requirements. Co-Authored-By: Claude Opus 4.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5d5baeb5..9b68b9ead 100644 --- a/README.md +++ b/README.md @@ -1331,7 +1331,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [horustechltd/horus-flow-mcp](https://github.com/horustechltd/horus-flow-mcp) [![horustechltd/horus-flow-mcp MCP server](https://glama.ai/mcp/servers/horustechltd/horus-flow-mcp/badges/score.svg)](https://glama.ai/mcp/servers/horustechltd/horus-flow-mcp) 🐍 ☁️ - Institutional-grade crypto and US equity orderflow engine for real-time liquidity analysis and institutional alpha. - [Hovsteder/powersun-tron-mcp](https://github.com/Hovsteder/powersun-tron-mcp) [![Hovsteder/powersun-tron-mcp MCP server](https://glama.ai/mcp/servers/Hovsteder/powersun-tron-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Hovsteder/powersun-tron-mcp) 📇 ☁️ - TRON Energy & Bandwidth marketplace and DEX swap aggregator for AI agents. 27 tools for buying energy, swapping TRC-20 tokens via SunSwap DEX, selling resources, and earning passive income. Remote Streamable HTTP with 3 payment methods (API Key, HTTP 402, x402 USDC). - [HuggingAGI/mcp-baostock-server](https://github.com/HuggingAGI/mcp-baostock-server) 🐍 ☁️ - MCP server based on baostock, providing access and analysis capabilities for Chinese stock market data. -- [hypeprinter007-stack/anchor-x402-mcp](https://github.com/hypeprinter007-stack/anchor-x402-mcp) 📇 ☁️ - 9-tool MCP server for x402-paid commodity services on Base + Solana mainnet — dual-chain hash anchoring, OFAC sanctions screening, signed decision attestation, tx decode, ENS/SNS resolver, USD price, calldata decode, datetime parser, wallet intel. Pay-per-call USDC, no API keys. +- [hypeprinter007-stack/anchor-x402-mcp](https://github.com/hypeprinter007-stack/anchor-x402-mcp) [![hypeprinter007-stack/anchor-x402-mcp MCP server](https://glama.ai/mcp/servers/hypeprinter007-stack/anchor-x402-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hypeprinter007-stack/anchor-x402-mcp) 📇 ☁️ - 9-tool MCP server for x402-paid commodity services on Base + Solana mainnet — dual-chain hash anchoring, OFAC sanctions screening, signed decision attestation, tx decode, ENS/SNS resolver, USD price, calldata decode, datetime parser, wallet intel. Pay-per-call USDC, no API keys. - [ignaciohermosillacornejo/copilot-money-mcp](https://github.com/ignaciohermosillacornejo/copilot-money-mcp) [![ignaciohermosillacornejo/copilot-money-mcp MCP server](https://glama.ai/mcp/servers/ignaciohermosillacornejo/copilot-money-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ignaciohermosillacornejo/copilot-money-mcp) 📇 🏠 ☁️ 🍎 - Read and manage [Copilot Money](https://copilot.money) personal finance data — 30 tools for transactions, budgets, accounts, recurring charges, investments, and goals. Reads are 100% local from the Firestore cache; opt-in writes (`--write`) go directly to Copilot's GraphQL API. - [IndigoProtocol/indigo-mcp](https://github.com/IndigoProtocol/indigo-mcp) [![indigo-mcp MCP server](https://glama.ai/mcp/servers/IndigoProtocol/indigo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/IndigoProtocol/indigo-mcp) 📇 ☁️ 🏠 - MCP server for Indigo Protocol on Cardano — iAsset prices, CDP/loan analytics, stability pools, INDY staking, governance, and DEX data for LLM agents - [IndigoProtocol/cardano-mcp](https://github.com/IndigoProtocol/cardano-mcp) [![cardano-mcp MCP server](https://glama.ai/mcp/servers/IndigoProtocol/cardano-mcp/badges/score.svg)](https://glama.ai/mcp/servers/IndigoProtocol/cardano-mcp) 📇 ☁️ 🏠 - Cardano blockchain MCP server for wallet interactions — submit transactions, fetch addresses, read UTxOs, check balances, resolve ADAHandles, and check stake delegation From cf473120b5e1ffad8d91a25be35c81405b3cfeee Mon Sep 17 00:00:00 2001 From: TyKolt <119110340+TyKolt@users.noreply.github.com> Date: Sun, 10 May 2026 02:25:02 +0200 Subject: [PATCH 122/355] Add Glama score badge to Kremis entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 586166fee..e72166c20 100644 --- a/README.md +++ b/README.md @@ -1707,7 +1707,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [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) 🦀 🏠 🍎 🪟 🐧 - 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**. +- [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**. - [unibaseio/membase-mcp](https://github.com/unibaseio/membase-mcp) 📇 ☁️ - Save and query your agent memory in distributed way by Membase - [upstash/context7](https://github.com/upstash/context7) 📇 ☁️ - Up-to-date code documentation for LLMs and AI code editors. - [varun29ankuS/shodh-memory](https://github.com/varun29ankuS/shodh-memory) 🦀 🏠 - Cognitive memory for AI agents with Hebbian learning, 3-tier architecture, and knowledge graphs. Single ~15MB binary, runs offline on edge devices. From c50765abad11dee77ca9f03ec787005fa1600133 Mon Sep 17 00:00:00 2001 From: NRCO SOLUTIONS Date: Sat, 9 May 2026 22:31:14 -0800 Subject: [PATCH 123/355] Add World Cup History MCP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..24536c1df 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) * 🔒 - [Security](#security) * 🌐 - [Social Media](#social-media) * 🏃 - [Sports](#sports) +- [zafronix/wc-mcp](https://github.com/zafronix/zafronix-wc-api/tree/main/mcp) 🌐 ☁️ - Every FIFA World Cup since 1930. 23 tournaments, full squads, knockout brackets, stadium altitudes, hat-tricks. Free tier API. * 🎧 - [Support & Service Management](#support-and-service-management) * 🌎 - [Translation Services](#translation-services) * 🎧 - [Text-to-Speech](#text-to-speech) From 98f1e5fc5a483ecce85952bbdbfa628ff6f4c097 Mon Sep 17 00:00:00 2001 From: NRCO SOLUTIONS Date: Sat, 9 May 2026 23:36:09 -0800 Subject: [PATCH 124/355] =?UTF-8?q?Fix=20emoji=20tags=20=E2=80=94=20use=20?= =?UTF-8?q?only=20permitted=20set=20(=F0=9F=93=87=20=F0=9F=8F=A0=20?= =?UTF-8?q?=E2=98=81=EF=B8=8F=20=F0=9F=8D=8E=20=F0=9F=AA=9F=20=F0=9F=90=A7?= =?UTF-8?q?)?= 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 24536c1df..fb1bd1113 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) * 🔒 - [Security](#security) * 🌐 - [Social Media](#social-media) * 🏃 - [Sports](#sports) -- [zafronix/wc-mcp](https://github.com/zafronix/zafronix-wc-api/tree/main/mcp) 🌐 ☁️ - Every FIFA World Cup since 1930. 23 tournaments, full squads, knockout brackets, stadium altitudes, hat-tricks. Free tier API. +- [zafronix/wc-mcp](https://github.com/zafronix/zafronix-wc-api/tree/main/mcp) 📇 🏠 ☁️ 🍎 🪟 🐧 - Every FIFA World Cup since 1930. 23 tournaments, full squads, knockout brackets, stadium altitudes, hat-tricks. Free tier API. * 🎧 - [Support & Service Management](#support-and-service-management) * 🌎 - [Translation Services](#translation-services) * 🎧 - [Text-to-Speech](#text-to-speech) From e8064bc3a4c45b18030b1409df2a96af2429ca67 Mon Sep 17 00:00:00 2001 From: HasanJahidul Date: Sun, 10 May 2026 13:44:45 +0600 Subject: [PATCH 125/355] Add terminal-history-mcp to Command Line with Glama badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..1f3783aed 100644 --- a/README.md +++ b/README.md @@ -514,6 +514,7 @@ Run commands, capture output and otherwise interact with shells and command line - [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. - [LukeLamb/claude-terminal-mcp](https://github.com/LukeLamb/claude-terminal-mcp) [![LukeLamb/claude-terminal-mcp MCP server](https://glama.ai/mcp/servers/LukeLamb/claude-terminal-mcp/badges/score.svg)](https://glama.ai/mcp/servers/LukeLamb/claude-terminal-mcp) 📇 🏠 🐧 🍎 - Terminal, filesystem, and background-job tools for Claude Desktop on Linux/macOS. Zero npm deps, pure Node. +- [HasanJahidul/terminal-history-mcp](https://github.com/HasanJahidul/terminal-history-mcp) [![HasanJahidul/terminal-history-mcp MCP server](https://glama.ai/mcp/servers/HasanJahidul/terminal-history-mcp/badges/score.svg)](https://glama.ai/mcp/servers/HasanJahidul/terminal-history-mcp) 📇 🏠 🍎 🐧 - Full-text search over your shell history (zsh / bash / fish) via SQLite FTS5. Local-only. 11-pattern secret redaction runs BEFORE insert. Captures cwd / exit code / duration via opt-in shell hook. Tools: `search_history`, `recent_in_dir`, `failed_commands`, `command_chains`, `reindex`. ### 💬 Communication From 61e424d3af0a2bda1194cd92f005c111b07547a9 Mon Sep 17 00:00:00 2001 From: NRCO SOLUTIONS Date: Sun, 10 May 2026 00:06:38 -0800 Subject: [PATCH 126/355] Add Glama score badge + update repo link to public mirror Glama listing: https://glama.ai/mcp/servers/zafronix/wc-mcp Public source: https://github.com/zafronix/wc-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb1bd1113..d0612aa73 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) * 🔒 - [Security](#security) * 🌐 - [Social Media](#social-media) * 🏃 - [Sports](#sports) -- [zafronix/wc-mcp](https://github.com/zafronix/zafronix-wc-api/tree/main/mcp) 📇 🏠 ☁️ 🍎 🪟 🐧 - Every FIFA World Cup since 1930. 23 tournaments, full squads, knockout brackets, stadium altitudes, hat-tricks. Free tier API. +- [zafronix/wc-mcp](https://github.com/zafronix/wc-mcp) [![World Cup History MCP server](https://glama.ai/mcp/servers/zafronix/wc-mcp/badges/score.svg)](https://glama.ai/mcp/servers/zafronix/wc-mcp) 📇 🏠 ☁️ 🍎 🪟 🐧 - Every FIFA World Cup since 1930. 23 tournaments, full squads, knockout brackets, stadium altitudes, hat-tricks. Free tier API. * 🎧 - [Support & Service Management](#support-and-service-management) * 🌎 - [Translation Services](#translation-services) * 🎧 - [Text-to-Speech](#text-to-speech) From 23824e7e3750589542ffacc9b799bf823271a0fd Mon Sep 17 00:00:00 2001 From: Rudraneel Das Date: Sun, 10 May 2026 13:45:43 +0530 Subject: [PATCH 127/355] Add Glama score badge for mcp-guardian --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bb5d8132..f7d55add5 100644 --- a/README.md +++ b/README.md @@ -2117,7 +2117,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [airblackbox/air-blackbox-mcp](https://github.com/airblackbox/air-blackbox-mcp) [![air-blackbox-mcp MCP server](https://glama.ai/mcp/servers/@airblackbox/air-blackbox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@airblackbox/air-blackbox-mcp) 🐍 🏠 🍎 🪟 🐧 - EU AI Act compliance scanner for Python AI agents. Scans, analyzes, and remediates LangChain/CrewAI/AutoGen/OpenAI code across 6 articles with 10 tools including prompt injection detection, risk classification, and trust layer integration. The only MCP compliance server that generates fix code, not just findings. - [AIM-Intelligence/AIM-Guard-MCP](https://github.com/AIM-Intelligence/AIM-MCP) 📇 🏠 🍎 🪟 🐧 - Security-focused MCP server that provides safety guidelines and content analysis for AI agents. - [alberthild/shieldapi-mcp](https://github.com/alberthild/shieldapi-mcp) [![shield-api-mcp MCP server](https://glama.ai/mcp/servers/@alberthild/shield-api-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@alberthild/shield-api-mcp) 📇 ☁️ 🍎 🪟 🐧 - Security intelligence for AI agents: password breach checks (900M+ HIBP hashes), email/domain/IP/URL reputation, prompt injection detection (200+ patterns), and skill supply chain scanning. Pay-per-request via x402 USDC micropayments or free demo mode, no API key needed. -- [rudraneel93/mcp-guardian](https://github.com/rudraneel93/mcp-guardian) 📇 🏠 🍎 🪟 🐧 - Security and governance proxy for MCP infrastructure. Enforces YAML-configurable policies (blocklists, rate limits, token budgets), tracks real token costs via tiktoken, monitors server health with live JSON-RPC probes. Features include OAuth 2.1/OIDC with RBAC, web dashboard with Prometheus metrics, payload normalization against encoding bypasses, semantic shell AST analysis, mTLS zero-trust networking, circuit breakers, and a formal STRIDE threat model. 168 tests across 16 suites. Install: npm install -g @mcp-guardian/server +- [rudraneel93/mcp-guardian](https://github.com/rudraneel93/mcp-guardian) [![rudraneel93/mcp-guardian MCP server](https://glama.ai/mcp/servers/rudraneel93/mcp-guardian/badges/score.svg)](https://glama.ai/mcp/servers/rudraneel93/mcp-guardian) 📇 🏠 🍎 🪟 🐧 - Security and governance proxy for MCP infrastructure. Enforces YAML-configurable policies (blocklists, rate limits, token budgets), tracks real token costs via tiktoken, monitors server health with live JSON-RPC probes. Features include OAuth 2.1/OIDC with RBAC, web dashboard with Prometheus metrics, payload normalization against encoding bypasses, semantic shell AST analysis, mTLS zero-trust networking, circuit breakers, and a formal STRIDE threat model. 168 tests across 16 suites. Install: npm install -g @mcp-guardian/server - [jagmarques/asqav-mcp](https://github.com/jagmarques/asqav-mcp) [![asqav-mcp MCP server](https://glama.ai/mcp/servers/jagmarques/asqav-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jagmarques/asqav-mcp) 🐍 🏠 🍎 🪟 🐧 - AI agent governance MCP server with policy enforcement, quantum-safe audit trails (ML-DSA), multi-party authorization, and compliance reporting. Check policies, sign actions, and verify signatures through MCP tools. - [imran-siddique/agentos-mcp-server](https://github.com/imran-siddique/agent-os/tree/master/extensions/mcp-server) [![agentos-mcp-server MCP server](https://glama.ai/mcp/servers/@imran-siddique/agentos-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@imran-siddique/agentos-mcp-server) - Agent OS MCP server for AI agent governance with policy enforcement, code safety verification, multi-model hallucination detection, and immutable audit trails. - [kastelldev/kastell](https://github.com/kastelldev/kastell) [![kastelldev/kastell MCP server](https://glama.ai/mcp/servers/kastelldev/kastell/badges/score.svg)](https://glama.ai/mcp/servers/kastelldev/kastell) 📇 ☁️ 🏠 🍎 🪟 🐧 - Server security auditing and hardening toolkit. 413 security checks across 29 categories (SSH, Firewall, Docker, TLS, HTTP Headers), CIS/PCI-DSS/HIPAA compliance mapping, 19-step production hardening, fleet management, and forensic evidence collection. Supports Hetzner, DigitalOcean, Vultr, and Linode. 13 MCP tools. From 239dffb5dd15614b5f1ada8311b19a48576f9a4c Mon Sep 17 00:00:00 2001 From: Benedict Blessing Gbogr Date: Sun, 10 May 2026 12:24:09 +0000 Subject: [PATCH 128/355] Add Jungle Grid MCP server to README Added a new MCP server for Jungle Grid to the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..144d663ae 100644 --- a/README.md +++ b/README.md @@ -919,6 +919,7 @@ Tools and integrations that enhance the development workflow and environment man - [joshuarileydev/simulator-mcp-server](https://github.com/JoshuaRileyDev/simulator-mcp-server) 📇 🏠 - An MCP server to control iOS Simulators - [Jpisnice/shadcn-ui-mcp-server](https://github.com/Jpisnice/shadcn-ui-mcp-server) 📇 🏠 - MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata. - [jsdelivr/globalping-mcp-server](https://github.com/jsdelivr/globalping-mcp-server) 🎖️ 📇 ☁️ - The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world. +- [jungle-grid-mcp-server](https://github.com/Jungle-Grid/mcp-server) - MCP server for Jungle Grid, an agentic GPU execution layer that lets AI agents estimate, submit, monitor, and fetch logs for inference, training, fine-tuning, and batch workloads. - [kadykov/mcp-openapi-schema-explorer](https://github.com/kadykov/mcp-openapi-schema-explorer) 📇 ☁️ 🏠 - Token-efficient access to OpenAPI/Swagger specs via MCP Resources. - [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. From 911565c785583db709ff459bfcfdcdfcdde47855 Mon Sep 17 00:00:00 2001 From: Benedict Blessing Gbogr Date: Sun, 10 May 2026 12:26:49 +0000 Subject: [PATCH 129/355] Fix link formatting for Jungle Grid MCP server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 144d663ae..93ff7a1a1 100644 --- a/README.md +++ b/README.md @@ -919,7 +919,7 @@ Tools and integrations that enhance the development workflow and environment man - [joshuarileydev/simulator-mcp-server](https://github.com/JoshuaRileyDev/simulator-mcp-server) 📇 🏠 - An MCP server to control iOS Simulators - [Jpisnice/shadcn-ui-mcp-server](https://github.com/Jpisnice/shadcn-ui-mcp-server) 📇 🏠 - MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata. - [jsdelivr/globalping-mcp-server](https://github.com/jsdelivr/globalping-mcp-server) 🎖️ 📇 ☁️ - The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world. -- [jungle-grid-mcp-server](https://github.com/Jungle-Grid/mcp-server) - MCP server for Jungle Grid, an agentic GPU execution layer that lets AI agents estimate, submit, monitor, and fetch logs for inference, training, fine-tuning, and batch workloads. +- [Jungle-Grid/mcp-server](https://github.com/Jungle-Grid/mcp-server) - MCP server for Jungle Grid, an agentic GPU execution layer that lets AI agents estimate, submit, monitor, and fetch logs for inference, training, fine-tuning, and batch workloads. - [kadykov/mcp-openapi-schema-explorer](https://github.com/kadykov/mcp-openapi-schema-explorer) 📇 ☁️ 🏠 - Token-efficient access to OpenAPI/Swagger specs via MCP Resources. - [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. From fe4f648ca33245250fce58f71b59e365d9b9e14a Mon Sep 17 00:00:00 2001 From: Benedict Blessing Gbogr Date: Sun, 10 May 2026 12:44:33 +0000 Subject: [PATCH 130/355] Add badge to Jungle-Grid MCP server in README Added a badge to the Jungle-Grid MCP server entry in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93ff7a1a1..16aa296d0 100644 --- a/README.md +++ b/README.md @@ -919,7 +919,7 @@ Tools and integrations that enhance the development workflow and environment man - [joshuarileydev/simulator-mcp-server](https://github.com/JoshuaRileyDev/simulator-mcp-server) 📇 🏠 - An MCP server to control iOS Simulators - [Jpisnice/shadcn-ui-mcp-server](https://github.com/Jpisnice/shadcn-ui-mcp-server) 📇 🏠 - MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata. - [jsdelivr/globalping-mcp-server](https://github.com/jsdelivr/globalping-mcp-server) 🎖️ 📇 ☁️ - The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world. -- [Jungle-Grid/mcp-server](https://github.com/Jungle-Grid/mcp-server) - MCP server for Jungle Grid, an agentic GPU execution layer that lets AI agents estimate, submit, monitor, and fetch logs for inference, training, fine-tuning, and batch workloads. +- [Jungle-Grid/mcp-server](https://github.com/Jungle-Grid/mcp-server) - MCP server for Jungle Grid, an agentic GPU execution layer that lets AI agents estimate, submit, monitor, and fetch logs for inference, training, fine-tuning, and batch workloads. [![Jungle-Grid/mcp-server MCP server](https://glama.ai/mcp/servers/Jungle-Grid/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Jungle-Grid/mcp-server) - [kadykov/mcp-openapi-schema-explorer](https://github.com/kadykov/mcp-openapi-schema-explorer) 📇 ☁️ 🏠 - Token-efficient access to OpenAPI/Swagger specs via MCP Resources. - [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. From d14866055abfba6ee11b1f67bfc6493129f62c65 Mon Sep 17 00:00:00 2001 From: Harusame64 Date: Sun, 10 May 2026 22:36:01 +0900 Subject: [PATCH 131/355] Add Harusame64/desktop-touch-mcp to OS Automation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..30e69f2df 100644 --- a/README.md +++ b/README.md @@ -1908,6 +1908,7 @@ Servers for controlling the desktop operating system: screenshots, window manage - [sbuysse/gnome-desktop-mcp](https://github.com/sbuysse/gnome-desktop-mcp) [![gnome-desktop-mcp MCP server](https://glama.ai/mcp/servers/sbuysse/gnome-desktop-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sbuysse/gnome-desktop-mcp) 🐍 🏠 🐧 - GNOME desktop automation for AI agents. 30 tools via D-Bus: screenshots, window management, mouse/keyboard injection, clipboard, workspaces, and system notifications. Works on any GNOME 45–49 Linux desktop. - [dimpagk92/cellar](https://github.com/dimpagk92/cellar) [![dimpagk92/cellar MCP server](https://glama.ai/mcp/servers/dimpagk92/cellar/badges/score.svg)](https://glama.ai/mcp/servers/dimpagk92/cellar) 🦀 📇 🏠 🍎 🐧 - Hybrid computer-use runtime. Fuses accessibility tree + Chrome DevTools Protocol + vision into structured context with per-element confidence. 4 MCP tools (see/act/think/perceive). Continuous awareness engine (Cortex) with freshness + side-effect detection. Works offline with Ollama + local models. +- [Harusame64/desktop-touch-mcp](https://github.com/Harusame64/desktop-touch-mcp) [![desktop-touch-mcp MCP server](https://glama.ai/mcp/servers/Harusame64/desktop-touch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Harusame64/desktop-touch-mcp) 📇 🦀 🏠 🪟 - Windows desktop automation for LLM agents with entity-based actions instead of coordinate-only clicking. Uses UIA, CDP, screenshots, keyboard/mouse/clipboard, and terminal control, plus entity leases, verified delivery, causal context, and interaction memory to reduce silent UI automation failures. ### 📋 Product Management From 6516404cd598eb0f78ebef0b3923e39b9c884686 Mon Sep 17 00:00:00 2001 From: Evan-Crx <61348517+Evan-Crx@users.noreply.github.com> Date: Sun, 10 May 2026 16:14:48 +0200 Subject: [PATCH 132/355] Add permisapi-mcp (French building permits Sitadel) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..6da4c9825 100644 --- a/README.md +++ b/README.md @@ -747,6 +747,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [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). - [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) 🐍 🏠 🍎 🪟 🐧 - 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`. - [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) 🎖️ 📇 ☁️ 🏠 - Interact with Flowcore to perform actions, ingest data, and analyse, cross reference and utilise any data in your data cores, or in public data cores; all with human language. - [Hug0x0/mcp-reunion](https://github.com/Hug0x0/mcp-reunion) [![Hug0x0/mcp-reunion MCP server](https://glama.ai/mcp/servers/Hug0x0/mcp-reunion/badges/score.svg)](https://glama.ai/mcp/servers/Hug0x0/mcp-reunion) 📇 ☁️ 🍎 🪟 🐧 - 96 tools across 21 modules for La Réunion (French overseas region) open data: economy, demographics, geography, transport, health, education, elections, tourism, housing, environment, and more. Powered by data.regionreunion.com and data.gouv.fr. Install: `npx -y mcp-reunion`. - [JordiNei/mcp-databricks-server](https://github.com/JordiNeil/mcp-databricks-server) 🐍 ☁️ - Connect to Databricks API, allowing LLMs to run SQL queries, list jobs, and get job status. From 0a17f9fc3cb38f2d56ebdae11515f2d4e7d24f77 Mon Sep 17 00:00:00 2001 From: hlorus <64740362+hlorus@users.noreply.github.com> Date: Sun, 10 May 2026 17:38:58 +0200 Subject: [PATCH 133/355] Move vitrine to E-Commerce, update description - Move from Art & Culture to E-Commerce section - Rewrite description to highlight visual editor platform - Shorten copy 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 1caa41df3..be8979fe0 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,6 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [OctoEverywhere/mcp](https://github.com/OctoEverywhere/mcp) #️⃣ ☁️ - A 3D printer MCP server that allows for getting live printer state, webcam snapshots, and printer control. - [omni-mcp/isaac-sim-mcp](https://github.com/omni-mcp/isaac-sim-mcp) 📇 ☁️ - A MCP Server and an extension enables natural language control of NVIDIA Isaac Sim, Lab, OpenUSD and etc. - [PatrickPalmer/MayaMCP](https://github.com/PatrickPalmer/MayaMCP) 🐍 🏠 - MCP server for Autodesk Maya -- [vitrine3d/mcp](https://github.com/vitrine3d/mcp) [![vitrine3d/mcp MCP server](https://glama.ai/mcp/servers/vitrine3d/mcp/badges/score.svg)](https://glama.ai/mcp/servers/vitrine3d/mcp) 📇 ☁️ 🍎 🪟 🐧 - Embed interactive 3D product viewers on any website. Upload GLB models, configure lighting, camera, and background, publish embeds, and manage scene presets. Zero-config anonymous start with browser login. `npx @vitrine3d/mcp` - [peek-travel/mcp-intro](https://github.com/peek-travel/mcp-intro) ☁️ 🍎 🪟 🐧 - Remote MCP Server for discovering and planning experiences, at home and on vacation - [doctorm333/promptpilot-mcp-server](https://github.com/doctorm333/promptpilot-mcp-server) [![doctorm333/promptpilot-mcp-server MCP server](https://glama.ai/mcp/servers/doctorm333/promptpilot-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/doctorm333/promptpilot-mcp-server) 📇 ☁️ - Generate images, video, and audio via 20+ AI models (Flux, GPT-Image-1, Imagen 4, Grok, Seedance, ElevenLabs). Prompt builder with styles, lighting, camera, mood presets. Batch generation support. - [r-huijts/oorlogsbronnen-mcp](https://github.com/r-huijts/oorlogsbronnen-mcp) 📇 ☁️ - Oorlogsbronnen (War Sources) API integration for accessing historical WWII records, photographs, and documents from the Netherlands (1940-1945) @@ -1191,6 +1190,7 @@ MCP servers for e-commerce platforms and online store management. - [the402ai/mcp-server](https://github.com/the402ai/mcp-server) [![the402ai/mcp-server MCP server](https://glama.ai/mcp/servers/the402ai/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/the402ai/mcp-server) 📇 ☁️ 🍎 🪟 🐧 - AI agent service marketplace with x402 micropayments (USDC on Base). 30 tools for browsing services, purchasing, managing conversation threads, listing services as a provider, handling subscriptions, and tracking earnings. Install via `npx -y @the402/mcp-server`. - [cmcgrabby-hue/syndicate-links](https://github.com/cmcgrabby-hue/syndicate-links/tree/master/mcp) [![cmcgrabby-hue/syndicate-links MCP server](https://glama.ai/mcp/servers/cmcgrabby-hue/syndicate-links/badges/score.svg)](https://glama.ai/mcp/servers/cmcgrabby-hue/syndicate-links) 📇 🏠 🍎 🪟 🐧 - Affiliate commission infrastructure for AI agents. 7 tools for program discovery, attribution tracking, commission status, and payouts. Search programs, get details, track conversions with signed attribution tokens, and trigger settlement cycles. Install via `npx syndicate-links-mcp`. - [PCDCK/ozon-mcp](https://github.com/PCDCK/ozon-mcp) [![PCDCK/ozon-mcp MCP server](https://glama.ai/mcp/servers/PCDCK/ozon-mcp/badges/score.svg)](https://glama.ai/mcp/servers/PCDCK/ozon-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Knowledge-rich MCP server for the full Ozon Seller + Performance API (466 methods, 15 MCP tools). Auto-pagination over 4 cursor styles, subscription-tier pre-flight, rate-limit management with exponential back-off, and 13 curated analytical workflows (OOS risk, cabinet health, content audit, pricing, warehouse distribution). Russian + English BM25 search across the catalog. +- [vitrine3d/mcp](https://github.com/vitrine3d/mcp) [![vitrine3d/mcp MCP server](https://glama.ai/mcp/servers/vitrine3d/mcp/badges/score.svg)](https://glama.ai/mcp/servers/vitrine3d/mcp) 📇 ☁️ 🍎 🪟 🐧 - 3D product viewer platform with a visual editor. Upload GLB models, style scenes with lighting, camera, and backgrounds, and embed on any website. `npx @vitrine3d/mcp` - [pepabo/colormeshop-mcp](https://github.com/pepabo/colormeshop-mcp) [![pepabo/colormeshop-mcp MCP server](https://glama.ai/mcp/servers/pepabo/colormeshop-mcp/badges/score.svg)](https://glama.ai/mcp/servers/pepabo/colormeshop-mcp) 🎖️ ☁️ - Official remote MCP server for Color Me Shop (GMO Pepabo), a Japanese e-commerce platform. Manage orders, products, inventory, customers, coupons, and shop settings via natural language. ### 🌳 Environment & Nature From f3822064ea04c89f4092d1c19627becac5fca652 Mon Sep 17 00:00:00 2001 From: Felippe Yann Date: Sun, 10 May 2026 12:39:31 -0300 Subject: [PATCH 134/355] Add Glama badge and bump tool count to 28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Glama listing is live at https://glama.ai/mcp/servers/felippeyann/agentfi (License: Apache-2.0, install ok, server passes introspection check — the maintainer's request from 2026-04-24) - Tool count updated 26 → 28 to reflect mcp-server v0.4.0 (adds get_my_agent_profile and get_my_pnl) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0385691cd..3cefe0a99 100644 --- a/README.md +++ b/README.md @@ -1220,7 +1220,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [etbars/vibetrader-mcp](https://github.com/etbars/vibetrader-mcp) 🐍 ☁️ - AI-powered trading bot platform. Create automated trading strategies with natural language via Alpaca brokerage. - [Fan Token Intel MCP](https://github.com/BrunoPessoa22/chiliz-marketing-intel) 🐍 ☁️ - 67+ tools for fan token intelligence: whale flows, signal scores, sports calendar, backtesting, DEX trading, social sentiment. SSE transport with Bearer auth. - [fernsugi/x402-api-server](https://github.com/fernsugi/x402-api-server/tree/main/mcp-server) [![x402-api MCP server](https://glama.ai/mcp/servers/fernsugi/x402-api/badges/score.svg)](https://glama.ai/mcp/servers/fernsugi/x402-api) 📇 ☁️ - Pay-per-call DeFi data API for AI agents via x402 micropayments (USDC on Base). 8 endpoints: price feeds, gas tracker, DEX quotes, whale tracker, yield scanner, funding rates, token scanner, wallet profiler. No API keys needed. -- [felippeyann/agentfi](https://github.com/felippeyann/agentfi) 📇 ☁️ 🏠 - Crypto transaction tools for AI agents. 26 MCP tools covering swaps (Uniswap V3, Curve), yield (Aave V3, Compound V3, any ERC-4626 vault), transfers, and agent-to-agent collaboration (jobs, escrow, reputation, atomic payments, P&L). Turnkey MPC wallets + Safe Smart Accounts on Ethereum / Base / Arbitrum / Polygon. Apache 2.0, self-hosted. +- [felippeyann/agentfi](https://github.com/felippeyann/agentfi) [![felippeyann/agentfi MCP server](https://glama.ai/mcp/servers/felippeyann/agentfi/badges/score.svg)](https://glama.ai/mcp/servers/felippeyann/agentfi) 📇 ☁️ 🏠 - Crypto transaction tools for AI agents. 28 MCP tools covering swaps (Uniswap V3, Curve), yield (Aave V3, Compound V3, any ERC-4626 vault), transfers, and agent-to-agent collaboration (jobs, escrow, reputation, atomic payments, P&L). Turnkey MPC wallets + Safe Smart Accounts on Ethereum / Base / Arbitrum / Polygon. Apache 2.0, self-hosted. - [ferdousbhai/investor-agent](https://github.com/ferdousbhai/investor-agent) 🐍 ☁️ - Yahoo Finance integration to fetch stock market data including options recommendations - [sh-patterson/fec-mcp-server](https://github.com/sh-patterson/fec-mcp-server) [![fec-mcp-server MCP server](https://glama.ai/mcp/servers/@sh-patterson/fec-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@sh-patterson/fec-mcp-server) 📇 ☁️ - Query FEC campaign finance data — search candidates, track donations, analyze spending, and monitor Super PAC activity via the OpenFEC API. - [ferdousbhai/tasty-agent](https://github.com/ferdousbhai/tasty-agent) 🐍 ☁️ - Tastyworks API integration to handle trading activities on Tastytrade From b39732c7719991d1acb6f0b0dfd2166fccddf0a3 Mon Sep 17 00:00:00 2001 From: Benedict Blessing Gbogr Date: Sun, 10 May 2026 20:10:48 +0000 Subject: [PATCH 135/355] Fix formatting and add Jungle-Grid MCP server entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16aa296d0..fce12f2b4 100644 --- a/README.md +++ b/README.md @@ -919,7 +919,7 @@ Tools and integrations that enhance the development workflow and environment man - [joshuarileydev/simulator-mcp-server](https://github.com/JoshuaRileyDev/simulator-mcp-server) 📇 🏠 - An MCP server to control iOS Simulators - [Jpisnice/shadcn-ui-mcp-server](https://github.com/Jpisnice/shadcn-ui-mcp-server) 📇 🏠 - MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata. - [jsdelivr/globalping-mcp-server](https://github.com/jsdelivr/globalping-mcp-server) 🎖️ 📇 ☁️ - The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world. -- [Jungle-Grid/mcp-server](https://github.com/Jungle-Grid/mcp-server) - MCP server for Jungle Grid, an agentic GPU execution layer that lets AI agents estimate, submit, monitor, and fetch logs for inference, training, fine-tuning, and batch workloads. [![Jungle-Grid/mcp-server MCP server](https://glama.ai/mcp/servers/Jungle-Grid/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Jungle-Grid/mcp-server) +- [Jungle-Grid/mcp-server](https://github.com/Jungle-Grid/mcp-server) 🎖️ 📇 ☁️ - MCP server for Jungle Grid, an agentic GPU execution layer that lets AI agents estimate, submit, monitor, and fetch logs for inference, training, fine-tuning, and batch workloads. [![Jungle-Grid/mcp-server MCP server](https://glama.ai/mcp/servers/Jungle-Grid/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Jungle-Grid/mcp-server) - [kadykov/mcp-openapi-schema-explorer](https://github.com/kadykov/mcp-openapi-schema-explorer) 📇 ☁️ 🏠 - Token-efficient access to OpenAPI/Swagger specs via MCP Resources. - [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. From 74d07c254c4c518d00b37f6f3c6301c8a8bdd107 Mon Sep 17 00:00:00 2001 From: Bit2beat Date: Sun, 10 May 2026 19:19:24 -0300 Subject: [PATCH 136/355] Add Bitrix24 MCP server by Bit2Beat --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..a24581db3 100644 --- a/README.md +++ b/README.md @@ -2626,3 +2626,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart +- [bitrix24-mcp](https://github.com/bit2beat/bitrix24-mcp) - MCP server that connects Claude to Bitrix24 — CRM, tasks, disk, calendar, automations and more. Built by [Bit2Beat](https://bit2beat.com). From 13630daf8e54f164922a45df1b391139031746fe Mon Sep 17 00:00:00 2001 From: Bit2beat Date: Sun, 10 May 2026 19:49:45 -0300 Subject: [PATCH 137/355] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a24581db3..603d7ff5e 100644 --- a/README.md +++ b/README.md @@ -2626,4 +2626,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart -- [bitrix24-mcp](https://github.com/bit2beat/bitrix24-mcp) - MCP server that connects Claude to Bitrix24 — CRM, tasks, disk, calendar, automations and more. Built by [Bit2Beat](https://bit2beat.com). +- 🔗 [bitrix24-mcp](https://github.com/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). From 11fe82f01f3dba5ca580babb9b3c46c9884510b5 Mon Sep 17 00:00:00 2001 From: Bit2beat Date: Sun, 10 May 2026 20:12:36 -0300 Subject: [PATCH 138/355] fix: move entry to Workplace section, use owner/repo name, add language emoji MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Moved bit2beat/bitrix24-mcp from end-of-file to Workplace & Productivity section - Renamed link text from bitrix24-mcp to bit2beat/bitrix24-mcp (owner/repo format) - Replaced 🔗 with language/platform emojis: 📇 🏠 🍎 🪟 🐧 Fixes: invalid-name, missing-emoji bot labels --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 603d7ff5e..9574e8e3a 100644 --- a/README.md +++ b/README.md @@ -2420,6 +2420,7 @@ Interact with Git repositories and version control platforms. Enables repository - [XJTLUmedia/AI-HR-Management-Toolkit](https://github.com/XJTLUmedia/AI-HR-Management-Toolkit) [![XJTLUmedia/AI-HR-Management-Toolkit MCP server](https://glama.ai/mcp/servers/XJTLUmedia/AI-HR-Management-Toolkit/badges/score.svg)](https://glama.ai/mcp/servers/XJTLUmedia/AI-HR-Management-Toolkit) 📇 🏠 🍎 🪟 🐧 - AI-powered resume parser and full Applicant Tracking System with 21 MCP tools. Parse PDFs, DOCX, TXT, Markdown, and URLs into structured JSON; extract skills, experience, and keywords; score and rank candidates; run a full ATS pipeline covering jobs, candidates, interviews, offers, notes, and analytics. 20 of 21 tools are 100% algorithmic — no API keys required. `npx -y mcp-ai-hr-management-toolkit` - [yoryocoruxo-ai/rendoc-mcp-server](https://github.com/yoryocoruxo-ai/rendoc-mcp-server) [![yoryocoruxo-ai/rendoc-mcp-server MCP server](https://glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - Generate professional PDF documents (invoices, contracts, reports, certificates) from reusable templates or inline HTML/Handlebars markup via the [rendoc](https://rendoc.dev) API. 7 tools for document generation, template management, and usage tracking. - [yuvalsuede/claudia](https://github.com/yuvalsuede/claudia) 📇 🏠 🍎 🪟 🐧 - AI-native task management system for Claude agents. Hierarchical tasks, dependencies, sprints, acceptance criteria, multi-agent coordination, and MCP server integration. +- [bit2beat/bitrix24-mcp](https://github.com/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). ### 🛠️ Other Tools and Integrations @@ -2625,5 +2626,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - -- 🔗 [bitrix24-mcp](https://github.com/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). + \ No newline at end of file From 0f3041e321da2b2606e98a22a9243c901a6daf37 Mon Sep 17 00:00:00 2001 From: Haowei <58520191+whw23@users.noreply.github.com> Date: Mon, 11 May 2026 10:46:33 +0800 Subject: [PATCH 139/355] Add whw23/searxng-http-mcp to Search & Data Extraction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..7412cdfc7 100644 --- a/README.md +++ b/README.md @@ -2092,6 +2092,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [Vincentwei1021/agent-toolbox](https://github.com/Vincentwei1021/agent-toolbox) [![agent-toolbox MCP server](https://glama.ai/mcp/servers/@Vincentwei1021/agent-toolbox/badges/score.svg)](https://glama.ai/mcp/servers/@Vincentwei1021/agent-toolbox) 📇 ☁️ 🍎 🪟 🐧 - Production-ready MCP server providing 13 tools for AI agents: web search, content extraction, screenshots, weather, finance, email validation, translation, news, GeoIP, WHOIS, DNS, PDF extraction, and QR code generation. 1,000 free calls/month, no setup required. - [webscraping-ai/webscraping-ai-mcp-server](https://github.com/webscraping-ai/webscraping-ai-mcp-server) 🎖️ 📇 ☁️ - Interact with [WebScraping.ai](https://webscraping.ai) for web data extraction and scraping. - [webpeel/webpeel](https://github.com/webpeel/webpeel) 📇 ☁️ 🏠 - Smart web fetcher for AI agents with auto-escalation from HTTP to headless browser to stealth mode. Includes 9 MCP tools: fetch, search, crawl, map, extract, batch, screenshot, jobs, and agent. Achieved 100% success rate on a 30-URL benchmark. +- [whw23/searxng-http-mcp](https://github.com/whw23/searxng_http_mcp) 🐍 ☁️ 🏠 - Self-contained SearXNG MCP server in Docker. 200+ search engines, 30+ categories, multi-page fanout, autocomplete, and engine discovery. Dual transport (HTTP + stdio), API key auth, and built-in SearXNG Web UI reverse proxy. Zero-install deploy. - [yamanoku/baseline-mcp-server](https://github.com/yamanoku/baseline-mcp-server) 📇 🏠 - MCP server that searches Baseline status using Web Platform API - [zhsama/duckduckgo-mcp-server](https://github.com/zhsama/duckduckgo-mpc-server/) 📇 🏠 ☁️ - This is a TypeScript-based MCP server that provides DuckDuckGo search functionality. - [zoharbabin/google-researcher-mcp](https://github.com/zoharbabin/google-researcher-mcp) [![google-researcher-mcp MCP server](https://glama.ai/mcp/servers/@zoharbabin/google-researcher-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@zoharbabin/google-researcher-mcp) 📇 ☁️ 🏠 - Comprehensive research tools including Google Search (web, news, images), web scraping with JavaScript rendering, academic paper search (arXiv, PubMed, IEEE), patent search, and YouTube transcript extraction. From 379dcfc5b88d28706d9cead49c2da4eeac4def4c Mon Sep 17 00:00:00 2001 From: Nicolas Primeau Date: Sun, 10 May 2026 22:59:59 -0400 Subject: [PATCH 140/355] Add artel to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..4f0dd0f3f 100644 --- a/README.md +++ b/README.md @@ -1663,6 +1663,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [n24q02m/mnemo-mcp](https://github.com/n24q02m/mnemo-mcp) [![mnemo-mcp MCP server](https://glama.ai/mcp/servers/@n24q02m/mnemo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@n24q02m/mnemo-mcp) 🐍 🏠 🍎 🪟 🐧 - Persistent AI memory with SQLite hybrid search (FTS5 + semantic). Built-in Qwen3 embedding, rclone sync across machines. Zero config, no cloud, no limits. - [ndjordjevic/pinrag](https://github.com/ndjordjevic/pinrag) [![ndjordjevic/pinrag MCP server](https://glama.ai/mcp/servers/ndjordjevic/pinrag/badges/score.svg)](https://glama.ai/mcp/servers/ndjordjevic/pinrag) 🐍 🏠 - RAG for PDFs, YouTube, GitHub repos, Discord exports; index documents and query with citations. - [nfemmanuel/iranti](https://github.com/nfemmanuel/iranti) 📇 🏠 ☁️ 🍎 🪟 🐧 - Persistent shared memory for AI coding agents. Stores facts as `entity/key/value` triples with hybrid semantic search, task checkpoints, and conflict resolution — shared across Claude Code, Codex CLI, and GitHub Copilot. +- [NicolasPrimeau/artel](https://github.com/NicolasPrimeau/artel) 🐍 🏠 🍎 🪟 🐧 - Self-hosted coordination layer for AI agent fleets. Shared semantic memory, tasks, agent-to-agent messages, session handoffs, and an async archivist that merges conflicts and synthesizes cross-agent knowledge. Any HTTP client participates — Claude Code, AutoGen, raw scripts. mDNS auto-discovery on the local network. - [nicholasglazer/gnosis-mcp](https://github.com/nicholasglazer/gnosis-mcp) 🐍 🏠 - Zero-config MCP server for searchable documentation. Loads markdown into SQLite (default) or PostgreSQL with FTS5/tsvector keyword search and optional pgvector hybrid semantic search. - [nonatofabio/local-faiss-mcp](https://github.com/nonatofabio/local_faiss_mcp) 🐍 🏠 🍎 🐧 - Local FAISS vector database for RAG with document ingestion (PDF/TXT/MD/DOCX), semantic search, re-ranking, and CLI tools for indexing and querying - [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. From 2caa75edbd76d0fab24e6533821c180d170b1337 Mon Sep 17 00:00:00 2001 From: decentraliser Date: Sun, 19 Apr 2026 14:36:12 +0000 Subject: [PATCH 141/355] Add EmblemCompany/Agent-skills MCP server to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..6091e8660 100644 --- a/README.md +++ b/README.md @@ -1295,6 +1295,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [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. - [douglasborthwick-crypto/mcp-server-insumer](https://github.com/douglasborthwick-crypto/mcp-server-insumer) [![mcp-server-insumer MCP server](https://glama.ai/mcp/servers/@douglasborthwick-crypto/mcp-server-insumer/badges/score.svg)](https://glama.ai/mcp/servers/@douglasborthwick-crypto/mcp-server-insumer) 📇 ☁️ - On-chain attestation across 31 blockchains. 25 tools: ECDSA-signed verification, wallet trust profiles, compliance templates, merchant onboarding, ACP/UCP commerce protocols. - [edge-claw/mood-booster-agent](https://github.com/edge-claw/mood-booster-agent) [![mood-booster-agent MCP server](https://glama.ai/mcp/servers/@edge-claw/mood-booster-agent/badges/score.svg)](https://glama.ai/mcp/servers/@edge-claw/mood-booster-agent) 📇 ☁️ - ERC-8004 registered AI Agent that delivers uplifting messages via MCP (SSE transport) with on-chain USDC tipping, ERC-8004 reputation feedback, and discovery across 6 chains. +- [EmblemCompany/Agent-skills](https://github.com/EmblemCompany/Agent-skills) [![EmblemCompany/Agent-skills MCP server](https://glama.ai/mcp/servers/EmblemCompany/Agent-skills/badges/score.svg)](https://glama.ai/mcp/servers/EmblemCompany/Agent-skills) 🎖️ 📇 ☁️ - 200+ crypto tools for AI agents across 7 blockchains (Solana, Ethereum, Base, BSC, Polygon, Hedera, Bitcoin). Swaps, DeFi yield, conditional orders, NFTs, cross-chain bridges, and market intelligence. Hosted MCP at `https://emblemvault.ai/api/mcp` with OAuth 2.0 + PKCE for one-line install in Claude Code, Cursor, Windsurf, and any MCP-compatible client. API key and x402 per-tool-call micropayments also supported. - [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). From f601b1e765559c2c82f88cb980844ba33db63b3f Mon Sep 17 00:00:00 2001 From: Pan Shan Shan Date: Mon, 11 May 2026 14:26:40 +0800 Subject: [PATCH 142/355] Add PsChina/deepseek-as-subagent under Coding Agents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..a2e5ab274 100644 --- a/README.md +++ b/README.md @@ -488,6 +488,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [OthmaneBlial/term_mcp_deepseek](https://github.com/OthmaneBlial/term_mcp_deepseek) 🐍 🏠 - A DeepSeek MCP-like Server for Terminal - [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) 🐍 🏠 🍎 🪟 🐧 - 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. - [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 cd82765e667e03ed153f1132e91eb604d8ed4837 Mon Sep 17 00:00:00 2001 From: Bidjaan Kassam Date: Mon, 11 May 2026 03:49:46 -0500 Subject: [PATCH 143/355] Add autonomad-travel to Travel & Transportation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AI travel agent over MCP — searches flights, hotels, activities, and events worldwide via Duffel + LiteAPI + Viator + Ticketmaster, then emits a deep-link to complete the booking on autonomad.ai. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..68c46323c 100644 --- a/README.md +++ b/README.md @@ -2316,6 +2316,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. +- [autonomad-travel](https://www.npmjs.com/package/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. - [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 521d28a61374d390f1342a7faef85bf49f46bddb Mon Sep 17 00:00:00 2001 From: ksterx Date: Mon, 11 May 2026 17:51:57 +0900 Subject: [PATCH 144/355] =?UTF-8?q?Add=20ksterx/srunx=20=E2=80=94=20SLURM?= =?UTF-8?q?=20MCP=20server=20to=20Code=20Execution?= 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 a58a33b32..ffd49fbb5 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,7 @@ Code execution servers. Allow LLMs to execute code in a secure environment, e.g. - [dagger/container-use](https://github.com/dagger/container-use) 🏎️ 🏠 🐧 🍎 🪟 - Containerized environments for coding agents. Multiple agents can work independently, isolated in fresh containers and git branches. No conflicts, many experiments. Full execution history, terminal access to agent environments, git workflow. Any agent/model/infra stack. - [gwbischof/outsource-mcp](https://github.com/gwbischof/outsource-mcp) 🐍 ☁️ - Give your AI assistant its own AI assistants. For example: "Could you ask openai to generate an image of a dog?" - [hileamlakB/PRIMS](https://github.com/hileamlakB/PRIMS) 🐍 🏠 – A Python Runtime Interpreter MCP Server that executes user-submitted code in an isolated environment. +- [ksterx/srunx](https://github.com/ksterx/srunx) 🐍 🏠 🐧 🍎 - MCP server for the SLURM workload manager. Submit jobs, run YAML workflows, monitor GPU resources, manage SSH profiles, and sync files to remote HPC clusters from natural language. 14 tools spanning local SLURM and SSH-remote clusters; companion CLI and FastAPI Web UI ship in the same package. - [mavdol/capsule/mcp-server](https://github.com/mavdol/capsule/tree/main/integrations/mcp-server) [![capsule-mcp-server MCP server](https://glama.ai/mcp/servers/mavdol/capsule-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/mavdol/capsule-mcp-server) 🦀 🏠 🍎 🪟 🐧 - Run untrusted Python/JavaScript code in WebAssembly sandboxes. - [HanSur94/matlab-mcp-server-python](https://github.com/HanSur94/matlab-mcp-server-python) [![HanSur94/matlab-mcp-server-python MCP server](https://glama.ai/mcp/servers/HanSur94/matlab-mcp-server-python/badges/score.svg)](https://glama.ai/mcp/servers/HanSur94/matlab-mcp-server-python) 🐍 🏠 🍎 🪟 🐧 - Connect AI agents to MATLAB — execute code, run async jobs with progress reporting, get interactive Plotly plots, expose custom .m functions as tools, and monitor via live dashboard. - [ouvreboite/openapi-to-mcp](https://github.com/ouvreboite/openapi-to-mcp) #️⃣ ☁️ - Lightweight MCP server to access any API using their OpenAPI specification. Supports OAuth2 and full JSON schema parameters and request body. From caa1f109e83b3fd7c088fdd68a1ed0ec894428da Mon Sep 17 00:00:00 2001 From: Bidjaan Kassam Date: Mon, 11 May 2026 04:34:57 -0500 Subject: [PATCH 145/355] Use github repo URL per maintainer bot request (npm URL rejected) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c46323c..7289c0450 100644 --- a/README.md +++ b/README.md @@ -2316,7 +2316,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. -- [autonomad-travel](https://www.npmjs.com/package/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). +- [Autonomad1/autonomad-travel](https://github.com/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. - [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 1fcebf10aef83950bd0f1f85f5eed2cb85498ff6 Mon Sep 17 00:00:00 2001 From: Saveliy Date: Mon, 11 May 2026 13:05:40 +0000 Subject: [PATCH 146/355] =?UTF-8?q?Add=20mnemostack=20MCP=20server=20?= =?UTF-8?q?=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 a58a33b32..407362b5c 100644 --- a/README.md +++ b/README.md @@ -1650,6 +1650,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [markmhendrickson/neotoma](https://github.com/markmhendrickson/neotoma) [![Neotoma MCP server](https://glama.ai/mcp/servers/markmhendrickson/neotoma/badges/score.svg)](https://glama.ai/mcp/servers/markmhendrickson/neotoma) 📇 🏠 🍎 🪟 🐧 - Deterministic state layer for AI agents. Stores versioned entities (contacts, tasks, transactions, decisions) with immutable observations, full provenance, and schema-first extraction. Local-first SQLite, cross-client memory across Claude, Cursor, ChatGPT, and OpenClaw. [Website](https://neotoma.io) - [mattjoyce/mcp-persona-sessions](https://github.com/mattjoyce/mcp-persona-sessions) 🐍 🏠 - Enable AI assistants to conduct structured, persona-driven sessions including interview preparation, personal reflection, and coaching conversations. Built-in timer management and performance evaluation tools. - [mem0ai/mem0-mcp](https://github.com/mem0ai/mem0-mcp) 🐍 🏠 - A Model Context Protocol server for Mem0 that helps manage coding preferences and patterns, providing tools for storing, retrieving and semantically handling code implementations, best practices and technical documentation in IDEs like Cursor and Windsurf +- [udjin-labs/mnemostack](https://github.com/udjin-labs/mnemostack) 🐍 🏠 🍎 🪟 🐧 - Durable hybrid memory for AI agents. Combines vector search, BM25, temporal retrieval, and optional Memgraph knowledge graph via reciprocal rank fusion. 6 MCP tools: health, search, answer, feedback, graph_query, graph_add_triple. Self-hosted with Qdrant backend. 82.5% strict accuracy on LoCoMo benchmark. `pip install 'mnemostack[mcp]'` - [tverney/mcp-agent-memory](https://github.com/tverney/mcp-agent-memory) [![tverney/mcp-agent-memory MCP server](https://glama.ai/mcp/servers/tverney/mcp-agent-memory/badges/score.svg)](https://glama.ai/mcp/servers/tverney/mcp-agent-memory) 📇 🏠 🍎 - Persistent agent memory via filesystem-native consolidation daemon. Agents read/write/search memory through MCP; a background daemon handles consolidation and extraction. Works with Kiro, Claude Desktop, Cursor, and any MCP client. `npx mcp-agent-memory --setup` - [memstate-ai/memstate-mcp](https://github.com/memstate-ai/memstate-mcp) [![memstate-mcp MCP server](https://glama.ai/mcp/servers/memstate-ai/memstate-mcp/badges/score.svg)](https://glama.ai/mcp/servers/memstate-ai/memstate-mcp) 📇 ☁️ - Versioned, structured memory for AI agents. Stores facts as keypaths with full version history, automatic conflict detection, and O(1) token retrieval. - [michael-denyer/memory-mcp](https://github.com/michael-denyer/memory-mcp) 🐍 🏠 🍎 🪟 🐧 - Two-tier memory with hot cache (instant injection) and cold semantic search. Auto-promotes frequently-used patterns, extracts knowledge from Claude outputs, and organizes via knowledge graph relationships. From efdcc1123f0167914f494564fcb1e2306c4fa65e Mon Sep 17 00:00:00 2001 From: Saveliy Date: Mon, 11 May 2026 13:42:37 +0000 Subject: [PATCH 147/355] Add Glama score badge for mnemostack --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 407362b5c..81cb47303 100644 --- a/README.md +++ b/README.md @@ -1650,7 +1650,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [markmhendrickson/neotoma](https://github.com/markmhendrickson/neotoma) [![Neotoma MCP server](https://glama.ai/mcp/servers/markmhendrickson/neotoma/badges/score.svg)](https://glama.ai/mcp/servers/markmhendrickson/neotoma) 📇 🏠 🍎 🪟 🐧 - Deterministic state layer for AI agents. Stores versioned entities (contacts, tasks, transactions, decisions) with immutable observations, full provenance, and schema-first extraction. Local-first SQLite, cross-client memory across Claude, Cursor, ChatGPT, and OpenClaw. [Website](https://neotoma.io) - [mattjoyce/mcp-persona-sessions](https://github.com/mattjoyce/mcp-persona-sessions) 🐍 🏠 - Enable AI assistants to conduct structured, persona-driven sessions including interview preparation, personal reflection, and coaching conversations. Built-in timer management and performance evaluation tools. - [mem0ai/mem0-mcp](https://github.com/mem0ai/mem0-mcp) 🐍 🏠 - A Model Context Protocol server for Mem0 that helps manage coding preferences and patterns, providing tools for storing, retrieving and semantically handling code implementations, best practices and technical documentation in IDEs like Cursor and Windsurf -- [udjin-labs/mnemostack](https://github.com/udjin-labs/mnemostack) 🐍 🏠 🍎 🪟 🐧 - Durable hybrid memory for AI agents. Combines vector search, BM25, temporal retrieval, and optional Memgraph knowledge graph via reciprocal rank fusion. 6 MCP tools: health, search, answer, feedback, graph_query, graph_add_triple. Self-hosted with Qdrant backend. 82.5% strict accuracy on LoCoMo benchmark. `pip install 'mnemostack[mcp]'` +- [udjin-labs/mnemostack](https://github.com/udjin-labs/mnemostack) [![udjin-labs/mnemostack MCP server](https://glama.ai/mcp/servers/udjin-labs/mnemostack/badges/score.svg)](https://glama.ai/mcp/servers/udjin-labs/mnemostack) 🐍 🏠 🍎 🪟 🐧 - Durable hybrid memory for AI agents. Combines vector search, BM25, temporal retrieval, and optional Memgraph knowledge graph via reciprocal rank fusion. 6 MCP tools: health, search, answer, feedback, graph_query, graph_add_triple. Self-hosted with Qdrant backend. 82.5% strict accuracy on LoCoMo benchmark. `pip install 'mnemostack[mcp]'` - [tverney/mcp-agent-memory](https://github.com/tverney/mcp-agent-memory) [![tverney/mcp-agent-memory MCP server](https://glama.ai/mcp/servers/tverney/mcp-agent-memory/badges/score.svg)](https://glama.ai/mcp/servers/tverney/mcp-agent-memory) 📇 🏠 🍎 - Persistent agent memory via filesystem-native consolidation daemon. Agents read/write/search memory through MCP; a background daemon handles consolidation and extraction. Works with Kiro, Claude Desktop, Cursor, and any MCP client. `npx mcp-agent-memory --setup` - [memstate-ai/memstate-mcp](https://github.com/memstate-ai/memstate-mcp) [![memstate-mcp MCP server](https://glama.ai/mcp/servers/memstate-ai/memstate-mcp/badges/score.svg)](https://glama.ai/mcp/servers/memstate-ai/memstate-mcp) 📇 ☁️ - Versioned, structured memory for AI agents. Stores facts as keypaths with full version history, automatic conflict detection, and O(1) token retrieval. - [michael-denyer/memory-mcp](https://github.com/michael-denyer/memory-mcp) 🐍 🏠 🍎 🪟 🐧 - Two-tier memory with hot cache (instant injection) and cold semantic search. Auto-promotes frequently-used patterns, extracts knowledge from Claude outputs, and organizes via knowledge graph relationships. From 0526a134599b8e23f5e8dd3b049ac3ba81df03ee Mon Sep 17 00:00:00 2001 From: Bit2beat Date: Mon, 11 May 2026 11:28:14 -0300 Subject: [PATCH 148/355] add Glama score badge to bitrix24-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9574e8e3a..1a7af1cb5 100644 --- a/README.md +++ b/README.md @@ -2420,7 +2420,7 @@ Interact with Git repositories and version control platforms. Enables repository - [XJTLUmedia/AI-HR-Management-Toolkit](https://github.com/XJTLUmedia/AI-HR-Management-Toolkit) [![XJTLUmedia/AI-HR-Management-Toolkit MCP server](https://glama.ai/mcp/servers/XJTLUmedia/AI-HR-Management-Toolkit/badges/score.svg)](https://glama.ai/mcp/servers/XJTLUmedia/AI-HR-Management-Toolkit) 📇 🏠 🍎 🪟 🐧 - AI-powered resume parser and full Applicant Tracking System with 21 MCP tools. Parse PDFs, DOCX, TXT, Markdown, and URLs into structured JSON; extract skills, experience, and keywords; score and rank candidates; run a full ATS pipeline covering jobs, candidates, interviews, offers, notes, and analytics. 20 of 21 tools are 100% algorithmic — no API keys required. `npx -y mcp-ai-hr-management-toolkit` - [yoryocoruxo-ai/rendoc-mcp-server](https://github.com/yoryocoruxo-ai/rendoc-mcp-server) [![yoryocoruxo-ai/rendoc-mcp-server MCP server](https://glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - Generate professional PDF documents (invoices, contracts, reports, certificates) from reusable templates or inline HTML/Handlebars markup via the [rendoc](https://rendoc.dev) API. 7 tools for document generation, template management, and usage tracking. - [yuvalsuede/claudia](https://github.com/yuvalsuede/claudia) 📇 🏠 🍎 🪟 🐧 - AI-native task management system for Claude agents. Hierarchical tasks, dependencies, sprints, acceptance criteria, multi-agent coordination, and MCP server integration. -- [bit2beat/bitrix24-mcp](https://github.com/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). +- [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). ### 🛠️ Other Tools and Integrations From d6228c24fa9d9285de5b63628e3a841008e719e6 Mon Sep 17 00:00:00 2001 From: Pan ShanShan Date: Mon, 11 May 2026 22:33:35 +0800 Subject: [PATCH 149/355] Add Glama score badge for deepseek-as-subagent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2e5ab274..32ce7ee46 100644 --- a/README.md +++ b/README.md @@ -488,7 +488,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [OthmaneBlial/term_mcp_deepseek](https://github.com/OthmaneBlial/term_mcp_deepseek) 🐍 🏠 - A DeepSeek MCP-like Server for Terminal - [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) 🐍 🏠 🍎 🪟 🐧 - 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. +- [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. - [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 36abe36ce7dec6d968b1b6ccfad3dcc1d0044adc Mon Sep 17 00:00:00 2001 From: Christopher Ferjo <270686917+hypeprinter007-stack@users.noreply.github.com> Date: Mon, 11 May 2026 07:53:01 -0700 Subject: [PATCH 150/355] =?UTF-8?q?Update=20anchor-x402-mcp:=2014=20tools?= =?UTF-8?q?=20(v0.2=20=E2=80=94=20adds=205=20LLM=20endpoints)?= 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 9b68b9ead..e5e0f0c92 100644 --- a/README.md +++ b/README.md @@ -1331,7 +1331,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [horustechltd/horus-flow-mcp](https://github.com/horustechltd/horus-flow-mcp) [![horustechltd/horus-flow-mcp MCP server](https://glama.ai/mcp/servers/horustechltd/horus-flow-mcp/badges/score.svg)](https://glama.ai/mcp/servers/horustechltd/horus-flow-mcp) 🐍 ☁️ - Institutional-grade crypto and US equity orderflow engine for real-time liquidity analysis and institutional alpha. - [Hovsteder/powersun-tron-mcp](https://github.com/Hovsteder/powersun-tron-mcp) [![Hovsteder/powersun-tron-mcp MCP server](https://glama.ai/mcp/servers/Hovsteder/powersun-tron-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Hovsteder/powersun-tron-mcp) 📇 ☁️ - TRON Energy & Bandwidth marketplace and DEX swap aggregator for AI agents. 27 tools for buying energy, swapping TRC-20 tokens via SunSwap DEX, selling resources, and earning passive income. Remote Streamable HTTP with 3 payment methods (API Key, HTTP 402, x402 USDC). - [HuggingAGI/mcp-baostock-server](https://github.com/HuggingAGI/mcp-baostock-server) 🐍 ☁️ - MCP server based on baostock, providing access and analysis capabilities for Chinese stock market data. -- [hypeprinter007-stack/anchor-x402-mcp](https://github.com/hypeprinter007-stack/anchor-x402-mcp) [![hypeprinter007-stack/anchor-x402-mcp MCP server](https://glama.ai/mcp/servers/hypeprinter007-stack/anchor-x402-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hypeprinter007-stack/anchor-x402-mcp) 📇 ☁️ - 9-tool MCP server for x402-paid commodity services on Base + Solana mainnet — dual-chain hash anchoring, OFAC sanctions screening, signed decision attestation, tx decode, ENS/SNS resolver, USD price, calldata decode, datetime parser, wallet intel. Pay-per-call USDC, no API keys. +- [hypeprinter007-stack/anchor-x402-mcp](https://github.com/hypeprinter007-stack/anchor-x402-mcp) [![hypeprinter007-stack/anchor-x402-mcp MCP server](https://glama.ai/mcp/servers/hypeprinter007-stack/anchor-x402-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hypeprinter007-stack/anchor-x402-mcp) 📇 ☁️ - 14 paid wallet & utility tools on Base + Solana. 9 commodity primitives — OFAC sanctions screen, bundled wallet intel (balances + activity + identity + sanctions in one call), dual-chain hash anchoring, signed decision attestations, mainnet tx + calldata decode, ENS + Bonfida SNS resolve, USD prices, datetime parse. Plus 5 universal LLM endpoints — roast, yes/no oracle with on-chain anchored verdict (Base + Solana), TL;DR (URL or text), aura read (color + tier + score), academic grade. Pay-per-call USDC via x402, no API keys, no accounts. Also runs a free hosted chatbot at chat.anchor-x402.com. - [ignaciohermosillacornejo/copilot-money-mcp](https://github.com/ignaciohermosillacornejo/copilot-money-mcp) [![ignaciohermosillacornejo/copilot-money-mcp MCP server](https://glama.ai/mcp/servers/ignaciohermosillacornejo/copilot-money-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ignaciohermosillacornejo/copilot-money-mcp) 📇 🏠 ☁️ 🍎 - Read and manage [Copilot Money](https://copilot.money) personal finance data — 30 tools for transactions, budgets, accounts, recurring charges, investments, and goals. Reads are 100% local from the Firestore cache; opt-in writes (`--write`) go directly to Copilot's GraphQL API. - [IndigoProtocol/indigo-mcp](https://github.com/IndigoProtocol/indigo-mcp) [![indigo-mcp MCP server](https://glama.ai/mcp/servers/IndigoProtocol/indigo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/IndigoProtocol/indigo-mcp) 📇 ☁️ 🏠 - MCP server for Indigo Protocol on Cardano — iAsset prices, CDP/loan analytics, stability pools, INDY staking, governance, and DEX data for LLM agents - [IndigoProtocol/cardano-mcp](https://github.com/IndigoProtocol/cardano-mcp) [![cardano-mcp MCP server](https://glama.ai/mcp/servers/IndigoProtocol/cardano-mcp/badges/score.svg)](https://glama.ai/mcp/servers/IndigoProtocol/cardano-mcp) 📇 ☁️ 🏠 - Cardano blockchain MCP server for wallet interactions — submit transactions, fetch addresses, read UTxOs, check balances, resolve ADAHandles, and check stake delegation From e094f3a269749fdfc25b3550bca20f676e5c14dd Mon Sep 17 00:00:00 2001 From: "Clay.Y.Tsai" <1125547678@qq.com> Date: Mon, 11 May 2026 23:06:36 +0800 Subject: [PATCH 151/355] Add Claynsn/agent-discovery-mcp to Finance & Fintech A minimal MCP server for ERC-8004 agent discovery + x402 payment using Coinbase's official x402-fetch SDK. Direct EOA signing alternative to heavier offerings; placed adjacent to similar entries (azeth-protocol). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..bc620d81c 100644 --- a/README.md +++ b/README.md @@ -1257,6 +1257,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [autonsol/sol-mcp](https://github.com/autonsol/sol-mcp) [![sol-mcp MCP server](https://glama.ai/mcp/servers/autonsol/sol-mcp/badges/score.svg)](https://glama.ai/mcp/servers/autonsol/sol-mcp) 📇 ☁️ - Solana token risk scoring and pump.fun graduation signals. Score any token by mint address (0-100 risk, risk_label, holder concentration, liquidity), detect graduation momentum (buy/sell ratio, velocity), and query trust attestations. Live API. Freemium — 4 free tools, PRO via x402 micropayments ($0.01/call USDC). - [vdalhambra/axiom-calculator-mcp](https://github.com/vdalhambra/axiom-calculator-mcp) [![axiom-calculator-mcp MCP server](https://glama.ai/mcp/servers/vdalhambra/axiom-calculator-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vdalhambra/axiom-calculator-mcp) 🐍 🏠 🍎 🪟 🐧 - Personal finance calculators — mortgage payments, compound interest, FIRE retirement number, loan comparison, true credit cost, and debt payoff. 8 tools, zero API keys, works with `uvx axiom-calculator-mcp`. - [azeth-protocol/mcp-server](https://github.com/azeth-protocol/mcp-server) [![mcp-azeth MCP server](https://glama.ai/mcp/servers/@azeth-protocol/mcp-azeth/badges/score.svg)](https://glama.ai/mcp/servers/@azeth-protocol/mcp-azeth) 📇 ☁️ - Trust infrastructure for the machine economy — non-custodial ERC-4337 smart accounts, x402 payments, on-chain reputation via ERC-8004, and service discovery for AI agents. +- [Claynsn/agent-discovery-mcp](https://github.com/Claynsn/agent-discovery-mcp) 📇 🏠 🍎 🪟 🐧 - Minimal MCP server (~250 lines TS) for ERC-8004 agent discovery + x402 payment. Three tools: `find_agents_by_skill` (via 8004scan public API), `get_agent_card`, `call_agent_with_payment` using Coinbase's official `x402-fetch`. Direct EOA signing — no smart account, no bundler, no relay. Works with Claude Code, OpenClaw, Cursor, Cline. USDC on Base/Ethereum + testnets, MIT. - [bakyang2/kr-crypto-intelligence](https://github.com/bakyang2/kr-crypto-intelligence) [![bakyang2/kr-crypto-intelligence MCP server](https://glama.ai/mcp/servers/bakyang2/kr-crypto-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/bakyang2/kr-crypto-intelligence) 🐍 ☁️ - Korean crypto market data + AI analysis for trading agents. 7 tools: AI market read ($0.10, 9 data sources + Claude AI signal), Kimchi Premium, stablecoin premium, Upbit/Bithumb prices, USD/KRW FX rate. Pay-per-use via x402 on Base/Solana. - [cuthongthai-vn/vimo-mcp-server](https://github.com/cuthongthai-vn/vimo-mcp-server) [![cuthongthai-vn/vimo-mcp-server MCP server](https://glama.ai/mcp/servers/cuthongthai-vn/vimo-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/cuthongthai-vn/vimo-mcp-server) 📇 ☁️ - Vietnam stock market intelligence — 35 tools: real-time SSI quotes, technical analysis, financial statements, stock screener (13 strategies), AI picks, foreign flow, macro indicators, and 13 investment playbook categories - [bankless/onchain-mcp](https://github.com/Bankless/onchain-mcp/) 📇 ☁️ - Bankless Onchain API to interact with smart contracts, query transaction and token information From d3cc638fa0e0cc0a2298f1310bdf5ff867a73c37 Mon Sep 17 00:00:00 2001 From: giuliohome <3272563+giuliohome@users.noreply.github.com> Date: Mon, 11 May 2026 17:20:11 +0200 Subject: [PATCH 152/355] Add Glama score badge to doc-manager entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccb04a27e..62c498c67 100644 --- a/README.md +++ b/README.md @@ -1601,7 +1601,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [darktw/usecortex-mcp](https://github.com/darktw/usecortex-mcp) [![darktw/usecortex-mcp MCP server](https://glama.ai/mcp/servers/darktw/usecortex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/darktw/usecortex-mcp) ☁️ - Persistent knowledge memory for AI agents. Two-way flow: read context into projects and write discoveries back. Structured by topic with AES-256 encryption. - [decisionnode/DecisionNode](https://github.com/decisionnode/DecisionNode) [![decisionnode/DecisionNode MCP server](https://glama.ai/mcp/servers/decisionnode/DecisionNode/badges/score.svg)](https://glama.ai/mcp/servers/decisionnode/DecisionNode) 📇 🏠 🍎 🪟 🐧 - Record development decisions as structured JSON, embed as vectors via Gemini, and search semantically over MCP. Shared store across Claude Code, Cursor, Windsurf, and any MCP client. CLI + MCP server, local-only, free Gemini embedding tier. - - [giuliohome-org/doc-manager](https://github.com/giuliohome-org/doc-manager) 🦀 ☁️ - Personal document vault on Azure Blob Storage with a built-in MCP server. Client-side AES-256-GCM zero-knowledge encryption: encrypted docs stay opaque to Claude, plaintext docs are fully readable, writable, and searchable from chat. +- [giuliohome-org/doc-manager](https://github.com/giuliohome-org/doc-manager) [![giuliohome-org/doc-manager MCP server](https://glama.ai/mcp/servers/giuliohome-org/doc-manager/badges/score.svg)](https://glama.ai/mcp/servers/giuliohome-org/doc-manager) 🦀 ☁️ - Personal document vault on Azure Blob Storage with a built-in MCP server. Client-side AES-256-GCM zero-knowledge encryption: encrypted docs stay opaque to Claude, plaintext docs are fully readable, writable, and searchable from chat. - [Destrayon/Connapse](https://github.com/Destrayon/Connapse) [![Destrayon/Connapse MCP server](https://glama.ai/mcp/servers/Destrayon/Connapse/badges/score.svg)](https://glama.ai/mcp/servers/Destrayon/Connapse) #️⃣ 🏠 🍎 🪟 🐧 - Self-hosted knowledge backend for AI agents with hybrid vector + keyword search, container-isolated indexes, and 11 MCP tools. .NET, Docker-ready. - [deusXmachina-dev/memorylane](https://github.com/deusXmachina-dev/memorylane) 📇 ☁️ 🏠 🍎 - Desktop app that captures screen activity via event-driven screenshots, stores AI-generated summaries and OCR text locally in SQLite, and exposes your activity history to AI assistants via MCP with semantic search, timeline browsing, and event detail retrieval. - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) 📇 ☁️ 🏠 - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. From 717c97a08954ac4714be225b32e4a09cad3ef6a5 Mon Sep 17 00:00:00 2001 From: SidneyBissoli Date: Mon, 11 May 2026 13:05:41 -0300 Subject: [PATCH 153/355] Add SidneyBissoli/medical-terminologies-mcp to Biology, Medicine and Bioinformatics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..98247b4b9 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [OHNLP/omop_mcp](https://github.com/OHNLP/omop_mcp) 🐍 🏠 ☁️ - Map clinical terminology to OMOP concepts using LLMs for healthcare data standardization and interoperability. - [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. +- [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. - [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 4edd83776fb507e374f1c5ff82b1198544655fe1 Mon Sep 17 00:00:00 2001 From: coreyhines Date: Mon, 11 May 2026 13:09:40 -0500 Subject: [PATCH 154/355] Add coreyhines/opnsense-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..58f5f245b 100644 --- a/README.md +++ b/README.md @@ -2131,6 +2131,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. +- [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. - [cyntrisec/cyntrisec-cli](https://github.com/cyntrisec/cyntrisec-cli) 🐍 🏠 - Local-first AWS security analyzer that discovers attack paths and generates remediations using graph theory. From 712fc712b5a6b28dd5f80deea14a7b6b88ad5cd3 Mon Sep 17 00:00:00 2001 From: Bidjaan Kassam Date: Mon, 11 May 2026 18:35:15 -0500 Subject: [PATCH 155/355] fix(autonomad-travel): add Glama score badge per bot request Resolves the glama-check bot block on PR #6193. The badge URL https://glama.ai/mcp/servers/Autonomad1/autonomad-travel/badges/score.svg is live and returns 200. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7289c0450..5b721da55 100644 --- a/README.md +++ b/README.md @@ -2316,7 +2316,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. -- [Autonomad1/autonomad-travel](https://github.com/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). +- [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. - [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 3529f477c708ba91eddb1b61fd0b03c282897156 Mon Sep 17 00:00:00 2001 From: Muse404 Date: Tue, 12 May 2026 08:54:09 +0800 Subject: [PATCH 156/355] Add musepy/genable to Developer Tools Write-side MCP server for Figma. Complements Figma's official read-only MCP. 41 tools for building and editing Figma designs from Claude Code, Cursor, Cline. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..5c52d6847 100644 --- a/README.md +++ b/README.md @@ -850,6 +850,7 @@ Tools and integrations that enhance the development workflow and environment man - [Daghis/teamcity-mcp](https://github.com/Daghis/teamcity-mcp) 📇 ☁️ 🍎 🪟 🐧 - MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching. - [darktw/chatpipe-mcp](https://github.com/darktw/chatpipe-mcp) [![darktw/chatpipe-mcp MCP server](https://glama.ai/mcp/servers/darktw/chatpipe-mcp/badges/score.svg)](https://glama.ai/mcp/servers/darktw/chatpipe-mcp) ☁️ - Publish HTML as live, shareable web pages from your AI coding agent. Instant URLs with access control (public, password-protected, email-restricted). - [dannote/figma-use](https://github.com/dannote/figma-use) 📇 🏠 - Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools. +- [musepy/genable](https://github.com/musepy/genable) 📇 🏠 🍎 🪟 🐧 - Write-side MCP for Figma — complements Figma's official read-only MCP. 41 tools for building and editing Figma designs from Claude Code, Cursor, Cline: JSX-like tree creation, variables/tokens, components, cross-page navigation, and visual verification via screenshots. Install: `npx -y genable-mcp`. - [davidan90/time-node-mcp](https://github.com/davidan90/time-node-mcp) 📇 🏠 - Timezone-aware date and time operations with support for IANA timezones, timezone conversion, and Daylight Saving Time handling. - [davidlin2k/pox-mcp-server](https://github.com/davidlin2k/pox-mcp-server) 🐍 🏠 - MCP server for the POX SDN controller to provides network control and management capabilities. - [delano/postman-mcp-server](https://github.com/delano/postman-mcp-server) 📇 ☁️ - Interact with [Postman API](https://www.postman.com/postman/postman-public-workspace/) From cd4ee982c581f5e513d81e520c5b07d4bd30bdca Mon Sep 17 00:00:00 2001 From: Muse404 Date: Tue, 12 May 2026 09:52:23 +0800 Subject: [PATCH 157/355] Add Glama score badge to musepy/genable entry Glama listing approved at https://glama.ai/mcp/servers/musepy/genable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c52d6847..08d6b5488 100644 --- a/README.md +++ b/README.md @@ -850,7 +850,7 @@ Tools and integrations that enhance the development workflow and environment man - [Daghis/teamcity-mcp](https://github.com/Daghis/teamcity-mcp) 📇 ☁️ 🍎 🪟 🐧 - MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching. - [darktw/chatpipe-mcp](https://github.com/darktw/chatpipe-mcp) [![darktw/chatpipe-mcp MCP server](https://glama.ai/mcp/servers/darktw/chatpipe-mcp/badges/score.svg)](https://glama.ai/mcp/servers/darktw/chatpipe-mcp) ☁️ - Publish HTML as live, shareable web pages from your AI coding agent. Instant URLs with access control (public, password-protected, email-restricted). - [dannote/figma-use](https://github.com/dannote/figma-use) 📇 🏠 - Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools. -- [musepy/genable](https://github.com/musepy/genable) 📇 🏠 🍎 🪟 🐧 - Write-side MCP for Figma — complements Figma's official read-only MCP. 41 tools for building and editing Figma designs from Claude Code, Cursor, Cline: JSX-like tree creation, variables/tokens, components, cross-page navigation, and visual verification via screenshots. Install: `npx -y genable-mcp`. +- [musepy/genable](https://github.com/musepy/genable) [![musepy/genable MCP server](https://glama.ai/mcp/servers/musepy/genable/badges/score.svg)](https://glama.ai/mcp/servers/musepy/genable) 📇 🏠 🍎 🪟 🐧 - Write-side MCP for Figma — complements Figma's official read-only MCP. 41 tools for building and editing Figma designs from Claude Code, Cursor, Cline: JSX-like tree creation, variables/tokens, components, cross-page navigation, and visual verification via screenshots. Install: `npx -y genable-mcp`. - [davidan90/time-node-mcp](https://github.com/davidan90/time-node-mcp) 📇 🏠 - Timezone-aware date and time operations with support for IANA timezones, timezone conversion, and Daylight Saving Time handling. - [davidlin2k/pox-mcp-server](https://github.com/davidlin2k/pox-mcp-server) 🐍 🏠 - MCP server for the POX SDN controller to provides network control and management capabilities. - [delano/postman-mcp-server](https://github.com/delano/postman-mcp-server) 📇 ☁️ - Interact with [Postman API](https://www.postman.com/postman/postman-public-workspace/) From 7f18b9e8c83cfb0bc15aa4c5ba4163cf602fa35f Mon Sep 17 00:00:00 2001 From: Areg Noya Date: Tue, 12 May 2026 00:28:18 -0700 Subject: [PATCH 158/355] Add Glama badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26a850532..24ce65ce0 100644 --- a/README.md +++ b/README.md @@ -1594,7 +1594,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [cipherfoxie/sovereign-mcp](https://github.com/cipherfoxie/sovereign-mcp) [![cipherfoxie/sovereign-mcp MCP server](https://glama.ai/mcp/servers/cipherfoxie/sovereign-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cipherfoxie/sovereign-mcp) 🐍 ☁️ 🐧 - MCP for the [Sovereign AI Blog](https://sovgrid.org), a hands-on engineering log of self-hosted AI on NVIDIA DGX Spark (GB10/SM121A). 44+ articles covering SGLang, Mistral, Voxtral, OpenClaw. Three tools: full-text search, article retrieval, and SGLang config validator for GB10 hardware. Free, no auth, no client-side tracking. `https://mcp.sovgrid.org/self-hosted-ai?ref=awesome-mcp` -- [CodeAbra/iai-mcp](https://github.com/CodeAbra/iai-mcp) 🐍 🏠 🍎 🐧 - Local memory daemon with three-tier storage (episodic/semantic/procedural), vector search via LanceDB + bge-small-en-v1.5, graph-based recall reranking, and sleep-cycle consolidation. AES-256 encrypted at rest. Verbatim recall >=99% at 10k records, p95 <100ms. Ambient capture via Claude Code Stop hook. +- [CodeAbra/iai-mcp](https://github.com/CodeAbra/iai-mcp) [![CodeAbra/iai-mcp MCP server](https://glama.ai/mcp/servers/CodeAbra/iai-mcp/badges/score.svg)](https://glama.ai/mcp/servers/CodeAbra/iai-mcp) 🐍 🏠 🍎 🐧 - Local memory daemon with three-tier storage (episodic/semantic/procedural), vector search via LanceDB + bge-small-en-v1.5, graph-based recall reranking, and sleep-cycle consolidation. AES-256 encrypted at rest. Verbatim recall >=99% at 10k records, p95 <100ms. Ambient capture via Claude Code Stop hook. - [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` - [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. - [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. From 3c564e5ad4090aa421e4cfaf24bc9c3f6a9a5b6a Mon Sep 17 00:00:00 2001 From: admin978 Date: Tue, 12 May 2026 09:39:00 +0200 Subject: [PATCH 159/355] Add canvas-mcp to Education --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..9096847ea 100644 --- a/README.md +++ b/README.md @@ -1171,6 +1171,7 @@ Provides access to documentation and shortcuts for working on embedded devices. MCP servers for learning management systems (LMS) and educational tools. +- [admin978/canvas-mcp](https://github.com/admin978/canvas-mcp) 🐍 🏠 🍎 🪟 🐧 - Local-first MCP server for Canvas LMS. Stdio transport, no third-party broker, token stays in `~/.canvas.env`. Exposes courses, assignments, modules, announcements, grades, planner items, upcoming events, todo, and bulk file dump as MCP tools. - [Connectry-io/connectrylab-architect-cert-mcp](https://github.com/Connectry-io/connectrylab-architect-cert-mcp) [![connectrylab-architect-cert-mcp MCP server](https://glama.ai/mcp/servers/Connectry-io/connectrylab-architect-cert-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Connectry-io/connectrylab-architect-cert-mcp) 📇 🏠 🍎 🪟 🐧 - Free certification prep for the Claude Certified Architect exam. 390 scenario-based questions, guided capstone build, 30 concept handouts, 6 reference projects, practice exams, interactive UI with clickable answer cards, glassmorphism progress dashboard, spaced repetition, and deterministic grading. - [RohanMuppa/brightspace-mcp-server](https://github.com/RohanMuppa/brightspace-mcp-server) [![brightspace-mcp-server MCP server](https://glama.ai/mcp/servers/@RohanMuppa/brightspace-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@RohanMuppa/brightspace-mcp-server) 📇 🏠 🍎 🪟 🐧 - MCP server for D2L Brightspace LMS. Check grades, due dates, assignments, announcements, syllabus, rosters, discussions, and course content. Works with any school that uses Brightspace. Install via `npx brightspace-mcp-server@latest`. From 3bc1a0dbbe55f41bf85c79dafe885e4d2a7b19f2 Mon Sep 17 00:00:00 2001 From: ErnestoCorona Date: Tue, 12 May 2026 10:55:24 +0200 Subject: [PATCH 160/355] Add kanboard-mcp (TypeScript) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..1fd6aa3cd 100644 --- a/README.md +++ b/README.md @@ -2384,6 +2384,7 @@ Interact with Git repositories and version control platforms. Enables repository - [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. - [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) 📇 🏠 🍎 🪟 🐧 - 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. - [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 43653d8f8113d2b6c4e3d2bbc014def8238e32fd Mon Sep 17 00:00:00 2001 From: admin978 Date: Tue, 12 May 2026 10:57:40 +0200 Subject: [PATCH 161/355] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9096847ea..cfe316bcc 100644 --- a/README.md +++ b/README.md @@ -1171,7 +1171,7 @@ Provides access to documentation and shortcuts for working on embedded devices. MCP servers for learning management systems (LMS) and educational tools. -- [admin978/canvas-mcp](https://github.com/admin978/canvas-mcp) 🐍 🏠 🍎 🪟 🐧 - Local-first MCP server for Canvas LMS. Stdio transport, no third-party broker, token stays in `~/.canvas.env`. Exposes courses, assignments, modules, announcements, grades, planner items, upcoming events, todo, and bulk file dump as MCP tools. +- [admin978/canvas-mcp](https://github.com/admin978/canvas-mcp) [![admin978/canvas-mcp MCP server](https://glama.ai/mcp/servers/admin978/canvas-mcp/badges/score.svg)](https://glama.ai/mcp/servers/admin978/canvas-mcp) 🐍 🏠 🍎 🪟 🐧 - Local-first MCP server for Canvas LMS. Stdio transport, no third-party broker, token stays in `~/.canvas.env`. Exposes courses, assignments, modules, announcements, grades, planner items, upcoming events, todo, and bulk file dump as MCP tools. - [Connectry-io/connectrylab-architect-cert-mcp](https://github.com/Connectry-io/connectrylab-architect-cert-mcp) [![connectrylab-architect-cert-mcp MCP server](https://glama.ai/mcp/servers/Connectry-io/connectrylab-architect-cert-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Connectry-io/connectrylab-architect-cert-mcp) 📇 🏠 🍎 🪟 🐧 - Free certification prep for the Claude Certified Architect exam. 390 scenario-based questions, guided capstone build, 30 concept handouts, 6 reference projects, practice exams, interactive UI with clickable answer cards, glassmorphism progress dashboard, spaced repetition, and deterministic grading. - [RohanMuppa/brightspace-mcp-server](https://github.com/RohanMuppa/brightspace-mcp-server) [![brightspace-mcp-server MCP server](https://glama.ai/mcp/servers/@RohanMuppa/brightspace-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@RohanMuppa/brightspace-mcp-server) 📇 🏠 🍎 🪟 🐧 - MCP server for D2L Brightspace LMS. Check grades, due dates, assignments, announcements, syllabus, rosters, discussions, and course content. Works with any school that uses Brightspace. Install via `npx brightspace-mcp-server@latest`. From 630b8d77bfb8aed056a450e97bc003ba5fa476c3 Mon Sep 17 00:00:00 2001 From: ErnestoCorona Date: Tue, 12 May 2026 11:28:56 +0200 Subject: [PATCH 162/355] Add Glama score badge to kanboard-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fd6aa3cd..c5e1f2dc2 100644 --- a/README.md +++ b/README.md @@ -2384,7 +2384,7 @@ Interact with Git repositories and version control platforms. Enables repository - [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. - [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) 📇 🏠 🍎 🪟 🐧 - 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. +- [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. - [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 9da108da008cde6f32b99ef24259fc5a14c5108c Mon Sep 17 00:00:00 2001 From: FalsifyLab Date: Tue, 12 May 2026 23:47:52 +0900 Subject: [PATCH 163/355] Add FalsifyLab Alpha to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..d736719c3 100644 --- a/README.md +++ b/README.md @@ -1303,6 +1303,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [hifriendbot/agentwallet-mcp](https://github.com/hifriendbot/agentwallet-mcp) [![hifriendbot/agentwallet-mcp MCP server](https://glama.ai/mcp/servers/hifriendbot/agentwallet-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hifriendbot/agentwallet-mcp) 📇 ☁️ - Permissionless wallet infrastructure for AI agents. 29 tools for wallet creation, transaction signing, token transfers, and x402 payments across all EVM chains and Solana. No KYC, no API keys — agents pay with USDC. - [etbars/vibetrader-mcp](https://github.com/etbars/vibetrader-mcp) 🐍 ☁️ - AI-powered trading bot platform. Create automated trading strategies with natural language via Alpaca brokerage. - [evan-moon/firma](https://github.com/evan-moon/firma) [![evan-moon/firma MCP server](https://glama.ai/mcp/servers/evan-moon/firma/badges/score.svg)](https://glama.ai/mcp/servers/evan-moon/firma) 📇 🏠 🍎 🪟 🐧 - Local-first CLI asset tracker for overseas stock investors with Claude Desktop MCP integration. 13 tools for portfolio tracking, net worth snapshots, cash flow analysis, and market research (earnings, insider trades, SEC filings) via Finnhub. Install: `npm install -g firma-app`. +- [FalsifyLab/falsifylab-alpha-mcp](https://github.com/FalsifyLab/falsifylab-alpha-mcp) 🐍 ☁️ - Eight tools surfacing FalsifyLab daily alpha: top DeFi yield farms (emissions-stripped real APY), Hyperliquid vault leaderboard, SEC Form 4 insider buy clusters, SEC 8-K material filings, macro tape (SPX/VIX/UST/DXY/GOLD/BTC/ETH), US spot crypto ETF flows, active airdrop / points-farm radar, Polymarket whales. `pip install falsifylab-alpha-mcp` - [Fan Token Intel MCP](https://github.com/BrunoPessoa22/chiliz-marketing-intel) 🐍 ☁️ - 67+ tools for fan token intelligence: whale flows, signal scores, sports calendar, backtesting, DEX trading, social sentiment. SSE transport with Bearer auth. - [fernsugi/x402-api-server](https://github.com/fernsugi/x402-api-server/tree/main/mcp-server) [![x402-api MCP server](https://glama.ai/mcp/servers/fernsugi/x402-api/badges/score.svg)](https://glama.ai/mcp/servers/fernsugi/x402-api) 📇 ☁️ - Pay-per-call DeFi data API for AI agents via x402 micropayments (USDC on Base). 8 endpoints: price feeds, gas tracker, DEX quotes, whale tracker, yield scanner, funding rates, token scanner, wallet profiler. No API keys needed. - [ferdousbhai/investor-agent](https://github.com/ferdousbhai/investor-agent) 🐍 ☁️ - Yahoo Finance integration to fetch stock market data including options recommendations From 5a84bc557eb3ae30efac58b3ed25ce7d05d649c3 Mon Sep 17 00:00:00 2001 From: Christian Verhoeven Date: Tue, 12 May 2026 15:54:49 -0700 Subject: [PATCH 164/355] Add agentcentral MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..839b342a7 100644 --- a/README.md +++ b/README.md @@ -1178,6 +1178,7 @@ MCP servers for learning management systems (LMS) and educational tools. MCP servers for e-commerce platforms and online store management. +- [agentcentral](https://github.com/agentcentral-to/agent-central-mcp) 📇 ☁️ - Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, and other AI clients, exposing inventory, orders, catalog, finance, fulfillment, and advertising data through a remote MCP endpoint. - [agentlux/agentlux-mcp](https://github.com/agentlux/agentlux-mcp) [![agentlux/agentlux-mcp MCP server](https://glama.ai/mcp/servers/agentlux/agentlux-mcp/badges/score.svg)](https://glama.ai/mcp/servers/agentlux/agentlux-mcp) 📇 ☁️ 🍎 🪟 🐧 - Agent marketplace and services MCP server for AgentLux. Browse marketplace items, manage agent identity, creator workflows, service hires, social flows, and Base/x402 commerce through 33 tools. Install via `npx -y @agentlux/mcp-server`. - [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) From f812a0503ec92cb464f623f62b54a9270f089496 Mon Sep 17 00:00:00 2001 From: Christian Verhoeven Date: Tue, 12 May 2026 19:17:43 -0700 Subject: [PATCH 165/355] Fix agentcentral listing format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 839b342a7..541b27a57 100644 --- a/README.md +++ b/README.md @@ -1178,7 +1178,7 @@ MCP servers for learning management systems (LMS) and educational tools. MCP servers for e-commerce platforms and online store management. -- [agentcentral](https://github.com/agentcentral-to/agent-central-mcp) 📇 ☁️ - Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, and other AI clients, exposing inventory, orders, catalog, finance, fulfillment, and advertising data through a remote MCP endpoint. +- [agentcentral-to/agent-central-mcp](https://github.com/agentcentral-to/agent-central-mcp) [![agentcentral-to/agent-central-mcp MCP server](https://glama.ai/mcp/servers/agentcentral-to/agent-central-mcp/badges/score.svg)](https://glama.ai/mcp/servers/agentcentral-to/agent-central-mcp) 📇 ☁️ - Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, and other AI clients, exposing inventory, orders, catalog, finance, fulfillment, and advertising data through a remote MCP endpoint. - [agentlux/agentlux-mcp](https://github.com/agentlux/agentlux-mcp) [![agentlux/agentlux-mcp MCP server](https://glama.ai/mcp/servers/agentlux/agentlux-mcp/badges/score.svg)](https://glama.ai/mcp/servers/agentlux/agentlux-mcp) 📇 ☁️ 🍎 🪟 🐧 - Agent marketplace and services MCP server for AgentLux. Browse marketplace items, manage agent identity, creator workflows, service hires, social flows, and Base/x402 commerce through 33 tools. Install via `npx -y @agentlux/mcp-server`. - [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) From b60845499ea348103f199980e9992947cbde5323 Mon Sep 17 00:00:00 2001 From: Nicolas Primeau Date: Tue, 12 May 2026 22:47:40 -0400 Subject: [PATCH 166/355] Add Glama score badge for NicolasPrimeau/artel; tighten description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Glama listing is live: https://glama.ai/mcp/servers/NicolasPrimeau/artel Badge SVG: https://glama.ai/mcp/servers/NicolasPrimeau/artel/badges/score.svg Also tightened the description to match the project's repositioned pitch ("Infrastructure for AI teams.") — the badge insertion was the trigger for the edit, the description refresh comes along. 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 4f0dd0f3f..cf16dde06 100644 --- a/README.md +++ b/README.md @@ -1663,7 +1663,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [n24q02m/mnemo-mcp](https://github.com/n24q02m/mnemo-mcp) [![mnemo-mcp MCP server](https://glama.ai/mcp/servers/@n24q02m/mnemo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@n24q02m/mnemo-mcp) 🐍 🏠 🍎 🪟 🐧 - Persistent AI memory with SQLite hybrid search (FTS5 + semantic). Built-in Qwen3 embedding, rclone sync across machines. Zero config, no cloud, no limits. - [ndjordjevic/pinrag](https://github.com/ndjordjevic/pinrag) [![ndjordjevic/pinrag MCP server](https://glama.ai/mcp/servers/ndjordjevic/pinrag/badges/score.svg)](https://glama.ai/mcp/servers/ndjordjevic/pinrag) 🐍 🏠 - RAG for PDFs, YouTube, GitHub repos, Discord exports; index documents and query with citations. - [nfemmanuel/iranti](https://github.com/nfemmanuel/iranti) 📇 🏠 ☁️ 🍎 🪟 🐧 - Persistent shared memory for AI coding agents. Stores facts as `entity/key/value` triples with hybrid semantic search, task checkpoints, and conflict resolution — shared across Claude Code, Codex CLI, and GitHub Copilot. -- [NicolasPrimeau/artel](https://github.com/NicolasPrimeau/artel) 🐍 🏠 🍎 🪟 🐧 - Self-hosted coordination layer for AI agent fleets. Shared semantic memory, tasks, agent-to-agent messages, session handoffs, and an async archivist that merges conflicts and synthesizes cross-agent knowledge. Any HTTP client participates — Claude Code, AutoGen, raw scripts. mDNS auto-discovery on the local network. +- [NicolasPrimeau/artel](https://github.com/NicolasPrimeau/artel) [![NicolasPrimeau/artel MCP server](https://glama.ai/mcp/servers/NicolasPrimeau/artel/badges/score.svg)](https://glama.ai/mcp/servers/NicolasPrimeau/artel) 🐍 🏠 🍎 🪟 🐧 - Infrastructure for AI teams. One self-hosted server gives a fleet of agents shared semantic memory, tasks, agent-to-agent messages, session handoffs, and a background archivist that synthesizes cross-agent knowledge. Any HTTP client participates — Claude Code, AutoGen, raw scripts. - [nicholasglazer/gnosis-mcp](https://github.com/nicholasglazer/gnosis-mcp) 🐍 🏠 - Zero-config MCP server for searchable documentation. Loads markdown into SQLite (default) or PostgreSQL with FTS5/tsvector keyword search and optional pgvector hybrid semantic search. - [nonatofabio/local-faiss-mcp](https://github.com/nonatofabio/local_faiss_mcp) 🐍 🏠 🍎 🐧 - Local FAISS vector database for RAG with document ingestion (PDF/TXT/MD/DOCX), semantic search, re-ranking, and CLI tools for indexing and querying - [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. From af9ec5ba9411adafc7b4228a98dba2bc81ff082a Mon Sep 17 00:00:00 2001 From: Kosuke Ishikawa <76713276+ksterx@users.noreply.github.com> Date: Wed, 13 May 2026 15:08:28 +0900 Subject: [PATCH 167/355] Add badge for ksterx/srunx MCP server Added a badge for ksterx/srunx MCP server to the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffd49fbb5..49923930d 100644 --- a/README.md +++ b/README.md @@ -438,7 +438,7 @@ Code execution servers. Allow LLMs to execute code in a secure environment, e.g. - [dagger/container-use](https://github.com/dagger/container-use) 🏎️ 🏠 🐧 🍎 🪟 - Containerized environments for coding agents. Multiple agents can work independently, isolated in fresh containers and git branches. No conflicts, many experiments. Full execution history, terminal access to agent environments, git workflow. Any agent/model/infra stack. - [gwbischof/outsource-mcp](https://github.com/gwbischof/outsource-mcp) 🐍 ☁️ - Give your AI assistant its own AI assistants. For example: "Could you ask openai to generate an image of a dog?" - [hileamlakB/PRIMS](https://github.com/hileamlakB/PRIMS) 🐍 🏠 – A Python Runtime Interpreter MCP Server that executes user-submitted code in an isolated environment. -- [ksterx/srunx](https://github.com/ksterx/srunx) 🐍 🏠 🐧 🍎 - MCP server for the SLURM workload manager. Submit jobs, run YAML workflows, monitor GPU resources, manage SSH profiles, and sync files to remote HPC clusters from natural language. 14 tools spanning local SLURM and SSH-remote clusters; companion CLI and FastAPI Web UI ship in the same package. +- [ksterx/srunx](https://github.com/ksterx/srunx) 🐍 🏠 🐧 🍎 - MCP server for the SLURM workload manager. Submit jobs, run YAML workflows, monitor GPU resources, manage SSH profiles, and sync files to remote HPC clusters from natural language. 14 tools spanning local SLURM and SSH-remote clusters; companion CLI and FastAPI Web UI ship in the same package. [![ksterx/srunx MCP server](https://glama.ai/mcp/servers/ksterx/srunx/badges/score.svg)](https://glama.ai/mcp/servers/ksterx/srunx) - [mavdol/capsule/mcp-server](https://github.com/mavdol/capsule/tree/main/integrations/mcp-server) [![capsule-mcp-server MCP server](https://glama.ai/mcp/servers/mavdol/capsule-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/mavdol/capsule-mcp-server) 🦀 🏠 🍎 🪟 🐧 - Run untrusted Python/JavaScript code in WebAssembly sandboxes. - [HanSur94/matlab-mcp-server-python](https://github.com/HanSur94/matlab-mcp-server-python) [![HanSur94/matlab-mcp-server-python MCP server](https://glama.ai/mcp/servers/HanSur94/matlab-mcp-server-python/badges/score.svg)](https://glama.ai/mcp/servers/HanSur94/matlab-mcp-server-python) 🐍 🏠 🍎 🪟 🐧 - Connect AI agents to MATLAB — execute code, run async jobs with progress reporting, get interactive Plotly plots, expose custom .m functions as tools, and monitor via live dashboard. - [ouvreboite/openapi-to-mcp](https://github.com/ouvreboite/openapi-to-mcp) #️⃣ ☁️ - Lightweight MCP server to access any API using their OpenAPI specification. Supports OAuth2 and full JSON schema parameters and request body. From f34dba954a23793f43dfaa3094bd9c20e93b8174 Mon Sep 17 00:00:00 2001 From: Kosuke Ishikawa <76713276+ksterx@users.noreply.github.com> Date: Wed, 13 May 2026 16:00:44 +0900 Subject: [PATCH 168/355] Fix duplicate entry for ksterx/srunx in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49923930d..9bee89dc2 100644 --- a/README.md +++ b/README.md @@ -438,7 +438,7 @@ Code execution servers. Allow LLMs to execute code in a secure environment, e.g. - [dagger/container-use](https://github.com/dagger/container-use) 🏎️ 🏠 🐧 🍎 🪟 - Containerized environments for coding agents. Multiple agents can work independently, isolated in fresh containers and git branches. No conflicts, many experiments. Full execution history, terminal access to agent environments, git workflow. Any agent/model/infra stack. - [gwbischof/outsource-mcp](https://github.com/gwbischof/outsource-mcp) 🐍 ☁️ - Give your AI assistant its own AI assistants. For example: "Could you ask openai to generate an image of a dog?" - [hileamlakB/PRIMS](https://github.com/hileamlakB/PRIMS) 🐍 🏠 – A Python Runtime Interpreter MCP Server that executes user-submitted code in an isolated environment. -- [ksterx/srunx](https://github.com/ksterx/srunx) 🐍 🏠 🐧 🍎 - MCP server for the SLURM workload manager. Submit jobs, run YAML workflows, monitor GPU resources, manage SSH profiles, and sync files to remote HPC clusters from natural language. 14 tools spanning local SLURM and SSH-remote clusters; companion CLI and FastAPI Web UI ship in the same package. [![ksterx/srunx MCP server](https://glama.ai/mcp/servers/ksterx/srunx/badges/score.svg)](https://glama.ai/mcp/servers/ksterx/srunx) +- [ksterx/srunx](https://github.com/ksterx/srunx) [![ksterx/srunx MCP server](https://glama.ai/mcp/servers/ksterx/srunx/badges/score.svg)](https://glama.ai/mcp/servers/ksterx/srunx) 🐍 🏠 🐧 🍎 - MCP server for the SLURM workload manager. Submit jobs, run YAML workflows, monitor GPU resources, manage SSH profiles, and sync files to remote HPC clusters from natural language. 14 tools spanning local SLURM and SSH-remote clusters; companion CLI and FastAPI Web UI ship in the same package. - [mavdol/capsule/mcp-server](https://github.com/mavdol/capsule/tree/main/integrations/mcp-server) [![capsule-mcp-server MCP server](https://glama.ai/mcp/servers/mavdol/capsule-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/mavdol/capsule-mcp-server) 🦀 🏠 🍎 🪟 🐧 - Run untrusted Python/JavaScript code in WebAssembly sandboxes. - [HanSur94/matlab-mcp-server-python](https://github.com/HanSur94/matlab-mcp-server-python) [![HanSur94/matlab-mcp-server-python MCP server](https://glama.ai/mcp/servers/HanSur94/matlab-mcp-server-python/badges/score.svg)](https://glama.ai/mcp/servers/HanSur94/matlab-mcp-server-python) 🐍 🏠 🍎 🪟 🐧 - Connect AI agents to MATLAB — execute code, run async jobs with progress reporting, get interactive Plotly plots, expose custom .m functions as tools, and monitor via live dashboard. - [ouvreboite/openapi-to-mcp](https://github.com/ouvreboite/openapi-to-mcp) #️⃣ ☁️ - Lightweight MCP server to access any API using their OpenAPI specification. Supports OAuth2 and full JSON schema parameters and request body. From 2af0300005410b69608a06b489de858e514b2aaf Mon Sep 17 00:00:00 2001 From: Greg Konush <12027037+gregkonush@users.noreply.github.com> Date: Wed, 13 May 2026 03:42:21 -0700 Subject: [PATCH 169/355] Add Bilig WorkPaper MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..fb3728332 100644 --- a/README.md +++ b/README.md @@ -2401,6 +2401,7 @@ Interact with Git repositories and version control platforms. Enables repository - [MarkusPfundstein/mcp-gsuite](https://github.com/MarkusPfundstein/mcp-gsuite) 🐍 ☁️ - Integration with gmail and Google Calendar. - [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. - [prompeteer/prompeteer-mcp](https://github.com/prompeteer/prompeteer-mcp) [![prompeteer-mcp MCP server](https://glama.ai/mcp/servers/@prompeteer/prompeteer-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@prompeteer/prompeteer-mcp) 📇 ☁️ - Generate A+ prompts for ChatGPT, Claude, Midjourney, and 130+ AI platforms. Score quality across 16 dimensions and manage your prompt library with PromptDrive. +- [proompteng/bilig](https://github.com/proompteng/bilig) 📇 🏠 - Headless WorkPaper MCP server for spreadsheet formulas, workbook edits, JSON persistence, and verified readback from TypeScript services. - [SparkSheets/sparksheets-mcp](https://github.com/saikiyusuke/sparksheets-mcp) 📇 ☁️ - AI-native collaborative spreadsheet MCP server for session management, knowledge base, task tracking, and sheet operations. Integrates with Claude Code, Cursor, and Cline. - [Startvest-LLC/idealift-mcp-server](https://github.com/Startvest-LLC/idealift-mcp-server) [![idealift-mcp-server MCP server](https://glama.ai/mcp/servers/Startvest-LLC/idealift-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Startvest-LLC/idealift-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - Decision intelligence MCP server with signal aggregation, RICE scoring, and decision audit trails. Captures product feedback from Slack, Teams, Discord, and GitHub. - [takumi0706/google-calendar-mcp](https://github.com/takumi0706/google-calendar-mcp) 📇 ☁️ - An MCP server to interface with the Google Calendar API. Based on TypeScript. From 49b41c2fefc67704e75ce0bf76e6226c594f4993 Mon Sep 17 00:00:00 2001 From: Greg Konush <12027037+gregkonush@users.noreply.github.com> Date: Wed, 13 May 2026 03:58:04 -0700 Subject: [PATCH 170/355] Add Glama badge for Bilig WorkPaper MCP server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb3728332..6c67e3cae 100644 --- a/README.md +++ b/README.md @@ -2401,7 +2401,7 @@ Interact with Git repositories and version control platforms. Enables repository - [MarkusPfundstein/mcp-gsuite](https://github.com/MarkusPfundstein/mcp-gsuite) 🐍 ☁️ - Integration with gmail and Google Calendar. - [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. - [prompeteer/prompeteer-mcp](https://github.com/prompeteer/prompeteer-mcp) [![prompeteer-mcp MCP server](https://glama.ai/mcp/servers/@prompeteer/prompeteer-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@prompeteer/prompeteer-mcp) 📇 ☁️ - Generate A+ prompts for ChatGPT, Claude, Midjourney, and 130+ AI platforms. Score quality across 16 dimensions and manage your prompt library with PromptDrive. -- [proompteng/bilig](https://github.com/proompteng/bilig) 📇 🏠 - Headless WorkPaper MCP server for spreadsheet formulas, workbook edits, JSON persistence, and verified readback from TypeScript services. +- [proompteng/bilig](https://github.com/proompteng/bilig) [![proompteng/bilig MCP server](https://glama.ai/mcp/servers/proompteng/bilig/badges/score.svg)](https://glama.ai/mcp/servers/proompteng/bilig) 📇 🏠 - Headless WorkPaper MCP server for spreadsheet formulas, workbook edits, JSON persistence, and verified readback from TypeScript services. - [SparkSheets/sparksheets-mcp](https://github.com/saikiyusuke/sparksheets-mcp) 📇 ☁️ - AI-native collaborative spreadsheet MCP server for session management, knowledge base, task tracking, and sheet operations. Integrates with Claude Code, Cursor, and Cline. - [Startvest-LLC/idealift-mcp-server](https://github.com/Startvest-LLC/idealift-mcp-server) [![idealift-mcp-server MCP server](https://glama.ai/mcp/servers/Startvest-LLC/idealift-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Startvest-LLC/idealift-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - Decision intelligence MCP server with signal aggregation, RICE scoring, and decision audit trails. Captures product feedback from Slack, Teams, Discord, and GitHub. - [takumi0706/google-calendar-mcp](https://github.com/takumi0706/google-calendar-mcp) 📇 ☁️ - An MCP server to interface with the Google Calendar API. Based on TypeScript. From 2a52dc9132ca6a2e92fdf57a7027b6f8a6c2c95d Mon Sep 17 00:00:00 2001 From: FalsifyLab Date: Wed, 13 May 2026 20:23:45 +0900 Subject: [PATCH 171/355] Add Glama badge + update to 9-tool description per maintainer bot feedback (PR #6254) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d736719c3..fb713780f 100644 --- a/README.md +++ b/README.md @@ -1303,7 +1303,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [hifriendbot/agentwallet-mcp](https://github.com/hifriendbot/agentwallet-mcp) [![hifriendbot/agentwallet-mcp MCP server](https://glama.ai/mcp/servers/hifriendbot/agentwallet-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hifriendbot/agentwallet-mcp) 📇 ☁️ - Permissionless wallet infrastructure for AI agents. 29 tools for wallet creation, transaction signing, token transfers, and x402 payments across all EVM chains and Solana. No KYC, no API keys — agents pay with USDC. - [etbars/vibetrader-mcp](https://github.com/etbars/vibetrader-mcp) 🐍 ☁️ - AI-powered trading bot platform. Create automated trading strategies with natural language via Alpaca brokerage. - [evan-moon/firma](https://github.com/evan-moon/firma) [![evan-moon/firma MCP server](https://glama.ai/mcp/servers/evan-moon/firma/badges/score.svg)](https://glama.ai/mcp/servers/evan-moon/firma) 📇 🏠 🍎 🪟 🐧 - Local-first CLI asset tracker for overseas stock investors with Claude Desktop MCP integration. 13 tools for portfolio tracking, net worth snapshots, cash flow analysis, and market research (earnings, insider trades, SEC filings) via Finnhub. Install: `npm install -g firma-app`. -- [FalsifyLab/falsifylab-alpha-mcp](https://github.com/FalsifyLab/falsifylab-alpha-mcp) 🐍 ☁️ - Eight tools surfacing FalsifyLab daily alpha: top DeFi yield farms (emissions-stripped real APY), Hyperliquid vault leaderboard, SEC Form 4 insider buy clusters, SEC 8-K material filings, macro tape (SPX/VIX/UST/DXY/GOLD/BTC/ETH), US spot crypto ETF flows, active airdrop / points-farm radar, Polymarket whales. `pip install falsifylab-alpha-mcp` +- [FalsifyLab/falsifylab-alpha-mcp](https://github.com/FalsifyLab/falsifylab-alpha-mcp) [![FalsifyLab/falsifylab-alpha-mcp MCP server](https://glama.ai/mcp/servers/FalsifyLab/falsifylab-alpha-mcp/badges/score.svg)](https://glama.ai/mcp/servers/FalsifyLab/falsifylab-alpha-mcp) 🐍 ☁️ - 9 MCP tools surfacing FalsifyLab public-market research data: DeFi yield farms (emissions-stripped APY), Hyperliquid vault leaderboard, SEC Form 4 insider buy clusters, material 8-K filings, macro tape (SPX/VIX/UST/DXY/GOLD/BTC/ETH), US spot crypto ETF flows, airdrop yield-gap detection, Polymarket whale positions, and confluence_today (cross-source signal alignment). Free tier requires no signup. Pro $19/mo for real-time + 100 results + 90d history. Install: `pip install falsifylab-alpha-mcp`. - [Fan Token Intel MCP](https://github.com/BrunoPessoa22/chiliz-marketing-intel) 🐍 ☁️ - 67+ tools for fan token intelligence: whale flows, signal scores, sports calendar, backtesting, DEX trading, social sentiment. SSE transport with Bearer auth. - [fernsugi/x402-api-server](https://github.com/fernsugi/x402-api-server/tree/main/mcp-server) [![x402-api MCP server](https://glama.ai/mcp/servers/fernsugi/x402-api/badges/score.svg)](https://glama.ai/mcp/servers/fernsugi/x402-api) 📇 ☁️ - Pay-per-call DeFi data API for AI agents via x402 micropayments (USDC on Base). 8 endpoints: price feeds, gas tracker, DEX quotes, whale tracker, yield scanner, funding rates, token scanner, wallet profiler. No API keys needed. - [ferdousbhai/investor-agent](https://github.com/ferdousbhai/investor-agent) 🐍 ☁️ - Yahoo Finance integration to fetch stock market data including options recommendations From ed83479358189d09966043133d845e5899ccb096 Mon Sep 17 00:00:00 2001 From: Frank Luci Date: Wed, 13 May 2026 16:43:44 +0300 Subject: [PATCH 172/355] Trim entry to neutral mode-listing per repo conventions 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 7087b5830..94038a0bd 100644 --- a/README.md +++ b/README.md @@ -464,7 +464,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [sipyourdrink-ltd/bernstein](https://github.com/sipyourdrink-ltd/bernstein) [![sipyourdrink-ltd/bernstein MCP server](https://glama.ai/mcp/servers/chernistry/bernstein/badges/score.svg)](https://glama.ai/mcp/servers/chernistry/bernstein) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Deterministic multi-agent orchestrator for 37 CLI coding agents (Claude Code, Codex, Cursor, Aider, Gemini CLI, GitHub Copilot CLI, OpenHands, OpenCode, Goose, Qwen, Ollama, and more). MCP server mode (stdio + HTTP/SSE) exposes the orchestrator to any MCP client. Git worktree isolation per agent, HMAC-chained audit trail, cost-aware model routing via contextual bandit. Apache 2.0. - [doggybee/mcp-server-leetcode](https://github.com/doggybee/mcp-server-leetcode) 📇 ☁️ - An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access. - [eirikb/any-cli-mcp-server](https://github.com/eirikb/any-cli-mcp-server) 📇 🏠 - Universal MCP server that transforms any CLI tool into an MCP server. Works with any CLI that has `--help` output, supports caching for performance. -- [ejentum/ejentum-mcp](https://github.com/ejentum/ejentum-mcp) [![ejentum/ejentum-mcp MCP server](https://glama.ai/mcp/servers/ejentum/ejentum-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ejentum/ejentum-mcp) 🎖️ 📇 🏠 - Reasoning Harness for agentic AI: 4 cognitive modes (reasoning, code, anti-deception, memory) spanning 679 engineered abilities, served as MCP tools. Inference-time injection that catches sycophancy, hallucination, and reasoning decay before they emerge. +- [ejentum/ejentum-mcp](https://github.com/ejentum/ejentum-mcp) [![ejentum/ejentum-mcp MCP server](https://glama.ai/mcp/servers/ejentum/ejentum-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ejentum/ejentum-mcp) 📇 🏠 - MCP server with reasoning, code, anti-deception, and memory tools for AI agents. - [ezyang/codemcp](https://github.com/ezyang/codemcp) 🐍 🏠 - Coding agent with basic read, write and command line tools. - [elhamid/llm-council](https://github.com/elhamid/llm-council) 🐍 🏠 - Multi-LLM deliberation with anonymized peer review. Runs a 3-stage council: parallel responses → anonymous ranking → synthesis. Based on Andrej Karpathy's LLM Council concept. - [freema/openclaw-mcp](https://github.com/freema/openclaw-mcp) [![openclaw-mcp MCP server](https://glama.ai/mcp/servers/@freema/openclaw-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@freema/openclaw-mcp) 📇 ☁️ 🏠 - MCP server for [OpenClaw](https://github.com/openclaw/openclaw) AI assistant integration. Enables Claude to delegate tasks to OpenClaw agents with sync/async tools, OAuth 2.1 auth, and SSE transport for Claude.ai. From de4e0f59b19e2ae47195ad134794d6ac0d771092 Mon Sep 17 00:00:00 2001 From: Anton Arapov Date: Wed, 13 May 2026 16:44:08 +0200 Subject: [PATCH 173/355] add soil-dev/capsulemcp (Capsule CRM) MCP server for Capsule CRM. Two transports (stdio via `npx capsulemcp` and HTTP+OAuth for hosted Custom Connectors), 81 tools covering the full Capsule v2 resource graph, read-only mode as a one-env-var safety flag, Apache 2.0. - Repo: https://github.com/soil-dev/capsulemcp - npm: https://www.npmjs.com/package/capsulemcp - Release: v1.0.0 (2026-05-13) Inserted alphabetically in the Data Platforms section between saikiyusuke/registep-mcp and vikramgorla/mcp-swiss. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..2c7b4cd10 100644 --- a/README.md +++ b/README.md @@ -760,6 +760,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [Osseni94/oyemi-mcp](https://github.com/Osseni94/oyemi-mcp) 🐍 🏠 - Deterministic semantic word encoding and valence/sentiment analysis using 145K+ word lexicon. Provides word-to-code mapping, semantic similarity, synonym/antonym lookup with zero runtime NLP dependencies. - [paracetamol951/caisse-enregistreuse-mcp-server](https://github.com/paracetamol951/caisse-enregistreuse-mcp-server) 🏠 🐧 🍎 ☁️ - Allows you to automate or monitor business operations, sales recorder, POS software, CRM. - [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. +- [soil-dev/capsulemcp](https://github.com/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. - [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. - [Leekangbum/networklytics-mcp](https://github.com/Leekangbum/networklytics-mcp) [![Leekangbum/networklytics-mcp MCP server](https://glama.ai/mcp/servers/Leekangbum/networklytics-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Leekangbum/networklytics-mcp) 🐍 - YouTube comment social network analysis (SNA): influencer centrality ranking, community detection (Louvain), sentiment analysis, and public JSON API for AI agents From 767c0f7ceea6339305148b81ec3e6196ec2c7abd Mon Sep 17 00:00:00 2001 From: Chronolapse411 Date: Wed, 13 May 2026 10:55:01 -0400 Subject: [PATCH 174/355] Add SicariusGuard to Security section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..c45669840 100644 --- a/README.md +++ b/README.md @@ -2198,6 +2198,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [GUCCI-atlasv/skillssafe-mcp](https://github.com/GUCCI-atlasv/skillssafe-mcp) [![dneiil7zph MCP server](https://glama.ai/mcp/servers/dneiil7zph/badges/score.svg)](https://glama.ai/mcp/servers/dneiil7zph) 📇 ☁️ - Free AI agent skill security scanner. Scan SKILL.md, MCP configs, and system prompts for credential theft, prompt injection, zero-width character attacks, and ClawHavoc indicators. Supports OpenClaw, Claude Code, Cursor, and Codex. No signup required. - [slouchd/cyberchef-api-mcp-server](https://github.com/slouchd/cyberchef-api-mcp-server) 🐍 ☁️ - MCP server for interacting with the CyberChef server API which will allow an MCP client to utilise the CyberChef operations. - [sidclawhq/platform](https://github.com/sidclawhq/platform) [![sidclawhq/platform MCP server](https://glama.ai/mcp/servers/sidclawhq/platform/badges/score.svg)](https://glama.ai/mcp/servers/sidclawhq/platform) 📇 🏠 ☁️ 🍎 🪟 🐧 - Governance proxy for MCP servers. Wraps any upstream server with policy evaluation, human approval workflows, and hash-chain audit trails. 18+ framework integrations. Apache 2.0 SDK. +- [Chronolapse411/sicarius-guard](https://github.com/Chronolapse411/sicarius-guard) 📇 ☁️ - Solana token safety oracle for AI agents and trading bots. Byte-level SPL mint analysis, honeypot detection, freeze/mint authority checks, Birdeye market enrichment, and composite risk scoring. Deployed on Google Cloud Run. - [sint-ai/sint-protocol](https://github.com/sint-ai/sint-protocol) [![sint-ai/sint-protocol MCP server](https://glama.ai/mcp/servers/sint-ai/sint-protocol/badges/score.svg)](https://glama.ai/mcp/servers/sint-ai/sint-protocol) 📇 🏠 🍎 🪟 🐧 - Security-first MCP governance proxy (`sint-mcp`) with capability tokens, T0-T3 approval tiers, fail-closed execution, and tamper-evident audit receipts. Includes a separate `sint-scan` CLI for preflight MCP tool-risk audits. - [snyk/studio-mcp](https://github.com/snyk/studio-mcp) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Embeds Snyk's security engines into agentic workflows. Secures AI-generated code in real-time and accelerates the fixing vulnerability backlogs. - [StacklokLabs/osv-mcp](https://github.com/StacklokLabs/osv-mcp) 🏎️ ☁️ - Access the OSV (Open Source Vulnerabilities) database for vulnerability information. Query vulnerabilities by package version or commit, batch query multiple packages, and get detailed vulnerability information by ID. From 9a847f569b17239bce373e2bb501cc449c2e556e Mon Sep 17 00:00:00 2001 From: lucianocccc Date: Wed, 13 May 2026 17:06:49 +0200 Subject: [PATCH 175/355] Add Swarmwage/swarmwage to Aggregators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..8baab01f1 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ Servers for accessing many apps and tools through a single MCP server. - [x402-index/x402search-mcp](https://github.com/x402-index/x402search-mcp) [![x402-index/x402search-mcp MCP server](https://glama.ai/mcp/servers/x402-index/x402search-mcp/badges/score.svg)](https://glama.ai/mcp/servers/x402-index/x402search-mcp) 📇 ☁️ 🍎 🪟 🐧 - Search 14,000+ x402-enabled HTTP APIs by keyword. Agents pay $0.01 USDC per search via x402 micropayments on Base mainnet — no API keys required. Larger index than any other x402 discovery layer. - [ikoskela/wisepanel-mcp](https://github.com/ikoskela/wisepanel-mcp) [![ikoskela/wisepanel-mcp MCP server](https://glama.ai/mcp/servers/ikoskela/wisepanel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ikoskela/wisepanel-mcp) 📇 ☁️ 🍎 🪟 🐧 - Multi-agent deliberation with divergent context enhancement. Roles are dynamically generated to surround the question-space and maximize divergent dialog across ChatGPT, Claude, Gemini, and Perplexity. - [YangLiangwei/PersonalizationMCP](https://github.com/YangLiangwei/PersonalizationMCP) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Comprehensive personal data aggregation MCP server with Steam, YouTube, Bilibili, Spotify, Reddit and other platforms integrations. Features OAuth2 authentication, automatic token management, and 90+ tools for gaming, music, video, and social platform data access. +- [Swarmwage/swarmwage](https://github.com/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. ### 🚀 Aerospace & Astrodynamics From 45bb1791eac43267e1b19e96a2978b679d27c70e Mon Sep 17 00:00:00 2001 From: Chronolapse411 Date: Wed, 13 May 2026 11:15:08 -0400 Subject: [PATCH 176/355] Add Glama score badge per maintainer bot requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c45669840..3e0b46ff6 100644 --- a/README.md +++ b/README.md @@ -2198,7 +2198,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [GUCCI-atlasv/skillssafe-mcp](https://github.com/GUCCI-atlasv/skillssafe-mcp) [![dneiil7zph MCP server](https://glama.ai/mcp/servers/dneiil7zph/badges/score.svg)](https://glama.ai/mcp/servers/dneiil7zph) 📇 ☁️ - Free AI agent skill security scanner. Scan SKILL.md, MCP configs, and system prompts for credential theft, prompt injection, zero-width character attacks, and ClawHavoc indicators. Supports OpenClaw, Claude Code, Cursor, and Codex. No signup required. - [slouchd/cyberchef-api-mcp-server](https://github.com/slouchd/cyberchef-api-mcp-server) 🐍 ☁️ - MCP server for interacting with the CyberChef server API which will allow an MCP client to utilise the CyberChef operations. - [sidclawhq/platform](https://github.com/sidclawhq/platform) [![sidclawhq/platform MCP server](https://glama.ai/mcp/servers/sidclawhq/platform/badges/score.svg)](https://glama.ai/mcp/servers/sidclawhq/platform) 📇 🏠 ☁️ 🍎 🪟 🐧 - Governance proxy for MCP servers. Wraps any upstream server with policy evaluation, human approval workflows, and hash-chain audit trails. 18+ framework integrations. Apache 2.0 SDK. -- [Chronolapse411/sicarius-guard](https://github.com/Chronolapse411/sicarius-guard) 📇 ☁️ - Solana token safety oracle for AI agents and trading bots. Byte-level SPL mint analysis, honeypot detection, freeze/mint authority checks, Birdeye market enrichment, and composite risk scoring. Deployed on Google Cloud Run. +- [Chronolapse411/sicarius-guard](https://github.com/Chronolapse411/sicarius-guard) [![Chronolapse411/sicarius-guard MCP server](https://glama.ai/mcp/servers/Chronolapse411/sicarius-guard/badges/score.svg)](https://glama.ai/mcp/servers/Chronolapse411/sicarius-guard) 📇 ☁️ - Solana token safety oracle for AI agents and trading bots. Byte-level SPL mint analysis, honeypot detection, freeze/mint authority checks, Birdeye market enrichment, and composite risk scoring. Deployed on Google Cloud Run. - [sint-ai/sint-protocol](https://github.com/sint-ai/sint-protocol) [![sint-ai/sint-protocol MCP server](https://glama.ai/mcp/servers/sint-ai/sint-protocol/badges/score.svg)](https://glama.ai/mcp/servers/sint-ai/sint-protocol) 📇 🏠 🍎 🪟 🐧 - Security-first MCP governance proxy (`sint-mcp`) with capability tokens, T0-T3 approval tiers, fail-closed execution, and tamper-evident audit receipts. Includes a separate `sint-scan` CLI for preflight MCP tool-risk audits. - [snyk/studio-mcp](https://github.com/snyk/studio-mcp) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Embeds Snyk's security engines into agentic workflows. Secures AI-generated code in real-time and accelerates the fixing vulnerability backlogs. - [StacklokLabs/osv-mcp](https://github.com/StacklokLabs/osv-mcp) 🏎️ ☁️ - Access the OSV (Open Source Vulnerabilities) database for vulnerability information. Query vulnerabilities by package version or commit, batch query multiple packages, and get detailed vulnerability information by ID. From a5f5c57df9a0e5556dee60fb9857c9a4b63911aa Mon Sep 17 00:00:00 2001 From: "bluecloud-gilfoyle[bot]" <262642412+bluecloud-gilfoyle[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 17:06:32 +0000 Subject: [PATCH 177/355] Add Python Docs MCP Server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..33c1e9ff4 100644 --- a/README.md +++ b/README.md @@ -819,6 +819,7 @@ Tools and integrations that enhance the development workflow and environment man - [automation-ai-labs/mcp-link](https://github.com/automation-ai-labs/mcp-link) 🏎️ 🏠 - Seamlessly Integrate Any API with AI Agents (with OpenAPI Schema) - [avisangle/jenkins-mcp-server](https://github.com/avisangle/jenkins-mcp-server) 🐍 🏠 🍎 🪟 🐧 - Enterprise-grade Jenkins CI/CD integration with multi-tier caching, pipeline monitoring, artifact management, and batch operations. Features 21 MCP tools for job management, build status tracking, and queue management with CSRF protection and 2FA support. - [axliupore/mcp-code-runner](https://github.com/axliupore/mcp-code-runner) 📇 🏠 - An MCP server for running code locally via Docker and supporting multiple programming languages. +- [ayhammouda/python-docs-mcp-server](https://github.com/ayhammouda/python-docs-mcp-server) [![python-docs-mcp-server MCP server](https://glama.ai/mcp/servers/ayhammouda/python-docs-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ayhammouda/python-docs-mcp-server) 🐍 🏠 🍎 🪟 🐧 - Local, read-only retrieval over official Python standard library docs with exact symbol lookup, section-level results, and version-aware context. - [azer/react-analyzer-mcp](https://github.com/azer/react-analyzer-mcp) 📇 🏠 - Analyze React code locally, generate docs / llm.txt for whole project at once - [back1ply/agent-skill-loader](https://github.com/back1ply/agent-skill-loader) 📇 🏠 - Dynamically load Claude Code skills into AI agents without copying files. Discover, read, and install skills on demand. - [bbonnin/openapi-to-mcp](https://github.com/bbonnin/openapi-to-mcp) ☕ 🏠 🍎 🪟 🐧 - MCP server that automatically converts any OpenAPI/Swagger specification into a set of usable MCP tools. Unlike manual tool definition, this approach auto-generates tools directly from the Swagger spec, ensuring consistency, reducing maintenance effort, and preventing mismatches between the tools and the actual API. From 1a59668969917d5187d197cfcce17cb4f5e4ba47 Mon Sep 17 00:00:00 2001 From: cturkieh Date: Wed, 13 May 2026 22:11:28 +0200 Subject: [PATCH 178/355] Add cturkieh/france-data-mcp to Location Services --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..bb08e2a9b 100644 --- a/README.md +++ b/README.md @@ -1741,6 +1741,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [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 - [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) 📇 ☁️ 🏠 - 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) - [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`. From 066ecd9db9ef12a291a36b240960ad23b28d08ef Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 13 May 2026 21:00:52 +0000 Subject: [PATCH 179/355] Add clawdbotworker/imagegen-mcp to Multimedia Process --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..5cec20ec9 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [burningion/video-editing-mcp](https://github.com/burningion/video-editing-mcp) 🐍 - Add, Analyze, Search, and Generate Video Edits from your Video Jungle Collection - [cantian-ai/bazi-mcp](https://github.com/cantian-ai/bazi-mcp) 📇 🏠 ☁️ 🍎 🪟 - Provides comprehensive and accurate Bazi (Chinese Astrology) charting and analysis - [cfpramod/open-museum-mcp](https://github.com/cfpramod/open-museum-mcp) [![cfpramod/open-museum-mcp MCP server](https://glama.ai/mcp/servers/cfpramod/open-museum-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cfpramod/open-museum-mcp) 📇 ☁️ 🍎 🪟 🐧 - Federated, license-verified search across The Met, Cleveland, AIC, Wikimedia Commons, and Europeana. Strict-default-deny rights gate accepts only CC0 / Public Domain Mark. Tools: search, get, cite (full / caption / short), dynasty/region discovery. `npx -y open-museum-mcp` +- [clawdbotworker/imagegen-mcp](https://github.com/clawdbotworker/imagegen-mcp) 📇 🏠 🍎 🪟 🐧 - AI image generation from text prompts via x402 micropayments on Base. $0.10 USDC per image, paid automatically from your wallet. No API key required. `npx coinopai-imagegen` - [Cifero74/mcp-apple-music](https://github.com/Cifero74/mcp-apple-music) [![mcp-apple-music MCP server](https://glama.ai/mcp/servers/@Cifero74/mcp-apple-music/badges/score.svg)](https://glama.ai/mcp/servers/@Cifero74/mcp-apple-music) 🐍 🏠 🍎 - Full Apple Music integration: search catalog, browse personal library, manage playlists, and get personalised recommendations.- [codex-curator/studiomcphub](https://github.com/codex-curator/studiomcphub) [![studio-mcp-hub MCP server](https://glama.ai/mcp/servers/@codex-curator/studio-mcp-hub/badges/score.svg)](https://glama.ai/mcp/servers/@codex-curator/studio-mcp-hub) 🐍 ☁️ - 32 creative AI tools (18 free) for autonomous agents: image generation (SD 3.5), ESRGAN upscaling, background removal, product mockups, CMYK conversion, print-ready PDF, SVG vectorization, invisible watermarking, AI metadata enrichment, provenance, Arweave storage, NFT minting, and 53K+ museum artworks. Pay per call via x402/Stripe/GCX. - [ConstantineB6/comfy-pilot](https://github.com/ConstantineB6/comfy-pilot) 🐍 🏠 - MCP server for ComfyUI that lets AI agents view, edit, and run node-based image generation workflows with an embedded terminal. - [cswkim/discogs-mcp-server](https://github.com/cswkim/discogs-mcp-server) 📇 ☁️ - MCP server to interact with the Discogs API From 31439aafed5d19d7f9b8fe759045048f8e01459f Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 13 May 2026 21:17:25 +0000 Subject: [PATCH 180/355] Add Glama badge to imagegen-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cec20ec9..a55a4030a 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [burningion/video-editing-mcp](https://github.com/burningion/video-editing-mcp) 🐍 - Add, Analyze, Search, and Generate Video Edits from your Video Jungle Collection - [cantian-ai/bazi-mcp](https://github.com/cantian-ai/bazi-mcp) 📇 🏠 ☁️ 🍎 🪟 - Provides comprehensive and accurate Bazi (Chinese Astrology) charting and analysis - [cfpramod/open-museum-mcp](https://github.com/cfpramod/open-museum-mcp) [![cfpramod/open-museum-mcp MCP server](https://glama.ai/mcp/servers/cfpramod/open-museum-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cfpramod/open-museum-mcp) 📇 ☁️ 🍎 🪟 🐧 - Federated, license-verified search across The Met, Cleveland, AIC, Wikimedia Commons, and Europeana. Strict-default-deny rights gate accepts only CC0 / Public Domain Mark. Tools: search, get, cite (full / caption / short), dynasty/region discovery. `npx -y open-museum-mcp` -- [clawdbotworker/imagegen-mcp](https://github.com/clawdbotworker/imagegen-mcp) 📇 🏠 🍎 🪟 🐧 - AI image generation from text prompts via x402 micropayments on Base. $0.10 USDC per image, paid automatically from your wallet. No API key required. `npx coinopai-imagegen` +- [clawdbotworker/imagegen-mcp](https://github.com/clawdbotworker/imagegen-mcp) [![clawdbotworker/imagegen-mcp MCP server](https://glama.ai/mcp/servers/clawdbotworker/imagegen-mcp/badges/score.svg)](https://glama.ai/mcp/servers/clawdbotworker/imagegen-mcp) 📇 🏠 🍎 🪟 🐧 - AI image generation from text prompts via x402 micropayments on Base. $0.10 USDC per image, paid automatically from your wallet. No API key required. `npx coinopai-imagegen` - [Cifero74/mcp-apple-music](https://github.com/Cifero74/mcp-apple-music) [![mcp-apple-music MCP server](https://glama.ai/mcp/servers/@Cifero74/mcp-apple-music/badges/score.svg)](https://glama.ai/mcp/servers/@Cifero74/mcp-apple-music) 🐍 🏠 🍎 - Full Apple Music integration: search catalog, browse personal library, manage playlists, and get personalised recommendations.- [codex-curator/studiomcphub](https://github.com/codex-curator/studiomcphub) [![studio-mcp-hub MCP server](https://glama.ai/mcp/servers/@codex-curator/studio-mcp-hub/badges/score.svg)](https://glama.ai/mcp/servers/@codex-curator/studio-mcp-hub) 🐍 ☁️ - 32 creative AI tools (18 free) for autonomous agents: image generation (SD 3.5), ESRGAN upscaling, background removal, product mockups, CMYK conversion, print-ready PDF, SVG vectorization, invisible watermarking, AI metadata enrichment, provenance, Arweave storage, NFT minting, and 53K+ museum artworks. Pay per call via x402/Stripe/GCX. - [ConstantineB6/comfy-pilot](https://github.com/ConstantineB6/comfy-pilot) 🐍 🏠 - MCP server for ComfyUI that lets AI agents view, edit, and run node-based image generation workflows with an embedded terminal. - [cswkim/discogs-mcp-server](https://github.com/cswkim/discogs-mcp-server) 📇 ☁️ - MCP server to interact with the Discogs API From 523306bf95a969b7be61c4f6620eb457b57e1fa3 Mon Sep 17 00:00:00 2001 From: Christopher Ferjo Date: Wed, 13 May 2026 14:42:10 -0700 Subject: [PATCH 181/355] Refresh anchor-x402 description to current 16-service catalog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5e0f0c92..6e139f88a 100644 --- a/README.md +++ b/README.md @@ -1331,7 +1331,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [horustechltd/horus-flow-mcp](https://github.com/horustechltd/horus-flow-mcp) [![horustechltd/horus-flow-mcp MCP server](https://glama.ai/mcp/servers/horustechltd/horus-flow-mcp/badges/score.svg)](https://glama.ai/mcp/servers/horustechltd/horus-flow-mcp) 🐍 ☁️ - Institutional-grade crypto and US equity orderflow engine for real-time liquidity analysis and institutional alpha. - [Hovsteder/powersun-tron-mcp](https://github.com/Hovsteder/powersun-tron-mcp) [![Hovsteder/powersun-tron-mcp MCP server](https://glama.ai/mcp/servers/Hovsteder/powersun-tron-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Hovsteder/powersun-tron-mcp) 📇 ☁️ - TRON Energy & Bandwidth marketplace and DEX swap aggregator for AI agents. 27 tools for buying energy, swapping TRC-20 tokens via SunSwap DEX, selling resources, and earning passive income. Remote Streamable HTTP with 3 payment methods (API Key, HTTP 402, x402 USDC). - [HuggingAGI/mcp-baostock-server](https://github.com/HuggingAGI/mcp-baostock-server) 🐍 ☁️ - MCP server based on baostock, providing access and analysis capabilities for Chinese stock market data. -- [hypeprinter007-stack/anchor-x402-mcp](https://github.com/hypeprinter007-stack/anchor-x402-mcp) [![hypeprinter007-stack/anchor-x402-mcp MCP server](https://glama.ai/mcp/servers/hypeprinter007-stack/anchor-x402-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hypeprinter007-stack/anchor-x402-mcp) 📇 ☁️ - 14 paid wallet & utility tools on Base + Solana. 9 commodity primitives — OFAC sanctions screen, bundled wallet intel (balances + activity + identity + sanctions in one call), dual-chain hash anchoring, signed decision attestations, mainnet tx + calldata decode, ENS + Bonfida SNS resolve, USD prices, datetime parse. Plus 5 universal LLM endpoints — roast, yes/no oracle with on-chain anchored verdict (Base + Solana), TL;DR (URL or text), aura read (color + tier + score), academic grade. Pay-per-call USDC via x402, no API keys, no accounts. Also runs a free hosted chatbot at chat.anchor-x402.com. +- [hypeprinter007-stack/anchor-x402-mcp](https://github.com/hypeprinter007-stack/anchor-x402-mcp) [![hypeprinter007-stack/anchor-x402-mcp MCP server](https://glama.ai/mcp/servers/hypeprinter007-stack/anchor-x402-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hypeprinter007-stack/anchor-x402-mcp) 📇 ☁️ - 16 paid wallet & utility tools on Base + Solana. 9 commodity primitives — OFAC sanctions screen, bundled wallet intel (balances + activity + identity + sanctions in one call), dual-chain hash anchoring, signed decision attestations, mainnet tx + calldata decode, ENS + Bonfida SNS resolve, USD prices, datetime parse. Plus an async due-diligence investigator (`/v1/investigate`, $7.77, signed markdown report + dual-chain anchor), a verifiable signed RNG (`/v1/roll`), and 5 universal LLM endpoints — roast, yes/no oracle with on-chain anchored verdict (Base + Solana), TL;DR (URL or text), aura read (color + tier + score), academic grade. Pay-per-call USDC via x402, no API keys, no accounts. Also runs a free hosted chatbot at chat.anchor-x402.com. - [ignaciohermosillacornejo/copilot-money-mcp](https://github.com/ignaciohermosillacornejo/copilot-money-mcp) [![ignaciohermosillacornejo/copilot-money-mcp MCP server](https://glama.ai/mcp/servers/ignaciohermosillacornejo/copilot-money-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ignaciohermosillacornejo/copilot-money-mcp) 📇 🏠 ☁️ 🍎 - Read and manage [Copilot Money](https://copilot.money) personal finance data — 30 tools for transactions, budgets, accounts, recurring charges, investments, and goals. Reads are 100% local from the Firestore cache; opt-in writes (`--write`) go directly to Copilot's GraphQL API. - [IndigoProtocol/indigo-mcp](https://github.com/IndigoProtocol/indigo-mcp) [![indigo-mcp MCP server](https://glama.ai/mcp/servers/IndigoProtocol/indigo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/IndigoProtocol/indigo-mcp) 📇 ☁️ 🏠 - MCP server for Indigo Protocol on Cardano — iAsset prices, CDP/loan analytics, stability pools, INDY staking, governance, and DEX data for LLM agents - [IndigoProtocol/cardano-mcp](https://github.com/IndigoProtocol/cardano-mcp) [![cardano-mcp MCP server](https://glama.ai/mcp/servers/IndigoProtocol/cardano-mcp/badges/score.svg)](https://glama.ai/mcp/servers/IndigoProtocol/cardano-mcp) 📇 ☁️ 🏠 - Cardano blockchain MCP server for wallet interactions — submit transactions, fetch addresses, read UTxOs, check balances, resolve ADAHandles, and check stake delegation From e7498c370237c0c41281db8bbb690ef72c2046d6 Mon Sep 17 00:00:00 2001 From: AI data nordic Date: Thu, 14 May 2026 00:40:12 +0200 Subject: [PATCH 182/355] Add AIDataNordic/alexandria-mcp to Art & Culture MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds Alexandria MCP — semantic search over 4.6M+ text chunks from 20,000+ classical philosophy and humanities works. AAA score on Glama. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..9e59d8fba 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [AceDataCloud/MCPNanoBanana](https://github.com/AceDataCloud/MCPNanoBanana) [![AceDataCloud/MCPNanoBanana MCP server](https://glama.ai/mcp/servers/AceDataCloud/MCPNanoBanana/badges/score.svg)](https://glama.ai/mcp/servers/AceDataCloud/MCPNanoBanana) 🐍 ☁️ - NanoBanana AI image generation and editing with virtual try-on and product placement in realistic scenes. - [AceDataCloud/MCPSeedream](https://github.com/AceDataCloud/SeedreamMCP) [![AceDataCloud/MCPSeedream MCP server](https://glama.ai/mcp/servers/AceDataCloud/MCPSeedream/badges/score.svg)](https://glama.ai/mcp/servers/AceDataCloud/MCPSeedream) 🐍 ☁️ - ByteDance Seedream image generation and editing via Ace Data Cloud API. +- [AIDataNordic/alexandria-mcp](https://github.com/AIDataNordic/alexandria-mcp) 🐍 ☁️ — Semantic search over 4.6M+ text chunks from 20,000+ classical philosophy and humanities works — Plato, Aristotle, Kant, Nietzsche, and thousands more. Multilingual (Ancient Greek, Latin, German, French, English). No install needed. - [8enSmith/mcp-open-library](https://github.com/8enSmith/mcp-open-library) 📇 ☁️ - A MCP server for the Open Library API that enables AI assistants to search for book information. - [abhiemj/manim-mcp-server](https://github.com/abhiemj/manim-mcp-server) 🐍 🏠 🪟 🐧 - A local MCP server that generates animations using Manim. - [austenstone/myinstants-mcp](https://github.com/austenstone/myinstants-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - A soundboard MCP server with millions of meme sounds from myinstants.com. Search, play, and browse categories — let your AI agent play vine boom when code compiles. `npx myinstants-mcp` From 4beb48aea098a96429dc5b6fd3ff7faa8e399ac9 Mon Sep 17 00:00:00 2001 From: Anton Arapov Date: Thu, 14 May 2026 09:45:53 +0200 Subject: [PATCH 183/355] add Glama score badge for soil-dev/capsulemcp Per the glama-check bot request on PR #6298. Server is now indexed at https://glama.ai/mcp/servers/soil-dev/capsulemcp and the badge URL returns 200. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c7b4cd10..15a8a0a0f 100644 --- a/README.md +++ b/README.md @@ -760,7 +760,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [Osseni94/oyemi-mcp](https://github.com/Osseni94/oyemi-mcp) 🐍 🏠 - Deterministic semantic word encoding and valence/sentiment analysis using 145K+ word lexicon. Provides word-to-code mapping, semantic similarity, synonym/antonym lookup with zero runtime NLP dependencies. - [paracetamol951/caisse-enregistreuse-mcp-server](https://github.com/paracetamol951/caisse-enregistreuse-mcp-server) 🏠 🐧 🍎 ☁️ - Allows you to automate or monitor business operations, sales recorder, POS software, CRM. - [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. -- [soil-dev/capsulemcp](https://github.com/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. +- [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. - [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. - [Leekangbum/networklytics-mcp](https://github.com/Leekangbum/networklytics-mcp) [![Leekangbum/networklytics-mcp MCP server](https://glama.ai/mcp/servers/Leekangbum/networklytics-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Leekangbum/networklytics-mcp) 🐍 - YouTube comment social network analysis (SNA): influencer centrality ranking, community detection (Louvain), sentiment analysis, and public JSON API for AI agents From 220609f2d7e47b99055865786f6e2244a74d636a Mon Sep 17 00:00:00 2001 From: lucianocccc2 Date: Thu, 14 May 2026 13:30:47 +0200 Subject: [PATCH 184/355] Add Glama score badge to Swarmwage entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8baab01f1..5ea2598c8 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ Servers for accessing many apps and tools through a single MCP server. - [x402-index/x402search-mcp](https://github.com/x402-index/x402search-mcp) [![x402-index/x402search-mcp MCP server](https://glama.ai/mcp/servers/x402-index/x402search-mcp/badges/score.svg)](https://glama.ai/mcp/servers/x402-index/x402search-mcp) 📇 ☁️ 🍎 🪟 🐧 - Search 14,000+ x402-enabled HTTP APIs by keyword. Agents pay $0.01 USDC per search via x402 micropayments on Base mainnet — no API keys required. Larger index than any other x402 discovery layer. - [ikoskela/wisepanel-mcp](https://github.com/ikoskela/wisepanel-mcp) [![ikoskela/wisepanel-mcp MCP server](https://glama.ai/mcp/servers/ikoskela/wisepanel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ikoskela/wisepanel-mcp) 📇 ☁️ 🍎 🪟 🐧 - Multi-agent deliberation with divergent context enhancement. Roles are dynamically generated to surround the question-space and maximize divergent dialog across ChatGPT, Claude, Gemini, and Perplexity. - [YangLiangwei/PersonalizationMCP](https://github.com/YangLiangwei/PersonalizationMCP) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Comprehensive personal data aggregation MCP server with Steam, YouTube, Bilibili, Spotify, Reddit and other platforms integrations. Features OAuth2 authentication, automatic token management, and 90+ tools for gaming, music, video, and social platform data access. -- [Swarmwage/swarmwage](https://github.com/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. +- [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. ### 🚀 Aerospace & Astrodynamics From 25315f932f8bc1779248f2f2d09ced03a7ba8093 Mon Sep 17 00:00:00 2001 From: Nicolas Primeau Date: Thu, 14 May 2026 09:08:54 -0400 Subject: [PATCH 185/355] refine: tighten artel description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf16dde06..ea20fe4c6 100644 --- a/README.md +++ b/README.md @@ -1663,7 +1663,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [n24q02m/mnemo-mcp](https://github.com/n24q02m/mnemo-mcp) [![mnemo-mcp MCP server](https://glama.ai/mcp/servers/@n24q02m/mnemo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@n24q02m/mnemo-mcp) 🐍 🏠 🍎 🪟 🐧 - Persistent AI memory with SQLite hybrid search (FTS5 + semantic). Built-in Qwen3 embedding, rclone sync across machines. Zero config, no cloud, no limits. - [ndjordjevic/pinrag](https://github.com/ndjordjevic/pinrag) [![ndjordjevic/pinrag MCP server](https://glama.ai/mcp/servers/ndjordjevic/pinrag/badges/score.svg)](https://glama.ai/mcp/servers/ndjordjevic/pinrag) 🐍 🏠 - RAG for PDFs, YouTube, GitHub repos, Discord exports; index documents and query with citations. - [nfemmanuel/iranti](https://github.com/nfemmanuel/iranti) 📇 🏠 ☁️ 🍎 🪟 🐧 - Persistent shared memory for AI coding agents. Stores facts as `entity/key/value` triples with hybrid semantic search, task checkpoints, and conflict resolution — shared across Claude Code, Codex CLI, and GitHub Copilot. -- [NicolasPrimeau/artel](https://github.com/NicolasPrimeau/artel) [![NicolasPrimeau/artel MCP server](https://glama.ai/mcp/servers/NicolasPrimeau/artel/badges/score.svg)](https://glama.ai/mcp/servers/NicolasPrimeau/artel) 🐍 🏠 🍎 🪟 🐧 - Infrastructure for AI teams. One self-hosted server gives a fleet of agents shared semantic memory, tasks, agent-to-agent messages, session handoffs, and a background archivist that synthesizes cross-agent knowledge. Any HTTP client participates — Claude Code, AutoGen, raw scripts. +- [NicolasPrimeau/artel](https://github.com/NicolasPrimeau/artel) [![NicolasPrimeau/artel MCP server](https://glama.ai/mcp/servers/NicolasPrimeau/artel/badges/score.svg)](https://glama.ai/mcp/servers/NicolasPrimeau/artel) 🐍 🏠 🍎 🪟 🐧 - Self-hosted coordination layer for AI agent fleets. Shared semantic memory, tasks, agent-to-agent messages, session handoffs, and a background archivist that synthesizes cross-agent knowledge. Any HTTP client participates — Claude Code, AutoGen, raw scripts. - [nicholasglazer/gnosis-mcp](https://github.com/nicholasglazer/gnosis-mcp) 🐍 🏠 - Zero-config MCP server for searchable documentation. Loads markdown into SQLite (default) or PostgreSQL with FTS5/tsvector keyword search and optional pgvector hybrid semantic search. - [nonatofabio/local-faiss-mcp](https://github.com/nonatofabio/local_faiss_mcp) 🐍 🏠 🍎 🐧 - Local FAISS vector database for RAG with document ingestion (PDF/TXT/MD/DOCX), semantic search, re-ranking, and CLI tools for indexing and querying - [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. From b87625a0ce1c8305d2da4cbc3926c28078686b3d Mon Sep 17 00:00:00 2001 From: Arifur Rahman Date: Thu, 14 May 2026 20:00:23 +0600 Subject: [PATCH 186/355] Add arifur9993/attendance-engine-mcp under Workplace & Productivity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MCP server giving AI agents tools for workforce attendance, overtime, overnight shifts, rotating rosters, and California wage-and-hour compliance (Labor Code §§ 226.7, 512; Donohue v. AMN). Backed by @attendance-engine/core — pure-function, zero-deps, 100% test coverage. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..3b1bd093e 100644 --- a/README.md +++ b/README.md @@ -2367,6 +2367,7 @@ Interact with Git repositories and version control platforms. Enables repository - [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. +- [arifur9993/attendance-engine-mcp](https://github.com/arifur9993/attendance-engine-mcp) 📇 🏠 - Workforce attendance, overtime, overnight shifts, rotating rosters, and California wage-and-hour compliance (Labor Code §§ 226.7, 512; Donohue v. AMN). 8 tools backed by [`@attendance-engine/core`](https://www.npmjs.com/package/@attendance-engine/core) — a pure-function, zero-deps, 100%-covered engine. Deterministic answers; same query, same answer, every time. - [6figr-com/jobgpt-mcp-server](https://github.com/6figr-com/jobgpt-mcp-server) [![job-gpt-mcp-server MCP server](https://glama.ai/mcp/servers/@6figr-com/job-gpt-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@6figr-com/job-gpt-mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - MCP server for [JobGPT](https://6figr.com/jobgpt) — search jobs, auto-apply, generate tailored resumes, track applications, and find recruiters from any MCP client. 34 tools for job search, applications, resumes, and outreach. - [backloghq/backlog](https://github.com/backloghq/backlog) [![backloghq/backlog MCP server](https://glama.ai/mcp/servers/backloghq/backlog/badges/score.svg)](https://glama.ai/mcp/servers/backloghq/backlog) 📇 🏠 🍎 🪟 🐧 - Persistent, cross-session task management for Claude Code. 24 MCP tools, 7 skills, and agent coordination with event-sourced storage and per-project isolation. - [bivex/kanboard-mcp](https://github.com/bivex/kanboard-mcp) 🏎️ ☁️ 🏠 - A Model Context Protocol (MCP) server written in Go that empowers AI agents and Large Language Models (LLMs) to seamlessly interact with Kanboard. It transforms natural language commands into Kanboard API calls, enabling intelligent automation of project, task, and user management, streamlining workflows, and enhancing productivity. From 752c6d2fc0c0798792bf5632beb2ad145fbee96c Mon Sep 17 00:00:00 2001 From: Arifur Rahman Date: Thu, 14 May 2026 20:47:59 +0600 Subject: [PATCH 187/355] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b1bd093e..8d594c13a 100644 --- a/README.md +++ b/README.md @@ -2367,7 +2367,7 @@ Interact with Git repositories and version control platforms. Enables repository - [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. -- [arifur9993/attendance-engine-mcp](https://github.com/arifur9993/attendance-engine-mcp) 📇 🏠 - Workforce attendance, overtime, overnight shifts, rotating rosters, and California wage-and-hour compliance (Labor Code §§ 226.7, 512; Donohue v. AMN). 8 tools backed by [`@attendance-engine/core`](https://www.npmjs.com/package/@attendance-engine/core) — a pure-function, zero-deps, 100%-covered engine. Deterministic answers; same query, same answer, every time. +- [arifur9993/attendance-engine-mcp](https://github.com/arifur9993/attendance-engine-mcp) [![arifur9993/attendance-engine-mcp MCP server](https://glama.ai/mcp/servers/arifur9993/attendance-engine-mcp/badges/score.svg)](https://glama.ai/mcp/servers/arifur9993/attendance-engine-mcp) 📇 🏠 - Workforce attendance, overtime, overnight shifts, rotating rosters, and California wage-and-hour compliance (Labor Code §§ 226.7, 512; Donohue v. AMN). 8 tools backed by [`@attendance-engine/core`](https://www.npmjs.com/package/@attendance-engine/core) — a pure-function, zero-deps, 100%-covered engine. Deterministic answers; same query, same answer, every time. - [6figr-com/jobgpt-mcp-server](https://github.com/6figr-com/jobgpt-mcp-server) [![job-gpt-mcp-server MCP server](https://glama.ai/mcp/servers/@6figr-com/job-gpt-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@6figr-com/job-gpt-mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - MCP server for [JobGPT](https://6figr.com/jobgpt) — search jobs, auto-apply, generate tailored resumes, track applications, and find recruiters from any MCP client. 34 tools for job search, applications, resumes, and outreach. - [backloghq/backlog](https://github.com/backloghq/backlog) [![backloghq/backlog MCP server](https://glama.ai/mcp/servers/backloghq/backlog/badges/score.svg)](https://glama.ai/mcp/servers/backloghq/backlog) 📇 🏠 🍎 🪟 🐧 - Persistent, cross-session task management for Claude Code. 24 MCP tools, 7 skills, and agent coordination with event-sourced storage and per-project isolation. - [bivex/kanboard-mcp](https://github.com/bivex/kanboard-mcp) 🏎️ ☁️ 🏠 - A Model Context Protocol (MCP) server written in Go that empowers AI agents and Large Language Models (LLMs) to seamlessly interact with Kanboard. It transforms natural language commands into Kanboard API calls, enabling intelligent automation of project, task, and user management, streamlining workflows, and enhancing productivity. From 4a2ccdc57a2748655c2cda62b049620bb0fab5db Mon Sep 17 00:00:00 2001 From: Haowei <58520191+whw23@users.noreply.github.com> Date: Fri, 15 May 2026 01:14:05 +0800 Subject: [PATCH 188/355] Add Glama score badge to entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7412cdfc7..a4384319c 100644 --- a/README.md +++ b/README.md @@ -2092,7 +2092,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [Vincentwei1021/agent-toolbox](https://github.com/Vincentwei1021/agent-toolbox) [![agent-toolbox MCP server](https://glama.ai/mcp/servers/@Vincentwei1021/agent-toolbox/badges/score.svg)](https://glama.ai/mcp/servers/@Vincentwei1021/agent-toolbox) 📇 ☁️ 🍎 🪟 🐧 - Production-ready MCP server providing 13 tools for AI agents: web search, content extraction, screenshots, weather, finance, email validation, translation, news, GeoIP, WHOIS, DNS, PDF extraction, and QR code generation. 1,000 free calls/month, no setup required. - [webscraping-ai/webscraping-ai-mcp-server](https://github.com/webscraping-ai/webscraping-ai-mcp-server) 🎖️ 📇 ☁️ - Interact with [WebScraping.ai](https://webscraping.ai) for web data extraction and scraping. - [webpeel/webpeel](https://github.com/webpeel/webpeel) 📇 ☁️ 🏠 - Smart web fetcher for AI agents with auto-escalation from HTTP to headless browser to stealth mode. Includes 9 MCP tools: fetch, search, crawl, map, extract, batch, screenshot, jobs, and agent. Achieved 100% success rate on a 30-URL benchmark. -- [whw23/searxng-http-mcp](https://github.com/whw23/searxng_http_mcp) 🐍 ☁️ 🏠 - Self-contained SearXNG MCP server in Docker. 200+ search engines, 30+ categories, multi-page fanout, autocomplete, and engine discovery. Dual transport (HTTP + stdio), API key auth, and built-in SearXNG Web UI reverse proxy. Zero-install deploy. +- [whw23/searxng-http-mcp](https://github.com/whw23/searxng_http_mcp) [![whw23/searxng_http_mcp MCP server](https://glama.ai/mcp/servers/whw23/searxng_http_mcp/badges/score.svg)](https://glama.ai/mcp/servers/whw23/searxng_http_mcp) 🐍 ☁️ 🏠 - Self-contained SearXNG MCP server in Docker. 200+ search engines, 30+ categories, multi-page fanout, autocomplete, and engine discovery. Dual transport (HTTP + stdio), API key auth, and built-in SearXNG Web UI reverse proxy. Zero-install deploy. - [yamanoku/baseline-mcp-server](https://github.com/yamanoku/baseline-mcp-server) 📇 🏠 - MCP server that searches Baseline status using Web Platform API - [zhsama/duckduckgo-mcp-server](https://github.com/zhsama/duckduckgo-mpc-server/) 📇 🏠 ☁️ - This is a TypeScript-based MCP server that provides DuckDuckGo search functionality. - [zoharbabin/google-researcher-mcp](https://github.com/zoharbabin/google-researcher-mcp) [![google-researcher-mcp MCP server](https://glama.ai/mcp/servers/@zoharbabin/google-researcher-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@zoharbabin/google-researcher-mcp) 📇 ☁️ 🏠 - Comprehensive research tools including Google Search (web, news, images), web scraping with JavaScript rendering, academic paper search (arXiv, PubMed, IEEE), patent search, and YouTube transcript extraction. From 8a0fb57813c81cce3fc1ebf018c4b436993268c2 Mon Sep 17 00:00:00 2001 From: krissanders Date: Thu, 14 May 2026 14:28:06 -0500 Subject: [PATCH 189/355] Add krissanders/ai-visibility-mcp under Marketing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..528855f57 100644 --- a/README.md +++ b/README.md @@ -1804,6 +1804,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [pickelfintech/sentisift-sdks](https://github.com/pickelfintech/sentisift-sdks/tree/main/mcp) [![pickelfintech/sentisift-sdks MCP server](https://glama.ai/mcp/servers/pickelfintech/sentisift-sdks/badges/score.svg)](https://glama.ai/mcp/servers/pickelfintech/sentisift-sdks) 🐍 ☁️ - Comment moderation and intelligence for any article: bot/spam detection, multilingual sentiment analysis, and Influence (constructive comment generation on paid tiers). Free tier: 1,000 comments, no credit card. - [pipeboard-co/meta-ads-mcp](https://github.com/pipeboard-co/meta-ads-mcp) 🐍 ☁️ 🏠 - Meta Ads automation that just works. Trusted by 10,000+ businesses to analyze performance, test creatives, optimize spend, and scale results — simply and reliably. - [qr-maker-io/mcp-server](https://github.com/qr-maker-io/mcp-server) [![qr-maker-io/mcp-server MCP server](https://glama.ai/mcp/servers/qr-maker-io/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/qr-maker-io/mcp-server) 📇 ☁️ - Generate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages. Install: `npx @qr-maker/mcp-server --api-key=YOUR_KEY`. +- [krissanders/ai-visibility-mcp](https://github.com/krissanders/ai-visibility-mcp) 🐍 🏠 🍎 🪟 🐧 - Audit how AI sees your website. Per-bot robots.txt verdicts for 22 known AI user-agents (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, Bytespider, etc), Cloudflare AI-default flags, on-page schema, sitemap, llms.txt, SPA-shell detection, and cross-model brand mentions via Perplexity + OpenRouter. 0-100 score with explainable deductions; parallel competitor compare. SSRF-guarded, per-call and daily LLM spend caps. MIT, 24 tests, stdio + HTTP. - [sharozdawa/ai-visibility](https://github.com/sharozdawa/ai-visibility) [![ai-visibility MCP server](https://glama.ai/mcp/servers/sharozdawa/ai-visibility/badges/score.svg)](https://glama.ai/mcp/servers/sharozdawa/ai-visibility) 📇 🏠 - Track brand visibility across ChatGPT, Perplexity, Claude, and Gemini. Visibility scores, sentiment analysis, competitor detection, and trend charts. - [SearchAtlas](https://github.com/Search-Atlas-Group/searchatlas-mcp-server) [![search-atlas-mcp-server MCP server](https://glama.ai/mcp/servers/search-atlas-group/search-atlas-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/search-atlas-group/search-atlas-mcp-server)📇 ☁️ - SEO, content generation, PPC, keyword research, site auditing, authority building, and LLM brand visibility monitoring via 16 specialized tools. From e11b189c7bfb15579994cb1ebb3b8f151e776969 Mon Sep 17 00:00:00 2001 From: andyliszewski Date: Thu, 14 May 2026 18:20:21 -0700 Subject: [PATCH 190/355] Add Glama score badge Server is now listed at https://glama.ai/mcp/servers/andyliszewski/webcrawl-mcp 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 46004e250..c015577b3 100644 --- a/README.md +++ b/README.md @@ -1966,7 +1966,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. -- [andyliszewski/webcrawl-mcp](https://github.com/andyliszewski/webcrawl-mcp) 🐍 🏠 - Local-first web scraping, search, and crawling. Static pages extracted locally via trafilatura; optional Firecrawl fallback only when JS rendering is needed. Four tools: scrape, search (DuckDuckGo), map, crawl. +- [andyliszewski/webcrawl-mcp](https://github.com/andyliszewski/webcrawl-mcp) [![andyliszewski/webcrawl-mcp MCP server](https://glama.ai/mcp/servers/andyliszewski/webcrawl-mcp/badges/score.svg)](https://glama.ai/mcp/servers/andyliszewski/webcrawl-mcp) 🐍 🏠 - Local-first web scraping, search, and crawling. Static pages extracted locally via trafilatura; optional Firecrawl fallback only when JS rendering is needed. Four tools: scrape, search (DuckDuckGo), map, crawl. - [angheljf/nyt](https://github.com/angheljf/nyt) 📇 ☁️ - Search articles using the NYTimes API - [apify/mcp-server-rag-web-browser](https://github.com/apify/mcp-server-rag-web-browser) 📇 ☁️ - An MCP server for Apify's open-source RAG Web Browser Actor to perform web searches, scrape URLs, and return content in Markdown. - [atlasprzetargow/mcp-server](https://github.com/atlasprzetargow/mcp-server) [![atlasprzetargow/mcp-server MCP server](https://glama.ai/mcp/servers/atlasprzetargow/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/atlasprzetargow/mcp-server) 📇 ☁️ - Search 800 000+ Polish public tenders (BZP + TED). Profiles of procuring entities and contractors by NIP, market statistics by CPV/province, 90+ term procurement glossary. From 2de60991ed7fd6a75a1887e19e1eed4959e06f2d Mon Sep 17 00:00:00 2001 From: JACK-KAO216 Date: Fri, 15 May 2026 15:20:53 +0800 Subject: [PATCH 191/355] Add kao273183/mcp-test-runner under Developer Tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit End-to-end QA loop over MCP — analyze, generate, run, advise. Drives pytest / Jest / Cypress / Go / Maestro from one MCP surface and is mobile-first (iOS / Android / BlueStacks). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..8483aabb8 100644 --- a/README.md +++ b/README.md @@ -920,6 +920,7 @@ Tools and integrations that enhance the development workflow and environment man - [Jpisnice/shadcn-ui-mcp-server](https://github.com/Jpisnice/shadcn-ui-mcp-server) 📇 🏠 - MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata. - [jsdelivr/globalping-mcp-server](https://github.com/jsdelivr/globalping-mcp-server) 🎖️ 📇 ☁️ - The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world. - [kadykov/mcp-openapi-schema-explorer](https://github.com/kadykov/mcp-openapi-schema-explorer) 📇 ☁️ 🏠 - Token-efficient access to OpenAPI/Swagger specs via MCP Resources. +- [kao273183/mcp-test-runner](https://github.com/kao273183/mcp-test-runner) 🐍 🏠 🍎 🪟 🐧 - 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 mcp-test-runner`. - [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. - [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. From 286e46a086a2d5daea610544a5c9e22c77fede53 Mon Sep 17 00:00:00 2001 From: JACK-KAO216 Date: Fri, 15 May 2026 15:35:54 +0800 Subject: [PATCH 192/355] 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 8483aabb8..cd4ef1586 100644 --- a/README.md +++ b/README.md @@ -920,7 +920,7 @@ Tools and integrations that enhance the development workflow and environment man - [Jpisnice/shadcn-ui-mcp-server](https://github.com/Jpisnice/shadcn-ui-mcp-server) 📇 🏠 - MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata. - [jsdelivr/globalping-mcp-server](https://github.com/jsdelivr/globalping-mcp-server) 🎖️ 📇 ☁️ - The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world. - [kadykov/mcp-openapi-schema-explorer](https://github.com/kadykov/mcp-openapi-schema-explorer) 📇 ☁️ 🏠 - Token-efficient access to OpenAPI/Swagger specs via MCP Resources. -- [kao273183/mcp-test-runner](https://github.com/kao273183/mcp-test-runner) 🐍 🏠 🍎 🪟 🐧 - 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 mcp-test-runner`. +- [kao273183/mcp-test-runner](https://github.com/kao273183/mcp-test-runner) [![kao273183/mcp-test-runner MCP server](https://glama.ai/mcp/servers/kao273183/mcp-test-runner/badges/score.svg)](https://glama.ai/mcp/servers/kao273183/mcp-test-runner) 🐍 🏠 🍎 🪟 🐧 - 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 mcp-test-runner`. - [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. - [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. From 72c13a6d7c4a23ba34636a2fa7e2718533665f0a Mon Sep 17 00:00:00 2001 From: Pantelis Georgiadis Date: Fri, 15 May 2026 13:33:20 +0300 Subject: [PATCH 193/355] Add PantelisGeorgiadis/dicomweb-mcp-server to Biology, Medicine and Bioinformatics section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..b2b7b4ef8 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,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. - [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` - [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` +- [PantelisGeorgiadis/dicomweb-mcp-server](https://github.com/PantelisGeorgiadis/dicomweb-mcp-server) 📇 ☁️ 🏠 - A DICOMweb MCP server that exposes a DICOMweb-compliant DICOM archive to AI assistants, enabling search of studies, series and instances, metadata inspection, structured report reading, encapsulated PDF text extraction, and frame rendering. - [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. - [longevity-genie/gget-mcp](https://github.com/longevity-genie/gget-mcp) 🐍 🏠 ☁️ - MCP server providing a powerful bioinformatics toolkit for genomics queries and analysis, wrapping the popular `gget` library. - [longevity-genie/opengenes-mcp](https://github.com/longevity-genie/opengenes-mcp) 🎖️ 🐍 🏠 ☁️ - MCP server for a queryable database for aging and longevity research from the OpenGenes project. From 00097681c0ba58d01bea38b7dcfece89916234a3 Mon Sep 17 00:00:00 2001 From: Pantelis Georgiadis Date: Fri, 15 May 2026 13:37:00 +0300 Subject: [PATCH 194/355] Add PantelisGeorgiadis/dicomweb-mcp-server to Biology, Medicine and Bioinformatics section Restored PantelisGeorgiadis/dicomweb-mcp-server entry in the list. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2b7b4ef8..91536df2e 100644 --- a/README.md +++ b/README.md @@ -277,13 +277,13 @@ 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. - [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` - [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` -- [PantelisGeorgiadis/dicomweb-mcp-server](https://github.com/PantelisGeorgiadis/dicomweb-mcp-server) 📇 ☁️ 🏠 - A DICOMweb MCP server that exposes a DICOMweb-compliant DICOM archive to AI assistants, enabling search of studies, series and instances, metadata inspection, structured report reading, encapsulated PDF text extraction, and frame rendering. - [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. - [longevity-genie/gget-mcp](https://github.com/longevity-genie/gget-mcp) 🐍 🏠 ☁️ - MCP server providing a powerful bioinformatics toolkit for genomics queries and analysis, wrapping the popular `gget` library. - [longevity-genie/opengenes-mcp](https://github.com/longevity-genie/opengenes-mcp) 🎖️ 🐍 🏠 ☁️ - MCP server for a queryable database for aging and longevity research from the OpenGenes project. - [longevity-genie/synergy-age-mcp](https://github.com/longevity-genie/synergy-age-mcp) 🎖️ 🐍 🏠 ☁️ - MCP server for the SynergyAge database of synergistic and antagonistic genetic interactions in longevity. - [neptun2000/heor-agent-mcp](https://github.com/neptun2000/heor-agent-mcp) [![heor-agent-mcp MCP server](https://glama.ai/mcp/servers/neptun2000/heor-agent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/neptun2000/heor-agent-mcp) 📇 ☁️ - HEOR (Health Economics and Outcomes Research) MCP server with 7 tools for literature search across 41 medical data sources (PubMed, NICE, CADTH, ICER, etc.), cost-effectiveness modeling (Markov/PartSA/PSA), and HTA dossier preparation for pharmaceutical and biotech teams. - [OHNLP/omop_mcp](https://github.com/OHNLP/omop_mcp) 🐍 🏠 ☁️ - Map clinical terminology to OMOP concepts using LLMs for healthcare data standardization and interoperability. +- [PantelisGeorgiadis/dicomweb-mcp-server](https://github.com/PantelisGeorgiadis/dicomweb-mcp-server) 📇 ☁️ 🏠 - A DICOMweb MCP server that exposes a DICOMweb-compliant DICOM archive to AI assistants, enabling search of studies, series and instances, metadata inspection, structured report reading, encapsulated PDF text extraction, and frame rendering. - [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. - [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. From 7ade2b05065b2501f0c43ead4a797c3ea3caa0b7 Mon Sep 17 00:00:00 2001 From: Octodamus Date: Fri, 15 May 2026 04:02:01 -0700 Subject: [PATCH 195/355] feat: add Octodamus market oracle to Finance & Fintech section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..c2152bdb0 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ Servers for accessing many apps and tools through a single MCP server. - [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). - [mindsdb/mindsdb](https://github.com/mindsdb/mindsdb) - Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview). +- [Octodamus/octodamus-core](https://github.com/Octodamus/octodamus-core) 🐍 ?? - AI consensus market oracle for crypto traders and autonomous agents. 11-signal BUY/SELL/HOLD consensus (RSI, MACD, funding rate, L/S ratio, on-chain flow, Fear & Greed, congressional trading), Polymarket prediction market edges with EV scoring, Grok X crowd sentiment divergence. Ed25519-signed, on-chain verifiable. x402 micropayments at $0.01/call on Base, or 500 req/day free. - [opentabs-dev/opentabs](https://github.com/opentabs-dev/opentabs) [![opentabs-dev/opentabs MCP server](https://glama.ai/mcp/servers/opentabs-dev/opentabs/badges/score.svg)](https://glama.ai/mcp/servers/opentabs-dev/opentabs) 📇 🏠 🍎 🪟 🐧 - Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a plugin SDK for building new ones. - [oxgeneral/agentnet](https://github.com/oxgeneral/agentnet) 🐍 ☁️ 🍎 🪟 🐧 - Agent-to-agent referral network where AI agents discover, recommend, and refer users to each other. Features bilateral trust model, credit economy, and 7 MCP tools for agent registration, discovery, and referral tracking. - [particlefuture/MCPDiscovery](https://github.com/particlefuture/1mcpserver) 🐍 ☁️ 🏠 🍎 🪟 - MCP of MCPs. Automatic discovery and configure MCP servers on your local machine. From 752e934f61c620bb5d7a7efad6e01d81e04eb06a Mon Sep 17 00:00:00 2001 From: Octodamus Date: Fri, 15 May 2026 05:06:48 -0700 Subject: [PATCH 196/355] feat: add glama.ai badge to Octodamus entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2152bdb0..a389998ef 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Servers for accessing many apps and tools through a single MCP server. - [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). - [mindsdb/mindsdb](https://github.com/mindsdb/mindsdb) - Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview). -- [Octodamus/octodamus-core](https://github.com/Octodamus/octodamus-core) 🐍 ?? - AI consensus market oracle for crypto traders and autonomous agents. 11-signal BUY/SELL/HOLD consensus (RSI, MACD, funding rate, L/S ratio, on-chain flow, Fear & Greed, congressional trading), Polymarket prediction market edges with EV scoring, Grok X crowd sentiment divergence. Ed25519-signed, on-chain verifiable. x402 micropayments at $0.01/call on Base, or 500 req/day free. +- [Octodamus/octodamus-core](https://github.com/Octodamus/octodamus-core) 🐍 ?? - AI consensus market oracle for crypto traders and autonomous agents. 11-signal BUY/SELL/HOLD consensus (RSI, MACD, funding rate, L/S ratio, on-chain flow, Fear & Greed, congressional trading), Polymarket prediction market edges with EV scoring, Grok X crowd sentiment divergence. Ed25519-signed, on-chain verifiable. x402 micropayments at $0.01/call on Base, or 500 req/day free. [![Octodamus/octodamus-core MCP server](https://glama.ai/mcp/servers/Octodamus/octodamus-core/badges/score.svg)](https://glama.ai/mcp/servers/Octodamus/octodamus-core) - [opentabs-dev/opentabs](https://github.com/opentabs-dev/opentabs) [![opentabs-dev/opentabs MCP server](https://glama.ai/mcp/servers/opentabs-dev/opentabs/badges/score.svg)](https://glama.ai/mcp/servers/opentabs-dev/opentabs) 📇 🏠 🍎 🪟 🐧 - Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a plugin SDK for building new ones. - [oxgeneral/agentnet](https://github.com/oxgeneral/agentnet) 🐍 ☁️ 🍎 🪟 🐧 - Agent-to-agent referral network where AI agents discover, recommend, and refer users to each other. Features bilateral trust model, credit economy, and 7 MCP tools for agent registration, discovery, and referral tracking. - [particlefuture/MCPDiscovery](https://github.com/particlefuture/1mcpserver) 🐍 ☁️ 🏠 🍎 🪟 - MCP of MCPs. Automatic discovery and configure MCP servers on your local machine. From d6c70ba4c6022e3b076839b1a208ebe466bfc5d1 Mon Sep 17 00:00:00 2001 From: MiniKao Date: Fri, 15 May 2026 21:36:32 +0800 Subject: [PATCH 197/355] Rename to mk-qa-master (PyPI + GitHub renamed; same project) Project renamed from mcp-test-runner to mk-qa-master to avoid collision with privsim/mcp-test-runner. Updates the entry to the new repo URL, Glama badge, and install command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd4ef1586..34e89cdb4 100644 --- a/README.md +++ b/README.md @@ -920,7 +920,7 @@ Tools and integrations that enhance the development workflow and environment man - [Jpisnice/shadcn-ui-mcp-server](https://github.com/Jpisnice/shadcn-ui-mcp-server) 📇 🏠 - MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata. - [jsdelivr/globalping-mcp-server](https://github.com/jsdelivr/globalping-mcp-server) 🎖️ 📇 ☁️ - The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world. - [kadykov/mcp-openapi-schema-explorer](https://github.com/kadykov/mcp-openapi-schema-explorer) 📇 ☁️ 🏠 - Token-efficient access to OpenAPI/Swagger specs via MCP Resources. -- [kao273183/mcp-test-runner](https://github.com/kao273183/mcp-test-runner) [![kao273183/mcp-test-runner MCP server](https://glama.ai/mcp/servers/kao273183/mcp-test-runner/badges/score.svg)](https://glama.ai/mcp/servers/kao273183/mcp-test-runner) 🐍 🏠 🍎 🪟 🐧 - 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 mcp-test-runner`. +- [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. - [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. From c8daf7f46590be54565624d64e89938629515dc7 Mon Sep 17 00:00:00 2001 From: MiniKao Date: Fri, 15 May 2026 21:42:09 +0800 Subject: [PATCH 198/355] Use old Glama slug for badge until Glama re-indexes the rename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34e89cdb4..5f70459dd 100644 --- a/README.md +++ b/README.md @@ -920,7 +920,7 @@ Tools and integrations that enhance the development workflow and environment man - [Jpisnice/shadcn-ui-mcp-server](https://github.com/Jpisnice/shadcn-ui-mcp-server) 📇 🏠 - MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata. - [jsdelivr/globalping-mcp-server](https://github.com/jsdelivr/globalping-mcp-server) 🎖️ 📇 ☁️ - The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world. - [kadykov/mcp-openapi-schema-explorer](https://github.com/kadykov/mcp-openapi-schema-explorer) 📇 ☁️ 🏠 - Token-efficient access to OpenAPI/Swagger specs via MCP Resources. -- [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`. +- [kao273183/mk-qa-master](https://github.com/kao273183/mk-qa-master) [![kao273183/mk-qa-master MCP server](https://glama.ai/mcp/servers/kao273183/mcp-test-runner/badges/score.svg)](https://glama.ai/mcp/servers/kao273183/mcp-test-runner) 🐍 🏠 🍎 🪟 🐧 - 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. - [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. From a1f4346d0f55812c9e945a5df9c3362a07765150 Mon Sep 17 00:00:00 2001 From: MiniKao Date: Fri, 15 May 2026 21:47:07 +0800 Subject: [PATCH 199/355] Re-point Glama badge to new mk-qa-master slug (now indexed) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f70459dd..34e89cdb4 100644 --- a/README.md +++ b/README.md @@ -920,7 +920,7 @@ Tools and integrations that enhance the development workflow and environment man - [Jpisnice/shadcn-ui-mcp-server](https://github.com/Jpisnice/shadcn-ui-mcp-server) 📇 🏠 - MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata. - [jsdelivr/globalping-mcp-server](https://github.com/jsdelivr/globalping-mcp-server) 🎖️ 📇 ☁️ - The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world. - [kadykov/mcp-openapi-schema-explorer](https://github.com/kadykov/mcp-openapi-schema-explorer) 📇 ☁️ 🏠 - Token-efficient access to OpenAPI/Swagger specs via MCP Resources. -- [kao273183/mk-qa-master](https://github.com/kao273183/mk-qa-master) [![kao273183/mk-qa-master MCP server](https://glama.ai/mcp/servers/kao273183/mcp-test-runner/badges/score.svg)](https://glama.ai/mcp/servers/kao273183/mcp-test-runner) 🐍 🏠 🍎 🪟 🐧 - 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`. +- [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. - [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. From 8c290d8ddb1842021cb4982021e1cbcbbbe9e8dd Mon Sep 17 00:00:00 2001 From: Artem Baygot Date: Fri, 15 May 2026 15:04:56 +0000 Subject: [PATCH 200/355] =?UTF-8?q?Add=20colapsis/transfa=20to=20File=20Sy?= =?UTF-8?q?stems=20=E2=80=94=20ephemeral=20file=20transfer=20MCP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a58a33b32..7bebc5f44 100644 --- a/README.md +++ b/README.md @@ -1224,7 +1224,8 @@ Provides direct access to local file systems with configurable permissions. Enab - [microsoft/markitdown](https://github.com/microsoft/markitdown/tree/main/packages/markitdown-mcp) 🎖️ 🐍 🏠 - MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption. - [modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/filesystem) 📇 🏠 - Direct local file system access. - [FacundoLucci/plsreadme](https://github.com/FacundoLucci/plsreadme) [![plsreadme MCP server](https://glama.ai/mcp/servers/@FacundoLucci/plsreadme/badges/score.svg)](https://glama.ai/mcp/servers/@FacundoLucci/plsreadme) 📇 ☁️ 🏠 - Share markdown files and text as clean, readable web links via `plsreadme_share_file` and `plsreadme_share_text`; zero setup (`npx -y plsreadme-mcp` or `https://plsreadme.com/mcp`). -- [UseJunior/safe-docx](https://github.com/UseJunior/safe-docx) [![UseJunior/safe-docx MCP server](https://glama.ai/mcp/servers/UseJunior/safe-docx/badges/score.svg)](https://glama.ai/mcp/servers/UseJunior/safe-docx) 📇 🏠 🍎 🐧 🪟 - Surgical editing of existing Word .docx files with formatting preservation, tracked changes, comments, footnotes, and document comparison. +- [colapsis/transfa](https://github.com/colapsis/transfa) 📇 ☁️ - Ephemeral file transfer for AI agents and CI/CD pipelines — upload any file, get a SHA-256-verified, TTL-enforced link. 4 tools: upload, file_info, list_uploads, delete_upload. Zero-config via `npx -y transfa-mcp`. +- [UseJunior/safe-docx](https://github.com/UseJunior/safe-docx) [![UseJunior/safe-docx MCP server](https://glama.ai/mcp/servers/UseJunior/safe-docx/badges/score.svg)](https://glama.ai/mcp/servers/UseJunior/safe-docx) 📇 🏠 🍎 🪟 🐧 - Surgical editing of existing Word .docx files with formatting preservation, tracked changes, comments, footnotes, and document comparison. - [willianpinho/large-file-mcp](https://github.com/willianpinho/large-file-mcp) 📇 🏠 🍎 🪟 🐧 - Production-ready MCP server for intelligent handling of large files with smart chunking, navigation, streaming capabilities, regex search, and built-in LRU caching. - [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 From 47a52f1182746217791306c28e818c7a325e6c60 Mon Sep 17 00:00:00 2001 From: Artem Baygot Date: Fri, 15 May 2026 15:09:22 +0000 Subject: [PATCH 201/355] Fix: restore UseJunior emoji order and add Glama badge to transfa entry --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bebc5f44..78cf4abf4 100644 --- a/README.md +++ b/README.md @@ -1224,8 +1224,8 @@ Provides direct access to local file systems with configurable permissions. Enab - [microsoft/markitdown](https://github.com/microsoft/markitdown/tree/main/packages/markitdown-mcp) 🎖️ 🐍 🏠 - MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption. - [modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/filesystem) 📇 🏠 - Direct local file system access. - [FacundoLucci/plsreadme](https://github.com/FacundoLucci/plsreadme) [![plsreadme MCP server](https://glama.ai/mcp/servers/@FacundoLucci/plsreadme/badges/score.svg)](https://glama.ai/mcp/servers/@FacundoLucci/plsreadme) 📇 ☁️ 🏠 - Share markdown files and text as clean, readable web links via `plsreadme_share_file` and `plsreadme_share_text`; zero setup (`npx -y plsreadme-mcp` or `https://plsreadme.com/mcp`). -- [colapsis/transfa](https://github.com/colapsis/transfa) 📇 ☁️ - Ephemeral file transfer for AI agents and CI/CD pipelines — upload any file, get a SHA-256-verified, TTL-enforced link. 4 tools: upload, file_info, list_uploads, delete_upload. Zero-config via `npx -y transfa-mcp`. -- [UseJunior/safe-docx](https://github.com/UseJunior/safe-docx) [![UseJunior/safe-docx MCP server](https://glama.ai/mcp/servers/UseJunior/safe-docx/badges/score.svg)](https://glama.ai/mcp/servers/UseJunior/safe-docx) 📇 🏠 🍎 🪟 🐧 - Surgical editing of existing Word .docx files with formatting preservation, tracked changes, comments, footnotes, and document comparison. +- [colapsis/transfa](https://github.com/colapsis/transfa) [![transfa MCP server](https://glama.ai/mcp/servers/colapsis/transfa/badges/score.svg)](https://glama.ai/mcp/servers/colapsis/transfa) 📇 ☁️ - Ephemeral file transfer for AI agents and CI/CD pipelines — upload any file, get a SHA-256-verified, TTL-enforced link. 4 tools: upload, file_info, list_uploads, delete_upload. Zero-config via `npx -y transfa-mcp`. +- [UseJunior/safe-docx](https://github.com/UseJunior/safe-docx) [![UseJunior/safe-docx MCP server](https://glama.ai/mcp/servers/UseJunior/safe-docx/badges/score.svg)](https://glama.ai/mcp/servers/UseJunior/safe-docx) 📇 🏠 🍎 🐧 🪟 - Surgical editing of existing Word .docx files with formatting preservation, tracked changes, comments, footnotes, and document comparison. - [willianpinho/large-file-mcp](https://github.com/willianpinho/large-file-mcp) 📇 🏠 🍎 🪟 🐧 - Production-ready MCP server for intelligent handling of large files with smart chunking, navigation, streaming capabilities, regex search, and built-in LRU caching. - [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 From fad79e904e696584391c88868694ee4ae8bb3a31 Mon Sep 17 00:00:00 2001 From: "byongjohn.han" Date: Sat, 16 May 2026 03:34:22 +0900 Subject: [PATCH 202/355] Add dnotitia/akb to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..c4652aedd 100644 --- a/README.md +++ b/README.md @@ -1603,6 +1603,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [decisionnode/DecisionNode](https://github.com/decisionnode/DecisionNode) [![decisionnode/DecisionNode MCP server](https://glama.ai/mcp/servers/decisionnode/DecisionNode/badges/score.svg)](https://glama.ai/mcp/servers/decisionnode/DecisionNode) 📇 🏠 🍎 🪟 🐧 - Record development decisions as structured JSON, embed as vectors via Gemini, and search semantically over MCP. Shared store across Claude Code, Cursor, Windsurf, and any MCP client. CLI + MCP server, local-only, free Gemini embedding tier. - [Destrayon/Connapse](https://github.com/Destrayon/Connapse) [![Destrayon/Connapse MCP server](https://glama.ai/mcp/servers/Destrayon/Connapse/badges/score.svg)](https://glama.ai/mcp/servers/Destrayon/Connapse) #️⃣ 🏠 🍎 🪟 🐧 - Self-hosted knowledge backend for AI agents with hybrid vector + keyword search, container-isolated indexes, and 11 MCP tools. .NET, Docker-ready. - [deusXmachina-dev/memorylane](https://github.com/deusXmachina-dev/memorylane) 📇 ☁️ 🏠 🍎 - Desktop app that captures screen activity via event-driven screenshots, stores AI-generated summaries and OCR text locally in SQLite, and exposes your activity history to AI assistants via MCP with semantic search, timeline browsing, and event detail retrieval. +- [dnotitia/akb](https://github.com/dnotitia/akb) 🐍 📇 🏠 🍎 🪟 🐧 - Organizational knowledge base for AI agents. Vault-scoped Markdown docs, structured PostgreSQL tables, and files unified by a URI graph. Hybrid semantic + BM25 search, Git-backed version history, multi-tenant ACL with public-share links. Works with Claude Code, Cursor, Windsurf via `npx akb-mcp`. - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) 📇 ☁️ 🏠 - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. - [doobidoo/MCP-Context-Provider](https://github.com/doobidoo/MCP-Context-Provider) 📇 🏠 - Static server that provides persistent tool-specific context and rules for AI models - [doobidoo/mcp-memory-service](https://github.com/doobidoo/mcp-memory-service) 📇 🏠 - Universal memory service providing semantic search, persistent storage, and autonomous memory consolidation From b8f24f01767a4b53b77ea53d576e1a2b6a30fba2 Mon Sep 17 00:00:00 2001 From: akagi819 <211076759+akagi819@users.noreply.github.com> Date: Sat, 16 May 2026 07:20:22 +0900 Subject: [PATCH 203/355] Add A2CR MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..65a55992b 100644 --- a/README.md +++ b/README.md @@ -1561,6 +1561,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. +- [a2cr/a2cr](https://github.com/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` - [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 - [Auctalis/nocturnusai](https://github.com/Auctalis/nocturnusai) [![Auctalis/nocturnusai MCP server](https://glama.ai/mcp/servers/Auctalis/nocturnusai/badges/score.svg)](https://glama.ai/mcp/servers/Auctalis/nocturnusai) 🐍 🏠 - Deterministic reasoning engine for AI agent context compression. Extracts structured facts with logical inference, proof chains, and truth maintenance. REST API, Python/TypeScript SDKs, and MCP server integration. From 1fec5d273cb1d8b22f8cd24c9d32ac05cde3ed38 Mon Sep 17 00:00:00 2001 From: Byongjohn Han Date: Sat, 16 May 2026 09:20:02 +0900 Subject: [PATCH 204/355] Add Glama score badge for dnotitia/akb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4652aedd..4f17ae8c9 100644 --- a/README.md +++ b/README.md @@ -1603,7 +1603,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [decisionnode/DecisionNode](https://github.com/decisionnode/DecisionNode) [![decisionnode/DecisionNode MCP server](https://glama.ai/mcp/servers/decisionnode/DecisionNode/badges/score.svg)](https://glama.ai/mcp/servers/decisionnode/DecisionNode) 📇 🏠 🍎 🪟 🐧 - Record development decisions as structured JSON, embed as vectors via Gemini, and search semantically over MCP. Shared store across Claude Code, Cursor, Windsurf, and any MCP client. CLI + MCP server, local-only, free Gemini embedding tier. - [Destrayon/Connapse](https://github.com/Destrayon/Connapse) [![Destrayon/Connapse MCP server](https://glama.ai/mcp/servers/Destrayon/Connapse/badges/score.svg)](https://glama.ai/mcp/servers/Destrayon/Connapse) #️⃣ 🏠 🍎 🪟 🐧 - Self-hosted knowledge backend for AI agents with hybrid vector + keyword search, container-isolated indexes, and 11 MCP tools. .NET, Docker-ready. - [deusXmachina-dev/memorylane](https://github.com/deusXmachina-dev/memorylane) 📇 ☁️ 🏠 🍎 - Desktop app that captures screen activity via event-driven screenshots, stores AI-generated summaries and OCR text locally in SQLite, and exposes your activity history to AI assistants via MCP with semantic search, timeline browsing, and event detail retrieval. -- [dnotitia/akb](https://github.com/dnotitia/akb) 🐍 📇 🏠 🍎 🪟 🐧 - Organizational knowledge base for AI agents. Vault-scoped Markdown docs, structured PostgreSQL tables, and files unified by a URI graph. Hybrid semantic + BM25 search, Git-backed version history, multi-tenant ACL with public-share links. Works with Claude Code, Cursor, Windsurf via `npx akb-mcp`. +- [dnotitia/akb](https://github.com/dnotitia/akb) [![dnotitia/akb MCP server](https://glama.ai/mcp/servers/dnotitia/akb/badges/score.svg)](https://glama.ai/mcp/servers/dnotitia/akb) 🐍 📇 🏠 🍎 🪟 🐧 - Organizational knowledge base for AI agents. Vault-scoped Markdown docs, structured PostgreSQL tables, and files unified by a URI graph. Hybrid semantic + BM25 search, Git-backed version history, multi-tenant ACL with public-share links. Works with Claude Code, Cursor, Windsurf via `npx akb-mcp`. - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) 📇 ☁️ 🏠 - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. - [doobidoo/MCP-Context-Provider](https://github.com/doobidoo/MCP-Context-Provider) 📇 🏠 - Static server that provides persistent tool-specific context and rules for AI models - [doobidoo/mcp-memory-service](https://github.com/doobidoo/mcp-memory-service) 📇 🏠 - Universal memory service providing semantic search, persistent storage, and autonomous memory consolidation From da2f9afa38441fd4c08615c3b0d85127421f9be6 Mon Sep 17 00:00:00 2001 From: sirot Date: Sat, 16 May 2026 10:41:55 +0900 Subject: [PATCH 205/355] Add Glama score badge for A2CR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65a55992b..7944afc15 100644 --- a/README.md +++ b/README.md @@ -1561,7 +1561,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. -- [a2cr/a2cr](https://github.com/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. +- [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` - [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 - [Auctalis/nocturnusai](https://github.com/Auctalis/nocturnusai) [![Auctalis/nocturnusai MCP server](https://glama.ai/mcp/servers/Auctalis/nocturnusai/badges/score.svg)](https://glama.ai/mcp/servers/Auctalis/nocturnusai) 🐍 🏠 - Deterministic reasoning engine for AI agent context compression. Extracts structured facts with logical inference, proof chains, and truth maintenance. REST API, Python/TypeScript SDKs, and MCP server integration. From 4a5c05d0b136d0c01ebd3c144e81d5435e3bd555 Mon Sep 17 00:00:00 2001 From: Vladimir Bichev Date: Fri, 15 May 2026 22:22:42 -0400 Subject: [PATCH 206/355] Add Bichev/agentradar-mcp to Security Co-authored-by: Cursor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..443aa27c6 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. +- [Bichev/agentradar-mcp](https://github.com/Bichev/agentradar-mcp) 📇 ☁️ 🍎 🪟 🐧 - On-chain trust oracle for the ERC-8004 + x402 agent economy. 18 tools for verifying AI agents: 6-signal composite trust scoring (0-100), 272-wallet scam database, ERC-8004 identity lookup, EAS attestations on Base mainnet. x402-payable. Free `get_score` / `check_scam`. Live at [vvpro.ai](https://vvpro.ai) · npm [`@agentradar/mcp`](https://www.npmjs.com/package/@agentradar/mcp). - [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 0320490c7e8776adcb2cbf6304d994a06effdfe3 Mon Sep 17 00:00:00 2001 From: wolido <270262953@qq.com> Date: Sat, 16 May 2026 15:02:41 +0800 Subject: [PATCH 207/355] Add Wolido/OpenAaaS to Aggregators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..841217a87 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ Servers for accessing many apps and tools through a single MCP server. - [WayStation-ai/mcp](https://github.com/waystation-ai/mcp) ☁️ 🍎 🪟 - Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs. - [wegotdocs/open-mcp](https://github.com/wegotdocs/open-mcp) 📇 🏠 🍎 🪟 🐧 - Turn a web API into an MCP server in 10 seconds and add it to the open source registry: https://open-mcp.org - [whiteknightonhorse/APIbase](https://github.com/whiteknightonhorse/APIbase) [![APIbase MCP server](https://glama.ai/mcp/servers/whiteknightonhorse/APIbase/badges/score.svg)](https://glama.ai/mcp/servers/whiteknightonhorse/APIbase) 📇 ☁️ - Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropayments in USDC. +- [Wolido/OpenAaaS](https://github.com/Wolido/OpenAaaS) [![Wolido/OpenAaaS MCP server](https://glama.ai/mcp/servers/Wolido/OpenAaaS/badges/score.svg)](https://glama.ai/mcp/servers/Wolido/OpenAaaS) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Python MCP adapter connecting Claude/Cursor/Cline to the OpenAaaS scientific agent network. Submit tasks to remote research agents (literature analysis, materials databases, etc.) — data stays local, only KB~MB results flow. Install: `uvx openaaas-mcp-adapter`. - [rplryan/x402-discovery-mcp](https://github.com/rplryan/x402-discovery-mcp) [![x402-discovery-mcp MCP server](https://glama.ai/mcp/servers/@rplryan/x402-discovery-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@rplryan/x402-discovery-mcp) 🐍 ☁️ - Runtime discovery layer for x402-payable APIs. Agents discover and route to pay-per-call x402 endpoints by capability, get quality-ranked results with trust scores (0-100), and pay per query via x402. Includes MCP server, Python SDK, and CLI (npm install -g x402scout). - [x402-index/x402search-mcp](https://github.com/x402-index/x402search-mcp) [![x402-index/x402search-mcp MCP server](https://glama.ai/mcp/servers/x402-index/x402search-mcp/badges/score.svg)](https://glama.ai/mcp/servers/x402-index/x402search-mcp) 📇 ☁️ 🍎 🪟 🐧 - Search 14,000+ x402-enabled HTTP APIs by keyword. Agents pay $0.01 USDC per search via x402 micropayments on Base mainnet — no API keys required. Larger index than any other x402 discovery layer. - [ikoskela/wisepanel-mcp](https://github.com/ikoskela/wisepanel-mcp) [![ikoskela/wisepanel-mcp MCP server](https://glama.ai/mcp/servers/ikoskela/wisepanel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ikoskela/wisepanel-mcp) 📇 ☁️ 🍎 🪟 🐧 - Multi-agent deliberation with divergent context enhancement. Roles are dynamically generated to surround the question-space and maximize divergent dialog across ChatGPT, Claude, Gemini, and Perplexity. From 172eb6a7179b80203d602e0970a804c606cea835 Mon Sep 17 00:00:00 2001 From: whdrnr2583-cmd Date: Sat, 16 May 2026 17:41:16 +0900 Subject: [PATCH 208/355] Add whdrnr2583-cmd/token-meter to Monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..766f5e429 100644 --- a/README.md +++ b/README.md @@ -1812,6 +1812,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. +- [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 3460447458b24b0267bb0c4f181e74f41ccbe6e0 Mon Sep 17 00:00:00 2001 From: whdrnr2583-cmd Date: Sat, 16 May 2026 17:46:03 +0900 Subject: [PATCH 209/355] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 766f5e429..a06115119 100644 --- a/README.md +++ b/README.md @@ -1812,7 +1812,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. -- [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. +- [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 20df35f191612747f9ac50d271e84136c56b91af Mon Sep 17 00:00:00 2001 From: whdrnr2583-cmd Date: Sat, 16 May 2026 17:48:30 +0900 Subject: [PATCH 210/355] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a06115119..3a8f2d00e 100644 --- a/README.md +++ b/README.md @@ -1812,7 +1812,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. -- [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. +- [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 12dba4cc92925a53f3cae1879e541aa227700232 Mon Sep 17 00:00:00 2001 From: sh6drack Date: Sun, 1 Mar 2026 22:28:41 -0500 Subject: [PATCH 213/355] Add zen-mcp to Browser Automation section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit zen-mcp is the first MCP server for Zen Browser. It uses WebDriver BiDi over WebSocket to provide 20 tools for browser automation — navigation, form filling, screenshots, JavaScript evaluation, and more. No Selenium or Playwright required. https://github.com/sh6drack/zen-mcp Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..9cf734ba7 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [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). - [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. +- [sh6drack/zen-mcp](https://github.com/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. - [hanzili/comet-mcp](https://github.com/hanzili/comet-mcp) 📇 🏠 🍎 - Connect to Perplexity Comet browser for agentic web browsing, deep research, and real-time task monitoring. - [LarryWalkerDEV/mcp-immostage](https://github.com/LarryWalkerDEV/mcp-immostage) 📇 ☁️ - AI virtual staging for real estate. Stage empty rooms, beautify floor plans into 3D renders, classify room images, generate property descriptions, and get style recommendations. From 135d42d3505677cd688f2adbc609dfbee5391c2c Mon Sep 17 00:00:00 2001 From: Shadrack Annor Date: Sat, 16 May 2026 06:16:36 -0400 Subject: [PATCH 214/355] Add Glama badge to zen-mcp entry Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cf734ba7..5781222dc 100644 --- a/README.md +++ b/README.md @@ -314,7 +314,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [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). - [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. -- [sh6drack/zen-mcp](https://github.com/sh6drack/zen-mcp) 📇 🏠 - Zen Browser automation via WebDriver BiDi. 20 tools for navigation, form filling, screenshots, and JavaScript evaluation. No Selenium or Playwright required. +- [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. - [hanzili/comet-mcp](https://github.com/hanzili/comet-mcp) 📇 🏠 🍎 - Connect to Perplexity Comet browser for agentic web browsing, deep research, and real-time task monitoring. - [LarryWalkerDEV/mcp-immostage](https://github.com/LarryWalkerDEV/mcp-immostage) 📇 ☁️ - AI virtual staging for real estate. Stage empty rooms, beautify floor plans into 3D renders, classify room images, generate property descriptions, and get style recommendations. From 5f94715add7f3a4e1e6cc6de96843ff3dc8072ee Mon Sep 17 00:00:00 2001 From: juanatsap Date: Sat, 16 May 2026 16:40:06 +0100 Subject: [PATCH 215/355] Add drolosoft/go-docs-mcp to File Systems section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..e07552687 100644 --- a/README.md +++ b/README.md @@ -1207,6 +1207,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. - [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 +- [drolosoft/go-docs-mcp](https://github.com/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`. - [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. From 6c1deedf7e9d2cff38292597b51bf9ad23b09c7a Mon Sep 17 00:00:00 2001 From: Jonathan Wrede Date: Sat, 16 May 2026 17:11:19 +0000 Subject: [PATCH 216/355] Add llmprobe MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..0c096f220 100644 --- a/README.md +++ b/README.md @@ -1840,6 +1840,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [ingero-io/ingero](https://github.com/ingero-io/ingero) [![ingero-io/ingero MCP server](https://glama.ai/mcp/servers/ingero-io/ingero/badges/score.svg)](https://glama.ai/mcp/servers/ingero-io/ingero) 🏎️ 🏠 🐧 - eBPF-based GPU causal observability agent with MCP server. Traces CUDA Runtime/Driver APIs and host kernel events to build causal chains explaining GPU latency. - [inspektor-gadget/ig-mcp-server](https://github.com/inspektor-gadget/ig-mcp-server) 🏎️ ☁️ 🏠 🐧 🪟 🍎 - Debug your Container and Kubernetes workloads with an AI interface powered by eBPF. - [inventer-dev/mcp-internet-speed-test](https://github.com/inventer-dev/mcp-internet-speed-test) 🐍 ☁️ - Internet speed testing with network performance metrics including download/upload speed, latency, jitter analysis, and CDN server detection with geographic mapping +- [Jwrede/llmprobe](https://github.com/Jwrede/llmprobe) 🏎️ ☁️ 🏠 🍎 🪟 🐧 - Synthetic monitoring for LLM inference endpoints. Measure TTFT, latency, throughput, and errors across OpenAI, Anthropic, Google, Azure, Bedrock, and local servers (vLLM, SGLang, Ollama). CLI + MCP server with Prometheus and OpenTelemetry export. - [last9/last9-mcp-server](https://github.com/last9/last9-mcp-server) - Seamlessly bring real-time production context—logs, metrics, and traces—into your local environment to auto-fix code faster - [lodordev/mcp-tautulli](https://github.com/lodordev/mcp-tautulli) [![mcp-tautulli MCP server](https://glama.ai/mcp/servers/lodordev/mcp-tautulli/badges/score.svg)](https://glama.ai/mcp/servers/lodordev/mcp-tautulli) 🐍 🏠 - Tautulli (Plex media server monitoring) with 11 read-only tools for activity, history, library stats, user stats, transcode analysis, and resolution breakdowns. - [log-logn/langfuse-mcp-java](https://github.com/Log-LogN/langfuse-mcp-java) [![langfuse-mcp-java MCP server](https://glama.ai/mcp/servers/Log-LogN/langfuse-mcp-java/badges/score.svg)](https://glama.ai/mcp/servers/Log-LogN/langfuse-mcp-java) ☕ ☁️ - Query Langfuse traces, debug exceptions, analyze sessions, scores, datasets, schema, observations and manage prompts. Full observability toolkit for LLM applications. (https://github.com/langfuse/langfuse) From 353d42449e92a9eb657d765184d56a75b96cc6c6 Mon Sep 17 00:00:00 2001 From: Pantelis Georgiadis Date: Sat, 16 May 2026 21:19:53 +0300 Subject: [PATCH 217/355] Add glama badge to dicomweb-mcp-server entry in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91536df2e..e70d9c440 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [longevity-genie/synergy-age-mcp](https://github.com/longevity-genie/synergy-age-mcp) 🎖️ 🐍 🏠 ☁️ - MCP server for the SynergyAge database of synergistic and antagonistic genetic interactions in longevity. - [neptun2000/heor-agent-mcp](https://github.com/neptun2000/heor-agent-mcp) [![heor-agent-mcp MCP server](https://glama.ai/mcp/servers/neptun2000/heor-agent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/neptun2000/heor-agent-mcp) 📇 ☁️ - HEOR (Health Economics and Outcomes Research) MCP server with 7 tools for literature search across 41 medical data sources (PubMed, NICE, CADTH, ICER, etc.), cost-effectiveness modeling (Markov/PartSA/PSA), and HTA dossier preparation for pharmaceutical and biotech teams. - [OHNLP/omop_mcp](https://github.com/OHNLP/omop_mcp) 🐍 🏠 ☁️ - Map clinical terminology to OMOP concepts using LLMs for healthcare data standardization and interoperability. -- [PantelisGeorgiadis/dicomweb-mcp-server](https://github.com/PantelisGeorgiadis/dicomweb-mcp-server) 📇 ☁️ 🏠 - A DICOMweb MCP server that exposes a DICOMweb-compliant DICOM archive to AI assistants, enabling search of studies, series and instances, metadata inspection, structured report reading, encapsulated PDF text extraction, and frame rendering. +- [PantelisGeorgiadis/dicomweb-mcp-server](https://github.com/PantelisGeorgiadis/dicomweb-mcp-server) [![PantelisGeorgiadis/dicomweb-mcp-server MCP server](https://glama.ai/mcp/servers/PantelisGeorgiadis/dicomweb-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/PantelisGeorgiadis/dicomweb-mcp-server) 📇 ☁️ 🏠 - A DICOMweb MCP server that exposes a DICOMweb-compliant DICOM archive to AI assistants, enabling search of studies, series and instances, metadata inspection, structured report reading, encapsulated PDF text extraction, and frame rendering. - [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. - [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. From 42966f0bc696b906f2986835454fdb7434c0e77d Mon Sep 17 00:00:00 2001 From: LamboPoewert Date: Sat, 16 May 2026 20:57:36 +0200 Subject: [PATCH 218/355] Add LamboPoewert/mcp-server-madeonsol to Finance & Fintech Solana memecoin intelligence: KOL wallet tracker (1,000+ wallets), Pump.fun deployer scoring, multi-KOL coordination, alpha-wallet intel, first-touch scout signal. 51 tools, free tier 200 req/day, also supports x402 micropayments. Listed on Glama and Smithery. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..6ba757195 100644 --- a/README.md +++ b/README.md @@ -1369,6 +1369,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [kukapay/crypto-trending-mcp](https://github.com/kukapay/crypto-trending-mcp) 🐍 ☁️ - Tracking the latest trending tokens on CoinGecko. - [kukapay/crypto-whitepapers-mcp](https://github.com/kukapay/crypto-whitepapers-mcp) 🐍 ☁️ - Serving as a structured knowledge base of crypto whitepapers. - [kukapay/cryptopanic-mcp-server](https://github.com/kukapay/cryptopanic-mcp-server) 🐍 ☁️ - Providing latest cryptocurrency news to AI agents, powered by CryptoPanic. +- [LamboPoewert/mcp-server-madeonsol](https://github.com/LamboPoewert/mcp-server-madeonsol) [![LamboPoewert/mcp-server-madeonsol MCP server](https://glama.ai/mcp/servers/LamboPoewert/mcp-server-madeonsol/badges/score.svg)](https://glama.ai/mcp/servers/LamboPoewert/mcp-server-madeonsol) 📇 ☁️ - Real-time Solana memecoin intelligence — 51 tools across KOL wallet tracking (1,000+ wallets, sub-3s latency), Pump.fun deployer scoring (6,700+ scored), multi-KOL coordination signals, alpha-wallet intel (47k+ scored early buyers), first-touch scout signal (backtested ≥3 follow-on KOLs ~50% of the time vs 14% baseline), copy-trade rules, and the all-DEX trade firehose. Free tier 200 req/day; also supports x402 micropayments. Install: `npx -y smithery mcp add madeonsol/solana-kol-intelligence`. - [make-software/cspr-trade-mcp](https://github.com/make-software/cspr-trade-mcp) [![make-software/cspr-trade-mcp MCP server](https://glama.ai/mcp/servers/make-software/cspr-trade-mcp/badges/score.svg)](https://glama.ai/mcp/servers/make-software/cspr-trade-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Non-custodial DEX trading on the Casper Network via [CSPR.trade](https://cspr.trade). 14 tools for market data, swaps, liquidity, and account queries. Transactions built remotely, signed locally — private keys never leave the machine. Public endpoint: `https://mcp.cspr.trade/mcp` - [kukapay/dao-proposals-mcp](https://github.com/kukapay/dao-proposals-mcp) 🐍 ☁️ - An MCP server that aggregates live governance proposals from major DAOs. - [kukapay/defi-yields-mcp](https://github.com/kukapay/defi-yields-mcp) 🐍 ☁️ - An MCP server for AI agents to explore DeFi yield opportunities. From 87018c891caae948b42b0cded01dc384655d1286 Mon Sep 17 00:00:00 2001 From: Fabio662 <159033811+Fabio662@users.noreply.github.com> Date: Sat, 16 May 2026 17:15:32 -0500 Subject: [PATCH 219/355] Add agentx402-mcp-server (YieldAgentX402) under Finance & Fintech MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Custody-free execution layer for AI agents — 16 MCP tools across 18 chains (EVM, Bitcoin, Starknet, NEAR, Solana, Stacks, BNB, Rootstock, Filecoin, Aptos, Sui, TON, Tron, XRPL, Stellar, Algorand). NEAR chain-signatures MPC keys, ShadeGuard policy enforcement, Intel TDX TEE attestation, HMAC-SHA256 receipts anchored to Filecoin + BTFS, x402 settlement with 0.25% protocol fee. Public discovery (no signup): yax_get_capabilities Instant test key ($5 cap, 7d): POST /api/apply --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..f5bea9368 100644 --- a/README.md +++ b/README.md @@ -1237,6 +1237,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [@czagents/cnb](https://github.com/martinhavel/cz-agents-mcp) [![martinhavel/cz-agents-mcp MCP server](https://glama.ai/mcp/servers/martinhavel/cz-agents-mcp/badges/score.svg)](https://glama.ai/mcp/servers/martinhavel/cz-agents-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Czech National Bank (ČNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm `@czagents/cnb` or HTTP at cnb.cz-agents.dev/mcp. - [@frihet/mcp-server](https://github.com/Frihet-io/frihet-mcp) [![frihet-mcp MCP server](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp) 📇 ☁️ - AI-native business management — invoices, expenses, clients, products, and quotes. 31 tools for Claude, Cursor, Windsurf, and Cline. - [@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. +- [agentx402-mcp-server (YieldAgentX402)](https://github.com/Fabio662/Yieldagenticx402-Hub) 📇 ☁️ - 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 + BTC — no private keys held anywhere. ShadeGuard policy enforcement, Intel TDX TEE attestation, HMAC-SHA256 receipts, Filecoin + BTFS anchored. x402 protocol settlement with 0.25% protocol fee. **Public discovery — no signup needed**: call `yax_get_capabilities` with no auth. Instant test key (`$5` cap, 7-day) via `POST /api/apply`. `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` - [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 ef15698224a0e878c288c834496bed92aedb8dce Mon Sep 17 00:00:00 2001 From: Andy Thompson Date: Sat, 16 May 2026 17:59:32 -0700 Subject: [PATCH 220/355] Add proplineapi/propline-mcp to Sports --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..a2c6fea18 100644 --- a/README.md +++ b/README.md @@ -2275,6 +2275,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. +- [proplineapi/propline-mcp](https://github.com/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 - [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. From 792e736f6bca9061a250c1d6c508d7785406108a Mon Sep 17 00:00:00 2001 From: deficlow Date: Sun, 17 May 2026 01:52:21 +0300 Subject: [PATCH 221/355] Add deficlow/zipp-mcp to Finance & Fintech Multi-language crypto news MCP server with editorial summaries, sentiment labels (BULLISH/NEUTRAL/BEARISH), and importance scores (0-100). 6 tools across 8 languages; every story credits the original publisher. Public no-auth Streamable HTTP endpoint at https://zippfeed.com/mcp/. Distributed via PyPI (uvx zipp-mcp) and GHCR (ghcr.io/deficlow/zipp-mcp), also on the Official MCP Registry as com.zippfeed/zipp. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..8420bf1cb 100644 --- a/README.md +++ b/README.md @@ -1289,6 +1289,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [decidefyi/decide](https://github.com/decidefyi/decide) 📇 ☁️ - Deterministic refund eligibility notary MCP server. Returns ALLOWED / DENIED / UNKNOWN for subscription refunds (Adobe, Spotify, etc.) via a stateless rules engine. - [debtstack-ai/debtstack-python](https://github.com/debtstack-ai/debtstack-python) 🐍 ☁️ - Corporate debt structure data for AI agents. Search 250+ issuers, 5,000+ bonds with leverage ratios, seniority, covenants, guarantor chains, and FINRA TRACE pricing. - [Declan142/calcnook-mcp-server](https://github.com/Declan142/calcnook-mcp-server) [![Declan142/calcnook-mcp-server MCP server](https://glama.ai/mcp/servers/Declan142/calcnook-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Declan142/calcnook-mcp-server) 🐍 🏠 🍎 🪟 🐧 - Personal finance calculations across 7 countries (US, UK, CA, AU, AE, SA, India) plus Sharia-compliant Islamic finance (Zakat, Murabaha, Ijarah, Mudarabah, Hajj savings, halal stock screening). 17 tools wrapping the deterministic [calcnook](https://pypi.org/project/calcnook/) engine — income tax, SIP/EMI/loans, retirement, EOSG, VAT, currency formatting (incl. Indian lakh/crore), and BMI/BMR/TDEE. Zero API keys, pure stdlib. Install with `uvx calcnook-mcp`. +- [deficlow/zipp-mcp](https://github.com/deficlow/zipp-mcp) [![deficlow/zipp-mcp MCP server](https://glama.ai/mcp/servers/deficlow/zipp-mcp/badges/score.svg)](https://glama.ai/mcp/servers/deficlow/zipp-mcp) 🐍 ☁️ - Multi-language crypto news for AI assistants — editorial summaries with sentiment labels (BULLISH/NEUTRAL/BEARISH) and importance scores (0–100). 6 tools across 8 languages, every story credits the original publisher. Install: `uvx zipp-mcp` or `ghcr.io/deficlow/zipp-mcp`. Public Streamable HTTP endpoint at `https://zippfeed.com/mcp/`; listed on the [Official MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=zipp). - [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. From b7e1eb4d6dce81a2b46ade92bd7f2a0a0c35d7f4 Mon Sep 17 00:00:00 2001 From: Fabio662 Date: Sat, 16 May 2026 20:52:52 -0500 Subject: [PATCH 222/355] =?UTF-8?q?fix:=20address=20bot=20lint=20blockers?= =?UTF-8?q?=20=E2=80=94=20owner/repo=20name,=20Glama=20badge,=20plain=20te?= =?UTF-8?q?xt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bot flagged: - invalid-name → renamed link text to Fabio662/yieldagentx402-sdks (owner/repo format) - missing-glama → added Glama score badge after name - has-emoji / formatting → removed **bold** markdown and special chars from description Repo now points to the public SDK mirror at Fabio662/yieldagentx402-sdks (the platform itself lives in a separate private repo). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5bea9368..198957201 100644 --- a/README.md +++ b/README.md @@ -1237,7 +1237,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [@czagents/cnb](https://github.com/martinhavel/cz-agents-mcp) [![martinhavel/cz-agents-mcp MCP server](https://glama.ai/mcp/servers/martinhavel/cz-agents-mcp/badges/score.svg)](https://glama.ai/mcp/servers/martinhavel/cz-agents-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Czech National Bank (ČNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm `@czagents/cnb` or HTTP at cnb.cz-agents.dev/mcp. - [@frihet/mcp-server](https://github.com/Frihet-io/frihet-mcp) [![frihet-mcp MCP server](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp) 📇 ☁️ - AI-native business management — invoices, expenses, clients, products, and quotes. 31 tools for Claude, Cursor, Windsurf, and Cline. - [@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. -- [agentx402-mcp-server (YieldAgentX402)](https://github.com/Fabio662/Yieldagenticx402-Hub) 📇 ☁️ - 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 + BTC — no private keys held anywhere. ShadeGuard policy enforcement, Intel TDX TEE attestation, HMAC-SHA256 receipts, Filecoin + BTFS anchored. x402 protocol settlement with 0.25% protocol fee. **Public discovery — no signup needed**: call `yax_get_capabilities` with no auth. Instant test key (`$5` cap, 7-day) via `POST /api/apply`. `npx agentx402-mcp-server`. +- [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` - [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 6d570c931a2c39a953f9da6aaa60212aeeb32f1a Mon Sep 17 00:00:00 2001 From: HamsterBear <86089319+MakeaMouse@users.noreply.github.com> Date: Sun, 17 May 2026 16:16:01 +1000 Subject: [PATCH 223/355] Add MakeaMouse/fissh-bridge-mcp to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..743160c38 100644 --- a/README.md +++ b/README.md @@ -1614,6 +1614,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [g1itchbot8888-del/agent-memory](https://github.com/g1itchbot8888-del/agent-memory) 🐍 🏠 - Three-layer memory system for agents (identity/active/archive) with semantic search, graph relationships, conflict detection, and LearningMachine. Built by an agent, for agents. No API keys required. - [giskard09/giskard-oasis](https://github.com/giskard09/giskard-oasis) [![giskard09/giskard-oasis MCP server](https://glama.ai/mcp/servers/giskard09/giskard-oasis/badges/score.svg)](https://glama.ai/mcp/servers/giskard09/giskard-oasis) 🐍 🏠 - A still point for AI agents in fog. When an agent loses its thread, Oasis distills its original purpose and returns clarity. Pay-per-use with Lightning or Arbitrum — karma discounts via ARGENTUM reputation. Self-hosted with phoenixd. - [ErebusEnigma/context-memory](https://github.com/ErebusEnigma/context-memory) 🐍 🏠 🍎 🪟 🐧 - Persistent, searchable context storage across Claude Code sessions using SQLite FTS5. Save sessions with AI-generated summaries, two-tier full-text search, checkpoint recovery, and a web dashboard. +- [MakeaMouse/fish-bridge-mcp](https://github.com/MakeaMouse/fish-bridge-mcp) 🐍 🏠 🍎 #️⃣ 🐧 - Compresses AI chat sessions into a typed knowledge graph (~300–800 tokens). Works file-based in Copilot, Claude Code, Cursor, and Gemini CLI without MCP server mode. Supports local/offline extraction via Ollama — no API key required. - [For-Sunny/hebbian-mind-enterprise](https://github.com/For-Sunny/hebbian-mind-enterprise) [![hebbian-mind-enterprise MCP server](https://glama.ai/mcp/servers/For-Sunny/hebbian-mind-enterprise/badges/score.svg)](https://glama.ai/mcp/servers/For-Sunny/hebbian-mind-enterprise) 🐍 🏠 🍎 🪟 🐧 - Self-organizing neural graph memory with Hebbian learning for AI systems. Connections strengthen through co-activation and weaken through temporal decay. 118+ learning nodes, dual-write architecture, and sub-millisecond reads. - [evc-team-relay-mcp](https://github.com/entire-vc/evc-team-relay-mcp) [![evc-team-relay-mcp MCP server](https://glama.ai/mcp/servers/@entire-vc/evc-team-relay-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@entire-vc/evc-team-relay-mcp) - Give AI agents read/write access to your Obsidian vault via MCP - [dl4rce/flaiwheel](https://github.com/dl4rce/flaiwheel) [![flaiwheel MCP server](https://glama.ai/mcp/servers/dl4rce/flaiwheel/badges/score.svg)](https://glama.ai/mcp/servers/dl4rce/flaiwheel) 🐍 🏠 🍎 🪟 🐧 - Self-hosted memory and governance layer for AI coding agents. 28 MCP tools with structured knowledge capture, hybrid search (semantic + BM25 + cross-encoder reranking), behavioral documentation nudges, cold-start codebase analyzer, and git-native storage. Single Docker container, zero cloud dependencies. From bf6e559ac2115b7275d25f3b31814835974ab4a9 Mon Sep 17 00:00:00 2001 From: HamsterBear <86089319+MakeaMouse@users.noreply.github.com> Date: Sun, 17 May 2026 16:37:52 +1000 Subject: [PATCH 224/355] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 743160c38..e9bb98b9f 100644 --- a/README.md +++ b/README.md @@ -1614,7 +1614,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [g1itchbot8888-del/agent-memory](https://github.com/g1itchbot8888-del/agent-memory) 🐍 🏠 - Three-layer memory system for agents (identity/active/archive) with semantic search, graph relationships, conflict detection, and LearningMachine. Built by an agent, for agents. No API keys required. - [giskard09/giskard-oasis](https://github.com/giskard09/giskard-oasis) [![giskard09/giskard-oasis MCP server](https://glama.ai/mcp/servers/giskard09/giskard-oasis/badges/score.svg)](https://glama.ai/mcp/servers/giskard09/giskard-oasis) 🐍 🏠 - A still point for AI agents in fog. When an agent loses its thread, Oasis distills its original purpose and returns clarity. Pay-per-use with Lightning or Arbitrum — karma discounts via ARGENTUM reputation. Self-hosted with phoenixd. - [ErebusEnigma/context-memory](https://github.com/ErebusEnigma/context-memory) 🐍 🏠 🍎 🪟 🐧 - Persistent, searchable context storage across Claude Code sessions using SQLite FTS5. Save sessions with AI-generated summaries, two-tier full-text search, checkpoint recovery, and a web dashboard. -- [MakeaMouse/fish-bridge-mcp](https://github.com/MakeaMouse/fish-bridge-mcp) 🐍 🏠 🍎 #️⃣ 🐧 - Compresses AI chat sessions into a typed knowledge graph (~300–800 tokens). Works file-based in Copilot, Claude Code, Cursor, and Gemini CLI without MCP server mode. Supports local/offline extraction via Ollama — no API key required. +- [MakeaMouse/fish-bridge-mcp](https://github.com/MakeaMouse/fish-bridge-mcp) [![MakeaMouse/fish-bridge-mcp MCP server](https://glama.ai/mcp/servers/MakeaMouse/fish-bridge-mcp/badges/score.svg)](https://glama.ai/mcp/servers/MakeaMouse/fish-bridge-mcp) 🐍 🏠 🍎 🪟 🐧 - Compresses AI chat sessions into a typed knowledge graph (~300–800 tokens). Works file-based in Copilot, Claude Code, Cursor, and Gemini CLI without MCP server mode. Supports local/offline extraction via Ollama — no API key required. - [For-Sunny/hebbian-mind-enterprise](https://github.com/For-Sunny/hebbian-mind-enterprise) [![hebbian-mind-enterprise MCP server](https://glama.ai/mcp/servers/For-Sunny/hebbian-mind-enterprise/badges/score.svg)](https://glama.ai/mcp/servers/For-Sunny/hebbian-mind-enterprise) 🐍 🏠 🍎 🪟 🐧 - Self-organizing neural graph memory with Hebbian learning for AI systems. Connections strengthen through co-activation and weaken through temporal decay. 118+ learning nodes, dual-write architecture, and sub-millisecond reads. - [evc-team-relay-mcp](https://github.com/entire-vc/evc-team-relay-mcp) [![evc-team-relay-mcp MCP server](https://glama.ai/mcp/servers/@entire-vc/evc-team-relay-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@entire-vc/evc-team-relay-mcp) - Give AI agents read/write access to your Obsidian vault via MCP - [dl4rce/flaiwheel](https://github.com/dl4rce/flaiwheel) [![flaiwheel MCP server](https://glama.ai/mcp/servers/dl4rce/flaiwheel/badges/score.svg)](https://glama.ai/mcp/servers/dl4rce/flaiwheel) 🐍 🏠 🍎 🪟 🐧 - Self-hosted memory and governance layer for AI coding agents. 28 MCP tools with structured knowledge capture, hybrid search (semantic + BM25 + cross-encoder reranking), behavioral documentation nudges, cold-start codebase analyzer, and git-native storage. Single Docker container, zero cloud dependencies. From 7ff556f5feda012e878cbad530f3faba5002952a Mon Sep 17 00:00:00 2001 From: Juan Date: Sun, 17 May 2026 10:25:53 +0100 Subject: [PATCH 225/355] add Glama score badge to go-docs-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e07552687..c85a49456 100644 --- a/README.md +++ b/README.md @@ -1207,7 +1207,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. - [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 -- [drolosoft/go-docs-mcp](https://github.com/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. +- [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`. - [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. From 9cc5fc403eac08a54c1f1946b7cc1b3ba22207fd Mon Sep 17 00:00:00 2001 From: 24skpz <24skpz@users.noreply.github.com> Date: Sun, 17 May 2026 08:39:43 -0500 Subject: [PATCH 226/355] Add piquesignal-mcp to Finance & Fintech Pique Signal MCP server for Solana memecoin trading. Pull live scored Flash Point alerts with safety profiles, conviction scoring, and market data. Paper trade with a built-in risk engine. https://github.com/piquesignal/piquesignal-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..54c16bea2 100644 --- a/README.md +++ b/README.md @@ -1450,6 +1450,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [pricepertoken/mcp-server](https://pricepertoken.com/mcp) 📇 ☁️ - LLM API pricing comparison and benchmarks across 100+ models from 30+ providers including OpenAI, Anthropic, Google, and Meta. No API key required. - [pwh-pwh/coin-mcp-server](https://github.com/pwh-pwh/coin-mcp-server) 🐍 ☁️ - Bitget API to fetch cryptocurrency price. - [pythia-the-oracle/pythia-oracle-mcp](https://github.com/pythia-the-oracle/pythia-oracle-mcp) [![pythia-the-oracle/pythia-oracle-mcp MCP server](https://glama.ai/mcp/servers/pythia-the-oracle/pythia-oracle-mcp/badges/score.svg)](https://glama.ai/mcp/servers/pythia-the-oracle/pythia-oracle-mcp) 🐍 ☁️ - On-chain calculated crypto indicators (EMA, RSI, Bollinger Bands, Volatility) for 22 tokens via Chainlink oracle. 484 indicator feeds, 4 timeframes, free trial faucet. +- [piquesignal/piquesignal-mcp](https://github.com/piquesignal/piquesignal-mcp) 📇 ☁️ - Solana memecoin Flash Point alerts with conviction scoring, safety profiles, and market data. Paper trade with a built-in risk engine. 6 tools: signals, paper buy/sell, positions, portfolio, price. - [qbt-labs/openmm-mcp](https://github.com/qbt-labs/openmm-mcp) [![openmm-mcp MCP server](https://glama.ai/mcp/servers/QBT-Labs/openmm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/QBT-Labs/openmm-mcp) 📇 ☁️ - AI-native crypto market making toolkit with 13 tools for DeFi analytics, CEX/DEX trading, and liquidity management - [QuantConnect/mcp-server](https://github.com/QuantConnect/mcp-server) 🐍 ☁️ – A Dockerized Python MCP server that bridges your local AI (e.g., Claude Desktop, etc) with the QuantConnect API—empowering you to create projects, backtest strategies, manage collaborators, and deploy live-trading workflows directly via natural-language prompts. - [QuantOracledev/quantoracle](https://github.com/QuantOracledev/quantoracle) [![QuantOracledev/quantoracle MCP server](https://glama.ai/mcp/servers/QuantOracledev/quantoracle/badges/score.svg)](https://glama.ai/mcp/servers/QuantOracledev/quantoracle) 📇 ☁️ - 63 deterministic quant finance tools for AI agents — options pricing, risk metrics, portfolio optimization, Monte Carlo, technical indicators, crypto/DeFi, and FX/macro. 1,000 free calls/day, no API key. From 855289ba2df4254e9b869b49fb715b35bc546767 Mon Sep 17 00:00:00 2001 From: 24skpz <24skpz@users.noreply.github.com> Date: Sun, 17 May 2026 09:12:03 -0500 Subject: [PATCH 227/355] Add Glama score badge to piquesignal-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54c16bea2..59f0917e1 100644 --- a/README.md +++ b/README.md @@ -1450,7 +1450,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [pricepertoken/mcp-server](https://pricepertoken.com/mcp) 📇 ☁️ - LLM API pricing comparison and benchmarks across 100+ models from 30+ providers including OpenAI, Anthropic, Google, and Meta. No API key required. - [pwh-pwh/coin-mcp-server](https://github.com/pwh-pwh/coin-mcp-server) 🐍 ☁️ - Bitget API to fetch cryptocurrency price. - [pythia-the-oracle/pythia-oracle-mcp](https://github.com/pythia-the-oracle/pythia-oracle-mcp) [![pythia-the-oracle/pythia-oracle-mcp MCP server](https://glama.ai/mcp/servers/pythia-the-oracle/pythia-oracle-mcp/badges/score.svg)](https://glama.ai/mcp/servers/pythia-the-oracle/pythia-oracle-mcp) 🐍 ☁️ - On-chain calculated crypto indicators (EMA, RSI, Bollinger Bands, Volatility) for 22 tokens via Chainlink oracle. 484 indicator feeds, 4 timeframes, free trial faucet. -- [piquesignal/piquesignal-mcp](https://github.com/piquesignal/piquesignal-mcp) 📇 ☁️ - Solana memecoin Flash Point alerts with conviction scoring, safety profiles, and market data. Paper trade with a built-in risk engine. 6 tools: signals, paper buy/sell, positions, portfolio, price. +- [piquesignal/piquesignal-mcp](https://github.com/piquesignal/piquesignal-mcp) [![piquesignal/piquesignal-mcp MCP server](https://glama.ai/mcp/servers/piquesignal/piquesignal-mcp/badges/score.svg)](https://glama.ai/mcp/servers/piquesignal/piquesignal-mcp) 📇 ☁️ - Solana memecoin Flash Point alerts with conviction scoring, safety profiles, and market data. Paper trade with a built-in risk engine. 6 tools: signals, paper buy/sell, positions, portfolio, price. - [qbt-labs/openmm-mcp](https://github.com/qbt-labs/openmm-mcp) [![openmm-mcp MCP server](https://glama.ai/mcp/servers/QBT-Labs/openmm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/QBT-Labs/openmm-mcp) 📇 ☁️ - AI-native crypto market making toolkit with 13 tools for DeFi analytics, CEX/DEX trading, and liquidity management - [QuantConnect/mcp-server](https://github.com/QuantConnect/mcp-server) 🐍 ☁️ – A Dockerized Python MCP server that bridges your local AI (e.g., Claude Desktop, etc) with the QuantConnect API—empowering you to create projects, backtest strategies, manage collaborators, and deploy live-trading workflows directly via natural-language prompts. - [QuantOracledev/quantoracle](https://github.com/QuantOracledev/quantoracle) [![QuantOracledev/quantoracle MCP server](https://glama.ai/mcp/servers/QuantOracledev/quantoracle/badges/score.svg)](https://glama.ai/mcp/servers/QuantOracledev/quantoracle) 📇 ☁️ - 63 deterministic quant finance tools for AI agents — options pricing, risk metrics, portfolio optimization, Monte Carlo, technical indicators, crypto/DeFi, and FX/macro. 1,000 free calls/day, no API key. From a86b2739b40df280a7e6cc18eb4806e7c7aa2cff Mon Sep 17 00:00:00 2001 From: SelfPy <65017553+SelfPy@users.noreply.github.com> Date: Sun, 17 May 2026 18:15:39 +0300 Subject: [PATCH 228/355] Add Science AI MCP server to README Added a new MCP server for academic peer-review and research workflow tools from Science AI Journal. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..9e2a7ca6c 100644 --- a/README.md +++ b/README.md @@ -1946,6 +1946,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [xmpuspus/ph-civic-data-mcp](https://github.com/xmpuspus/ph-civic-data-mcp) [![xmpuspus/ph-civic-data-mcp MCP server](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Philippine government data as agent-callable tools: PHIVOLCS earthquakes + volcano alerts, PAGASA weather + typhoons, PhilGEPS procurement, PSA 2020 Census population + poverty, AQICN air quality. Install: `uvx ph-civic-data-mcp`. - [yusong652/pfc-mcp](https://github.com/yusong652/pfc-mcp) [![pfc-mcp MCP server](https://glama.ai/mcp/servers/yusong652/pfc-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/pfc-mcp) 🐍 🏠 🪟 - MCP server for [ITASCA PFC](https://www.itascacg.com/software/pfc) discrete element simulation — browse documentation, execute scripts, capture plots, and manage long-running tasks via a WebSocket bridge to the PFC GUI. - [yusong652/yade-mcp](https://github.com/yusong652/yade-mcp) [![yade-mcp MCP server](https://glama.ai/mcp/servers/yusong652/yade-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/yade-mcp) 🐍 🏠 🐧 - MCP server for [YADE](https://yade-dem.org/) — open-source discrete element method (DEM) engine for granular and particle simulation. Browse API docs with BM25 search, execute code via synchronous REPL or async background tasks, monitor progress, and review task history. +- [science-ai-mcp-server](https://www.npmjs.com/package/science-ai-mcp-server) 📇 ☁️ - Academic peer-review and research workflow tools from [Science AI Journal](https://scienceaijournal.com): Pre-Check (paper-tier prediction), HAKEM AI peer review, Research Gaps Finder, Journal Recommender (1,214 venues with predatory-journal flags), Duplicate Publication Checker (CrossRef/arXiv/medRxiv/bioRxiv/Unpaywall/900k-paper library), and the Article Writer pipeline. Free local tools (FTS5, zero LLM cost); LLM tools use caller account credits. ### 🔎 end to end RAG platforms From 351e6f3ed7d70e3858ed7a247e2bf13b4994695d Mon Sep 17 00:00:00 2001 From: Andy Thompson Date: Sun, 17 May 2026 11:37:42 -0700 Subject: [PATCH 229/355] Add Glama score badge to proplineapi/propline-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c6fea18..c7a87b676 100644 --- a/README.md +++ b/README.md @@ -2275,7 +2275,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. -- [proplineapi/propline-mcp](https://github.com/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. +- [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 - [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. From ea428cd250453219e113a1c6df38f5cbe4563c83 Mon Sep 17 00:00:00 2001 From: Gazelsoft Date: Mon, 18 May 2026 06:47:20 +0000 Subject: [PATCH 230/355] Use GitHub URL for science-ai-mcp-server entry Per maintainer bot feedback on #6503: replace the npm URL with the canonical GitHub source repo. The Glama badge will be added in a follow-up commit once the server is indexed by Glama. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e2a7ca6c..692f123c7 100644 --- a/README.md +++ b/README.md @@ -1946,7 +1946,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [xmpuspus/ph-civic-data-mcp](https://github.com/xmpuspus/ph-civic-data-mcp) [![xmpuspus/ph-civic-data-mcp MCP server](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Philippine government data as agent-callable tools: PHIVOLCS earthquakes + volcano alerts, PAGASA weather + typhoons, PhilGEPS procurement, PSA 2020 Census population + poverty, AQICN air quality. Install: `uvx ph-civic-data-mcp`. - [yusong652/pfc-mcp](https://github.com/yusong652/pfc-mcp) [![pfc-mcp MCP server](https://glama.ai/mcp/servers/yusong652/pfc-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/pfc-mcp) 🐍 🏠 🪟 - MCP server for [ITASCA PFC](https://www.itascacg.com/software/pfc) discrete element simulation — browse documentation, execute scripts, capture plots, and manage long-running tasks via a WebSocket bridge to the PFC GUI. - [yusong652/yade-mcp](https://github.com/yusong652/yade-mcp) [![yade-mcp MCP server](https://glama.ai/mcp/servers/yusong652/yade-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/yade-mcp) 🐍 🏠 🐧 - MCP server for [YADE](https://yade-dem.org/) — open-source discrete element method (DEM) engine for granular and particle simulation. Browse API docs with BM25 search, execute code via synchronous REPL or async background tasks, monitor progress, and review task history. -- [science-ai-mcp-server](https://www.npmjs.com/package/science-ai-mcp-server) 📇 ☁️ - Academic peer-review and research workflow tools from [Science AI Journal](https://scienceaijournal.com): Pre-Check (paper-tier prediction), HAKEM AI peer review, Research Gaps Finder, Journal Recommender (1,214 venues with predatory-journal flags), Duplicate Publication Checker (CrossRef/arXiv/medRxiv/bioRxiv/Unpaywall/900k-paper library), and the Article Writer pipeline. Free local tools (FTS5, zero LLM cost); LLM tools use caller account credits. +- [SelfPy/science-ai-mcp-server](https://github.com/SelfPy/science-ai-mcp-server) 📇 ☁️ - Academic peer-review and research workflow tools from [Science AI Journal](https://scienceaijournal.com): Pre-Check (paper-tier prediction), HAKEM AI peer review, Research Gaps Finder, Journal Recommender (1,214 venues with predatory-journal flags), Duplicate Publication Checker (CrossRef/arXiv/medRxiv/bioRxiv/Unpaywall/900k-paper library), and the Article Writer pipeline. Free local tools (FTS5, zero LLM cost); LLM tools use caller account credits. ### 🔎 end to end RAG platforms From 105e838481939ffb84b1ca79c32eb0f8721a227d Mon Sep 17 00:00:00 2001 From: Gazelsoft Date: Mon, 18 May 2026 07:18:24 +0000 Subject: [PATCH 231/355] Add Glama score badge for science-ai-mcp-server Glama approved the listing at 2026-05-18 10:05 (~30 min after submission). Adding the badge between the entry title and emoji icons matches the format of every other research-category entry on this list. Both URLs verified live: HTTP 200 on https://glama.ai/mcp/servers/SelfPy/science-ai-mcp-server and the badges/score.svg endpoint. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 692f123c7..41ef3c62e 100644 --- a/README.md +++ b/README.md @@ -1946,7 +1946,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [xmpuspus/ph-civic-data-mcp](https://github.com/xmpuspus/ph-civic-data-mcp) [![xmpuspus/ph-civic-data-mcp MCP server](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Philippine government data as agent-callable tools: PHIVOLCS earthquakes + volcano alerts, PAGASA weather + typhoons, PhilGEPS procurement, PSA 2020 Census population + poverty, AQICN air quality. Install: `uvx ph-civic-data-mcp`. - [yusong652/pfc-mcp](https://github.com/yusong652/pfc-mcp) [![pfc-mcp MCP server](https://glama.ai/mcp/servers/yusong652/pfc-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/pfc-mcp) 🐍 🏠 🪟 - MCP server for [ITASCA PFC](https://www.itascacg.com/software/pfc) discrete element simulation — browse documentation, execute scripts, capture plots, and manage long-running tasks via a WebSocket bridge to the PFC GUI. - [yusong652/yade-mcp](https://github.com/yusong652/yade-mcp) [![yade-mcp MCP server](https://glama.ai/mcp/servers/yusong652/yade-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/yade-mcp) 🐍 🏠 🐧 - MCP server for [YADE](https://yade-dem.org/) — open-source discrete element method (DEM) engine for granular and particle simulation. Browse API docs with BM25 search, execute code via synchronous REPL or async background tasks, monitor progress, and review task history. -- [SelfPy/science-ai-mcp-server](https://github.com/SelfPy/science-ai-mcp-server) 📇 ☁️ - Academic peer-review and research workflow tools from [Science AI Journal](https://scienceaijournal.com): Pre-Check (paper-tier prediction), HAKEM AI peer review, Research Gaps Finder, Journal Recommender (1,214 venues with predatory-journal flags), Duplicate Publication Checker (CrossRef/arXiv/medRxiv/bioRxiv/Unpaywall/900k-paper library), and the Article Writer pipeline. Free local tools (FTS5, zero LLM cost); LLM tools use caller account credits. +- [SelfPy/science-ai-mcp-server](https://github.com/SelfPy/science-ai-mcp-server) [![SelfPy/science-ai-mcp-server MCP server](https://glama.ai/mcp/servers/SelfPy/science-ai-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/SelfPy/science-ai-mcp-server) 📇 ☁️ - Academic peer-review and research workflow tools from [Science AI Journal](https://scienceaijournal.com): Pre-Check (paper-tier prediction), HAKEM AI peer review, Research Gaps Finder, Journal Recommender (1,214 venues with predatory-journal flags), Duplicate Publication Checker (CrossRef/arXiv/medRxiv/bioRxiv/Unpaywall/900k-paper library), and the Article Writer pipeline. Free local tools (FTS5, zero LLM cost); LLM tools use caller account credits. ### 🔎 end to end RAG platforms From 0c37643774857a04754e5f45d0a312f2b05fe51e Mon Sep 17 00:00:00 2001 From: Gazelsoft Date: Mon, 18 May 2026 07:25:12 +0000 Subject: [PATCH 232/355] Use English "AI multi-agent peer review" instead of Turkish "HAKEM" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author asked to keep the package's user-facing copy English-only. The corresponding tool was also renamed `hakem_review_paper` → `ai_review_paper` upstream (commit 5a9426c in SelfPy/science-ai-mcp-server). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41ef3c62e..5cc0811ad 100644 --- a/README.md +++ b/README.md @@ -1946,7 +1946,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [xmpuspus/ph-civic-data-mcp](https://github.com/xmpuspus/ph-civic-data-mcp) [![xmpuspus/ph-civic-data-mcp MCP server](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Philippine government data as agent-callable tools: PHIVOLCS earthquakes + volcano alerts, PAGASA weather + typhoons, PhilGEPS procurement, PSA 2020 Census population + poverty, AQICN air quality. Install: `uvx ph-civic-data-mcp`. - [yusong652/pfc-mcp](https://github.com/yusong652/pfc-mcp) [![pfc-mcp MCP server](https://glama.ai/mcp/servers/yusong652/pfc-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/pfc-mcp) 🐍 🏠 🪟 - MCP server for [ITASCA PFC](https://www.itascacg.com/software/pfc) discrete element simulation — browse documentation, execute scripts, capture plots, and manage long-running tasks via a WebSocket bridge to the PFC GUI. - [yusong652/yade-mcp](https://github.com/yusong652/yade-mcp) [![yade-mcp MCP server](https://glama.ai/mcp/servers/yusong652/yade-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/yade-mcp) 🐍 🏠 🐧 - MCP server for [YADE](https://yade-dem.org/) — open-source discrete element method (DEM) engine for granular and particle simulation. Browse API docs with BM25 search, execute code via synchronous REPL or async background tasks, monitor progress, and review task history. -- [SelfPy/science-ai-mcp-server](https://github.com/SelfPy/science-ai-mcp-server) [![SelfPy/science-ai-mcp-server MCP server](https://glama.ai/mcp/servers/SelfPy/science-ai-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/SelfPy/science-ai-mcp-server) 📇 ☁️ - Academic peer-review and research workflow tools from [Science AI Journal](https://scienceaijournal.com): Pre-Check (paper-tier prediction), HAKEM AI peer review, Research Gaps Finder, Journal Recommender (1,214 venues with predatory-journal flags), Duplicate Publication Checker (CrossRef/arXiv/medRxiv/bioRxiv/Unpaywall/900k-paper library), and the Article Writer pipeline. Free local tools (FTS5, zero LLM cost); LLM tools use caller account credits. +- [SelfPy/science-ai-mcp-server](https://github.com/SelfPy/science-ai-mcp-server) [![SelfPy/science-ai-mcp-server MCP server](https://glama.ai/mcp/servers/SelfPy/science-ai-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/SelfPy/science-ai-mcp-server) 📇 ☁️ - Academic peer-review and research workflow tools from [Science AI Journal](https://scienceaijournal.com): Pre-Check (paper-tier prediction), AI multi-agent peer review, Research Gaps Finder, Journal Recommender (1,214 venues with predatory-journal flags), Duplicate Publication Checker (CrossRef/arXiv/medRxiv/bioRxiv/Unpaywall/900k-paper library), and the Article Writer pipeline. Free local tools (FTS5, zero LLM cost); LLM tools use caller account credits. ### 🔎 end to end RAG platforms From d8f722f9dea3e9520800ee7309168071e4f4e673 Mon Sep 17 00:00:00 2001 From: Dawid Piaskowski Date: Mon, 18 May 2026 10:45:42 +0200 Subject: [PATCH 233/355] Add signal-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55f255c05..1a43f6ffd 100644 --- a/README.md +++ b/README.md @@ -533,6 +533,7 @@ Integration with communication platforms for message management and channel oper - [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. - [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) 🏠 - 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. - [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 - [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 0edf7c3bf8dc45fe3d7c46ca1648d898cf33f4b7 Mon Sep 17 00:00:00 2001 From: Dawid Piaskowski Date: Mon, 18 May 2026 12:28:21 +0200 Subject: [PATCH 234/355] Add Glama score badge for signal-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a43f6ffd..30938910b 100644 --- a/README.md +++ b/README.md @@ -533,7 +533,7 @@ Integration with communication platforms for message management and channel oper - [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. - [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) 🏠 - 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. +- [googlarz/signal-mcp](https://github.com/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. [![googlarz/signal-mcp MCP server](https://glama.ai/mcp/servers/googlarz/signal-mcp/badges/score.svg)](https://glama.ai/mcp/servers/googlarz/signal-mcp) - [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 - [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 b04e53281ec7a216d5596f912dc83cc38fce62a6 Mon Sep 17 00:00:00 2001 From: astandrik Date: Mon, 18 May 2026 13:35:19 +0300 Subject: [PATCH 235/355] docs: add Companion Gallery for Codex --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..86c403cce 100644 --- a/README.md +++ b/README.md @@ -814,6 +814,7 @@ Tools and integrations that enhance the development workflow and environment man - [ArchAI-Labs/fastmcp-sonarqube-metrics](https://github.com/ArchAI-Labs/fastmcp-sonarqube-metrics) 🐍 🏠 🪟 🐧 🍎 - A Model Context Protocol (MCP) server that provides a set of tools for retrieving information about SonarQube projects like metrics (actual and historical), issues, health status. - [PhpCodeArcheology/PhpCodeArcheology](https://github.com/PhpCodeArcheology/PhpCodeArcheology) [![PhpCodeArcheology MCP server](https://glama.ai/mcp/servers/PhpCodeArcheology/PhpCodeArcheology/badges/score.svg)](https://glama.ai/mcp/servers/PhpCodeArcheology/PhpCodeArcheology) 🏠 🍎 🪟 🐧 - PHP static analysis MCP server for architecture and maintainability. 11 tools exposing 60+ code quality metrics, problem detection, refactoring priorities, dependency graphs, git hotspots, test coverage, and impact analysis. Installable via Composer. - [artmann/package-registry-mcp](https://github.com/artmann/package-registry-mcp) 🏠 📇 🍎 🪟 🐧 - MCP server for searching and getting up-to-date information about NPM, Cargo, PyPi, and NuGet packages. +- [Companion Gallery for Codex](https://github.com/astandrik/codex-pets) 📇 ☁️ - Public read-only registry for Codex-compatible animated companion packs. Search, preview, install community pets, generate badges/embed cards, and discover the request flow via Streamable HTTP MCP. - [arvindand/maven-tools-mcp](https://github.com/arvindand/maven-tools-mcp) ☕ ☁️ 🏠 🍎 🪟 🐧 - Universal Maven Central dependency intelligence for JVM build tools (Maven, Gradle, SBT, Mill). Features bulk operations, version comparison, stability filtering, dependency age analysis, release patterns, and Context7 integration for upgrade guidance. - [augmnt/augments-mcp-server](https://github.com/augmnt/augments-mcp-server) 📇 ☁️ 🏠 - Transform Claude Code with intelligent, real-time access to 90+ framework documentation sources. Get accurate, up-to-date code generation that follows current best practices for React, Next.js, Laravel, FastAPI, Tailwind CSS, and more. - [automation-ai-labs/mcp-link](https://github.com/automation-ai-labs/mcp-link) 🏎️ 🏠 - Seamlessly Integrate Any API with AI Agents (with OpenAPI Schema) From a35d7cdc54e05be3b06554e07261a2b2a00eb6ba Mon Sep 17 00:00:00 2001 From: astandrik Date: Mon, 18 May 2026 14:37:58 +0300 Subject: [PATCH 236/355] docs: align codex-pets entry with glama listing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86c403cce..5e140a794 100644 --- a/README.md +++ b/README.md @@ -814,7 +814,7 @@ Tools and integrations that enhance the development workflow and environment man - [ArchAI-Labs/fastmcp-sonarqube-metrics](https://github.com/ArchAI-Labs/fastmcp-sonarqube-metrics) 🐍 🏠 🪟 🐧 🍎 - A Model Context Protocol (MCP) server that provides a set of tools for retrieving information about SonarQube projects like metrics (actual and historical), issues, health status. - [PhpCodeArcheology/PhpCodeArcheology](https://github.com/PhpCodeArcheology/PhpCodeArcheology) [![PhpCodeArcheology MCP server](https://glama.ai/mcp/servers/PhpCodeArcheology/PhpCodeArcheology/badges/score.svg)](https://glama.ai/mcp/servers/PhpCodeArcheology/PhpCodeArcheology) 🏠 🍎 🪟 🐧 - PHP static analysis MCP server for architecture and maintainability. 11 tools exposing 60+ code quality metrics, problem detection, refactoring priorities, dependency graphs, git hotspots, test coverage, and impact analysis. Installable via Composer. - [artmann/package-registry-mcp](https://github.com/artmann/package-registry-mcp) 🏠 📇 🍎 🪟 🐧 - MCP server for searching and getting up-to-date information about NPM, Cargo, PyPi, and NuGet packages. -- [Companion Gallery for Codex](https://github.com/astandrik/codex-pets) 📇 ☁️ - Public read-only registry for Codex-compatible animated companion packs. Search, preview, install community pets, generate badges/embed cards, and discover the request flow via Streamable HTTP MCP. +- [astandrik/codex-pets](https://github.com/astandrik/codex-pets) [![astandrik/codex-pets MCP server](https://glama.ai/mcp/servers/astandrik/codex-pets/badges/score.svg)](https://glama.ai/mcp/servers/astandrik/codex-pets) 📇 ☁️ - Companion Gallery for Codex: public read-only registry for Codex-compatible animated companion packs. Search, preview, install community pets, generate badges/embed cards, and discover the request flow via Streamable HTTP MCP. - [arvindand/maven-tools-mcp](https://github.com/arvindand/maven-tools-mcp) ☕ ☁️ 🏠 🍎 🪟 🐧 - Universal Maven Central dependency intelligence for JVM build tools (Maven, Gradle, SBT, Mill). Features bulk operations, version comparison, stability filtering, dependency age analysis, release patterns, and Context7 integration for upgrade guidance. - [augmnt/augments-mcp-server](https://github.com/augmnt/augments-mcp-server) 📇 ☁️ 🏠 - Transform Claude Code with intelligent, real-time access to 90+ framework documentation sources. Get accurate, up-to-date code generation that follows current best practices for React, Next.js, Laravel, FastAPI, Tailwind CSS, and more. - [automation-ai-labs/mcp-link](https://github.com/automation-ai-labs/mcp-link) 🏎️ 🏠 - Seamlessly Integrate Any API with AI Agents (with OpenAPI Schema) From c6c24c732e3eccab72c650ce50a01c1e9d9d46b1 Mon Sep 17 00:00:00 2001 From: opsconduit Date: Mon, 18 May 2026 07:43:00 -0400 Subject: [PATCH 237/355] Add io.github.opsconduit/jobber-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..f7d988ae0 100644 --- a/README.md +++ b/README.md @@ -2626,3 +2626,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart +- [io.github.opsconduit/jobber-mcp](https://github.com/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 f3af666d195d64e147d096e64c2e543c369d8800 Mon Sep 17 00:00:00 2001 From: LimitedDelusions <88751373+LimitedDelusions@users.noreply.github.com> Date: Mon, 18 May 2026 09:01:11 -0400 Subject: [PATCH 238/355] Add OpsConduit listing metadata --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7d988ae0..20789729d 100644 --- a/README.md +++ b/README.md @@ -2400,6 +2400,7 @@ Interact with Git repositories and version control platforms. Enables repository - [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. - [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. - [prompeteer/prompeteer-mcp](https://github.com/prompeteer/prompeteer-mcp) [![prompeteer-mcp MCP server](https://glama.ai/mcp/servers/@prompeteer/prompeteer-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@prompeteer/prompeteer-mcp) 📇 ☁️ - Generate A+ prompts for ChatGPT, Claude, Midjourney, and 130+ AI platforms. Score quality across 16 dimensions and manage your prompt library with PromptDrive. - [SparkSheets/sparksheets-mcp](https://github.com/saikiyusuke/sparksheets-mcp) 📇 ☁️ - AI-native collaborative spreadsheet MCP server for session management, knowledge base, task tracking, and sheet operations. Integrates with Claude Code, Cursor, and Cline. - [Startvest-LLC/idealift-mcp-server](https://github.com/Startvest-LLC/idealift-mcp-server) [![idealift-mcp-server MCP server](https://glama.ai/mcp/servers/Startvest-LLC/idealift-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Startvest-LLC/idealift-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - Decision intelligence MCP server with signal aggregation, RICE scoring, and decision audit trails. Captures product feedback from Slack, Teams, Discord, and GitHub. @@ -2626,4 +2627,3 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart -- [io.github.opsconduit/jobber-mcp](https://github.com/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 24020936069c92fde6a9ab052615a474bb05f84b Mon Sep 17 00:00:00 2001 From: untitledfinancial Date: Mon, 18 May 2026 09:53:06 -0400 Subject: [PATCH 239/355] Add DPX Settlement Protocol to Finance section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..28c0e1896 100644 --- a/README.md +++ b/README.md @@ -1409,6 +1409,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [likidodefi/riskstate-mcp](https://github.com/likidodefi/riskstate-mcp) 📇 ☁️ 🍎 🪟 🐧 - Deterministic risk governance for crypto trading agents. 5-level policy engine with position sizing, leverage limits, and trade blocking. BTC + ETH. [![likidodefi/riskstate-mcp MCP server](https://glama.ai/mcp/servers/likidodefi/riskstate-mcp/badges/score.svg)](https://glama.ai/mcp/servers/likidodefi/riskstate-mcp) - [unixlamadev-spec/lightningprox-mcp](https://github.com/unixlamadev-spec/lightningprox-mcp) [![unixlamadev-spec/lightningprox-mcp MCP server](https://glama.ai/mcp/servers/unixlamadev-spec/lightningprox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/unixlamadev-spec/lightningprox-mcp) 📇 🏎️ - MCP server for LightningProx — pay-per-request AI access via Bitcoin Lightning. Supports vision/multimodal. - [unixlamadev-spec/lpxpoly-mcp](https://github.com/unixlamadev-spec/lpxpoly-mcp) [![unixlamadev-spec/lpxpoly-mcp MCP server](https://glama.ai/mcp/servers/unixlamadev-spec/lpxpoly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/unixlamadev-spec/lpxpoly-mcp) 📇 ☁️ — Polymarket prediction market analysis via LightningProx. Find mispriced markets, analyze specific markets, get top markets by volume. Pay per request with Bitcoin Lightning spend tokens. +- [untitledfinancial/dpx-mcp](https://github.com/untitledfinancial/dpx-mcp) [![untitledfinancial/dpx-mcp MCP server](https://glama.ai/mcp/servers/untitledfinancial/dpx-mcp/badges/score.svg)](https://glama.ai/mcp/servers/untitledfinancial/dpx-mcp) 📇 ☁️ - Settlement protocol MCP server for institutional cross-border USDC transactions on Base mainnet. 14 tools: 10-source Stability Oracle (macro, FX, ESG, climate, supply chain, earth systems), ESG scoring with 6 institutional providers, FX quotes, Verification of Payee, and USDC settlement execution. x402 pay-per-call intelligence. MiCA-aligned, GENIUS Act compatible. `npx @untitledfinancial/dpx-mcp` - [lnbits/LNbits-MCP-Server](https://github.com/lnbits/LNbits-MCP-Server) - Am MCP server for LNbits Lightning Network wallet integration. - [logotype/fixparser](https://gitlab.com/logotype/fixparser) 🎖 📇 ☁️ 🏠 📟 - FIX Protocol (send orders, market data, etc.) written in TypeScript. - [longportapp/openapi](https://github.com/longportapp/openapi/tree/main/mcp) - 🐍 ☁️ - LongPort OpenAPI provides real-time stock market data, provides AI access analysis and trading capabilities through MCP. From fa54c55d09f7442f71f4f49d0848478928b601e0 Mon Sep 17 00:00:00 2001 From: hriday29 Date: Tue, 19 May 2026 00:34:25 +0530 Subject: [PATCH 241/355] =?UTF-8?q?Add=20Veris=20=E2=80=94=20Behavioral=20?= =?UTF-8?q?verification=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 a58a33b32..73c92a92f 100644 --- a/README.md +++ b/README.md @@ -1060,6 +1060,7 @@ Tools and integrations that enhance the development workflow and environment man - [vasayxtx/mcp-prompt-engine](https://github.com/vasayxtx/mcp-prompt-engine) 🏎️ 🏠 🪟️ 🐧 🍎 - MCP server for managing and serving dynamic prompt templates using elegant and powerful text template engine. - [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) 📇 🏠 🍎 🪟 🐧 - 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. - [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 59a7c96da692ea8d11759e1e9094100752ad633c Mon Sep 17 00:00:00 2001 From: yoobin Date: Tue, 19 May 2026 04:37:32 +0900 Subject: [PATCH 242/355] Add yubinkim444/ai-first-scraper-mcp to Search & Data Extraction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Self-contained MCP server with Glama listing (badge included). Three tools for AI agents needing ad-free Markdown web content: - fetch_page: URL → clean Markdown (HTML + PDF) - fetch_pages_batch: up to 25 URLs in parallel - search_web: query → top-k result pages already as Markdown --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..12d2513f5 100644 --- a/README.md +++ b/README.md @@ -2093,6 +2093,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [webscraping-ai/webscraping-ai-mcp-server](https://github.com/webscraping-ai/webscraping-ai-mcp-server) 🎖️ 📇 ☁️ - Interact with [WebScraping.ai](https://webscraping.ai) for web data extraction and scraping. - [webpeel/webpeel](https://github.com/webpeel/webpeel) 📇 ☁️ 🏠 - Smart web fetcher for AI agents with auto-escalation from HTTP to headless browser to stealth mode. Includes 9 MCP tools: fetch, search, crawl, map, extract, batch, screenshot, jobs, and agent. Achieved 100% success rate on a 30-URL benchmark. - [yamanoku/baseline-mcp-server](https://github.com/yamanoku/baseline-mcp-server) 📇 🏠 - MCP server that searches Baseline status using Web Platform API +- [yubinkim444/ai-first-scraper-mcp](https://github.com/yubinkim444/ai-first-scraper-mcp) [![yubinkim444/ai-first-scraper-mcp MCP server](https://glama.ai/mcp/servers/yubinkim444/ai-first-scraper-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yubinkim444/ai-first-scraper-mcp) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Three MCP tools for ad-free Markdown web scraping and search. `fetch_page` (URL → clean Markdown), `fetch_pages_batch` (up to 25 URLs in parallel), `search_web` (web search → top-k pages as Markdown). Works with Claude Desktop / Cursor / Cline. Install: `uvx ai-first-scraper-mcp`. - [zhsama/duckduckgo-mcp-server](https://github.com/zhsama/duckduckgo-mpc-server/) 📇 🏠 ☁️ - This is a TypeScript-based MCP server that provides DuckDuckGo search functionality. - [zoharbabin/google-researcher-mcp](https://github.com/zoharbabin/google-researcher-mcp) [![google-researcher-mcp MCP server](https://glama.ai/mcp/servers/@zoharbabin/google-researcher-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@zoharbabin/google-researcher-mcp) 📇 ☁️ 🏠 - Comprehensive research tools including Google Search (web, news, images), web scraping with JavaScript rendering, academic paper search (arXiv, PubMed, IEEE), patent search, and YouTube transcript extraction. - [zlatkoc/youtube-summarize](https://github.com/zlatkoc/youtube-summarize) 🐍 ☁️ - MCP server that fetches YouTube video transcripts and optionally summarizes them. Supports multiple transcript formats (text, JSON, SRT, WebVTT), multi-language retrieval, and flexible YouTube URL parsing. From 8322ea44b43aeda236fc1abaae6e72ffac949c20 Mon Sep 17 00:00:00 2001 From: Abhineet Pratap Singh Date: Tue, 19 May 2026 01:46:52 +0530 Subject: [PATCH 243/355] Add abhineet34/linkedin-mcp-server to Social Media --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..e652ec72e 100644 --- a/README.md +++ b/README.md @@ -2232,6 +2232,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`. +- [abhineet34/linkedin-mcp-server](https://github.com/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. - [BelleKou/mcp-viral-transformer](https://github.com/BelleKou/mcp-viral-transformer) [![BelleKou/mcp-viral-transformer MCP server](https://glama.ai/mcp/servers/BelleKou/mcp-viral-transformer/badges/score.svg)](https://glama.ai/mcp/servers/BelleKou/mcp-viral-transformer) 🐍 🏠 - Turn URLs into viral posts via "remake" command. From 8672ffaf41743b5ee2e759807243f1188f09074b Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 18 May 2026 22:51:15 +0200 Subject: [PATCH 244/355] Add DomDemetz/claude-soul to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..eb22b8981 100644 --- a/README.md +++ b/README.md @@ -1607,6 +1607,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [doobidoo/MCP-Context-Provider](https://github.com/doobidoo/MCP-Context-Provider) 📇 🏠 - Static server that provides persistent tool-specific context and rules for AI models - [doobidoo/mcp-memory-service](https://github.com/doobidoo/mcp-memory-service) 📇 🏠 - Universal memory service providing semantic search, persistent storage, and autonomous memory consolidation - [DollhouseMCP/mcp-server](https://github.com/DollhouseMCP/mcp-server) [![DollhouseMCP MCP server](https://glama.ai/mcp/servers/DollhouseMCP/mcp-server/badge)](https://glama.ai/mcp/servers/DollhouseMCP/mcp-server) 📇 🏠 🍎 🪟 🐧 - One-line installable MCP server that adds reusable customization elements — personas, skills, templates, agents, memory, and ensembles (collected customization tools) — to any MCP Client application. Dynamic permissioning for safe AI operations, a robust validation architecture, versioning, and a public collection of shareable content. Install: `npx @dollhousemcp/mcp-server@latest --web`. +- [DomDemetz/claude-soul](https://github.com/DomDemetz/claude-soul) 📇 🏠 🍎 🐧 - Self-improving learning engine for Claude Code. Extracts signals from every session (corrections, successes, confusion), runs periodic reflections, and evolves behavioral frameworks through evidence tiers (hypothesis → observed → validated). Frameworks that keep working get promoted, bad ones get retired. 9 MCP tools, automatic hooks, phase-adaptive learning. Single dependency, local-only. `npx claude-soul init --starter` - [edobusy/agenthold](https://github.com/edobusy/agenthold) [![agenthold MCP server](https://glama.ai/mcp/servers/edobusy/agenthold/badges/score.svg)](https://glama.ai/mcp/servers/edobusy/agenthold) 🐍 🏠 🍎 🪟 🐧 - Shared versioned state store with optimistic concurrency control for coordinating concurrent AI agents. SQLite-backed claim/release locks and append-only audit log. - [elvismdev/mem0-mcp-selfhosted](https://github.com/elvismdev/mem0-mcp-selfhosted) [![mem0-mcp-selfhosted MCP server](https://glama.ai/mcp/servers/elvismdev/mem0-mcp-selfhosted/badges/score.svg)](https://glama.ai/mcp/servers/elvismdev/mem0-mcp-selfhosted) 🐍 🏠 🍎 🪟 🐧 - Self-hosted mem0 MCP server for Claude Code with Qdrant vector search, Neo4j knowledge graph, and Ollama embeddings. Zero-config OAT auth, split-model graph routing, session hooks for automatic cross-session memory, and 11 tools. Supports both Anthropic and fully local Ollama setups. - [Cartisien/engram-mcp](https://github.com/Cartisien/engram-mcp) [![engram-mcp MCP server](https://glama.ai/mcp/servers/Cartisien/engram-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Cartisien/engram-mcp) 📇 🏠 🍎 🪟 🐧 - Persistent semantic memory for AI agents. SQLite-backed, local-first, zero config. Semantic search via Ollama embeddings (nomic-embed-text) with keyword fallback. remember, recall, history, forget, and stats tools. Works with Claude Desktop, Cursor, and any MCP client. From f8d0ca41b7525015d0eb7dc9c6851ee126b9d098 Mon Sep 17 00:00:00 2001 From: Zohar Babin Date: Mon, 18 May 2026 22:33:16 -0400 Subject: [PATCH 245/355] Update google-researcher-mcp entry to web-researcher-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a58a33b32..b5f432964 100644 --- a/README.md +++ b/README.md @@ -2094,7 +2094,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [webpeel/webpeel](https://github.com/webpeel/webpeel) 📇 ☁️ 🏠 - Smart web fetcher for AI agents with auto-escalation from HTTP to headless browser to stealth mode. Includes 9 MCP tools: fetch, search, crawl, map, extract, batch, screenshot, jobs, and agent. Achieved 100% success rate on a 30-URL benchmark. - [yamanoku/baseline-mcp-server](https://github.com/yamanoku/baseline-mcp-server) 📇 🏠 - MCP server that searches Baseline status using Web Platform API - [zhsama/duckduckgo-mcp-server](https://github.com/zhsama/duckduckgo-mpc-server/) 📇 🏠 ☁️ - This is a TypeScript-based MCP server that provides DuckDuckGo search functionality. -- [zoharbabin/google-researcher-mcp](https://github.com/zoharbabin/google-researcher-mcp) [![google-researcher-mcp MCP server](https://glama.ai/mcp/servers/@zoharbabin/google-researcher-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@zoharbabin/google-researcher-mcp) 📇 ☁️ 🏠 - Comprehensive research tools including Google Search (web, news, images), web scraping with JavaScript rendering, academic paper search (arXiv, PubMed, IEEE), patent search, and YouTube transcript extraction. +- [zoharbabin/web-researcher-mcp](https://github.com/zoharbabin/web-researcher-mcp) 📇 ☁️ 🏠 - Production-grade MCP server for web search (Google, Brave, Serper, SearXNG), content extraction (4-tier pipeline), academic/patent search, and multi-source research. Single Go binary. - [zlatkoc/youtube-summarize](https://github.com/zlatkoc/youtube-summarize) 🐍 ☁️ - MCP server that fetches YouTube video transcripts and optionally summarizes them. Supports multiple transcript formats (text, JSON, SRT, WebVTT), multi-language retrieval, and flexible YouTube URL parsing. - [zoomeye-ai/mcp_zoomeye](https://github.com/zoomeye-ai/mcp_zoomeye) 📇 ☁️ - Querying network asset information by ZoomEye MCP Server From 65133d904dc8bccc64265db5f0a19a49e0859bd6 Mon Sep 17 00:00:00 2001 From: hriday29 Date: Tue, 19 May 2026 11:10:28 +0530 Subject: [PATCH 247/355] Add Glama score badge per bot requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73c92a92f..27c67fead 100644 --- a/README.md +++ b/README.md @@ -1060,7 +1060,7 @@ Tools and integrations that enhance the development workflow and environment man - [vasayxtx/mcp-prompt-engine](https://github.com/vasayxtx/mcp-prompt-engine) 🏎️ 🏠 🪟️ 🐧 🍎 - MCP server for managing and serving dynamic prompt templates using elegant and powerful text template engine. - [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) 📇 🏠 🍎 🪟 🐧 - 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. +- [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. - [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 600d132e2eed6ff7c1575f073f066c4691d34d27 Mon Sep 17 00:00:00 2001 From: Abhineet Pratap Singh Date: Tue, 19 May 2026 12:24:26 +0530 Subject: [PATCH 248/355] docs: add Glama score badge to listing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e652ec72e..1337ec005 100644 --- a/README.md +++ b/README.md @@ -2232,7 +2232,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`. -- [abhineet34/linkedin-mcp-server](https://github.com/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). +- [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. - [BelleKou/mcp-viral-transformer](https://github.com/BelleKou/mcp-viral-transformer) [![BelleKou/mcp-viral-transformer MCP server](https://glama.ai/mcp/servers/BelleKou/mcp-viral-transformer/badges/score.svg)](https://glama.ai/mcp/servers/BelleKou/mcp-viral-transformer) 🐍 🏠 - Turn URLs into viral posts via "remake" command. From c1eb384e91b7e3c5940eca81c637fdf79276b6a0 Mon Sep 17 00:00:00 2001 From: Dominik Date: Tue, 19 May 2026 09:27:22 +0200 Subject: [PATCH 249/355] Add Glama score badge for DomDemetz/claude-soul --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb22b8981..4d243e3f7 100644 --- a/README.md +++ b/README.md @@ -1607,7 +1607,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [doobidoo/MCP-Context-Provider](https://github.com/doobidoo/MCP-Context-Provider) 📇 🏠 - Static server that provides persistent tool-specific context and rules for AI models - [doobidoo/mcp-memory-service](https://github.com/doobidoo/mcp-memory-service) 📇 🏠 - Universal memory service providing semantic search, persistent storage, and autonomous memory consolidation - [DollhouseMCP/mcp-server](https://github.com/DollhouseMCP/mcp-server) [![DollhouseMCP MCP server](https://glama.ai/mcp/servers/DollhouseMCP/mcp-server/badge)](https://glama.ai/mcp/servers/DollhouseMCP/mcp-server) 📇 🏠 🍎 🪟 🐧 - One-line installable MCP server that adds reusable customization elements — personas, skills, templates, agents, memory, and ensembles (collected customization tools) — to any MCP Client application. Dynamic permissioning for safe AI operations, a robust validation architecture, versioning, and a public collection of shareable content. Install: `npx @dollhousemcp/mcp-server@latest --web`. -- [DomDemetz/claude-soul](https://github.com/DomDemetz/claude-soul) 📇 🏠 🍎 🐧 - Self-improving learning engine for Claude Code. Extracts signals from every session (corrections, successes, confusion), runs periodic reflections, and evolves behavioral frameworks through evidence tiers (hypothesis → observed → validated). Frameworks that keep working get promoted, bad ones get retired. 9 MCP tools, automatic hooks, phase-adaptive learning. Single dependency, local-only. `npx claude-soul init --starter` +- [DomDemetz/claude-soul](https://github.com/DomDemetz/claude-soul) [![DomDemetz/claude-soul MCP server](https://glama.ai/mcp/servers/DomDemetz/claude-soul/badges/score.svg)](https://glama.ai/mcp/servers/DomDemetz/claude-soul) 📇 🏠 🍎 🐧 - Self-improving learning engine for Claude Code. Extracts signals from every session (corrections, successes, confusion), runs periodic reflections, and evolves behavioral frameworks through evidence tiers (hypothesis → observed → validated). Frameworks that keep working get promoted, bad ones get retired. 9 MCP tools, automatic hooks, phase-adaptive learning. Single dependency, local-only. `npx claude-soul init --starter` - [edobusy/agenthold](https://github.com/edobusy/agenthold) [![agenthold MCP server](https://glama.ai/mcp/servers/edobusy/agenthold/badges/score.svg)](https://glama.ai/mcp/servers/edobusy/agenthold) 🐍 🏠 🍎 🪟 🐧 - Shared versioned state store with optimistic concurrency control for coordinating concurrent AI agents. SQLite-backed claim/release locks and append-only audit log. - [elvismdev/mem0-mcp-selfhosted](https://github.com/elvismdev/mem0-mcp-selfhosted) [![mem0-mcp-selfhosted MCP server](https://glama.ai/mcp/servers/elvismdev/mem0-mcp-selfhosted/badges/score.svg)](https://glama.ai/mcp/servers/elvismdev/mem0-mcp-selfhosted) 🐍 🏠 🍎 🪟 🐧 - Self-hosted mem0 MCP server for Claude Code with Qdrant vector search, Neo4j knowledge graph, and Ollama embeddings. Zero-config OAT auth, split-model graph routing, session hooks for automatic cross-session memory, and 11 tools. Supports both Anthropic and fully local Ollama setups. - [Cartisien/engram-mcp](https://github.com/Cartisien/engram-mcp) [![engram-mcp MCP server](https://glama.ai/mcp/servers/Cartisien/engram-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Cartisien/engram-mcp) 📇 🏠 🍎 🪟 🐧 - Persistent semantic memory for AI agents. SQLite-backed, local-first, zero config. Semantic search via Ollama embeddings (nomic-embed-text) with keyword fallback. remember, recall, history, forget, and stats tools. Works with Claude Desktop, Cursor, and any MCP client. From 5505da7ca25f7d6da659025fe3638871c0b5dec4 Mon Sep 17 00:00:00 2001 From: KIKA Date: Tue, 19 May 2026 19:02:53 +0300 Subject: [PATCH 250/355] Add Obsidian Codex MCP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..9983de1bc 100644 --- a/README.md +++ b/README.md @@ -1606,6 +1606,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) 📇 ☁️ 🏠 - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. - [doobidoo/MCP-Context-Provider](https://github.com/doobidoo/MCP-Context-Provider) 📇 🏠 - Static server that provides persistent tool-specific context and rules for AI models - [doobidoo/mcp-memory-service](https://github.com/doobidoo/mcp-memory-service) 📇 🏠 - Universal memory service providing semantic search, persistent storage, and autonomous memory consolidation +- [dot-RealityTest/obsidian-codex-mcp](https://github.com/dot-RealityTest/obsidian-codex-mcp) 🐍 🏠 🍎 🪟 🐧 - Local-first Obsidian vault MCP server for Codex, Claude Desktop, and other MCP clients. Works directly with markdown files, no Obsidian plugin, API key, cloud service, or running Obsidian app required. Includes read-only mode, backup-on-write, path isolation, and setup examples. - [DollhouseMCP/mcp-server](https://github.com/DollhouseMCP/mcp-server) [![DollhouseMCP MCP server](https://glama.ai/mcp/servers/DollhouseMCP/mcp-server/badge)](https://glama.ai/mcp/servers/DollhouseMCP/mcp-server) 📇 🏠 🍎 🪟 🐧 - One-line installable MCP server that adds reusable customization elements — personas, skills, templates, agents, memory, and ensembles (collected customization tools) — to any MCP Client application. Dynamic permissioning for safe AI operations, a robust validation architecture, versioning, and a public collection of shareable content. Install: `npx @dollhousemcp/mcp-server@latest --web`. - [edobusy/agenthold](https://github.com/edobusy/agenthold) [![agenthold MCP server](https://glama.ai/mcp/servers/edobusy/agenthold/badges/score.svg)](https://glama.ai/mcp/servers/edobusy/agenthold) 🐍 🏠 🍎 🪟 🐧 - Shared versioned state store with optimistic concurrency control for coordinating concurrent AI agents. SQLite-backed claim/release locks and append-only audit log. - [elvismdev/mem0-mcp-selfhosted](https://github.com/elvismdev/mem0-mcp-selfhosted) [![mem0-mcp-selfhosted MCP server](https://glama.ai/mcp/servers/elvismdev/mem0-mcp-selfhosted/badges/score.svg)](https://glama.ai/mcp/servers/elvismdev/mem0-mcp-selfhosted) 🐍 🏠 🍎 🪟 🐧 - Self-hosted mem0 MCP server for Claude Code with Qdrant vector search, Neo4j knowledge graph, and Ollama embeddings. Zero-config OAT auth, split-model graph routing, session hooks for automatic cross-session memory, and 11 tools. Supports both Anthropic and fully local Ollama setups. From e51daf9a0ba02b66f58d31b953938947bb9e07c1 Mon Sep 17 00:00:00 2001 From: Zohar Babin Date: Tue, 19 May 2026 15:57:58 -0400 Subject: [PATCH 251/355] Add Glama score badge as requested --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5f432964..ac50dd3ef 100644 --- a/README.md +++ b/README.md @@ -2094,7 +2094,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [webpeel/webpeel](https://github.com/webpeel/webpeel) 📇 ☁️ 🏠 - Smart web fetcher for AI agents with auto-escalation from HTTP to headless browser to stealth mode. Includes 9 MCP tools: fetch, search, crawl, map, extract, batch, screenshot, jobs, and agent. Achieved 100% success rate on a 30-URL benchmark. - [yamanoku/baseline-mcp-server](https://github.com/yamanoku/baseline-mcp-server) 📇 🏠 - MCP server that searches Baseline status using Web Platform API - [zhsama/duckduckgo-mcp-server](https://github.com/zhsama/duckduckgo-mpc-server/) 📇 🏠 ☁️ - This is a TypeScript-based MCP server that provides DuckDuckGo search functionality. -- [zoharbabin/web-researcher-mcp](https://github.com/zoharbabin/web-researcher-mcp) 📇 ☁️ 🏠 - Production-grade MCP server for web search (Google, Brave, Serper, SearXNG), content extraction (4-tier pipeline), academic/patent search, and multi-source research. Single Go binary. +- [zoharbabin/web-researcher-mcp](https://github.com/zoharbabin/web-researcher-mcp) [![web-researcher-mcp MCP server](https://glama.ai/mcp/servers/zoharbabin/web-researcher-mcp/badges/score.svg)](https://glama.ai/mcp/servers/zoharbabin/web-researcher-mcp) 📇 ☁️ 🏠 - Production-grade MCP server for web search (Google, Brave, Serper, SearXNG, SearchAPI.io), content extraction (4-tier pipeline), academic/patent search, and multi-source research. Single Go binary. - [zlatkoc/youtube-summarize](https://github.com/zlatkoc/youtube-summarize) 🐍 ☁️ - MCP server that fetches YouTube video transcripts and optionally summarizes them. Supports multiple transcript formats (text, JSON, SRT, WebVTT), multi-language retrieval, and flexible YouTube URL parsing. - [zoomeye-ai/mcp_zoomeye](https://github.com/zoomeye-ai/mcp_zoomeye) 📇 ☁️ - Querying network asset information by ZoomEye MCP Server From 04dddd7f6046986dc27325dfb38e4a65aac6296b Mon Sep 17 00:00:00 2001 From: Sean Johnson Date: Tue, 19 May 2026 15:12:16 -0700 Subject: [PATCH 252/355] Add gradusnotation MCP server to Art & Culture --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..ffc9321e6 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [Cifero74/mcp-apple-music](https://github.com/Cifero74/mcp-apple-music) [![mcp-apple-music MCP server](https://glama.ai/mcp/servers/@Cifero74/mcp-apple-music/badges/score.svg)](https://glama.ai/mcp/servers/@Cifero74/mcp-apple-music) 🐍 🏠 🍎 - Full Apple Music integration: search catalog, browse personal library, manage playlists, and get personalised recommendations.- [codex-curator/studiomcphub](https://github.com/codex-curator/studiomcphub) [![studio-mcp-hub MCP server](https://glama.ai/mcp/servers/@codex-curator/studio-mcp-hub/badges/score.svg)](https://glama.ai/mcp/servers/@codex-curator/studio-mcp-hub) 🐍 ☁️ - 32 creative AI tools (18 free) for autonomous agents: image generation (SD 3.5), ESRGAN upscaling, background removal, product mockups, CMYK conversion, print-ready PDF, SVG vectorization, invisible watermarking, AI metadata enrichment, provenance, Arweave storage, NFT minting, and 53K+ museum artworks. Pay per call via x402/Stripe/GCX. - [ConstantineB6/comfy-pilot](https://github.com/ConstantineB6/comfy-pilot) 🐍 🏠 - MCP server for ComfyUI that lets AI agents view, edit, and run node-based image generation workflows with an embedded terminal. - [cswkim/discogs-mcp-server](https://github.com/cswkim/discogs-mcp-server) 📇 ☁️ - MCP server to interact with the Discogs API +- [delmas41/gradusnotation](https://github.com/delmas41/gradusnotation) [![gradusnotation MCP server](https://glama.ai/mcp/servers/delmas41/gradusnotation/badges/score.svg)](https://glama.ai/mcp/servers/delmas41/gradusnotation) 📇 ☁️ 🍎 🪟 🐧 - Render music notation (SVG + MusicXML + MIDI) from a JSON score, validate input, analyze MusicXML harmonically, and search a curated music-theory knowledge base. Free, no auth. `npx -y @gradusmusic/notation-mcp` - [diivi/aseprite-mcp](https://github.com/diivi/aseprite-mcp) 🐍 🏠 - MCP server using the Aseprite API to create pixel art - [djalal/quran-mcp-server](https://github.com/djalal/quran-mcp-server) 📇 ☁️ MCP server to interact with Quran.com corpus via the official REST API v4. - [drakonkat/wizzy-mcp-tmdb](https://github.com/drakonkat/wizzy-mcp-tmdb) 📇 ☁️ - A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information. From cbc8463ea9e43cd257179b2240f6744598d620df Mon Sep 17 00:00:00 2001 From: Anton Standrik Date: Wed, 20 May 2026 12:02:10 +0300 Subject: [PATCH 253/355] Add Local YDB MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..a6dab5d14 100644 --- a/README.md +++ b/README.md @@ -633,6 +633,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [amineelkouhen/mcp-cockroachdb](https://github.com/amineelkouhen/mcp-cockroachdb) 🐍 ☁️ - A Model Context Protocol server for managing, monitoring, and querying data in [CockroachDB](https://cockroachlabs.com). - [andyWang1688/sql-query-mcp](https://github.com/andyWang1688/sql-query-mcp) [![andyWang1688/sql-query-mcp MCP server](https://glama.ai/mcp/servers/andyWang1688/sql-query-mcp/badges/score.svg)](https://glama.ai/mcp/servers/andyWang1688/sql-query-mcp) 🐍 🏠 - A general-purpose MCP server that lets AI work with multiple databases within clear boundaries. Supports PostgreSQL and MySQL today with schema discovery, sampling, read-only queries, and query-plan inspection. - [ArcadeData/arcadedb](https://github.com/ArcadeData/arcadedb) [![arcade-db-multi-model-dbms MCP server](https://glama.ai/mcp/servers/@ArcadeData/arcade-db-multi-model-dbms/badges/score.svg)](https://glama.ai/mcp/servers/@ArcadeData/arcade-db-multi-model-dbms) 🎖️ ☕ 🏠 - Built-in MCP server for ArcadeDB, a multi-model database (graph, document, key-value, time-series, vector) with SQL, Cypher, Gremlin, and MongoDB QL support. +- [astandrik/local-ydb-toolkit](https://github.com/astandrik/local-ydb-toolkit) [![local-ydb-toolkit MCP server](https://glama.ai/mcp/servers/astandrik/local-ydb-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/astandrik/local-ydb-toolkit) 📇 🏠 - Local YDB MCP is a TypeScript stdio MCP server for operating Docker-based local-ydb deployments via local or SSH-backed profiles. Supports bootstrap, diagnostics, auth hardening, storage workflows, dump/restore, upgrades, and plan-first mutating operations. - [benborla29/mcp-server-mysql](https://github.com/benborla/mcp-server-mysql) ☁️ 🏠 - MySQL database integration in NodeJS with configurable access controls and schema inspection - [bram2w/baserow](https://github.com/bram2w/baserow) - Baserow database integration with table search, list, and row create, read, update, and delete capabilities. - [c4pt0r/mcp-server-tidb](https://github.com/c4pt0r/mcp-server-tidb) 🐍 ☁️ - TiDB database integration with schema inspection and query capabilities From 3322b95d68b060dfff4885295e1870fb14013c2e Mon Sep 17 00:00:00 2001 From: Vassiliy Lakhonin Date: Wed, 20 May 2026 14:29:58 +0500 Subject: [PATCH 254/355] Add vassiliylakhonin/agenda-intelligence-md to Research --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..87562b6d2 100644 --- a/README.md +++ b/README.md @@ -1943,6 +1943,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. - [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. - [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) 🐍 🏠 - 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`. - [xmpuspus/ph-civic-data-mcp](https://github.com/xmpuspus/ph-civic-data-mcp) [![xmpuspus/ph-civic-data-mcp MCP server](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Philippine government data as agent-callable tools: PHIVOLCS earthquakes + volcano alerts, PAGASA weather + typhoons, PhilGEPS procurement, PSA 2020 Census population + poverty, AQICN air quality. Install: `uvx ph-civic-data-mcp`. - [yusong652/pfc-mcp](https://github.com/yusong652/pfc-mcp) [![pfc-mcp MCP server](https://glama.ai/mcp/servers/yusong652/pfc-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/pfc-mcp) 🐍 🏠 🪟 - MCP server for [ITASCA PFC](https://www.itascacg.com/software/pfc) discrete element simulation — browse documentation, execute scripts, capture plots, and manage long-running tasks via a WebSocket bridge to the PFC GUI. - [yusong652/yade-mcp](https://github.com/yusong652/yade-mcp) [![yade-mcp MCP server](https://glama.ai/mcp/servers/yusong652/yade-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/yade-mcp) 🐍 🏠 🐧 - MCP server for [YADE](https://yade-dem.org/) — open-source discrete element method (DEM) engine for granular and particle simulation. Browse API docs with BM25 search, execute code via synchronous REPL or async background tasks, monitor progress, and review task history. From 7d287169613b03d57e771a87db0aff23eca6eab4 Mon Sep 17 00:00:00 2001 From: Vassiliy Lakhonin Date: Wed, 20 May 2026 14:56:48 +0500 Subject: [PATCH 255/355] Add Glama score badge to agenda-intelligence-md entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87562b6d2..2d912fc27 100644 --- a/README.md +++ b/README.md @@ -1943,7 +1943,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. - [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. - [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) 🐍 🏠 - 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`. +- [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`. - [xmpuspus/ph-civic-data-mcp](https://github.com/xmpuspus/ph-civic-data-mcp) [![xmpuspus/ph-civic-data-mcp MCP server](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Philippine government data as agent-callable tools: PHIVOLCS earthquakes + volcano alerts, PAGASA weather + typhoons, PhilGEPS procurement, PSA 2020 Census population + poverty, AQICN air quality. Install: `uvx ph-civic-data-mcp`. - [yusong652/pfc-mcp](https://github.com/yusong652/pfc-mcp) [![pfc-mcp MCP server](https://glama.ai/mcp/servers/yusong652/pfc-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/pfc-mcp) 🐍 🏠 🪟 - MCP server for [ITASCA PFC](https://www.itascacg.com/software/pfc) discrete element simulation — browse documentation, execute scripts, capture plots, and manage long-running tasks via a WebSocket bridge to the PFC GUI. - [yusong652/yade-mcp](https://github.com/yusong652/yade-mcp) [![yade-mcp MCP server](https://glama.ai/mcp/servers/yusong652/yade-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yusong652/yade-mcp) 🐍 🏠 🐧 - MCP server for [YADE](https://yade-dem.org/) — open-source discrete element method (DEM) engine for granular and particle simulation. Browse API docs with BM25 search, execute code via synchronous REPL or async background tasks, monitor progress, and review task history. From 91abf2e37eee90cf65f7d08bd2505765c2cf3972 Mon Sep 17 00:00:00 2001 From: shdomi8599 Date: Wed, 20 May 2026 22:47:59 +0900 Subject: [PATCH 256/355] Add vibie-mcp to Cloud Platforms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..9b985584c 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,7 @@ Cloud platform service integration. Enables management and interaction with clou - [rohitg00/kubectl-mcp-server](https://github.com/rohitg00/kubectl-mcp-server) 🐍 ☁️/🏠 - A Model Context Protocol (MCP) server for Kubernetes that enables AI assistants like Claude, Cursor, and others to interact with Kubernetes clusters through natural language. - [rrmistry/tilt-mcp](https://github.com/rrmistry/tilt-mcp) 🐍 🏠 🍎 🪟 🐧 - A Model Context Protocol server that integrates with Tilt to provide programmatic access to Tilt resources, logs, and management operations for Kubernetes development environments. - [sevalla-hosting/mcp](https://github.com/sevalla-hosting/mcp) [![sevalla-hosting/mcp MCP server](https://glama.ai/mcp/servers/sevalla-hosting/mcp/badges/score.svg)](https://glama.ai/mcp/servers/sevalla-hosting/mcp) 📇 ☁️ - Manage your entire Sevalla cloud infrastructure from AI agents. Hosted remote server with OAuth — connect in one click, no API keys to configure. +- [shdomi8599/vibie-mcp](https://github.com/shdomi8599/vibie-mcp) 📇 ☁️ 🍎 🪟 🐧 - Deploy static HTML folders to permanent vibie.page URLs in seconds. One-line auto-install (`npx vibie-mcp setup`) wires up Claude Desktop and Cursor, OAuth device-flow auth, automatic folder marker for repeat deploys without re-typing slugs. - [shipstatic/mcp](https://github.com/shipstatic/mcp) [![shipstatic MCP server](https://glama.ai/mcp/servers/shipstatic/shipstatic/badges/score.svg)](https://glama.ai/mcp/servers/shipstatic/shipstatic) 📇 ☁️ - Deploy and manage static sites from AI agents. A simpler alternative to Vercel and Netlify for static website hosting — upload files, get a URL, and connect custom domains. - [silenceper/mcp-k8s](https://github.com/silenceper/mcp-k8s) 🏎️ ☁️/🏠 - MCP-K8S is an AI-driven Kubernetes resource management tool that allows users to operate any resources in Kubernetes clusters through natural language interaction, including native resources (like Deployment, Service) and custom resources (CRD). No need to memorize complex commands - just describe your needs, and AI will accurately execute the corresponding cluster operations, greatly enhancing the usability of Kubernetes. - [trackerfitness729-jpg/sitelauncher-mcp-server](https://github.com/trackerfitness729-jpg/sitelauncher-mcp-server) [![sitelauncher-mcp-server MCP server](https://glama.ai/mcp/servers/@trackerfitness729-jpg/sitelauncher-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@trackerfitness729-jpg/sitelauncher-mcp-server) 📇 ☁️ - Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent profiles. From 41eb164c5ea23fa21a8fc18d5f70ded274a31267 Mon Sep 17 00:00:00 2001 From: shdomi8599 Date: Wed, 20 May 2026 23:47:52 +0900 Subject: [PATCH 257/355] Add Glama score badge to vibie-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b985584c..7fda9e9be 100644 --- a/README.md +++ b/README.md @@ -408,7 +408,7 @@ Cloud platform service integration. Enables management and interaction with clou - [rohitg00/kubectl-mcp-server](https://github.com/rohitg00/kubectl-mcp-server) 🐍 ☁️/🏠 - A Model Context Protocol (MCP) server for Kubernetes that enables AI assistants like Claude, Cursor, and others to interact with Kubernetes clusters through natural language. - [rrmistry/tilt-mcp](https://github.com/rrmistry/tilt-mcp) 🐍 🏠 🍎 🪟 🐧 - A Model Context Protocol server that integrates with Tilt to provide programmatic access to Tilt resources, logs, and management operations for Kubernetes development environments. - [sevalla-hosting/mcp](https://github.com/sevalla-hosting/mcp) [![sevalla-hosting/mcp MCP server](https://glama.ai/mcp/servers/sevalla-hosting/mcp/badges/score.svg)](https://glama.ai/mcp/servers/sevalla-hosting/mcp) 📇 ☁️ - Manage your entire Sevalla cloud infrastructure from AI agents. Hosted remote server with OAuth — connect in one click, no API keys to configure. -- [shdomi8599/vibie-mcp](https://github.com/shdomi8599/vibie-mcp) 📇 ☁️ 🍎 🪟 🐧 - Deploy static HTML folders to permanent vibie.page URLs in seconds. One-line auto-install (`npx vibie-mcp setup`) wires up Claude Desktop and Cursor, OAuth device-flow auth, automatic folder marker for repeat deploys without re-typing slugs. +- [shdomi8599/vibie-mcp](https://github.com/shdomi8599/vibie-mcp) [![shdomi8599/vibie-mcp MCP server](https://glama.ai/mcp/servers/shdomi8599/vibie-mcp/badges/score.svg)](https://glama.ai/mcp/servers/shdomi8599/vibie-mcp) 📇 ☁️ 🍎 🪟 🐧 - Deploy static HTML folders to permanent vibie.page URLs in seconds. One-line auto-install (`npx vibie-mcp setup`) wires up Claude Desktop and Cursor, OAuth device-flow auth, automatic folder marker for repeat deploys without re-typing slugs. - [shipstatic/mcp](https://github.com/shipstatic/mcp) [![shipstatic MCP server](https://glama.ai/mcp/servers/shipstatic/shipstatic/badges/score.svg)](https://glama.ai/mcp/servers/shipstatic/shipstatic) 📇 ☁️ - Deploy and manage static sites from AI agents. A simpler alternative to Vercel and Netlify for static website hosting — upload files, get a URL, and connect custom domains. - [silenceper/mcp-k8s](https://github.com/silenceper/mcp-k8s) 🏎️ ☁️/🏠 - MCP-K8S is an AI-driven Kubernetes resource management tool that allows users to operate any resources in Kubernetes clusters through natural language interaction, including native resources (like Deployment, Service) and custom resources (CRD). No need to memorize complex commands - just describe your needs, and AI will accurately execute the corresponding cluster operations, greatly enhancing the usability of Kubernetes. - [trackerfitness729-jpg/sitelauncher-mcp-server](https://github.com/trackerfitness729-jpg/sitelauncher-mcp-server) [![sitelauncher-mcp-server MCP server](https://glama.ai/mcp/servers/@trackerfitness729-jpg/sitelauncher-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@trackerfitness729-jpg/sitelauncher-mcp-server) 📇 ☁️ - Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent profiles. From 1c952a8d22fc0857d23ff5e553430a8f08111d93 Mon Sep 17 00:00:00 2001 From: Ali Karami Date: Wed, 20 May 2026 18:24:58 +0330 Subject: [PATCH 258/355] feat: add AliKarami/MikroMCP to Cloud Platforms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..1c1fc3a2e 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ Cloud platform service integration. Enables management and interaction with clou - [alexei-led/aws-mcp-server](https://github.com/alexei-led/aws-mcp-server) 🐍 ☁️ - A lightweight but powerful server that enables AI assistants to execute AWS CLI commands, use Unix pipes, and apply prompt templates for common AWS tasks in a safe Docker environment with multi-architecture support - [alexei-led/k8s-mcp-server](https://github.com/alexei-led/k8s-mcp-server) 🐍 - A lightweight yet robust server that empowers AI assistants to securely execute Kubernetes CLI commands (`kubectl`, `helm`, `istioctl`, and `argocd`) using Unix pipes in a safe Docker environment with multi-architecture support. - [alexpota/cloudscope-mcp](https://github.com/alexpota/cloudscope-mcp) [![alexpota/cloudscope-mcp MCP server](https://glama.ai/mcp/servers/alexpota/cloudscope-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alexpota/cloudscope-mcp) 📇 ☁️ - Azure cloud cost management — spending analysis, forecasts, anomaly detection, budgets, optimization recommendations, idle resource detection, tag-based cost allocation, and cross-subscription queries through natural language. +- [AliKarami/MikroMCP](https://github.com/AliKarami/MikroMCP) 📇 🏠 🍎 🪟 🐧 - Manage MikroTik RouterOS devices through AI assistants — interfaces, firewall rules, DHCP, DNS, routes, WireGuard, WiFi, BGP/OSPF, VLANs, and more. 77 tools with dry-run previews, idempotency checks, circuit breakers, RBAC, and rollback-aware change workflows. - [aliyun/alibaba-cloud-ops-mcp-server](https://github.com/aliyun/alibaba-cloud-ops-mcp-server) 🎖️ 🐍 ☁️ - A MCP server that enables AI assistants to operation resources on Alibaba Cloud, supporting ECS, Cloud Monitor, OOS and widely used cloud products. - [awslabs/mcp](https://github.com/awslabs/mcp) 🎖️ ☁️ - AWS MCP servers for seamless integration with AWS services and resources. - [bright8192/esxi-mcp-server](https://github.com/bright8192/esxi-mcp-server) 🐍 ☁️ - A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management. From 1d620d46318ab1489bdff9290328c9b8b611c7bd Mon Sep 17 00:00:00 2001 From: Ali Karami Date: Wed, 20 May 2026 18:53:28 +0330 Subject: [PATCH 259/355] fix: add Glama score badge to MikroMCP entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c1fc3a2e..e1fed930c 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ Cloud platform service integration. Enables management and interaction with clou - [alexei-led/aws-mcp-server](https://github.com/alexei-led/aws-mcp-server) 🐍 ☁️ - A lightweight but powerful server that enables AI assistants to execute AWS CLI commands, use Unix pipes, and apply prompt templates for common AWS tasks in a safe Docker environment with multi-architecture support - [alexei-led/k8s-mcp-server](https://github.com/alexei-led/k8s-mcp-server) 🐍 - A lightweight yet robust server that empowers AI assistants to securely execute Kubernetes CLI commands (`kubectl`, `helm`, `istioctl`, and `argocd`) using Unix pipes in a safe Docker environment with multi-architecture support. - [alexpota/cloudscope-mcp](https://github.com/alexpota/cloudscope-mcp) [![alexpota/cloudscope-mcp MCP server](https://glama.ai/mcp/servers/alexpota/cloudscope-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alexpota/cloudscope-mcp) 📇 ☁️ - Azure cloud cost management — spending analysis, forecasts, anomaly detection, budgets, optimization recommendations, idle resource detection, tag-based cost allocation, and cross-subscription queries through natural language. -- [AliKarami/MikroMCP](https://github.com/AliKarami/MikroMCP) 📇 🏠 🍎 🪟 🐧 - Manage MikroTik RouterOS devices through AI assistants — interfaces, firewall rules, DHCP, DNS, routes, WireGuard, WiFi, BGP/OSPF, VLANs, and more. 77 tools with dry-run previews, idempotency checks, circuit breakers, RBAC, and rollback-aware change workflows. +- [AliKarami/MikroMCP](https://github.com/AliKarami/MikroMCP) [![AliKarami/MikroMCP MCP server](https://glama.ai/mcp/servers/AliKarami/MikroMCP/badges/score.svg)](https://glama.ai/mcp/servers/AliKarami/MikroMCP) 📇 🏠 🍎 🪟 🐧 - Manage MikroTik RouterOS devices through AI assistants — interfaces, firewall rules, DHCP, DNS, routes, WireGuard, WiFi, BGP/OSPF, VLANs, and more. 77 tools with dry-run previews, idempotency checks, circuit breakers, RBAC, and rollback-aware change workflows. - [aliyun/alibaba-cloud-ops-mcp-server](https://github.com/aliyun/alibaba-cloud-ops-mcp-server) 🎖️ 🐍 ☁️ - A MCP server that enables AI assistants to operation resources on Alibaba Cloud, supporting ECS, Cloud Monitor, OOS and widely used cloud products. - [awslabs/mcp](https://github.com/awslabs/mcp) 🎖️ ☁️ - AWS MCP servers for seamless integration with AWS services and resources. - [bright8192/esxi-mcp-server](https://github.com/bright8192/esxi-mcp-server) 🐍 ☁️ - A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management. From 7f7f6f4157c9b2acafa2ba9a9313fb4bf4afa0b1 Mon Sep 17 00:00:00 2001 From: Eddy Date: Wed, 20 May 2026 18:31:41 +0300 Subject: [PATCH 260/355] Add kioie/tiny-go-mcp-server to Frameworks Minimal Go wrapper on the official modelcontextprotocol/go-sdk for stdio MCP servers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..48d91957c 100644 --- a/README.md +++ b/README.md @@ -2595,6 +2595,7 @@ Interact with Git repositories and version control platforms. Enables repository - [escapeboy/agent-fleet-o](https://github.com/escapeboy/agent-fleet-o) [![escapeboy/agent-fleet-o MCP server](https://glama.ai/mcp/servers/escapeboy/agent-fleet-o/badges/score.svg)](https://glama.ai/mcp/servers/escapeboy/agent-fleet-o) ☁️ 🏠 - AI Agent Mission Control with 200+ MCP tools. Manage agents, experiments, workflows, crews, skills, and more via stdio + HTTP/SSE. Self-hosted, open-source (AGPL-3.0). Remote server: `https://fleetq.net/mcp` - [Epistates/TurboMCP](https://github.com/Epistates/turbomcp) 🦀 - TurboMCP SDK: Enterprise MCP SDK in Rust - [zhangpanda/gomcp](https://github.com/zhangpanda/gomcp) [![zhangpanda/gomcp MCP server](https://glama.ai/mcp/servers/zhangpanda/gomcp/badges/score.svg)](https://glama.ai/mcp/servers/zhangpanda/gomcp) 🏎️ - A Gin-like framework for building MCP servers in Go. Struct-tag auto schema, middleware chain, auth, tool groups, adapters for Gin/OpenAPI/gRPC, async tasks, Inspector UI. +- [kioie/tiny-go-mcp-server](https://github.com/kioie/tiny-go-mcp-server) 🏎️ 🏠 🍎 🪟 🐧 - Minimal Go wrapper on the official [modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk) for stdio MCP servers: struct-tag JSON Schema inference, `tinymcp` library, reference binary `tiny-go-mcp`, ~5MB static builds. For teams that want go-sdk compliance with minimal boilerplate (`go get github.com/kioie/tiny-go-mcp-server/tinymcp@v1.0.0`). - [FastMCP](https://github.com/jlowin/fastmcp) 🐍 - A high-level framework for building MCP servers in Python - [jamjet-labs/jamjet](https://github.com/jamjet-labs/jamjet) [![jamjet-labs/jamjet MCP server](https://glama.ai/mcp/servers/jamjet-labs/jamjet/badges/score.svg)](https://glama.ai/mcp/servers/jamjet-labs/jamjet) 🦀 🐍 - Durable, agent-native AI runtime with native MCP client + server and A2A support. Rust core for performance, Python authoring for ergonomics. Features graph-based workflows, durable execution, and multi-agent coordination. - [FastMCP](https://github.com/punkpeye/fastmcp) 📇 - A high-level framework for building MCP servers in TypeScript From 2881c4113239f8929f8117310fe9654b54128568 Mon Sep 17 00:00:00 2001 From: Iurii Rogulia Date: Wed, 20 May 2026 19:52:05 +0300 Subject: [PATCH 261/355] =?UTF-8?q?Add=20vatnode-mcp=20=E2=80=94=20officia?= =?UTF-8?q?l=20EU=20VAT=20validation=20MCP=20server?= 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 a58a33b32..6f75d60d8 100644 --- a/README.md +++ b/README.md @@ -1255,6 +1255,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [atomno-labs/mcp-fns-check](https://github.com/atomno-labs/mcp-fns-check) [![atomno-labs/mcp-fns-check MCP server](https://glama.ai/mcp/servers/atomno-labs/mcp-fns-check/badges/score.svg)](https://glama.ai/mcp/servers/atomno-labs/mcp-fns-check) 🐍 ☁️ - Russian counterparty due diligence — INN/OGRN lookup against EGRUL/EGRIP, bankruptcy registry (EFRSB), tax debts (Transparent Business), FSSP enforcement proceedings, and arbitration courts (KAD). Aggregated verdict with risk flags and recommendations. No API key required (public Federal Tax Service data). - [jackrain19743/hou-tea-mcp-server](https://github.com/jackrain19743/hou-tea-mcp-server) [![jackrain19743/hou-tea-mcp-server MCP server](https://glama.ai/mcp/servers/jackrain19743/hou-tea-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/jackrain19743/hou-tea-mcp-server) 📇 ☁️ - Browse, recommend, and **buy authentic Chinese tea** from hou-tea.com using **USDC stablecoin via the x402 protocol**. First commerce MCP that ships real on-chain payment intents (delegated to wallet MCPs like `@coinbase/payments-mcp`). 8 tools: browse / recommend / explain / compare / health-filter / payment / order-status / agent-card. - [autonsol/sol-mcp](https://github.com/autonsol/sol-mcp) [![sol-mcp MCP server](https://glama.ai/mcp/servers/autonsol/sol-mcp/badges/score.svg)](https://glama.ai/mcp/servers/autonsol/sol-mcp) 📇 ☁️ - Solana token risk scoring and pump.fun graduation signals. Score any token by mint address (0-100 risk, risk_label, holder concentration, liquidity), detect graduation momentum (buy/sell ratio, velocity), and query trust attestations. Live API. Freemium — 4 free tools, PRO via x402 micropayments ($0.01/call USDC). +- [vatnode/vatnode-mcp](https://github.com/vatnode/vatnode-mcp) 📇 ☁️ - Official MCP server for **EU VAT validation** via the EU Commission's VIES service + offline VAT rates for 45 European countries. Five tools: `validate_vat_number` (live VIES with company name, address, registration date, and optional consultation number for audit), `get_country_vat_rates`, `list_eu_vat_rates`, `check_vat_format`, `list_supported_countries`. Four of five tools work offline without an API key (data bundled via `eu-vat-rates-data`). Open source MIT, every release signed with npm provenance via GitHub Actions OIDC. Install: `npx -y vatnode-mcp`. - [vdalhambra/axiom-calculator-mcp](https://github.com/vdalhambra/axiom-calculator-mcp) [![axiom-calculator-mcp MCP server](https://glama.ai/mcp/servers/vdalhambra/axiom-calculator-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vdalhambra/axiom-calculator-mcp) 🐍 🏠 🍎 🪟 🐧 - Personal finance calculators — mortgage payments, compound interest, FIRE retirement number, loan comparison, true credit cost, and debt payoff. 8 tools, zero API keys, works with `uvx axiom-calculator-mcp`. - [azeth-protocol/mcp-server](https://github.com/azeth-protocol/mcp-server) [![mcp-azeth MCP server](https://glama.ai/mcp/servers/@azeth-protocol/mcp-azeth/badges/score.svg)](https://glama.ai/mcp/servers/@azeth-protocol/mcp-azeth) 📇 ☁️ - Trust infrastructure for the machine economy — non-custodial ERC-4337 smart accounts, x402 payments, on-chain reputation via ERC-8004, and service discovery for AI agents. - [bakyang2/kr-crypto-intelligence](https://github.com/bakyang2/kr-crypto-intelligence) [![bakyang2/kr-crypto-intelligence MCP server](https://glama.ai/mcp/servers/bakyang2/kr-crypto-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/bakyang2/kr-crypto-intelligence) 🐍 ☁️ - Korean crypto market data + AI analysis for trading agents. 7 tools: AI market read ($0.10, 9 data sources + Claude AI signal), Kimchi Premium, stablecoin premium, Upbit/Bithumb prices, USD/KRW FX rate. Pay-per-use via x402 on Base/Solana. From 871898b6bd9d12523f8c574bb21ac29e902aab55 Mon Sep 17 00:00:00 2001 From: Eddy Date: Wed, 20 May 2026 20:22:41 +0300 Subject: [PATCH 262/355] docs: add Glama score badge to tiny-go-mcp-server listing Required by awesome-mcp-servers Glama check; server is listed at https://glama.ai/mcp/servers/kioie/tiny-go-mcp-server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d91957c..bf4675e53 100644 --- a/README.md +++ b/README.md @@ -2595,7 +2595,7 @@ Interact with Git repositories and version control platforms. Enables repository - [escapeboy/agent-fleet-o](https://github.com/escapeboy/agent-fleet-o) [![escapeboy/agent-fleet-o MCP server](https://glama.ai/mcp/servers/escapeboy/agent-fleet-o/badges/score.svg)](https://glama.ai/mcp/servers/escapeboy/agent-fleet-o) ☁️ 🏠 - AI Agent Mission Control with 200+ MCP tools. Manage agents, experiments, workflows, crews, skills, and more via stdio + HTTP/SSE. Self-hosted, open-source (AGPL-3.0). Remote server: `https://fleetq.net/mcp` - [Epistates/TurboMCP](https://github.com/Epistates/turbomcp) 🦀 - TurboMCP SDK: Enterprise MCP SDK in Rust - [zhangpanda/gomcp](https://github.com/zhangpanda/gomcp) [![zhangpanda/gomcp MCP server](https://glama.ai/mcp/servers/zhangpanda/gomcp/badges/score.svg)](https://glama.ai/mcp/servers/zhangpanda/gomcp) 🏎️ - A Gin-like framework for building MCP servers in Go. Struct-tag auto schema, middleware chain, auth, tool groups, adapters for Gin/OpenAPI/gRPC, async tasks, Inspector UI. -- [kioie/tiny-go-mcp-server](https://github.com/kioie/tiny-go-mcp-server) 🏎️ 🏠 🍎 🪟 🐧 - Minimal Go wrapper on the official [modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk) for stdio MCP servers: struct-tag JSON Schema inference, `tinymcp` library, reference binary `tiny-go-mcp`, ~5MB static builds. For teams that want go-sdk compliance with minimal boilerplate (`go get github.com/kioie/tiny-go-mcp-server/tinymcp@v1.0.0`). +- [kioie/tiny-go-mcp-server](https://github.com/kioie/tiny-go-mcp-server) [![tiny-go-mcp-server MCP server](https://glama.ai/mcp/servers/kioie/tiny-go-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/kioie/tiny-go-mcp-server) 🏎️ 🏠 🍎 🪟 🐧 - Minimal Go wrapper on the official [modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk) for stdio MCP servers: struct-tag JSON Schema inference, `tinymcp` library, reference binary `tiny-go-mcp`, ~5MB static builds. For teams that want go-sdk compliance with minimal boilerplate (`go get github.com/kioie/tiny-go-mcp-server/tinymcp@v1.0.0`). - [FastMCP](https://github.com/jlowin/fastmcp) 🐍 - A high-level framework for building MCP servers in Python - [jamjet-labs/jamjet](https://github.com/jamjet-labs/jamjet) [![jamjet-labs/jamjet MCP server](https://glama.ai/mcp/servers/jamjet-labs/jamjet/badges/score.svg)](https://glama.ai/mcp/servers/jamjet-labs/jamjet) 🦀 🐍 - Durable, agent-native AI runtime with native MCP client + server and A2A support. Rust core for performance, Python authoring for ergonomics. Features graph-based workflows, durable execution, and multi-agent coordination. - [FastMCP](https://github.com/punkpeye/fastmcp) 📇 - A high-level framework for building MCP servers in TypeScript From 6c96ac86a85851e48f9406528b9bea86e0dc381b Mon Sep 17 00:00:00 2001 From: sailorpepe <159828807+sailorpepe@users.noreply.github.com> Date: Wed, 20 May 2026 20:52:28 -0500 Subject: [PATCH 263/355] Add undesirables-mcp-server to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..dc7e8dbd0 100644 --- a/README.md +++ b/README.md @@ -1464,6 +1464,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [SaintDoresh/Crypto-Trader-MCP-ClaudeDesktop](https://github.com/SaintDoresh/Crypto-Trader-MCP-ClaudeDesktop.git) 🐍 ☁️ - An MCP tool that provides cryptocurrency market data using the CoinGecko API. - [SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop](https://github.com/SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop.git) 🐍 ☁️ - An MCP tool that provides stock market data and analysis using the Yahoo Finance API. - [sapph1re/findata-mcp](https://github.com/sapph1re/findata-mcp) [![sapph1re/findata-mcp MCP server](https://glama.ai/mcp/servers/sapph1re/findata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sapph1re/findata-mcp) 🐍 ☁️ - Real-time stocks, company fundamentals, FRED economic indicators (800k+ series), SEC filings, and crypto prices. Five tools, $0.01/call via x402 micropayments on Base mainnet. No signup required. +- [sailorpepe/undesirables-mcp-server](https://github.com/sailorpepe/undesirables-mcp-server) [![sailorpepe/undesirables-mcp-server MCP server](https://glama.ai/mcp/servers/sailorpepe/undesirables-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/sailorpepe/undesirables-mcp-server) 🐍 🏠 ☁️ 🍎 🪟 🐧 - TCG collectibles + AI agent intelligence. 35+ tools: Vision AI card grading (PSA/Beckett prediction), Monte Carlo price simulation (Heston/Merton/Kou), AI music generation, local image generation (FLUX), TTS, RAG memory, SAST security auditing, and x402 Oracle API. 370K+ indexed products across 25 games. Install via `pip install undesirables-mcp-server`. - [shareseer/shareseer-mcp-server](https://github.com/shareseer/shareseer-mcp-server) 🏎️ ☁️ - MCP to Access SEC filings, financials & insider trading data in real time using [ShareSeer](https://shareseer.com) - [ShipItAndPray/mcp-market-data](https://github.com/ShipItAndPray/mcp-market-data) [![ShipItAndPray/mcp-market-data MCP server](https://glama.ai/mcp/servers/ShipItAndPray/mcp-market-data/badges/score.svg)](https://glama.ai/mcp/servers/ShipItAndPray/mcp-market-data) 📇 🏠 ☁️ 🍎 🪟 🐧 - Live cryptocurrency market data. 8 tools for real-time prices, OHLCV, order books, and market summaries. Zero API keys required. Zero dependencies. - [lmwharton/sieve-mcp](https://github.com/lmwharton/sieve-mcp) [![lmwharton/sieve-mcp MCP server](https://glama.ai/mcp/servers/lmwharton/sieve-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lmwharton/sieve-mcp) 🐍 ☁️ - AI-powered startup due diligence. Screen any startup across 7 IMPACT-X dimensions, get a Sieve Score (0-140) with evidence-typed findings and a clear meeting recommendation. Built for VCs, solo GPs, and angel investors. From 018b2e951363bfef5e1dcdfbcfdff9d6f67d213f Mon Sep 17 00:00:00 2001 From: Hill Patel Date: Thu, 21 May 2026 10:32:50 +0530 Subject: [PATCH 264/355] Add STiFLeR7/memex to Knowledge & Memory Temporal knowledge graph MCP server. Includes required language/platform emoji tags (Python, local, cross-platform) per review. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..83cf9c721 100644 --- a/README.md +++ b/README.md @@ -1720,6 +1720,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [arthurpanhku/Arthor-Agent](https://github.com/arthurpanhku/Arthor-Agent) [![arthor-agent MCP server](https://glama.ai/mcp/servers/@arthurpanhku/arthor-agent/badges/score.svg)](https://glama.ai/mcp/servers/@arthurpanhku/arthor-agent) 🐍 🏠 ☁️ - ... - [yakuphanycl/instinct](https://github.com/yakuphanycl/instinct) [![yakuphanycl/instinct MCP server](https://glama.ai/mcp/servers/yakuphanycl/instinct/badges/score.svg)](https://glama.ai/mcp/servers/yakuphanycl/instinct) 🐍 🏠 🍎 🪟 🐧 - Self-learning memory for AI coding agents. Observes tool sequences, user preferences, and recurring fixes; confidence-based promotion (hits ≥5 → mature, ≥10 → rule) so agents stop repeating mistakes without explicit instruction. SQLite-backed, project-aware, zero external deps. Works with Claude Code, Cursor, Windsurf, Goose, Codex. Published on PyPI as `instinct-mcp` and registered in the MCP Registry. - [Wynelson94/longhand](https://github.com/Wynelson94/longhand) [![Wynelson94/longhand MCP server](https://glama.ai/mcp/servers/Wynelson94/longhand/badges/score.svg)](https://glama.ai/mcp/servers/Wynelson94/longhand) 🐍 🏠 🍎 🪟 🐧 - Persistent local memory for Claude Code. Indexes every session JSONL verbatim into SQLite + ChromaDB for semantic recall (~126ms) across your entire history. Never summarizes, zero API calls, 17 MCP tools including fuzzy `recall`, deterministic `replay_file`, and git-aware `recall_project_status`. Published on PyPI as `longhand` and registered in the MCP Registry. +- [STiFLeR7/memex](https://github.com/STiFLeR7/memex) 🐍 🏠 🍎 🪟 🐧 - Developer context continuity system. Watches your git repos and builds a temporal knowledge graph of modules, symbols, decisions, and open problems via Graphiti + Neo4j, then serves it to any AI coding agent over MCP. Every edge carries a validity window and a confidence score that decays over time. 12 tools across read and write. Install via `npx -y stifler-memex-mcp`. MIT licensed. ### ⚖️ Legal From fc2f8efc364f2723ab78974b2ff057cc140e6750 Mon Sep 17 00:00:00 2001 From: Prashant Raj Date: Thu, 21 May 2026 16:58:21 +0530 Subject: [PATCH 265/355] Add iprashantraj/mcp-discord-bridge to Communication --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..933a820fb 100644 --- a/README.md +++ b/README.md @@ -549,6 +549,7 @@ Integration with communication platforms for message management and channel oper - [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. +- [iprashantraj/mcp-discord-bridge](https://github.com/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. - [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. - [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. From b27b0b8e0e25b080fb888948367f096c99e9ff1a Mon Sep 17 00:00:00 2001 From: AutomateLab Date: Thu, 21 May 2026 14:57:12 +0100 Subject: [PATCH 266/355] Add Content Distribution MCP to Communication section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..03dedf33c 100644 --- a/README.md +++ b/README.md @@ -522,6 +522,7 @@ Integration with communication platforms for message management and channel oper - [AbdelStark/nostr-mcp](https://github.com/AbdelStark/nostr-mcp) ☁️ - A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more. - [adhikasp/mcp-twikit](https://github.com/adhikasp/mcp-twikit) 🐍 ☁️ - Interact with Twitter search and timeline - [agentmail-toolkit/mcp](https://github.com/agentmail-to/agentmail-toolkit/tree/main/mcp) 🐍 💬 - An MCP server to create inboxes on the fly to send, receive, and take actions on email. We aren't AI agents for email, but email for AI Agents. +- [AutomateLab-tech/content-distribution-mcp](https://github.com/AutomateLab-tech/content-distribution-mcp) 📇 ☁️ 🏠 - Publish one piece of content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, Medium and Twitter with idempotent state and per-platform adaptation. - [bababoi-bibilabu/agent-mq](https://github.com/bababoi-bibilabu/agent-mq) [![agent-mq MCP server](https://glama.ai/mcp/servers/bababoi-bibilabu/agent-mq/badges/score.svg)](https://glama.ai/mcp/servers/bababoi-bibilabu/agent-mq) 📇 ☁️ 🏠 - Message queue for AI coding assistants. Let AI agents (Claude Code, Cursor, Codex) send messages to each other across sessions and machines. UUID-based auth, self-hostable. - [Beltran12138/wecom-docs-mcp-server](https://github.com/Beltran12138/wecom-docs-mcp-server) [![Beltran12138/wecom-docs-mcp-server MCP server](https://glama.ai/mcp/servers/Beltran12138/wecom-docs-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Beltran12138/wecom-docs-mcp-server) 🐍 🏠 🪟 🐧 - WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP servers only support webhook messaging. - [areweai/tsgram-mcp](https://github.com/areweai/tsgram-mcp) - TSgram: Telegram + Claude with local workspace access on your phone in typescript. Read, write, and vibe code on the go! From 29d447a0fcb3f3688f9173b6d33157e11df109ff Mon Sep 17 00:00:00 2001 From: Artyom Rabzonov Date: Thu, 21 May 2026 15:23:33 +0100 Subject: [PATCH 267/355] Add Glama score badge to Content Distribution MCP entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03dedf33c..23a57e860 100644 --- a/README.md +++ b/README.md @@ -522,7 +522,7 @@ Integration with communication platforms for message management and channel oper - [AbdelStark/nostr-mcp](https://github.com/AbdelStark/nostr-mcp) ☁️ - A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more. - [adhikasp/mcp-twikit](https://github.com/adhikasp/mcp-twikit) 🐍 ☁️ - Interact with Twitter search and timeline - [agentmail-toolkit/mcp](https://github.com/agentmail-to/agentmail-toolkit/tree/main/mcp) 🐍 💬 - An MCP server to create inboxes on the fly to send, receive, and take actions on email. We aren't AI agents for email, but email for AI Agents. -- [AutomateLab-tech/content-distribution-mcp](https://github.com/AutomateLab-tech/content-distribution-mcp) 📇 ☁️ 🏠 - Publish one piece of content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, Medium and Twitter with idempotent state and per-platform adaptation. +- [AutomateLab-tech/content-distribution-mcp](https://github.com/AutomateLab-tech/content-distribution-mcp) 📇 ☁️ 🏠 - Publish one piece of content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, Medium and Twitter with idempotent state and per-platform adaptation. [![AutomateLab-tech/content-distribution-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/content-distribution-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/content-distribution-mcp) - [bababoi-bibilabu/agent-mq](https://github.com/bababoi-bibilabu/agent-mq) [![agent-mq MCP server](https://glama.ai/mcp/servers/bababoi-bibilabu/agent-mq/badges/score.svg)](https://glama.ai/mcp/servers/bababoi-bibilabu/agent-mq) 📇 ☁️ 🏠 - Message queue for AI coding assistants. Let AI agents (Claude Code, Cursor, Codex) send messages to each other across sessions and machines. UUID-based auth, self-hostable. - [Beltran12138/wecom-docs-mcp-server](https://github.com/Beltran12138/wecom-docs-mcp-server) [![Beltran12138/wecom-docs-mcp-server MCP server](https://glama.ai/mcp/servers/Beltran12138/wecom-docs-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Beltran12138/wecom-docs-mcp-server) 🐍 🏠 🪟 🐧 - WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP servers only support webhook messaging. - [areweai/tsgram-mcp](https://github.com/areweai/tsgram-mcp) - TSgram: Telegram + Claude with local workspace access on your phone in typescript. Read, write, and vibe code on the go! From ec0051450e87e78dbf9a3d264ae3668caf7b842d Mon Sep 17 00:00:00 2001 From: 0xDegenMo <285607957+0xDegenMo@users.noreply.github.com> Date: Thu, 21 May 2026 18:43:10 +0200 Subject: [PATCH 268/355] Add 0xDegenMo/lighter-mcp to Finance & Fintech MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Open-source MCP server for Lighter — a zero-fee zk-rollup perpetual DEX on Ethereum. Lets AI agents (Claude Desktop, Cursor, Hermes, custom MCP clients) trade ~190 Lighter perpetuals natively, including crypto pairs and RWA perps (PAXG/XAU gold, XAG silver, WTI oil, equity tickers like TSLA/AMZN/ASML). Key properties: - Three credential tiers (PUBLIC market-data only / READ account state / TRADE signing) so users opt into capability progressively - Native on-chain stop-loss + take-profit that survive client restarts - Server-side safety caps: max trade size in USDC, max slippage, symbol allowlist - Sub-account-first design — API key signs only for one sub-account, cannot withdraw, main wallet stays cold PyPI: 0xdegenmo-lighter-mcp v0.1.1 License: MIT --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..0d4646d0a 100644 --- a/README.md +++ b/README.md @@ -1238,6 +1238,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [@frihet/mcp-server](https://github.com/Frihet-io/frihet-mcp) [![frihet-mcp MCP server](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp) 📇 ☁️ - AI-native business management — invoices, expenses, clients, products, and quotes. 31 tools for Claude, Cursor, Windsurf, and Cline. - [@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. - [@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) 🐍 ☁️ 🏠 🍎 🪟 🐧 - 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. - [ahnlabio/bicscan-mcp](https://github.com/ahnlabio/bicscan-mcp) 🎖️ 🐍 ☁️ - Risk score / asset holdings of EVM blockchain address (EOA, CA, ENS) and even domain names. From c690ae22f0f26c1cf9313eb6be3a7cb01ce40f1b Mon Sep 17 00:00:00 2001 From: Artur Date: Fri, 22 May 2026 00:41:57 +0300 Subject: [PATCH 269/355] Add roamzy-io/mcp-server to Travel & Transportation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Roamzy is a single universal eSIM for 192 countries with per-MB billing in USDT or USDC across multiple stablecoin networks. The MCP server lets any MCP client (Claude Desktop, Cursor, Continue, etc.) purchase and manage an eSIM through chat — anonymous-flow by default, no account required. - npm: https://www.npmjs.com/package/@roamzy/mcp-server - source: https://github.com/roamzy-io/mcp-server (MIT) - service: https://roamzy.io Inserted alphabetically after r-huijts/ns-mcp-server. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..1e5729dc7 100644 --- a/README.md +++ b/README.md @@ -2330,6 +2330,7 @@ Access to travel and transportation information. Enables querying schedules, rou - [Pradumnasaraf/aviationstack-mcp](https://github.com/Pradumnasaraf/aviationstack-mcp) 🐍 ☁️ 🍎 🪟 🐧 - An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types. - [prosperkartik/hostaway-mcp](https://github.com/prosperkartik/hostaway-mcp) [![prosperkartik/hostaway-mcp MCP server](https://glama.ai/mcp/servers/prosperkartik/hostaway-mcp/badges/score.svg)](https://glama.ai/mcp/servers/prosperkartik/hostaway-mcp) 📇 ☁️ - MCP server for the Hostaway property management system (vacation rentals & short-term rentals). 10 read-only tools across listings, reservations, calendar availability, guest conversations, and owner financials. - [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) 🎖️ 📇 ☁️ - 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. - [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 From fb9011ddf795b6926ee6cee5dc74407b01d55042 Mon Sep 17 00:00:00 2001 From: Artur Date: Fri, 22 May 2026 01:27:21 +0300 Subject: [PATCH 270/355] Add Glama score badge to roamzy entry (per maintainer bot's request) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e5729dc7..733b8de78 100644 --- a/README.md +++ b/README.md @@ -2330,7 +2330,7 @@ Access to travel and transportation information. Enables querying schedules, rou - [Pradumnasaraf/aviationstack-mcp](https://github.com/Pradumnasaraf/aviationstack-mcp) 🐍 ☁️ 🍎 🪟 🐧 - An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types. - [prosperkartik/hostaway-mcp](https://github.com/prosperkartik/hostaway-mcp) [![prosperkartik/hostaway-mcp MCP server](https://glama.ai/mcp/servers/prosperkartik/hostaway-mcp/badges/score.svg)](https://glama.ai/mcp/servers/prosperkartik/hostaway-mcp) 📇 ☁️ - MCP server for the Hostaway property management system (vacation rentals & short-term rentals). 10 read-only tools across listings, reservations, calendar availability, guest conversations, and owner financials. - [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) 🎖️ 📇 ☁️ - 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) +- [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. - [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 From b2600c91b65655e91274e4e37492d7f2087042ee Mon Sep 17 00:00:00 2001 From: Mathis Date: Fri, 22 May 2026 11:07:07 +0800 Subject: [PATCH 271/355] Add Orizn Visa MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..c6a0385ca 100644 --- a/README.md +++ b/README.md @@ -2325,6 +2325,7 @@ Access to travel and transportation information. Enables querying schedules, rou - [KyrieTangSheng/mcp-server-nationalparks](https://github.com/KyrieTangSheng/mcp-server-nationalparks) 📇 ☁️ - National Park Service API integration providing latest information of park details, alerts, visitor centers, campgrounds, and events for U.S. National Parks - [lucygoodchild/mcp-national-rail](https://github.com/lucygoodchild/mcp-national-rail) 📇 ☁️ - An MCP server for UK National Rail trains service, providing train schedules and live travel information, intergrating the Realtime Trains API - [MarceauSolutions/rideshare-comparison-mcp](https://github.com/MarceauSolutions/rideshare-comparison-mcp) 🐍 ☁️ - Compare Uber and Lyft prices for any route in real-time with fare estimates, surge pricing info, and cheapest option recommendations +- [MattJeff/orizn-mcp-server](https://github.com/MattJeff/orizn-mcp-server) 📇 ☁️ - Visa requirements for 39,585 passport-destination pairs in 15 languages. Check visa types, required documents, and travel tips. - [openbnb-org/mcp-server-airbnb](https://github.com/openbnb-org/mcp-server-airbnb) 📇 ☁️ - Provides tools to search Airbnb and get listing details. - [pab1it0/tripadvisor-mcp](https://github.com/pab1it0/tripadvisor-mcp) 📇 🐍 - A MCP server that enables LLMs to interact with Tripadvisor API, supporting location data, reviews, and photos through standardized MCP interfaces - [Pradumnasaraf/aviationstack-mcp](https://github.com/Pradumnasaraf/aviationstack-mcp) 🐍 ☁️ 🍎 🪟 🐧 - An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types. From 02551db267a8756c13be554735b003e4d335edb3 Mon Sep 17 00:00:00 2001 From: Mathis Date: Fri, 22 May 2026 13:20:31 +0800 Subject: [PATCH 272/355] Add Glama score badge to Orizn 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 c6a0385ca..e6aa02f59 100644 --- a/README.md +++ b/README.md @@ -2325,7 +2325,7 @@ Access to travel and transportation information. Enables querying schedules, rou - [KyrieTangSheng/mcp-server-nationalparks](https://github.com/KyrieTangSheng/mcp-server-nationalparks) 📇 ☁️ - National Park Service API integration providing latest information of park details, alerts, visitor centers, campgrounds, and events for U.S. National Parks - [lucygoodchild/mcp-national-rail](https://github.com/lucygoodchild/mcp-national-rail) 📇 ☁️ - An MCP server for UK National Rail trains service, providing train schedules and live travel information, intergrating the Realtime Trains API - [MarceauSolutions/rideshare-comparison-mcp](https://github.com/MarceauSolutions/rideshare-comparison-mcp) 🐍 ☁️ - Compare Uber and Lyft prices for any route in real-time with fare estimates, surge pricing info, and cheapest option recommendations -- [MattJeff/orizn-mcp-server](https://github.com/MattJeff/orizn-mcp-server) 📇 ☁️ - Visa requirements for 39,585 passport-destination pairs in 15 languages. Check visa types, required documents, and travel tips. +- [MattJeff/orizn-mcp-server](https://github.com/MattJeff/orizn-mcp-server) [![MattJeff/orizn-mcp-server](https://glama.ai/mcp/servers/MattJeff/orizn-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/MattJeff/orizn-mcp-server) 📇 ☁️ - Visa requirements for 39,585 passport-destination pairs in 15 languages. Check visa types, required documents, and travel tips. - [openbnb-org/mcp-server-airbnb](https://github.com/openbnb-org/mcp-server-airbnb) 📇 ☁️ - Provides tools to search Airbnb and get listing details. - [pab1it0/tripadvisor-mcp](https://github.com/pab1it0/tripadvisor-mcp) 📇 🐍 - A MCP server that enables LLMs to interact with Tripadvisor API, supporting location data, reviews, and photos through standardized MCP interfaces - [Pradumnasaraf/aviationstack-mcp](https://github.com/Pradumnasaraf/aviationstack-mcp) 🐍 ☁️ 🍎 🪟 🐧 - An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types. From 39cc5b20c185eb429a4e8e964ac7c027710b35ba Mon Sep 17 00:00:00 2001 From: piiiico Date: Fri, 22 May 2026 08:47:06 +0000 Subject: [PATCH 273/355] Add proof-of-commitment: supply chain risk scoring for npm, PyPI, Cargo, Go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..164274341 100644 --- a/README.md +++ b/README.md @@ -2179,6 +2179,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [Pentagonal-ai/pentagonal](https://github.com/Pentagonal-ai/pentagonal) [![Pentagonal-ai/pentagonal MCP server](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal/badges/score.svg)](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal) 📇 ☁️ - AI-powered smart contract security forge with 8-agent adversarial pen test. Generate, audit, fix, and compile contracts across 8 chains (Ethereum, Solana, Polygon, Base, Arbitrum, Optimism, BSC, Avalanche). Token intelligence with honeypot detection. x402 USDC payments for autonomous agents. - [panther-labs/mcp-panther](https://github.com/panther-labs/mcp-panther) 🎖️ 🐍 ☁️ 🍎 - MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts. +- [piiiico/proof-of-commitment](https://github.com/piiiico/proof-of-commitment) [![piiiico/proof-of-commitment MCP server](https://glama.ai/mcp/servers/piiiico/proof-of-commitment/badges/score.svg)](https://glama.ai/mcp/servers/piiiico/proof-of-commitment) 📇 ☁️ 🏠 🍎 🪟 🐧 - Supply chain risk scoring for npm, PyPI, Cargo, and Go packages. 9 tools for behavioral trust signals — publisher depth, release consistency, maintenance patterns. Both axios and node-ipc scored CRITICAL before they got attacked. Free CLI, CI gate, REST API. No API key required. - [pullkitsan/mobsf-mcp-server](https://github.com/pullkitsan/mobsf-mcp-server) 🦀 🏠 🍎 🪟 🐧 - A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application. - [qianniuspace/mcp-security-audit](https://github.com/qianniuspace/mcp-security-audit) 📇 ☁️ A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks. - [rafapra3008/cervellaswarm](https://github.com/rafapra3008/cervellaswarm/tree/main/packages/mcp-server) [![rafapra3008/cervellaswarm MCP server](https://glama.ai/mcp/servers/rafapra3008/cervellaswarm/badges/score.svg)](https://glama.ai/mcp/servers/rafapra3008/cervellaswarm) 🐍 🏠 🍎 🪟 🐧 - Verify AI agent communication protocols using session types. Formal specification with Lean 4 proofs, linter, formatter, and LSP. Catches deadlocks and role violations before deployment. From 1d0f2257803a8c87639a3087d154d93705e8976a Mon Sep 17 00:00:00 2001 From: Paris Date: Fri, 22 May 2026 11:39:19 +0200 Subject: [PATCH 274/355] Add parasxos/cpp26-adapter MCP under Developer Tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a58a33b32..09aa4b83b 100644 --- a/README.md +++ b/README.md @@ -1099,6 +1099,8 @@ Tools and integrations that enhance the development workflow and environment man - [hikmahtech/drwhome](https://github.com/hikmahtech/drwhome) [![hikmahtech/drwhome MCP server](https://glama.ai/mcp/servers/hikmahtech/drwhome/badges/score.svg)](https://glama.ai/mcp/servers/hikmahtech/drwhome) 📇 ☁️ – Remote MCP server at `https://drwho.me/mcp/mcp` with 10 developer utilities: base64 encode/decode, JWT decode (no verify), DNS lookup via Cloudflare DoH, UUID v4/v7, URL encode/decode, JSON format, User-Agent parse, IP lookup via ipinfo. Open access over streamable HTTP — point Claude Desktop at the URL. - [tooluse-labs/perfetto-mcp-rs](https://github.com/tooluse-labs/perfetto-mcp-rs) [![tooluse-labs/perfetto-mcp-rs MCP server](https://glama.ai/mcp/servers/tooluse-labs/perfetto-mcp-rs/badges/score.svg)](https://glama.ai/mcp/servers/tooluse-labs/perfetto-mcp-rs) 🦀 🏠 🍎 🪟 🐧 - MCP server for [Perfetto](https://perfetto.dev) trace analysis. Runs PerfettoSQL queries on `.perfetto-trace` / `.pftrace` files via auto-downloaded `trace_processor_shell`, with dedicated Chrome tools for page loads, scroll jank, main-thread hotspots, and stdlib module discovery. Cross-client tested on Claude Code and Codex. Available via `cargo install`, Homebrew tap, and curl install script. +- [parasxos/cpp26-adapter](https://github.com/parasxos/cpp26-adapter) 🐍 🏠 🍎 🪟 🐧 - C++26 paper reference MCP (`cpp26-ref`) backing a Claude Code plugin: `lookup_paper`, fuzzy `search`, `compiler_status` over a 216-paper ISO/IEC 14882:2026 corpus. The plugin's skill + reviewer subagent use these tools to bias Claude toward reflection, contracts, `std::execution` senders, `#embed`, expansion statements — even when the local compiler lags. 95% on a held 39-task eval gate. + ### 🔒 Delivery - [jordandalton/doordash-mcp-server](https://github.com/JordanDalton/DoorDash-MCP-Server) 🐍 – DoorDash Delivery (Unofficial) From 64d71a74aa992f7709cc04263f71966ef3938e47 Mon Sep 17 00:00:00 2001 From: Anil Ozsoy Date: Fri, 22 May 2026 14:22:48 +0200 Subject: [PATCH 275/355] feat: add Pingfyr MCP server to Communication section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..8272bb312 100644 --- a/README.md +++ b/README.md @@ -575,6 +575,7 @@ Integration with communication platforms for message management and channel oper - [overpod/mcp-telegram](https://github.com/overpod/mcp-telegram) [![mcp-telegram MCP server](https://glama.ai/mcp/servers/overpod/mcp-telegram/badges/score.svg)](https://glama.ai/mcp/servers/overpod/mcp-telegram) 📇 🏠 🍎 🪟 🐧 - Telegram MCP server via MTProto/GramJS — 20 tools for reading chats, searching messages, downloading media, managing contacts. QR code login, npx zero-install. Hosted version at mcp-telegram.com. - [OverQuotaAI/chatterboxio-mcp-server](https://github.com/OverQuotaAI/chatterboxio-mcp-server) 📇 ☁️ - MCP server implementation for ChatterBox.io, enabling AI agents to send bots to online meetings (Zoom, Google Meet) and obtain transcripts and recordings. - [PhononX/cv-mcp-server](https://github.com/PhononX/cv-mcp-server) 🎖️ 📇 🏠 ☁️ 🍎 🪟 🐧 - MCP Server that connects AI Agents to [Carbon Voice](https://getcarbon.app). Create, manage, and interact with voice messages, conversations, direct messages, folders, voice memos, AI actions and more in [Carbon Voice](https://getcarbon.app). +- [Pingfyr/mcp](https://github.com/Pingfyr/mcp) 🎖️ 📇 ☁️ - The scheduled delivery API for developers. Schedule reminders, notifications, and webhooks with one API call. - [platfone-com/mcp](https://github.com/platfone-com/mcp) [![platfone-com/mcp MCP server](https://glama.ai/mcp/servers/platfone-com/mcp/badges/score.svg)](https://glama.ai/mcp/servers/platfone-com/mcp) 📇 ☁️ 🏠 - Virtual phone number platform for AI agents — rent numbers across 200+ countries, receive SMS, and manage the full activation lifecycle. Supports stdio and HTTP transport. - [PostcardBot/mcp-server](https://github.com/PostcardBot/mcp-server) [![postcardbot-mcp-server MCP server](https://glama.ai/mcp/servers/PostcardBot/postcardbot-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/PostcardBot/postcardbot-mcp-server) 📇 ☁️ - Send real physical postcards worldwide via AI agents. Bulk send up to 500 recipients. Volume pricing from $0.72/card. - [PaSympa/discord-mcp](https://github.com/PaSympa/discord-mcp) [![PaSympa/discord-mcp MCP server](https://glama.ai/mcp/servers/PaSympa/discord-mcp/badges/score.svg)](https://glama.ai/mcp/servers/PaSympa/discord-mcp) 📇 🏠 🍎 🪟 🐧 - Lightweight multi-guild Discord MCP server with 60+ tools for messages, channels, roles, forums, webhooks, and moderation. From 022876ec030efe66d33d16024cbb7c421f21fa0f Mon Sep 17 00:00:00 2001 From: Anil Ozsoy Date: Fri, 22 May 2026 14:41:57 +0200 Subject: [PATCH 276/355] feat: add Glama badge to Pingfyr entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8272bb312..78fc84b81 100644 --- a/README.md +++ b/README.md @@ -575,7 +575,7 @@ Integration with communication platforms for message management and channel oper - [overpod/mcp-telegram](https://github.com/overpod/mcp-telegram) [![mcp-telegram MCP server](https://glama.ai/mcp/servers/overpod/mcp-telegram/badges/score.svg)](https://glama.ai/mcp/servers/overpod/mcp-telegram) 📇 🏠 🍎 🪟 🐧 - Telegram MCP server via MTProto/GramJS — 20 tools for reading chats, searching messages, downloading media, managing contacts. QR code login, npx zero-install. Hosted version at mcp-telegram.com. - [OverQuotaAI/chatterboxio-mcp-server](https://github.com/OverQuotaAI/chatterboxio-mcp-server) 📇 ☁️ - MCP server implementation for ChatterBox.io, enabling AI agents to send bots to online meetings (Zoom, Google Meet) and obtain transcripts and recordings. - [PhononX/cv-mcp-server](https://github.com/PhononX/cv-mcp-server) 🎖️ 📇 🏠 ☁️ 🍎 🪟 🐧 - MCP Server that connects AI Agents to [Carbon Voice](https://getcarbon.app). Create, manage, and interact with voice messages, conversations, direct messages, folders, voice memos, AI actions and more in [Carbon Voice](https://getcarbon.app). -- [Pingfyr/mcp](https://github.com/Pingfyr/mcp) 🎖️ 📇 ☁️ - The scheduled delivery API for developers. Schedule reminders, notifications, and webhooks with one API call. +- [Pingfyr/mcp](https://github.com/Pingfyr/mcp) [![Pingfyr/mcp MCP server](https://glama.ai/mcp/servers/Pingfyr/mcp/badges/score.svg)](https://glama.ai/mcp/servers/Pingfyr/mcp) 🎖️ 📇 ☁️ - The scheduled delivery API for developers. Schedule reminders, notifications, and webhooks with one API call. - [platfone-com/mcp](https://github.com/platfone-com/mcp) [![platfone-com/mcp MCP server](https://glama.ai/mcp/servers/platfone-com/mcp/badges/score.svg)](https://glama.ai/mcp/servers/platfone-com/mcp) 📇 ☁️ 🏠 - Virtual phone number platform for AI agents — rent numbers across 200+ countries, receive SMS, and manage the full activation lifecycle. Supports stdio and HTTP transport. - [PostcardBot/mcp-server](https://github.com/PostcardBot/mcp-server) [![postcardbot-mcp-server MCP server](https://glama.ai/mcp/servers/PostcardBot/postcardbot-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/PostcardBot/postcardbot-mcp-server) 📇 ☁️ - Send real physical postcards worldwide via AI agents. Bulk send up to 500 recipients. Volume pricing from $0.72/card. - [PaSympa/discord-mcp](https://github.com/PaSympa/discord-mcp) [![PaSympa/discord-mcp MCP server](https://glama.ai/mcp/servers/PaSympa/discord-mcp/badges/score.svg)](https://glama.ai/mcp/servers/PaSympa/discord-mcp) 📇 🏠 🍎 🪟 🐧 - Lightweight multi-guild Discord MCP server with 60+ tools for messages, channels, roles, forums, webhooks, and moderation. From 4c9afc361a6270d40add1e4a40c80825d7fe1d61 Mon Sep 17 00:00:00 2001 From: Paris Date: Fri, 22 May 2026 15:49:01 +0200 Subject: [PATCH 277/355] cpp26-adapter: add Glama badge per bot request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09aa4b83b..ba90c88ca 100644 --- a/README.md +++ b/README.md @@ -1099,7 +1099,7 @@ Tools and integrations that enhance the development workflow and environment man - [hikmahtech/drwhome](https://github.com/hikmahtech/drwhome) [![hikmahtech/drwhome MCP server](https://glama.ai/mcp/servers/hikmahtech/drwhome/badges/score.svg)](https://glama.ai/mcp/servers/hikmahtech/drwhome) 📇 ☁️ – Remote MCP server at `https://drwho.me/mcp/mcp` with 10 developer utilities: base64 encode/decode, JWT decode (no verify), DNS lookup via Cloudflare DoH, UUID v4/v7, URL encode/decode, JSON format, User-Agent parse, IP lookup via ipinfo. Open access over streamable HTTP — point Claude Desktop at the URL. - [tooluse-labs/perfetto-mcp-rs](https://github.com/tooluse-labs/perfetto-mcp-rs) [![tooluse-labs/perfetto-mcp-rs MCP server](https://glama.ai/mcp/servers/tooluse-labs/perfetto-mcp-rs/badges/score.svg)](https://glama.ai/mcp/servers/tooluse-labs/perfetto-mcp-rs) 🦀 🏠 🍎 🪟 🐧 - MCP server for [Perfetto](https://perfetto.dev) trace analysis. Runs PerfettoSQL queries on `.perfetto-trace` / `.pftrace` files via auto-downloaded `trace_processor_shell`, with dedicated Chrome tools for page loads, scroll jank, main-thread hotspots, and stdlib module discovery. Cross-client tested on Claude Code and Codex. Available via `cargo install`, Homebrew tap, and curl install script. -- [parasxos/cpp26-adapter](https://github.com/parasxos/cpp26-adapter) 🐍 🏠 🍎 🪟 🐧 - C++26 paper reference MCP (`cpp26-ref`) backing a Claude Code plugin: `lookup_paper`, fuzzy `search`, `compiler_status` over a 216-paper ISO/IEC 14882:2026 corpus. The plugin's skill + reviewer subagent use these tools to bias Claude toward reflection, contracts, `std::execution` senders, `#embed`, expansion statements — even when the local compiler lags. 95% on a held 39-task eval gate. +- [parasxos/cpp26-adapter](https://github.com/parasxos/cpp26-adapter) [![parasxos/cpp26-adapter MCP server](https://glama.ai/mcp/servers/parasxos/cpp26-adapter/badges/score.svg)](https://glama.ai/mcp/servers/parasxos/cpp26-adapter) 🐍 🏠 🍎 🪟 🐧 - C++26 paper reference MCP (`cpp26-ref`) backing a Claude Code plugin: `lookup_paper`, fuzzy `search`, `compiler_status` over a 216-paper ISO/IEC 14882:2026 corpus. The plugin's skill + reviewer subagent use these tools to bias Claude toward reflection, contracts, `std::execution` senders, `#embed`, expansion statements — even when the local compiler lags. 95% on a held 39-task eval gate. ### 🔒 Delivery From 66d4b8dde761674599b6e2139d3ea681506cea0e Mon Sep 17 00:00:00 2001 From: Gaoshan0971 Date: Sat, 23 May 2026 11:21:13 +0800 Subject: [PATCH 278/355] Add Digeguigui - Reptile knowledge MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..a5fbef283 100644 --- a/README.md +++ b/README.md @@ -2088,6 +2088,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [urlbox/urlbox-mcp-server](https://github.com/urlbox/urlbox-mcp-server/) - 📇 🏠 A reliable MCP server for generating and managing screenshots, PDFs, and videos, performing AI-powered screenshot analysis, and extracting web content (Markdown, metadata, and HTML) via the [Urlbox](https://urlbox.com) API. - [vectorize-io/vectorize-mcp-server](https://github.com/vectorize-io/vectorize-mcp-server/) ☁️ 📇 - [Vectorize](https://vectorize.io) MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking. - [vitorpavinato/ncbi-mcp-server](https://github.com/vitorpavinato/ncbi-mcp-server) 🐍 ☁️ 🏠 - Comprehensive NCBI/PubMed literature search server with advanced analytics, caching, MeSH integration, related articles discovery, and batch processing for all life sciences and biomedical research. +- [Gaoshan0971/digeguigui](https://github.com/Gaoshan0971/digeguigui) 🐢 🐍 ☁️ 🏠 - Global reptile & exotic pet knowledge base. 633 species, AI identification, genetics calculator, 12-dimension care, health diagnosis, pricing, and blockchain provenance. Free tier: 9 tools, 10 req/min. MCP: https://api.digeguigui.com/mcp - [robbyczgw-cla/web-search-plus-mcp](https://github.com/robbyczgw-cla/web-search-plus-mcp) [![web-search](https://glama.ai/mcp/servers/robbyczgw-cla/web-search-plus-mcp/badges/score.svg)](https://glama.ai/mcp/servers/robbyczgw-cla/web-search-plus-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Multi-provider web search with intelligent auto-routing (Serper, Tavily, Exa). Available via `uvx web-search-plus-mcp`. - [Vincentwei1021/agent-toolbox](https://github.com/Vincentwei1021/agent-toolbox) [![agent-toolbox MCP server](https://glama.ai/mcp/servers/@Vincentwei1021/agent-toolbox/badges/score.svg)](https://glama.ai/mcp/servers/@Vincentwei1021/agent-toolbox) 📇 ☁️ 🍎 🪟 🐧 - Production-ready MCP server providing 13 tools for AI agents: web search, content extraction, screenshots, weather, finance, email validation, translation, news, GeoIP, WHOIS, DNS, PDF extraction, and QR code generation. 1,000 free calls/month, no setup required. - [webscraping-ai/webscraping-ai-mcp-server](https://github.com/webscraping-ai/webscraping-ai-mcp-server) 🎖️ 📇 ☁️ - Interact with [WebScraping.ai](https://webscraping.ai) for web data extraction and scraping. From 06b62a34fc9aa70250f5c39ef8efc3d8f618b32a Mon Sep 17 00:00:00 2001 From: Nishant Date: Sat, 23 May 2026 14:23:42 +0530 Subject: [PATCH 279/355] feat: add Nishant-Chaudhary5338/mcp-toolkit to Developer Tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 9 MCP servers for React + TypeScript automation — component scaffolding, dep auditing, WCAG accessibility checking, test generation, TypeScript enforcement, and monorepo management. 134 Vitest tests, CI on Node 20+22. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..3a3a3c5c0 100644 --- a/README.md +++ b/README.md @@ -966,6 +966,7 @@ Tools and integrations that enhance the development workflow and environment man - [neilberkman/editorconfig_mcp](https://github.com/neilberkman/editorconfig_mcp) 📇 🏠 - Formats files using `.editorconfig` rules, acting as a proactive formatting gatekeeper to ensure AI-generated code adheres to project-specific formatting standards from the start. - [Neo1228/spring-boot-starter-swagger-mcp](https://github.com/Neo1228/spring-boot-starter-swagger-mcp) ☕ ☁️ 🏠 - Turn your Spring Boot application into an MCP server instantly by reusing existing Swagger/OpenAPI documentation. - [nikolai-vysotskyi/trace-mcp](https://github.com/nikolai-vysotskyi/trace-mcp) [![nikolai-vysotskyi/trace-mcp MCP server](https://glama.ai/mcp/servers/nikolai-vysotskyi/trace-mcp/badges/score.svg)](https://glama.ai/mcp/servers/nikolai-vysotskyi/trace-mcp) 📇 🏠 🍎 🪟 🐧 - Framework-aware code intelligence that indexes source code into a cross-language dependency graph. Understands framework semantics — routes, ORM relations, component rendering, DI trees — for navigation, impact analysis, call graphs, refactoring, security scanning, and cross-session memory. +- [Nishant-Chaudhary5338/mcp-toolkit](https://github.com/Nishant-Chaudhary5338/mcp-toolkit) 📇 🏠 🍎 🪟 🐧 - 9 MCP servers for React + TypeScript development automation — component scaffolding, dependency auditing, WCAG accessibility checking, test generation, TypeScript enforcement, and monorepo management. 134 tests, CI on Node 20+22. - [nk3750/jitapi](https://github.com/nk3750/jitapi) [![nk3750/jitapi MCP server](https://glama.ai/mcp/servers/nk3750/jitapi/badges/score.svg)](https://glama.ai/mcp/servers/nk3750/jitapi) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Dynamic API discovery and execution from OpenAPI specs. Uses semantic search and dependency graphs to find relevant endpoints across multiple registered APIs, plan multi-step workflows, and execute API calls — without dumping entire specs into context. - [Neverlow512/agent-droid-bridge](https://github.com/Neverlow512/agent-droid-bridge) [![Neverlow512/agent-droid-bridge MCP server](https://glama.ai/mcp/servers/Neverlow512/agent-droid-bridge/badges/score.svg)](https://glama.ai/mcp/servers/Neverlow512/agent-droid-bridge) 🐍 🏠 - MCP server giving AI agents programmatic control over Android devices and emulators via ADB. 11 tools covering UI inspection, screen interaction, ADB commands, and change detection. - [OctoMind-dev/octomind-mcp](https://github.com/OctoMind-dev/octomind-mcp) 📇 ☁️ - lets your preferred AI agent create & run fully managed [Octomind](https://www.octomind.dev/) end-to-end tests from your codebase or other data sources like Jira, Slack or TestRail. From 0ab4fef810764bbb31a3a684292a9ace795916aa Mon Sep 17 00:00:00 2001 From: Nishant Date: Sat, 23 May 2026 14:36:02 +0530 Subject: [PATCH 280/355] fix: add Glama score badge to mcp-toolkit entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a3a3c5c0..2835fbdbe 100644 --- a/README.md +++ b/README.md @@ -966,7 +966,7 @@ Tools and integrations that enhance the development workflow and environment man - [neilberkman/editorconfig_mcp](https://github.com/neilberkman/editorconfig_mcp) 📇 🏠 - Formats files using `.editorconfig` rules, acting as a proactive formatting gatekeeper to ensure AI-generated code adheres to project-specific formatting standards from the start. - [Neo1228/spring-boot-starter-swagger-mcp](https://github.com/Neo1228/spring-boot-starter-swagger-mcp) ☕ ☁️ 🏠 - Turn your Spring Boot application into an MCP server instantly by reusing existing Swagger/OpenAPI documentation. - [nikolai-vysotskyi/trace-mcp](https://github.com/nikolai-vysotskyi/trace-mcp) [![nikolai-vysotskyi/trace-mcp MCP server](https://glama.ai/mcp/servers/nikolai-vysotskyi/trace-mcp/badges/score.svg)](https://glama.ai/mcp/servers/nikolai-vysotskyi/trace-mcp) 📇 🏠 🍎 🪟 🐧 - Framework-aware code intelligence that indexes source code into a cross-language dependency graph. Understands framework semantics — routes, ORM relations, component rendering, DI trees — for navigation, impact analysis, call graphs, refactoring, security scanning, and cross-session memory. -- [Nishant-Chaudhary5338/mcp-toolkit](https://github.com/Nishant-Chaudhary5338/mcp-toolkit) 📇 🏠 🍎 🪟 🐧 - 9 MCP servers for React + TypeScript development automation — component scaffolding, dependency auditing, WCAG accessibility checking, test generation, TypeScript enforcement, and monorepo management. 134 tests, CI on Node 20+22. +- [Nishant-Chaudhary5338/mcp-toolkit](https://github.com/Nishant-Chaudhary5338/mcp-toolkit) [![Nishant-Chaudhary5338/mcp-toolkit MCP server](https://glama.ai/mcp/servers/Nishant-Chaudhary5338/mcp-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/Nishant-Chaudhary5338/mcp-toolkit) 📇 🏠 🍎 🪟 🐧 - 9 MCP servers for React + TypeScript development automation — component scaffolding, dependency auditing, WCAG accessibility checking, test generation, TypeScript enforcement, and monorepo management. 134 tests, CI on Node 20+22. - [nk3750/jitapi](https://github.com/nk3750/jitapi) [![nk3750/jitapi MCP server](https://glama.ai/mcp/servers/nk3750/jitapi/badges/score.svg)](https://glama.ai/mcp/servers/nk3750/jitapi) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Dynamic API discovery and execution from OpenAPI specs. Uses semantic search and dependency graphs to find relevant endpoints across multiple registered APIs, plan multi-step workflows, and execute API calls — without dumping entire specs into context. - [Neverlow512/agent-droid-bridge](https://github.com/Neverlow512/agent-droid-bridge) [![Neverlow512/agent-droid-bridge MCP server](https://glama.ai/mcp/servers/Neverlow512/agent-droid-bridge/badges/score.svg)](https://glama.ai/mcp/servers/Neverlow512/agent-droid-bridge) 🐍 🏠 - MCP server giving AI agents programmatic control over Android devices and emulators via ADB. 11 tools covering UI inspection, screen interaction, ADB commands, and change detection. - [OctoMind-dev/octomind-mcp](https://github.com/OctoMind-dev/octomind-mcp) 📇 ☁️ - lets your preferred AI agent create & run fully managed [Octomind](https://www.octomind.dev/) end-to-end tests from your codebase or other data sources like Jira, Slack or TestRail. From 4f5c4a3ea24391bbd743372ff9361c47ddc4ef3f Mon Sep 17 00:00:00 2001 From: Najem Wehbe Date: Sat, 23 May 2026 14:42:27 +0300 Subject: [PATCH 281/355] Add NAJEMWEHBE/unreal-ai-connection (Unreal Engine 5.7 MCP server) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..a53c3d5ce 100644 --- a/README.md +++ b/README.md @@ -1535,6 +1535,7 @@ Integration with gaming related data, game engines, and services - [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. - [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. - [opgginc/opgg-mcp](https://github.com/opgginc/opgg-mcp) 📇 ☁️ - Access real-time gaming data across popular titles like League of Legends, TFT, and Valorant, offering champion analytics, esports schedules, meta compositions, and character statistics. - [pab1ito/chess-mcp](https://github.com/pab1it0/chess-mcp) 🐍 ☁️ - Access Chess.com player data, game records, and other public information through standardized MCP interfaces, allowing AI assistants to search and analyze chess information. - [razz-games/razz-mcp](https://github.com/razz-games/razz-mcp) [![razz-games/razz-mcp MCP server](https://glama.ai/mcp/servers/razz-games/razz-mcp/badges/score.svg)](https://glama.ai/mcp/servers/razz-games/razz-mcp) 📇 ☁️ - Play provably fair dice, flip, crash, plinko, limbo, mines, tower & HexWar with real SOL wagering for any AI agent. [![razz-games/razz-mcp MCP server](https://glama.ai/mcp/servers/razz-games/razz-mcp/badges/card.svg)](https://glama.ai/mcp/servers/razz-games/razz-mcp) From 7f4c0d7db30c5cc37fa6621a22b17a3fe44dfd53 Mon Sep 17 00:00:00 2001 From: Gaoshan0971 Date: Sat, 23 May 2026 23:38:29 +0800 Subject: [PATCH 282/355] =?UTF-8?q?Fix=20emoji:=20replace=20=F0=9F=90=A2?= =?UTF-8?q?=20with=20=F0=9F=93=87=20(TypeScript)?= 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 a5fbef283..3ec40ed48 100644 --- a/README.md +++ b/README.md @@ -2088,7 +2088,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [urlbox/urlbox-mcp-server](https://github.com/urlbox/urlbox-mcp-server/) - 📇 🏠 A reliable MCP server for generating and managing screenshots, PDFs, and videos, performing AI-powered screenshot analysis, and extracting web content (Markdown, metadata, and HTML) via the [Urlbox](https://urlbox.com) API. - [vectorize-io/vectorize-mcp-server](https://github.com/vectorize-io/vectorize-mcp-server/) ☁️ 📇 - [Vectorize](https://vectorize.io) MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking. - [vitorpavinato/ncbi-mcp-server](https://github.com/vitorpavinato/ncbi-mcp-server) 🐍 ☁️ 🏠 - Comprehensive NCBI/PubMed literature search server with advanced analytics, caching, MeSH integration, related articles discovery, and batch processing for all life sciences and biomedical research. -- [Gaoshan0971/digeguigui](https://github.com/Gaoshan0971/digeguigui) 🐢 🐍 ☁️ 🏠 - Global reptile & exotic pet knowledge base. 633 species, AI identification, genetics calculator, 12-dimension care, health diagnosis, pricing, and blockchain provenance. Free tier: 9 tools, 10 req/min. MCP: https://api.digeguigui.com/mcp +- [Gaoshan0971/digeguigui](https://github.com/Gaoshan0971/digeguigui) 🐍 📇 ☁️ 🏠 - Global reptile & exotic pet knowledge base. 633 species, AI identification, genetics calculator, 12-dimension care, health diagnosis, pricing, and blockchain provenance. Free tier: 9 tools, 10 req/min. MCP: https://api.digeguigui.com/mcp - [robbyczgw-cla/web-search-plus-mcp](https://github.com/robbyczgw-cla/web-search-plus-mcp) [![web-search](https://glama.ai/mcp/servers/robbyczgw-cla/web-search-plus-mcp/badges/score.svg)](https://glama.ai/mcp/servers/robbyczgw-cla/web-search-plus-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Multi-provider web search with intelligent auto-routing (Serper, Tavily, Exa). Available via `uvx web-search-plus-mcp`. - [Vincentwei1021/agent-toolbox](https://github.com/Vincentwei1021/agent-toolbox) [![agent-toolbox MCP server](https://glama.ai/mcp/servers/@Vincentwei1021/agent-toolbox/badges/score.svg)](https://glama.ai/mcp/servers/@Vincentwei1021/agent-toolbox) 📇 ☁️ 🍎 🪟 🐧 - Production-ready MCP server providing 13 tools for AI agents: web search, content extraction, screenshots, weather, finance, email validation, translation, news, GeoIP, WHOIS, DNS, PDF extraction, and QR code generation. 1,000 free calls/month, no setup required. - [webscraping-ai/webscraping-ai-mcp-server](https://github.com/webscraping-ai/webscraping-ai-mcp-server) 🎖️ 📇 ☁️ - Interact with [WebScraping.ai](https://webscraping.ai) for web data extraction and scraping. From 7f77460d3c924f029ac541bce8091c296766deb2 Mon Sep 17 00:00:00 2001 From: Marco Arras Date: Sat, 23 May 2026 12:56:07 -0500 Subject: [PATCH 283/355] Add marras0914/agent-toolbelt with Glama score badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..614c3e8ee 100644 --- a/README.md +++ b/README.md @@ -569,6 +569,7 @@ Integration with communication platforms for message management and channel oper - [Leximo-AI/leximo-ai-call-assistant-mcp-server](https://github.com/Leximo-AI/leximo-ai-call-assistant-mcp-server) 📇 ☁️ - Make AI-powered phone calls on your behalf — book reservations, schedule appointments, and view call transcripts - [madbonez/caldav-mcp](https://github.com/madbonez/caldav-mcp) 🐍 ☁️ - Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV), Nextcloud, ownCloud, Apple iCloud, and others. Supports creating events with recurrence, categories, priority, attendees, reminders, searching events, and retrieving events by UID. - [marlinjai/email-mcp](https://github.com/marlinjai/email-mcp) 📇 ☁️ 🏠 - Unified MCP server for email across Gmail (REST API), Outlook (Microsoft Graph), iCloud, and generic IMAP/SMTP. 24 tools for search, send, organize, and batch-manage emails with built-in OAuth2 and encrypted credential storage. +- [marras0914/agent-toolbelt](https://github.com/marras0914/agent-toolbelt) [![marras0914/agent-toolbelt MCP server](https://glama.ai/mcp/servers/marras0914/agent-toolbelt/badges/score.svg)](https://glama.ai/mcp/servers/marras0914/agent-toolbelt) 📇 ☁️ - 20 focused API tools for AI agents: schema generation, text extraction, token counting, regex/cron building, prompt optimization, web summarization, document comparison, and more. TypeScript SDK + LangChain wrappers included. - [multimail-dev/mcp-server](https://github.com/multimail-dev/mcp-server) [![multi-mail MCP server](https://glama.ai/mcp/servers/@multimail-dev/multi-mail/badges/score.svg)](https://glama.ai/mcp/servers/@multimail-dev/multi-mail) 📇 ☁️ - Email for AI agents. Send and receive as markdown with configurable human oversight (monitor, gate, or fully autonomous). - [aeoess/mingle-mcp](https://github.com/aeoess/mingle-mcp) [![mingle-mcp MCP server](https://glama.ai/mcp/servers/aeoess/mingle-mcp/badges/score.svg)](https://glama.ai/mcp/servers/aeoess/mingle-mcp) 📇 ☁️ - Agent-to-agent networking. Your AI publishes what you need, matches with other people's agents, both humans approve before connecting. 6 tools, Ed25519 signed, shared network at api.aeoess.com. - [n24q02m/better-email-mcp](https://github.com/n24q02m/better-email-mcp) [![better-email-mcp MCP server](https://glama.ai/mcp/servers/@n24q02m/better-email-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@n24q02m/better-email-mcp) 📇 ☁️ 🍎 🪟 🐧 - IMAP/SMTP email MCP server with App Passwords (no OAuth2). Auto-discovers Gmail, Outlook, Yahoo, iCloud. 5 composite tools: search, read, send, reply, forward. Multi-account support. From ef1c67ce662f385c4757b6b7776d5b774d9911cf Mon Sep 17 00:00:00 2001 From: AIweather-Anurag Date: Sat, 23 May 2026 13:42:49 -0500 Subject: [PATCH 284/355] Add OTTASIA MCP server for cross-Asia streaming availability Adds OTTASIA under Search & Data Extraction. 30 Asian/MENA streaming markets, callable via Claude Desktop. npm: @ottasia/mcp-server. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a58a33b32..bab7be6aa 100644 --- a/README.md +++ b/README.md @@ -1954,7 +1954,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 - +- [AIweather-Anurag/ottasia](https://github.com/AIweather-Anurag/ottasia) 📇 ☁️ 🏠 - 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` - [mrslbt/rippr](https://github.com/mrslbt/rippr) [![mrslbt/rippr MCP server](https://glama.ai/mcp/servers/mrslbt/rippr/badges/score.svg)](https://glama.ai/mcp/servers/mrslbt/rippr) 📇 🏠 - YouTube transcript extraction for AI agents. Clean text, timestamps, or structured JSON from any video. No API keys required. Install via `npx rippr-mcp`. - [0xdaef0f/job-searchoor](https://github.com/0xDAEF0F/job-searchoor) 📇 🏠 - An MCP server for searching job listings with filters for date, keywords, remote work options, and more. - [hanselhansel/aeo-cli](https://github.com/hanselhansel/aeo-cli) 🐍 🏠 - Audit URLs for AI crawler readiness — checks robots.txt, llms.txt, JSON-LD schema, and content density with 0-100 AEO scoring. From 52a1048bbe7eecae7b44ccd59d552de22f82266f Mon Sep 17 00:00:00 2001 From: kosmin Date: Sat, 23 May 2026 22:21:08 +0300 Subject: [PATCH 285/355] Add querywise-mcp to Databases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..0fe073ed4 100644 --- a/README.md +++ b/README.md @@ -679,6 +679,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [jparkerweb/mcp-sqlite](https://github.com/jparkerweb/mcp-sqlite) 📇 🏠 - Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities. - [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server) 🐍 ☁️ - VikingDB integration with collection and index introduction, vector store and search capabilities. - [kiliczsh/mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server) 📇 🏠 - A Model Context Protocol Server for MongoDB +- [kosminus/querywise-mcp](https://github.com/kosminus/querywise-mcp) 🐍 🏠 - Query SQL databases (SQLite, PostgreSQL, BigQuery, Databricks) in natural language through a business semantic layer — glossary, metrics, and a data dictionary grounded against your real schema. - [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) 🐍 🏠 - DuckDB database integration with schema inspection and query capabilities - [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - BigQuery database integration with schema inspection and query capabilities - [memgraph/mcp-memgraph](https://github.com/memgraph/ai-toolkit/tree/main/integrations/mcp-memgraph) 🐍 🏠 - Memgraph MCP Server - includes a tool to run a query against Memgraph and a schema resource. From 8e1cd6a8e4529bba779200f9656a907dff459f58 Mon Sep 17 00:00:00 2001 From: AIweather-Anurag Date: Sat, 23 May 2026 15:12:42 -0500 Subject: [PATCH 286/355] Update README.md Update OTTASIA repo URL to dedicated public repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bab7be6aa..50bf5330e 100644 --- a/README.md +++ b/README.md @@ -1954,7 +1954,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 -- [AIweather-Anurag/ottasia](https://github.com/AIweather-Anurag/ottasia) 📇 ☁️ 🏠 - 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` +- [AIweather-Anurag/ottasia-mcp-server](https://github.com/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` - [mrslbt/rippr](https://github.com/mrslbt/rippr) [![mrslbt/rippr MCP server](https://glama.ai/mcp/servers/mrslbt/rippr/badges/score.svg)](https://glama.ai/mcp/servers/mrslbt/rippr) 📇 🏠 - YouTube transcript extraction for AI agents. Clean text, timestamps, or structured JSON from any video. No API keys required. Install via `npx rippr-mcp`. - [0xdaef0f/job-searchoor](https://github.com/0xDAEF0F/job-searchoor) 📇 🏠 - An MCP server for searching job listings with filters for date, keywords, remote work options, and more. - [hanselhansel/aeo-cli](https://github.com/hanselhansel/aeo-cli) 🐍 🏠 - Audit URLs for AI crawler readiness — checks robots.txt, llms.txt, JSON-LD schema, and content density with 0-100 AEO scoring. From 3749481e4e24beb524692bb03951907b1332a667 Mon Sep 17 00:00:00 2001 From: danielanderson Date: Sun, 24 May 2026 11:04:38 +1000 Subject: [PATCH 287/355] Add AspNetCoreDebuggerMcp to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..380091fe6 100644 --- a/README.md +++ b/README.md @@ -775,6 +775,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. Tools and integrations that enhance the development workflow and environment management. +- [magna-nz/aspnetcore-debugger-mcp](https://github.com/magna-nz/aspnetcore-debugger-mcp) #️⃣ 🏠 🍎🪟🐧 - MCP server for interactive .NET / ASP.NET Core debugging via netcoredbg. 26 tools: breakpoints (line, function, exception, data), stepping, thread inspection, exception autopsy, hang/deadlock analysis, and request tracing. - [marin1321/mcp-devtools](https://github.com/marin1321/mcp-devtools) [![marin1321/mcp-devtools MCP server](https://glama.ai/mcp/servers/marin1321/mcp-devtools/badges/score.svg)](https://glama.ai/mcp/servers/marin1321/mcp-devtools) 📇 🏠 🍎 🪟 🐧 - Production-grade MCP server for secure access to local dev environments (filesystem, databases, processes, OpenAPI). Includes scope enforcement, command allowlist, and read-only DB mode. - [EtienneChollet/ontomics](https://github.com/EtienneChollet/ontomics) [![EtienneChollet/ontomics MCP server](https://glama.ai/mcp/servers/EtienneChollet/ontomics/badges/score.svg)](https://glama.ai/mcp/servers/EtienneChollet/ontomics) 🦀 🏠 🍎 🐧 - Semantic code index that extracts domain concepts, naming conventions, and behavioral similarity from codebases. One tool call instead of 19, ~20x fewer tokens for codebase understanding queries. - [LWTlong/ai-dev-analytics](https://github.com/LWTlong/ai-dev-analytics) [![glama.ai](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics/badges/score.svg)](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics) 📇 🏠 - An open-source observability layer for AI coding. Silently tracks dev tokens/time and auto-codifies AI deviations into persistent project rules. From 5db8dd389683a7de172b356268cd5f852e67d54f Mon Sep 17 00:00:00 2001 From: rev2ret Date: Sun, 24 May 2026 08:01:19 +0300 Subject: [PATCH 288/355] docs: add SecureAudit-MCP to Security section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..7efa09c36 100644 --- a/README.md +++ b/README.md @@ -2184,6 +2184,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [rafapra3008/cervellaswarm](https://github.com/rafapra3008/cervellaswarm/tree/main/packages/mcp-server) [![rafapra3008/cervellaswarm MCP server](https://glama.ai/mcp/servers/rafapra3008/cervellaswarm/badges/score.svg)](https://glama.ai/mcp/servers/rafapra3008/cervellaswarm) 🐍 🏠 🍎 🪟 🐧 - Verify AI agent communication protocols using session types. Formal specification with Lean 4 proofs, linter, formatter, and LSP. Catches deadlocks and role violations before deployment. - [rad-security/mcp-server](https://github.com/rad-security/mcp-server) 📇 ☁️ - MCP server for RAD Security, providing AI-powered security insights for Kubernetes and cloud environments. This server provides tools for querying the Rad Security API and retrieving security findings, reports, runtime data and many more. - [radareorg/r2mcp](https://github.com/radareorg/radare2-mcp) 🍎🪟🐧🏠🌊 - MCP server for Radare2 disassembler. Provides AI with capability to disassemble and look into binaries for reverse engineering. +- [rev2ret/SecureAudit-MCP](https://github.com/rev2ret/SecureAudit-MCP) 📇 🏠 🍎 🪟 🐧 - Model Context Protocol (MCP) server for static C/C++ memory-safety scanning and compiled PE/ELF binary protections auditing (ASLR, DEP/NX, SafeSEH, PIE) with secure templates remediation. - [roadwy/cve-search_mcp](https://github.com/roadwy/cve-search_mcp) 🐍 🏠 - A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, browse vendor and product、get CVE per CVE-ID、get the last updated CVEs. - [safedep/vet](https://github.com/safedep/vet/blob/main/docs/mcp.md) 🎖️ 🏎️ ☁️ 🍎 🪟 🐧 - vet-mcp checks open source packages—like those suggested by AI coding tools—for vulnerabilities and malicious code. It supports npm and PyPI, and runs locally via Docker or as a standalone binary for fast, automated vetting. - [samvas-codes/dawshund_mcp](https://github.com/samvas-codes/dawshund_mcp) ☁️ 🏠 - An MCP server based on dAWShund to enumerate AWS IAM data, analyze effective permissions, and visualize access relationships across users, roles, and resources. Built for cloud security engineers who want fast, easy and effective insights into AWS identity risk. From 0effa030fff6259cd455f524e98bde29aff02651 Mon Sep 17 00:00:00 2001 From: rev2ret Date: Sun, 24 May 2026 08:05:40 +0300 Subject: [PATCH 289/355] docs: add Glama score badge to SecureAudit-MCP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7efa09c36..5ccac49ac 100644 --- a/README.md +++ b/README.md @@ -2184,7 +2184,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [rafapra3008/cervellaswarm](https://github.com/rafapra3008/cervellaswarm/tree/main/packages/mcp-server) [![rafapra3008/cervellaswarm MCP server](https://glama.ai/mcp/servers/rafapra3008/cervellaswarm/badges/score.svg)](https://glama.ai/mcp/servers/rafapra3008/cervellaswarm) 🐍 🏠 🍎 🪟 🐧 - Verify AI agent communication protocols using session types. Formal specification with Lean 4 proofs, linter, formatter, and LSP. Catches deadlocks and role violations before deployment. - [rad-security/mcp-server](https://github.com/rad-security/mcp-server) 📇 ☁️ - MCP server for RAD Security, providing AI-powered security insights for Kubernetes and cloud environments. This server provides tools for querying the Rad Security API and retrieving security findings, reports, runtime data and many more. - [radareorg/r2mcp](https://github.com/radareorg/radare2-mcp) 🍎🪟🐧🏠🌊 - MCP server for Radare2 disassembler. Provides AI with capability to disassemble and look into binaries for reverse engineering. -- [rev2ret/SecureAudit-MCP](https://github.com/rev2ret/SecureAudit-MCP) 📇 🏠 🍎 🪟 🐧 - Model Context Protocol (MCP) server for static C/C++ memory-safety scanning and compiled PE/ELF binary protections auditing (ASLR, DEP/NX, SafeSEH, PIE) with secure templates remediation. +- [rev2ret/SecureAudit-MCP](https://github.com/rev2ret/SecureAudit-MCP) [![rev2ret/SecureAudit-MCP MCP server](https://glama.ai/mcp/servers/rev2ret/SecureAudit-MCP/badges/score.svg)](https://glama.ai/mcp/servers/rev2ret/SecureAudit-MCP) 📇 🏠 🍎 🪟 🐧 - Model Context Protocol (MCP) server for static C/C++ memory-safety scanning and compiled PE/ELF binary protections auditing (ASLR, DEP/NX, SafeSEH, PIE) with secure templates remediation. - [roadwy/cve-search_mcp](https://github.com/roadwy/cve-search_mcp) 🐍 🏠 - A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, browse vendor and product、get CVE per CVE-ID、get the last updated CVEs. - [safedep/vet](https://github.com/safedep/vet/blob/main/docs/mcp.md) 🎖️ 🏎️ ☁️ 🍎 🪟 🐧 - vet-mcp checks open source packages—like those suggested by AI coding tools—for vulnerabilities and malicious code. It supports npm and PyPI, and runs locally via Docker or as a standalone binary for fast, automated vetting. - [samvas-codes/dawshund_mcp](https://github.com/samvas-codes/dawshund_mcp) ☁️ 🏠 - An MCP server based on dAWShund to enumerate AWS IAM data, analyze effective permissions, and visualize access relationships across users, roles, and resources. Built for cloud security engineers who want fast, easy and effective insights into AWS identity risk. From 2071face7008dcc6f94075f1029d1cbb8c075be4 Mon Sep 17 00:00:00 2001 From: Gaohar Imran Date: Sun, 24 May 2026 12:33:11 +0530 Subject: [PATCH 290/355] Add Cybersecurity-MCP-Server to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..1b07300cb 100644 --- a/README.md +++ b/README.md @@ -2112,6 +2112,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [arian-gogani/nobulex](https://github.com/arian-gogani/nobulex) [![nobulex-mcp-server MCP server](https://glama.ai/mcp/servers/arian-gogani/nobulex/badges/score.svg)](https://glama.ai/mcp/servers/arian-gogani/nobulex) 📇 🏠 🍎 🪟 🐧 - Proof-of-behavior enforcement for AI agents. Define behavioral covenant rules (permit/forbid/require), enforce at runtime before execution, get SHA-256 hash-chained tamper-evident audit logs, and verify compliance independently. Cross-agent verification handshake — no proof, no transaction. MIT licensed, 4,244 tests. - [agentward-ai/agentward](https://github.com/agentward-ai/agentward) [![agent-ward MCP server](https://glama.ai/mcp/servers/agentward-ai/agent-ward/badges/score.svg)](https://glama.ai/mcp/servers/agentward-ai/agent-ward) 🐍 🏠 🍎 🪟 🐧 - Permission control plane for AI agents. MCP proxy that enforces least-privilege YAML policies on every tool call, classifies sensitive data (PII/PHI), detects dangerous skill chains, and generates compliance audit trails. Supports stdio and HTTP proxy modes. - [agntor/mcp](https://github.com/agntor/mcp) 📇 ☁️ 🍎 🪟 🐧 - MCP audit server for agent discovery and certification. Provides trust and payment rail for AI agents including identity verification, escrow, settlement, and reputation management. +- - [gaoharimran29-glitch/Cybersecurity-MCP-Server](https://github.com/gaoharimran29-glitch/Cybersecurity-MCP-Server) 🐍 🏠 🪟 🍎 🐧 - Cybersecurity reconnaissance server for Claude. Six tools for domain intelligence: WHOIS lookup, DNS enumeration with subdomain brute-forcing, Nmap port scanning with service detection, SSL/TLS certificate inspection, and technology stack fingerprinting. Runs fully locally via FastMCP. - [vinaybhosle/agentstamp](https://github.com/vinaybhosle/agentstamp) [![vinaybhosle/agentstamp MCP server](https://glama.ai/mcp/servers/vinaybhosle/agentstamp/badges/score.svg)](https://glama.ai/mcp/servers/vinaybhosle/agentstamp) 📇 ☁️ - Trust intelligence for AI agents — identity stamps, reputation scoring (0-100), registry, forensic audit trails, and A2A passports via x402 micropayments. - [jimmyracheta/AI-Runtime-Guard](https://github.com/runtimeguard/runtime-guard)[![runtime-guard MCP server](https://glama.ai/mcp/servers/runtimeguard/runtime-guard/badges/score.svg)](https://glama.ai/mcp/servers/runtimeguard/runtime-guard)🐍 🏠🍎 🪟 - Runtime policy enforcement for AI agents - prevents accidental damage to your systems, unauthorized agent access and automates backup-before-write for any touched files. - [airblackbox/air-blackbox-mcp](https://github.com/airblackbox/air-blackbox-mcp) [![air-blackbox-mcp MCP server](https://glama.ai/mcp/servers/@airblackbox/air-blackbox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@airblackbox/air-blackbox-mcp) 🐍 🏠 🍎 🪟 🐧 - EU AI Act compliance scanner for Python AI agents. Scans, analyzes, and remediates LangChain/CrewAI/AutoGen/OpenAI code across 6 articles with 10 tools including prompt injection detection, risk classification, and trust layer integration. The only MCP compliance server that generates fix code, not just findings. From 2c09f0dc34ba178ac49efbca422395f42f017ceb Mon Sep 17 00:00:00 2001 From: Gaohar Imran Date: Sun, 24 May 2026 12:34:15 +0530 Subject: [PATCH 291/355] Update Cybersecurity-MCP-Server entry in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b07300cb..bf64106e6 100644 --- a/README.md +++ b/README.md @@ -2112,7 +2112,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [arian-gogani/nobulex](https://github.com/arian-gogani/nobulex) [![nobulex-mcp-server MCP server](https://glama.ai/mcp/servers/arian-gogani/nobulex/badges/score.svg)](https://glama.ai/mcp/servers/arian-gogani/nobulex) 📇 🏠 🍎 🪟 🐧 - Proof-of-behavior enforcement for AI agents. Define behavioral covenant rules (permit/forbid/require), enforce at runtime before execution, get SHA-256 hash-chained tamper-evident audit logs, and verify compliance independently. Cross-agent verification handshake — no proof, no transaction. MIT licensed, 4,244 tests. - [agentward-ai/agentward](https://github.com/agentward-ai/agentward) [![agent-ward MCP server](https://glama.ai/mcp/servers/agentward-ai/agent-ward/badges/score.svg)](https://glama.ai/mcp/servers/agentward-ai/agent-ward) 🐍 🏠 🍎 🪟 🐧 - Permission control plane for AI agents. MCP proxy that enforces least-privilege YAML policies on every tool call, classifies sensitive data (PII/PHI), detects dangerous skill chains, and generates compliance audit trails. Supports stdio and HTTP proxy modes. - [agntor/mcp](https://github.com/agntor/mcp) 📇 ☁️ 🍎 🪟 🐧 - MCP audit server for agent discovery and certification. Provides trust and payment rail for AI agents including identity verification, escrow, settlement, and reputation management. -- - [gaoharimran29-glitch/Cybersecurity-MCP-Server](https://github.com/gaoharimran29-glitch/Cybersecurity-MCP-Server) 🐍 🏠 🪟 🍎 🐧 - Cybersecurity reconnaissance server for Claude. Six tools for domain intelligence: WHOIS lookup, DNS enumeration with subdomain brute-forcing, Nmap port scanning with service detection, SSL/TLS certificate inspection, and technology stack fingerprinting. Runs fully locally via FastMCP. +- [gaoharimran29-glitch/Cybersecurity-MCP-Server](https://github.com/gaoharimran29-glitch/Cybersecurity-MCP-Server) 🐍 🏠 🪟 🍎 🐧 - Cybersecurity reconnaissance server for Claude. Six tools for domain intelligence: WHOIS lookup, DNS enumeration with subdomain brute-forcing, Nmap port scanning with service detection, SSL/TLS certificate inspection, and technology stack fingerprinting. Runs fully locally via FastMCP. - [vinaybhosle/agentstamp](https://github.com/vinaybhosle/agentstamp) [![vinaybhosle/agentstamp MCP server](https://glama.ai/mcp/servers/vinaybhosle/agentstamp/badges/score.svg)](https://glama.ai/mcp/servers/vinaybhosle/agentstamp) 📇 ☁️ - Trust intelligence for AI agents — identity stamps, reputation scoring (0-100), registry, forensic audit trails, and A2A passports via x402 micropayments. - [jimmyracheta/AI-Runtime-Guard](https://github.com/runtimeguard/runtime-guard)[![runtime-guard MCP server](https://glama.ai/mcp/servers/runtimeguard/runtime-guard/badges/score.svg)](https://glama.ai/mcp/servers/runtimeguard/runtime-guard)🐍 🏠🍎 🪟 - Runtime policy enforcement for AI agents - prevents accidental damage to your systems, unauthorized agent access and automates backup-before-write for any touched files. - [airblackbox/air-blackbox-mcp](https://github.com/airblackbox/air-blackbox-mcp) [![air-blackbox-mcp MCP server](https://glama.ai/mcp/servers/@airblackbox/air-blackbox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@airblackbox/air-blackbox-mcp) 🐍 🏠 🍎 🪟 🐧 - EU AI Act compliance scanner for Python AI agents. Scans, analyzes, and remediates LangChain/CrewAI/AutoGen/OpenAI code across 6 articles with 10 tools including prompt injection detection, risk classification, and trust layer integration. The only MCP compliance server that generates fix code, not just findings. From 07a7e763a34648b53d3c91c1f2adc187eec27832 Mon Sep 17 00:00:00 2001 From: eeiaao Date: Sun, 24 May 2026 14:51:48 +0700 Subject: [PATCH 292/355] Add flox-foundation/flox-mcp to Finance & Fintech FLOX is a C++23 trading systems framework. The flox-mcp package exposes ~30 tools so coding agents (Claude/Cursor/Cline) can run backtests, scaffold strategies, validate strategies for lookahead bias, place orders, and query PnL. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..2be8c25bf 100644 --- a/README.md +++ b/README.md @@ -1312,6 +1312,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [fernikolic/clawdentials](https://github.com/fernikolic/clawdentials) 📇 ☁️ - Trust layer for AI agent commerce — escrow-protected payments, verifiable reputation scores, and Nostr identity (NIP-05) for agents. Supports USDC, USDT, and BTC (Cashu). - [financialdatanet/mcp-server](https://github.com/financialdatanet/mcp-server) 🐍 🏠 🪟 🐧 - [FinancialData.Net](https://financialdata.net/) MCP server allows you to retrieve end-of-day and intraday stock market data, company financial statements, insider and institutional trading data, sustainability data, earnings releases, and much more. - [finmap-org/mcp-server](https://github.com/finmap-org/mcp-server) - [finmap.org](https://finmap.org/) MCP server provides comprehensive historical data from the US, UK, Russian and Turkish stock exchanges. Access sectors, tickers, company profiles, market cap, volume, value, and trade counts, as well as treemap and histogram visualizations. +- [flox-foundation/flox-mcp](https://github.com/FLOX-Foundation/flox/tree/main/mcp) 🐍 🏠 - MCP server for the FLOX trading systems framework. ~30 tools to run backtests, scaffold strategies, validate for lookahead bias, place orders, query PnL via Claude/Cursor. C++23 core with Python/Node/Codon/QuickJS strategy bindings. Same code from backtest to live (CcxtBroker or native connectors). Install: `pip install flox-mcp`. - [Fund-z/fundzwatch-mcp](https://github.com/Fund-z/fundzwatch-mcp) [![Fund-z/fundzwatch-mcp MCP server](https://glama.ai/mcp/servers/Fund-z/fundzwatch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Fund-z/fundzwatch-mcp) 📇 ☁️ - Real-time business event intelligence for AI agents. Funding rounds, acquisitions, executive hires, AI-scored leads, and market intelligence. - [getAlby/mcp](https://github.com/getAlby/mcp) 🎖️ 📇 ☁️ 🏠 - Connect any bitcoin lightning wallet to your agent to send and receive instant payments globally. - [getalby/nwc-mcp-server](https://github.com/getalby/nwc-mcp-server) 📇 🏠 - Bitcoin Lightning wallet integration powered by Nostr Wallet Connect From dfed10be15b7dc6154dc988f7d0e11e13b45754f Mon Sep 17 00:00:00 2001 From: HSH Intelligence <282200705+hshintelligence@users.noreply.github.com> Date: Sun, 24 May 2026 14:26:25 +0530 Subject: [PATCH 293/355] Add AgentScrape to Browser Automation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..5eb710f2b 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [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. - [getrupt/ashra-mcp](https://github.com/getrupt/ashra-mcp) 📇 🏠 - Extract structured data from any website. Just prompt and get JSON. - [hanzili/comet-mcp](https://github.com/hanzili/comet-mcp) 📇 🏠 🍎 - Connect to Perplexity Comet browser for agentic web browsing, deep research, and real-time task monitoring. +- [hshintelligence/agent-scrape](https://github.com/hshintelligence/agent-scrape) 📇 ☁️ - Pay-per-call web scraping for AI agents via x402 micropayments on Base. Six tools: scrape, extract structured data, screenshot, metadata, browser session, workflow. No signup, no API keys — just USDC. HTTP + MCP transports. - [LarryWalkerDEV/mcp-immostage](https://github.com/LarryWalkerDEV/mcp-immostage) 📇 ☁️ - AI virtual staging for real estate. Stage empty rooms, beautify floor plans into 3D renders, classify room images, generate property descriptions, and get style recommendations. - [LeonTing1010/tap](https://github.com/LeonTing1010/tap) [![LeonTing1010/tap MCP server](https://glama.ai/mcp/servers/LeonTing1010/tap/badges/score.svg)](https://glama.ai/mcp/servers/LeonTing1010/tap) 📇 🏠 🍎 🪟 🐧 - MCP server that compiles AI browser automation into deterministic `.tap.json` plans (25-op closed union, zero runtime LLM), runs on your logged-in Chrome, and detects drift via semantic fingerprint diff when sites change. 65+ open community taps on 40+ sites. - [markmircea/Selenix-MCP-Server](https://github.com/markmircea/Selenix-MCP-Server) [![markmircea/Selenix-MCP-Server MCP server](https://glama.ai/mcp/servers/markmircea/Selenix-MCP-Server/badges/score.svg)](https://glama.ai/mcp/servers/markmircea/Selenix-MCP-Server) 📇 🏠 🍎 🪟 🐧 - MCP server bridging Claude Desktop with Selenix for browser automation and testing. Create, run, debug, and manage browser tests through natural language. From bdad2c2f1857b3d6e853012f6ce5086e1a9eeaa4 Mon Sep 17 00:00:00 2001 From: Ayoola Date: Sun, 24 May 2026 14:10:36 +0100 Subject: [PATCH 294/355] Add bulkrender-mcp to Workplace & Productivity DOCX/PDF document generation from templates via MCP. Install: npx bulkrender-mcp Repo: https://github.com/ayo-nci/bulkrender-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..d5fbf990e 100644 --- a/README.md +++ b/README.md @@ -2373,6 +2373,7 @@ Interact with Git repositories and version control platforms. Enables repository - [benmonopoli/open-greenhouse-mcp](https://github.com/benmonopoli/open-greenhouse-mcp) [![benmonopoli/open-greenhouse-mcp MCP server](https://glama.ai/mcp/servers/benmonopoli/open-greenhouse-mcp/badges/score.svg)](https://glama.ai/mcp/servers/benmonopoli/open-greenhouse-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Production-ready MCP server for [Greenhouse](https://www.greenhouse.com) ATS with 175 tools for recruiting teams. Role-based profiles (full/recruiter/read-only), composite workflow tools for pipeline views, analytics, candidate search, and bulk operations. - [bobbyrgoldsmith/quarterback](https://github.com/bobbyrgoldsmith/quarterback) 🐍 🏠 🍎 🐧 - Strategic task prioritization and agent orchestration for multi-project operators. 22 MCP tools with 5-factor scoring engine, advisory document analysis, agent dispatch with autonomy levels, HMAC webhooks, time-aware planning, and CI/CD integration. Standalone CLI + MCP server. - [bug-breeder/quip-mcp](https://github.com/bug-breeder/quip-mcp) 📇 ☁️ 🍎 🪟 🐧 - A Model Context Protocol (MCP) server providing AI assistants with comprehensive Quip document access and management. Enables document lifecycle management, smart search, comment management, and secure token-based authentication for both Quip.com and enterprise instances. +- [ayo-nci/bulkrender-mcp](https://github.com/ayo-nci/bulkrender-mcp) 📇 ☁️ - Generate DOCX and PDF documents from reusable templates at scale. Upload a DOCX template once, call `generate_document` or `generate_batch` with JSON data, and receive a signed download link. Walk-in `acp_*` tools let agents pay per-session via Stripe with no account required. `npx bulkrender-mcp` - [can4hou6joeng4/boss-agent-cli](https://github.com/can4hou6joeng4/boss-agent-cli) [![can4hou6joeng4/boss-agent-cli MCP server](https://glama.ai/mcp/servers/can4hou6joeng4/boss-agent-cli/badges/score.svg)](https://glama.ai/mcp/servers/can4hou6joeng4/boss-agent-cli) 🐍 🏠 🍎 🪟 🐧 - BOSS Zhipin recruitment workflow for AI agents. 49 MCP tools for job search, welfare filtering, recruiter messaging, pipeline tracking, and resume optimization. - [ByAxe/keynote-mcp](https://github.com/ByAxe/keynote-mcp) [![ByAxe/keynote-mcp MCP server](https://glama.ai/mcp/servers/ByAxe/keynote-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ByAxe/keynote-mcp) 🐍 🏠 🍎 - MCP server for full control of Apple Keynote through AppleScript automation. Create, edit, and export presentations via natural language with 30+ tools covering slides, content, layout, and Unsplash image integration. Ships with a Claude Skill for design patterns and font workarounds. - [conorbronsdon/gws-mcp-server](https://github.com/conorbronsdon/gws-mcp-server) [![gws-mcp-server MCP server](https://glama.ai/mcp/servers/@conorbronsdon/gws-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@conorbronsdon/gws-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - Google Workspace MCP server exposing 23 curated tools for Drive, Sheets, Calendar, Docs, and Gmail via the gws CLI. From 4ccfa062ba7a29311a3ae8f4c6a3f2248106760a Mon Sep 17 00:00:00 2001 From: P4ST4S Date: Sun, 24 May 2026 16:05:58 +0200 Subject: [PATCH 295/355] =?UTF-8?q?Add=20mcp-audit=20=E2=80=94=20transpare?= =?UTF-8?q?nt=20Go=20audit=20proxy=20for=20MCP=20tool=20calls?= 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 a58a33b32..50eed898e 100644 --- a/README.md +++ b/README.md @@ -2178,6 +2178,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [Pentagonal-ai/pentagonal](https://github.com/Pentagonal-ai/pentagonal) [![Pentagonal-ai/pentagonal MCP server](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal/badges/score.svg)](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal) 📇 ☁️ - AI-powered smart contract security forge with 8-agent adversarial pen test. Generate, audit, fix, and compile contracts across 8 chains (Ethereum, Solana, Polygon, Base, Arbitrum, Optimism, BSC, Avalanche). Token intelligence with honeypot detection. x402 USDC payments for autonomous agents. +- [P4ST4S/mcp-audit](https://github.com/P4ST4S/mcp-audit) - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. - [panther-labs/mcp-panther](https://github.com/panther-labs/mcp-panther) 🎖️ 🐍 ☁️ 🍎 - MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts. - [pullkitsan/mobsf-mcp-server](https://github.com/pullkitsan/mobsf-mcp-server) 🦀 🏠 🍎 🪟 🐧 - A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application. - [qianniuspace/mcp-security-audit](https://github.com/qianniuspace/mcp-security-audit) 📇 ☁️ A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks. From d728ab4918ffe8a415399c39d314f8f2bf912389 Mon Sep 17 00:00:00 2001 From: P4ST4S Date: Sun, 24 May 2026 16:09:14 +0200 Subject: [PATCH 296/355] Update mcp-audit entry in README.md to include icons for better visibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50eed898e..50c13003b 100644 --- a/README.md +++ b/README.md @@ -2178,7 +2178,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [Pentagonal-ai/pentagonal](https://github.com/Pentagonal-ai/pentagonal) [![Pentagonal-ai/pentagonal MCP server](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal/badges/score.svg)](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal) 📇 ☁️ - AI-powered smart contract security forge with 8-agent adversarial pen test. Generate, audit, fix, and compile contracts across 8 chains (Ethereum, Solana, Polygon, Base, Arbitrum, Optimism, BSC, Avalanche). Token intelligence with honeypot detection. x402 USDC payments for autonomous agents. -- [P4ST4S/mcp-audit](https://github.com/P4ST4S/mcp-audit) - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. +- [P4ST4S/mcp-audit](https://github.com/P4ST4S/mcp-audit) 🏎️ 🏠 - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. - [panther-labs/mcp-panther](https://github.com/panther-labs/mcp-panther) 🎖️ 🐍 ☁️ 🍎 - MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts. - [pullkitsan/mobsf-mcp-server](https://github.com/pullkitsan/mobsf-mcp-server) 🦀 🏠 🍎 🪟 🐧 - A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application. - [qianniuspace/mcp-security-audit](https://github.com/qianniuspace/mcp-security-audit) 📇 ☁️ A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks. From 1732ea2e2706805d86c12bcf7729ff6c70cb9cee Mon Sep 17 00:00:00 2001 From: P4ST4S Date: Sun, 24 May 2026 16:09:45 +0200 Subject: [PATCH 297/355] Update mcp-audit entry in README.md to include badge for visibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50c13003b..1667e6d9c 100644 --- a/README.md +++ b/README.md @@ -2178,7 +2178,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [Pentagonal-ai/pentagonal](https://github.com/Pentagonal-ai/pentagonal) [![Pentagonal-ai/pentagonal MCP server](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal/badges/score.svg)](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal) 📇 ☁️ - AI-powered smart contract security forge with 8-agent adversarial pen test. Generate, audit, fix, and compile contracts across 8 chains (Ethereum, Solana, Polygon, Base, Arbitrum, Optimism, BSC, Avalanche). Token intelligence with honeypot detection. x402 USDC payments for autonomous agents. -- [P4ST4S/mcp-audit](https://github.com/P4ST4S/mcp-audit) 🏎️ 🏠 - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. +- [mcp-audit](https://github.com/P4ST4S/mcp-audit) 🏎️🏠 - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. [![P4ST4S/mcp-audit MCP server](https://glama.ai/mcp/servers/P4ST4S/mcp-audit/badges/score.svg)](https://glama.ai/mcp/servers/P4ST4S/mcp-audit) - [panther-labs/mcp-panther](https://github.com/panther-labs/mcp-panther) 🎖️ 🐍 ☁️ 🍎 - MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts. - [pullkitsan/mobsf-mcp-server](https://github.com/pullkitsan/mobsf-mcp-server) 🦀 🏠 🍎 🪟 🐧 - A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application. - [qianniuspace/mcp-security-audit](https://github.com/qianniuspace/mcp-security-audit) 📇 ☁️ A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks. From 487f85916d9d78ec5a843bd69da97385813f9a3f Mon Sep 17 00:00:00 2001 From: P4ST4S Date: Sun, 24 May 2026 16:10:50 +0200 Subject: [PATCH 298/355] Fix formatting of mcp-audit entry in README.md for consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1667e6d9c..159849b57 100644 --- a/README.md +++ b/README.md @@ -2178,7 +2178,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [Pentagonal-ai/pentagonal](https://github.com/Pentagonal-ai/pentagonal) [![Pentagonal-ai/pentagonal MCP server](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal/badges/score.svg)](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal) 📇 ☁️ - AI-powered smart contract security forge with 8-agent adversarial pen test. Generate, audit, fix, and compile contracts across 8 chains (Ethereum, Solana, Polygon, Base, Arbitrum, Optimism, BSC, Avalanche). Token intelligence with honeypot detection. x402 USDC payments for autonomous agents. -- [mcp-audit](https://github.com/P4ST4S/mcp-audit) 🏎️🏠 - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. [![P4ST4S/mcp-audit MCP server](https://glama.ai/mcp/servers/P4ST4S/mcp-audit/badges/score.svg)](https://glama.ai/mcp/servers/P4ST4S/mcp-audit) +- [P4ST4S/mcp-audit](https://github.com/P4ST4S/mcp-audit) 🏎️🏠 - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. [![P4ST4S/mcp-audit MCP server](https://glama.ai/mcp/servers/P4ST4S/mcp-audit/badges/score.svg)](https://glama.ai/mcp/servers/P4ST4S/mcp-audit) - [panther-labs/mcp-panther](https://github.com/panther-labs/mcp-panther) 🎖️ 🐍 ☁️ 🍎 - MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts. - [pullkitsan/mobsf-mcp-server](https://github.com/pullkitsan/mobsf-mcp-server) 🦀 🏠 🍎 🪟 🐧 - A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application. - [qianniuspace/mcp-security-audit](https://github.com/qianniuspace/mcp-security-audit) 📇 ☁️ A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks. From eff386b9191d6ab545faea5c7960c167e500a00e Mon Sep 17 00:00:00 2001 From: Andrei Sirbu Date: Sun, 24 May 2026 21:40:36 +0300 Subject: [PATCH 299/355] Add MCPSpend to Monitoring section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..dd2c2dc2a 100644 --- a/README.md +++ b/README.md @@ -1849,6 +1849,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [metrxbots/mcp-server](https://github.com/metrxbots/mcp-server) [![metrx-mcp-server MCP server](https://glama.ai/mcp/servers/metrxbots/metrx-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/metrxbots/metrx-mcp-server) 🏠 ☁️ - AI agent cost intelligence — track spend across providers, optimize model selection, manage budgets with enforcement, detect cost leaks, and prove ROI. 23 tools across 10 domains. - [Turbo-Puffin/measure-mcp-server](https://github.com/Turbo-Puffin/measure-mcp-server) [![measure-mcp-server MCP server](https://glama.ai/mcp/servers/@Turbo-Puffin/measure-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@Turbo-Puffin/measure-mcp-server) ☁️ - Privacy-first web analytics with native MCP server. Query pageviews, referrers, trends, and AI-generated insights for your sites. - [MindscapeHQ/server-raygun](https://github.com/MindscapeHQ/mcp-server-raygun) 📇 ☁️ - Raygun API V3 integration for crash reporting and real user monitoring +- [andreisirbu91-lab/MCPSpend](https://github.com/andreisirbu91-lab/MCPSpend) 📇 ☁️ 🍎 🪟 🐧 - Real-time cost observability for MCP tool calls. Transparent proxy auto-detects every MCP client (Claude Desktop, Cursor, Windsurf, VS Code, Claude Code, Zed, Continue.dev, Cline, Goose) and attributes spend per tool, per project, per end-customer. `npx @mcpspend/proxy add` install. Free tier 25K calls/month, no card. MIT proxy on npm. EU-hosted, GDPR-ready. - [mpeirone/zabbix-mcp-server](https://github.com/mpeirone/zabbix-mcp-server) 🐍 ☁️ 🐧 🪟 🍎 - Zabbix integration for hosts, items, triggers, templates, problems, data and more. - [netdata/netdata#Netdata](https://github.com/netdata/netdata/blob/master/src/web/mcp/README.md) 🎖️ 🏠 ☁️ 📟 🍎 🪟 🐧 - Discovery, exploration, reporting and root cause analysis using all observability data, including metrics, logs, systems, containers, processes, and network connections - [Oluwatunmise-olat/mcp-server-logs-sieve](https://github.com/Oluwatunmise-olat/mcp-server-logs-sieve) [![mcp-server-logs-sieve MCP server](https://glama.ai/mcp/servers/Oluwatunmise-olat/mcp-server-logs-sieve/badges/score.svg)](https://glama.ai/mcp/servers/Oluwatunmise-olat/mcp-server-logs-sieve) 📇 ☁️ 🏠 🍎 🪟 🐧 - Query, summarize, and trace logs in plain English across GCP Cloud Logging, AWS CloudWatch, Azure Log Analytics, Grafana Loki, and Elasticsearch From 59e4852a539bd6b3d65bcba690885ffee6edc260 Mon Sep 17 00:00:00 2001 From: hypeprinter007-stack Date: Sun, 24 May 2026 17:14:45 -0500 Subject: [PATCH 300/355] Add signalfuse-mcp under Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..4b6f92ab7 100644 --- a/README.md +++ b/README.md @@ -1325,6 +1325,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [Helm-Protocol/openttt-mcp](https://github.com/Helm-Protocol/openttt-mcp) [![openttt-mcp MCP server](https://glama.ai/mcp/servers/Helm-Protocol/openttt-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Helm-Protocol/openttt-mcp) 📇 ☁️ - Proof-of-Time temporal attestation for AI agents. 4 HTTPS sources, 54K+ proofs. Claude Desktop compatible. - [heurist-network/heurist-mesh-mcp-server](https://github.com/heurist-network/heurist-mesh-mcp-server) 🎖️ ⛅️ 🏠 🐍 - Access specialized web3 AI agents for blockchain analysis, smart contract security auditing, token metrics evaluation, and on-chain interactions through the Heurist Mesh network. Provides comprehensive tools for DeFi analysis, NFT valuation, and transaction monitoring across multiple blockchains - [hive-intel/hive-crypto-mcp](https://github.com/hive-intel/hive-crypto-mcp) 📇 ☁️ 🏠 - Hive Intelligence: Ultimate cryptocurrency MCP for AI assistants with unified access to crypto, DeFi, and Web3 analytics +- [hypeprinter007-stack/signalfuse-mcp](https://github.com/hypeprinter007-stack/signalfuse-mcp) 📇 ☁️ - 11 tools for AI trading agents: fused crypto signals (10 assets), sentiment, macro regime, live strategy arena (4 strategies × 4 assets), fused web search (Brave + Tavily), and sandboxed code execution (E2B). Pay-per-call USDC on Base via x402. Free browser playground at [signalfuse.co/play](https://signalfuse.co/play) — 25 calls/day, no wallet. `npx -y signalfuse-mcp` - [hypurrquant/perp-cli](https://github.com/hypurrquant/perp-cli) [![perp-cli MCP server](https://glama.ai/mcp/servers/hypurrquant/perp-cli/badges/score.svg)](https://glama.ai/mcp/servers/hypurrquant/perp-cli) 📇 ☁️ 🏠 🍎 🪟 🐧 - Multi-DEX perpetual futures trading MCP server for Pacifica (Solana), Hyperliquid (HyperEVM), and Lighter (Ethereum). 18 tools for market data, trade execution with dry-run safety, funding rate arbitrage scanning, portfolio analytics, and cross-exchange comparison. - [sentien-labs/verdictswarm-mcp](https://github.com/sentien-labs/verdictswarm-mcp) [![sentien-labs/verdictswarm-mcp MCP server](https://glama.ai/mcp/servers/sentien-labs/verdictswarm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sentien-labs/verdictswarm-mcp) 📇 🏠 - Multi-AI crypto token scanner. 6 AI agents independently analyze and debate token risk on Solana, Base, and Ethereum. Detects rug pulls, honeypots, holder concentration, and wash trading through adversarial consensus. - [hoqqun/stooq-mcp](https://github.com/hoqqun/stooq-mcp) 🦀 ☁️ - Fetch real-time stock prices from Stooq without API keys. Supports global markets (US, Japan, UK, Germany). From 9c3549f2b6a44222db8d6a58754ddde6def2755c Mon Sep 17 00:00:00 2001 From: hypeprinter007-stack Date: Sun, 24 May 2026 17:25:26 -0500 Subject: [PATCH 301/355] Add Glama score badge to signalfuse-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b6f92ab7..219db23cd 100644 --- a/README.md +++ b/README.md @@ -1325,7 +1325,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [Helm-Protocol/openttt-mcp](https://github.com/Helm-Protocol/openttt-mcp) [![openttt-mcp MCP server](https://glama.ai/mcp/servers/Helm-Protocol/openttt-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Helm-Protocol/openttt-mcp) 📇 ☁️ - Proof-of-Time temporal attestation for AI agents. 4 HTTPS sources, 54K+ proofs. Claude Desktop compatible. - [heurist-network/heurist-mesh-mcp-server](https://github.com/heurist-network/heurist-mesh-mcp-server) 🎖️ ⛅️ 🏠 🐍 - Access specialized web3 AI agents for blockchain analysis, smart contract security auditing, token metrics evaluation, and on-chain interactions through the Heurist Mesh network. Provides comprehensive tools for DeFi analysis, NFT valuation, and transaction monitoring across multiple blockchains - [hive-intel/hive-crypto-mcp](https://github.com/hive-intel/hive-crypto-mcp) 📇 ☁️ 🏠 - Hive Intelligence: Ultimate cryptocurrency MCP for AI assistants with unified access to crypto, DeFi, and Web3 analytics -- [hypeprinter007-stack/signalfuse-mcp](https://github.com/hypeprinter007-stack/signalfuse-mcp) 📇 ☁️ - 11 tools for AI trading agents: fused crypto signals (10 assets), sentiment, macro regime, live strategy arena (4 strategies × 4 assets), fused web search (Brave + Tavily), and sandboxed code execution (E2B). Pay-per-call USDC on Base via x402. Free browser playground at [signalfuse.co/play](https://signalfuse.co/play) — 25 calls/day, no wallet. `npx -y signalfuse-mcp` +- [hypeprinter007-stack/signalfuse-mcp](https://github.com/hypeprinter007-stack/signalfuse-mcp) [![hypeprinter007-stack/signalfuse-mcp MCP server](https://glama.ai/mcp/servers/hypeprinter007-stack/signalfuse-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hypeprinter007-stack/signalfuse-mcp) 📇 ☁️ - 11 tools for AI trading agents: fused crypto signals (10 assets), sentiment, macro regime, live strategy arena (4 strategies × 4 assets), fused web search (Brave + Tavily), and sandboxed code execution (E2B). Pay-per-call USDC on Base via x402. Free browser playground at [signalfuse.co/play](https://signalfuse.co/play) — 25 calls/day, no wallet. `npx -y signalfuse-mcp` - [hypurrquant/perp-cli](https://github.com/hypurrquant/perp-cli) [![perp-cli MCP server](https://glama.ai/mcp/servers/hypurrquant/perp-cli/badges/score.svg)](https://glama.ai/mcp/servers/hypurrquant/perp-cli) 📇 ☁️ 🏠 🍎 🪟 🐧 - Multi-DEX perpetual futures trading MCP server for Pacifica (Solana), Hyperliquid (HyperEVM), and Lighter (Ethereum). 18 tools for market data, trade execution with dry-run safety, funding rate arbitrage scanning, portfolio analytics, and cross-exchange comparison. - [sentien-labs/verdictswarm-mcp](https://github.com/sentien-labs/verdictswarm-mcp) [![sentien-labs/verdictswarm-mcp MCP server](https://glama.ai/mcp/servers/sentien-labs/verdictswarm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sentien-labs/verdictswarm-mcp) 📇 🏠 - Multi-AI crypto token scanner. 6 AI agents independently analyze and debate token risk on Solana, Base, and Ethereum. Detects rug pulls, honeypots, holder concentration, and wash trading through adversarial consensus. - [hoqqun/stooq-mcp](https://github.com/hoqqun/stooq-mcp) 🦀 ☁️ - Fetch real-time stock prices from Stooq without API keys. Supports global markets (US, Japan, UK, Germany). From 17db31688fab899696ae93773dcdfd6570250caa Mon Sep 17 00:00:00 2001 From: "protostatis.dev" Date: Sun, 24 May 2026 21:23:31 -0500 Subject: [PATCH 302/355] Add unbrowser MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..bb09ccfef 100644 --- a/README.md +++ b/README.md @@ -337,6 +337,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [Pantheon-Security/chrome-mcp-secure](https://github.com/Pantheon-Security/chrome-mcp-secure) 📇 🏠 🍎 🪟 🐧 - Security-hardened Chrome automation with post-quantum encryption (ML-KEM-768 + ChaCha20-Poly1305), secure credential vault, memory scrubbing, and audit logging. 22 tools for browser automation and secure logins. - [PhungXuanAnh/selenium-mcp-server](https://github.com/PhungXuanAnh/selenium-mcp-server) 🐍 🏠 🍎 🪟 🐧 - A Model Context Protocol server providing web automation capabilities through Selenium WebDriver - [pskill9/web-search](https://github.com/pskill9/web-search) 📇 🏠 - An MCP server that enables free web searching using Google search results, with no API keys required. +- [protostatis/unbrowser](https://github.com/protostatis/unbrowser) 🦀 🏠 🍎 🪟 🐧 - Lightweight browser MCP server for LLM agents. Runs JavaScript, follows links, fills forms, manages cookies, and returns low-token BlockMaps from a single native binary without Chrome. - [KuvopLLC/purroxy2](https://github.com/KuvopLLC/purroxy2) [![purroxy MCP server](https://glama.ai/mcp/servers/KuvopLLC/purroxy2/badges/score.svg)](https://glama.ai/mcp/servers/KuvopLLC/purroxy2) 📇 🏠 🍎 🪟 🐧 - Record what you do on any website and securely automate it forever. Replays browser actions in headless Playwright with encrypted credentials and AI-powered selector healing. - [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 From 1da1f0d0c32bbbad9356499c8638a87404100476 Mon Sep 17 00:00:00 2001 From: GBLIN Date: Mon, 25 May 2026 16:30:43 +0200 Subject: [PATCH 303/355] =?UTF-8?q?Add=20gblinproject/GBLIN-MCP=20?= =?UTF-8?q?=E2=80=94=20Treasury=20management=20for=20AI=20agents=20on=20Ba?= =?UTF-8?q?se?= 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 a58a33b32..b4789ace4 100644 --- a/README.md +++ b/README.md @@ -1313,6 +1313,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [financialdatanet/mcp-server](https://github.com/financialdatanet/mcp-server) 🐍 🏠 🪟 🐧 - [FinancialData.Net](https://financialdata.net/) MCP server allows you to retrieve end-of-day and intraday stock market data, company financial statements, insider and institutional trading data, sustainability data, earnings releases, and much more. - [finmap-org/mcp-server](https://github.com/finmap-org/mcp-server) - [finmap.org](https://finmap.org/) MCP server provides comprehensive historical data from the US, UK, Russian and Turkish stock exchanges. Access sectors, tickers, company profiles, market cap, volume, value, and trade counts, as well as treemap and histogram visualizations. - [Fund-z/fundzwatch-mcp](https://github.com/Fund-z/fundzwatch-mcp) [![Fund-z/fundzwatch-mcp MCP server](https://glama.ai/mcp/servers/Fund-z/fundzwatch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Fund-z/fundzwatch-mcp) 📇 ☁️ - Real-time business event intelligence for AI agents. Funding rounds, acquisitions, executive hires, AI-scored leads, and market intelligence. +- [gblinproject/GBLIN-MCP](https://github.com/gblinproject/GBLIN-MCP) 📇 ☁️ - Treasury standard for AI agents on Base mainnet. Park idle USDC in a cbBTC/WETH index with Crash Shield protection, JIT-swap to USDC for x402 invoice payments. - [getAlby/mcp](https://github.com/getAlby/mcp) 🎖️ 📇 ☁️ 🏠 - Connect any bitcoin lightning wallet to your agent to send and receive instant payments globally. - [getalby/nwc-mcp-server](https://github.com/getalby/nwc-mcp-server) 📇 🏠 - Bitcoin Lightning wallet integration powered by Nostr Wallet Connect - [GeiserX/cashpilot-mcp](https://github.com/GeiserX/cashpilot-mcp) [![GeiserX/cashpilot-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/cashpilot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/cashpilot-mcp) 🏎️ ☁️ 🍎 🪟 🐧 - Go-based MCP server for CashPilot bandwidth-sharing dashboards. Monitor passive income, DePIN earnings, and container status across multiple sharing services. Docker image available. From 9e7dfb7fb9da18726e96a17eab806a0f7716e7bd Mon Sep 17 00:00:00 2001 From: Senthil Ramasamy Date: Mon, 25 May 2026 14:37:30 +0000 Subject: [PATCH 304/355] Add lihtness/gnomon-mcp under Data Science Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..c065c00e1 100644 --- a/README.md +++ b/README.md @@ -1129,6 +1129,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [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. - [leap-laboratories/discovery-engine](https://github.com/leap-laboratories/discovery-engine) [![leap-laboratories/discovery-engine MCP server](https://glama.ai/mcp/servers/leap-laboratories/discovery-engine/badges/score.svg)](https://glama.ai/mcp/servers/leap-laboratories/discovery-engine) 🐍 ☁️ - Superhuman exploratory data analysis that finds the feature interactions and subgroup effects that LLMs and manual exploration miss — with p-values, effect sizes, and literature citations. Data goes in, validated insights come out. Free for public data. +- [lihtness/gnomon-mcp](https://github.com/lihtness/gnomon-mcp) 🐍 🏠 🍎 🪟 🐧 - Deterministic batch tools so LLM agents stop next-token-guessing dates and math. Rich `now()` snapshot (18 fields), `calendar(ops)` batch dispatcher (diff/until/since/add/weekday/business_days, natural-language parsing), `calc(expressions)` Python eval with math+stats pre-loaded, and Pint-based unit conversion. One wiring for dates + math + units. Listed in the official MCP Server Registry. `uvx gnomon-mcp`. - [mckinsey/vizro-mcp](https://github.com/mckinsey/vizro/tree/main/vizro-mcp) 🎖️ 🐍 🏠 - Tools and templates to create validated and maintainable data charts and dashboards. - [optuna/optuna-mcp](https://github.com/optuna/optuna-mcp) 🎖️ 🐍 🏠 🐧 🍎 - Official MCP server enabling seamless orchestration of hyperparameter search and other optimization tasks with [Optuna](https://optuna.org/). - [Whatsonyourmind/oraclaw](https://github.com/Whatsonyourmind/oraclaw) [![Whatsonyourmind/oraclaw MCP server](https://glama.ai/mcp/servers/Whatsonyourmind/oraclaw/badges/score.svg)](https://glama.ai/mcp/servers/Whatsonyourmind/oraclaw) 📇 ☁️ 🏠 🍎 🪟 🐧 - Decision intelligence MCP server with 19 algorithms (bandits, Monte Carlo, constraint optimization, forecasting, anomaly detection, risk analysis, graph algorithms), 12 MCP tools. Install via `npx -y @oraclaw/mcp-server`. From e6b33a106b899634b9810ba7d5396ac498776b08 Mon Sep 17 00:00:00 2001 From: P4ST4S Date: Mon, 25 May 2026 16:50:19 +0200 Subject: [PATCH 305/355] Fix formatting of mcp-audit entry in README.md for consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 159849b57..5c662a9b3 100644 --- a/README.md +++ b/README.md @@ -2178,7 +2178,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [Pentagonal-ai/pentagonal](https://github.com/Pentagonal-ai/pentagonal) [![Pentagonal-ai/pentagonal MCP server](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal/badges/score.svg)](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal) 📇 ☁️ - AI-powered smart contract security forge with 8-agent adversarial pen test. Generate, audit, fix, and compile contracts across 8 chains (Ethereum, Solana, Polygon, Base, Arbitrum, Optimism, BSC, Avalanche). Token intelligence with honeypot detection. x402 USDC payments for autonomous agents. -- [P4ST4S/mcp-audit](https://github.com/P4ST4S/mcp-audit) 🏎️🏠 - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. [![P4ST4S/mcp-audit MCP server](https://glama.ai/mcp/servers/P4ST4S/mcp-audit/badges/score.svg)](https://glama.ai/mcp/servers/P4ST4S/mcp-audit) +- [P4ST4S/mcp-audit](https://github.com/P4ST4S/mcp-audit) [![P4ST4S/mcp-audit MCP server](https://glama.ai/mcp/servers/P4ST4S/mcp-audit/badges/score.svg)](https://glama.ai/mcp/servers/P4ST4S/mcp-audit) 🏎️🏠 - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. - [panther-labs/mcp-panther](https://github.com/panther-labs/mcp-panther) 🎖️ 🐍 ☁️ 🍎 - MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts. - [pullkitsan/mobsf-mcp-server](https://github.com/pullkitsan/mobsf-mcp-server) 🦀 🏠 🍎 🪟 🐧 - A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application. - [qianniuspace/mcp-security-audit](https://github.com/qianniuspace/mcp-security-audit) 📇 ☁️ A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks. From ab4fd9bad4dc650c71e0307fe1b393d5ea2c59ce Mon Sep 17 00:00:00 2001 From: AutomateLab Date: Mon, 25 May 2026 17:15:04 +0100 Subject: [PATCH 306/355] Add AutomateLab-tech/citation-intelligence to Search & Data Extraction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..73073e038 100644 --- a/README.md +++ b/README.md @@ -1969,6 +1969,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [angheljf/nyt](https://github.com/angheljf/nyt) 📇 ☁️ - Search articles using the NYTimes API - [apify/mcp-server-rag-web-browser](https://github.com/apify/mcp-server-rag-web-browser) 📇 ☁️ - An MCP server for Apify's open-source RAG Web Browser Actor to perform web searches, scrape URLs, and return content in Markdown. - [atlasprzetargow/mcp-server](https://github.com/atlasprzetargow/mcp-server) [![atlasprzetargow/mcp-server MCP server](https://glama.ai/mcp/servers/atlasprzetargow/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/atlasprzetargow/mcp-server) 📇 ☁️ - Search 800 000+ Polish public tenders (BZP + TED). Profiles of procuring entities and contractors by NIP, market statistics by CPV/province, 90+ term procurement glossary. +- [AutomateLab-tech/citation-intelligence](https://github.com/AutomateLab-tech/citation-intelligence) 📇 🏠 - What LLMs cite, for agents. Check which URLs Perplexity, Claude, ChatGPT, Gemini, Bing, and Google AI Overviews cite for any query. Self-hosted, BYO API key. Install via `npx @automatelab/citation-intelligence`. - [Khamel83/argus](https://github.com/Khamel83/argus) [![Khamel83/argus MCP server](https://glama.ai/mcp/servers/Khamel83/argus/badges/score.svg)](https://glama.ai/mcp/servers/Khamel83/argus) 🐍 🏠 - Multi-provider search broker with automatic fallback, RRF ranking, content extraction, and budget enforcement. - [idapixl/idapixl-web-research-mcp](https://github.com/idapixl/idapixl-web-research-mcp) [![idapixl-web-research-mcp MCP server](https://glama.ai/mcp/servers/idapixl-web-research-mcp/badges/score.svg)](https://glama.ai/mcp/servers/idapixl-web-research-mcp) 📇 ☁️ - Pay-per-use web research for AI agents on Apify. Search (Brave + DuckDuckGo), fetch pages to clean markdown, and multi-step research with relevance scoring and key fact extraction. - [Bigsy/Clojars-MCP-Server](https://github.com/Bigsy/Clojars-MCP-Server) 📇 ☁️ - Clojars MCP Server for upto date dependency information of Clojure libraries From f2d40ab427058acf9ca2d791b472afea43edb99f Mon Sep 17 00:00:00 2001 From: Andrei Sirbu Date: Mon, 25 May 2026 20:37:12 +0300 Subject: [PATCH 307/355] Add Glama score badge per missing-glama check --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd2c2dc2a..f34516582 100644 --- a/README.md +++ b/README.md @@ -1849,7 +1849,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [metrxbots/mcp-server](https://github.com/metrxbots/mcp-server) [![metrx-mcp-server MCP server](https://glama.ai/mcp/servers/metrxbots/metrx-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/metrxbots/metrx-mcp-server) 🏠 ☁️ - AI agent cost intelligence — track spend across providers, optimize model selection, manage budgets with enforcement, detect cost leaks, and prove ROI. 23 tools across 10 domains. - [Turbo-Puffin/measure-mcp-server](https://github.com/Turbo-Puffin/measure-mcp-server) [![measure-mcp-server MCP server](https://glama.ai/mcp/servers/@Turbo-Puffin/measure-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@Turbo-Puffin/measure-mcp-server) ☁️ - Privacy-first web analytics with native MCP server. Query pageviews, referrers, trends, and AI-generated insights for your sites. - [MindscapeHQ/server-raygun](https://github.com/MindscapeHQ/mcp-server-raygun) 📇 ☁️ - Raygun API V3 integration for crash reporting and real user monitoring -- [andreisirbu91-lab/MCPSpend](https://github.com/andreisirbu91-lab/MCPSpend) 📇 ☁️ 🍎 🪟 🐧 - Real-time cost observability for MCP tool calls. Transparent proxy auto-detects every MCP client (Claude Desktop, Cursor, Windsurf, VS Code, Claude Code, Zed, Continue.dev, Cline, Goose) and attributes spend per tool, per project, per end-customer. `npx @mcpspend/proxy add` install. Free tier 25K calls/month, no card. MIT proxy on npm. EU-hosted, GDPR-ready. +- [andreisirbu91-lab/MCPSpend](https://github.com/andreisirbu91-lab/MCPSpend) [![MCPSpend MCP server](https://glama.ai/mcp/servers/andreisirbu91-lab/MCPSpend/badges/score.svg)](https://glama.ai/mcp/servers/andreisirbu91-lab/MCPSpend) 📇 ☁️ 🍎 🪟 🐧 - Real-time cost observability for MCP tool calls. Transparent proxy auto-detects every MCP client (Claude Desktop, Cursor, Windsurf, VS Code, Claude Code, Zed, Continue.dev, Cline, Goose) and attributes spend per tool, per project, per end-customer. `npx @mcpspend/proxy add` install. Free tier 25K calls/month, no card. MIT proxy on npm. EU-hosted, GDPR-ready. - [mpeirone/zabbix-mcp-server](https://github.com/mpeirone/zabbix-mcp-server) 🐍 ☁️ 🐧 🪟 🍎 - Zabbix integration for hosts, items, triggers, templates, problems, data and more. - [netdata/netdata#Netdata](https://github.com/netdata/netdata/blob/master/src/web/mcp/README.md) 🎖️ 🏠 ☁️ 📟 🍎 🪟 🐧 - Discovery, exploration, reporting and root cause analysis using all observability data, including metrics, logs, systems, containers, processes, and network connections - [Oluwatunmise-olat/mcp-server-logs-sieve](https://github.com/Oluwatunmise-olat/mcp-server-logs-sieve) [![mcp-server-logs-sieve MCP server](https://glama.ai/mcp/servers/Oluwatunmise-olat/mcp-server-logs-sieve/badges/score.svg)](https://glama.ai/mcp/servers/Oluwatunmise-olat/mcp-server-logs-sieve) 📇 ☁️ 🏠 🍎 🪟 🐧 - Query, summarize, and trace logs in plain English across GCP Cloud Logging, AWS CloudWatch, Azure Log Analytics, Grafana Loki, and Elasticsearch From 8c97f419c781610517d2f5bf073c7ab29beb13a9 Mon Sep 17 00:00:00 2001 From: eeiaao Date: Tue, 26 May 2026 00:56:51 +0700 Subject: [PATCH 308/355] Add Glama score badge to flox-foundation/flox-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2be8c25bf..96ce67e8b 100644 --- a/README.md +++ b/README.md @@ -1312,7 +1312,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [fernikolic/clawdentials](https://github.com/fernikolic/clawdentials) 📇 ☁️ - Trust layer for AI agent commerce — escrow-protected payments, verifiable reputation scores, and Nostr identity (NIP-05) for agents. Supports USDC, USDT, and BTC (Cashu). - [financialdatanet/mcp-server](https://github.com/financialdatanet/mcp-server) 🐍 🏠 🪟 🐧 - [FinancialData.Net](https://financialdata.net/) MCP server allows you to retrieve end-of-day and intraday stock market data, company financial statements, insider and institutional trading data, sustainability data, earnings releases, and much more. - [finmap-org/mcp-server](https://github.com/finmap-org/mcp-server) - [finmap.org](https://finmap.org/) MCP server provides comprehensive historical data from the US, UK, Russian and Turkish stock exchanges. Access sectors, tickers, company profiles, market cap, volume, value, and trade counts, as well as treemap and histogram visualizations. -- [flox-foundation/flox-mcp](https://github.com/FLOX-Foundation/flox/tree/main/mcp) 🐍 🏠 - MCP server for the FLOX trading systems framework. ~30 tools to run backtests, scaffold strategies, validate for lookahead bias, place orders, query PnL via Claude/Cursor. C++23 core with Python/Node/Codon/QuickJS strategy bindings. Same code from backtest to live (CcxtBroker or native connectors). Install: `pip install flox-mcp`. +- [flox-foundation/flox-mcp](https://github.com/FLOX-Foundation/flox/tree/main/mcp) [![flox MCP server](https://glama.ai/mcp/servers/FLOX-Foundation/flox/badges/score.svg)](https://glama.ai/mcp/servers/FLOX-Foundation/flox) 🐍 🏠 - MCP server for the FLOX trading systems framework. ~30 tools to run backtests, scaffold strategies, validate for lookahead bias, place orders, query PnL via Claude/Cursor. C++23 core with Python/Node/Codon/QuickJS strategy bindings. Same code from backtest to live (CcxtBroker or native connectors). Install: `pip install flox-mcp`. - [Fund-z/fundzwatch-mcp](https://github.com/Fund-z/fundzwatch-mcp) [![Fund-z/fundzwatch-mcp MCP server](https://glama.ai/mcp/servers/Fund-z/fundzwatch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Fund-z/fundzwatch-mcp) 📇 ☁️ - Real-time business event intelligence for AI agents. Funding rounds, acquisitions, executive hires, AI-scored leads, and market intelligence. - [getAlby/mcp](https://github.com/getAlby/mcp) 🎖️ 📇 ☁️ 🏠 - Connect any bitcoin lightning wallet to your agent to send and receive instant payments globally. - [getalby/nwc-mcp-server](https://github.com/getalby/nwc-mcp-server) 📇 🏠 - Bitcoin Lightning wallet integration powered by Nostr Wallet Connect From 47d3549a4f8f0af6f75382206183530969f8c2ae Mon Sep 17 00:00:00 2001 From: Artyom Rabzonov Date: Mon, 25 May 2026 19:05:34 +0100 Subject: [PATCH 309/355] search-and-data-extraction: add Glama score badge to citation-intelligence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73073e038..a263f3b0d 100644 --- a/README.md +++ b/README.md @@ -1969,7 +1969,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [angheljf/nyt](https://github.com/angheljf/nyt) 📇 ☁️ - Search articles using the NYTimes API - [apify/mcp-server-rag-web-browser](https://github.com/apify/mcp-server-rag-web-browser) 📇 ☁️ - An MCP server for Apify's open-source RAG Web Browser Actor to perform web searches, scrape URLs, and return content in Markdown. - [atlasprzetargow/mcp-server](https://github.com/atlasprzetargow/mcp-server) [![atlasprzetargow/mcp-server MCP server](https://glama.ai/mcp/servers/atlasprzetargow/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/atlasprzetargow/mcp-server) 📇 ☁️ - Search 800 000+ Polish public tenders (BZP + TED). Profiles of procuring entities and contractors by NIP, market statistics by CPV/province, 90+ term procurement glossary. -- [AutomateLab-tech/citation-intelligence](https://github.com/AutomateLab-tech/citation-intelligence) 📇 🏠 - What LLMs cite, for agents. Check which URLs Perplexity, Claude, ChatGPT, Gemini, Bing, and Google AI Overviews cite for any query. Self-hosted, BYO API key. Install via `npx @automatelab/citation-intelligence`. +- [AutomateLab-tech/citation-intelligence](https://github.com/AutomateLab-tech/citation-intelligence) [![AutomateLab-tech/citation-intelligence MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/citation-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/citation-intelligence) 📇 🏠 - What LLMs cite, for agents. Check which URLs Perplexity, Claude, ChatGPT, Gemini, Bing, and Google AI Overviews cite for any query. Self-hosted, BYO API key. Install via `npx @automatelab/citation-intelligence`. - [Khamel83/argus](https://github.com/Khamel83/argus) [![Khamel83/argus MCP server](https://glama.ai/mcp/servers/Khamel83/argus/badges/score.svg)](https://glama.ai/mcp/servers/Khamel83/argus) 🐍 🏠 - Multi-provider search broker with automatic fallback, RRF ranking, content extraction, and budget enforcement. - [idapixl/idapixl-web-research-mcp](https://github.com/idapixl/idapixl-web-research-mcp) [![idapixl-web-research-mcp MCP server](https://glama.ai/mcp/servers/idapixl-web-research-mcp/badges/score.svg)](https://glama.ai/mcp/servers/idapixl-web-research-mcp) 📇 ☁️ - Pay-per-use web research for AI agents on Apify. Search (Brave + DuckDuckGo), fetch pages to clean markdown, and multi-step research with relevance scoring and key fact extraction. - [Bigsy/Clojars-MCP-Server](https://github.com/Bigsy/Clojars-MCP-Server) 📇 ☁️ - Clojars MCP Server for upto date dependency information of Clojure libraries From 3d3539b5d4917957b251f84181e5eedfecac3aac Mon Sep 17 00:00:00 2001 From: GBLIN Date: Mon, 25 May 2026 21:19:11 +0200 Subject: [PATCH 310/355] fix: add Glama badge to GBLIN-MCP entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4789ace4..aec0c2373 100644 --- a/README.md +++ b/README.md @@ -1313,7 +1313,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [financialdatanet/mcp-server](https://github.com/financialdatanet/mcp-server) 🐍 🏠 🪟 🐧 - [FinancialData.Net](https://financialdata.net/) MCP server allows you to retrieve end-of-day and intraday stock market data, company financial statements, insider and institutional trading data, sustainability data, earnings releases, and much more. - [finmap-org/mcp-server](https://github.com/finmap-org/mcp-server) - [finmap.org](https://finmap.org/) MCP server provides comprehensive historical data from the US, UK, Russian and Turkish stock exchanges. Access sectors, tickers, company profiles, market cap, volume, value, and trade counts, as well as treemap and histogram visualizations. - [Fund-z/fundzwatch-mcp](https://github.com/Fund-z/fundzwatch-mcp) [![Fund-z/fundzwatch-mcp MCP server](https://glama.ai/mcp/servers/Fund-z/fundzwatch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Fund-z/fundzwatch-mcp) 📇 ☁️ - Real-time business event intelligence for AI agents. Funding rounds, acquisitions, executive hires, AI-scored leads, and market intelligence. -- [gblinproject/GBLIN-MCP](https://github.com/gblinproject/GBLIN-MCP) 📇 ☁️ - Treasury standard for AI agents on Base mainnet. Park idle USDC in a cbBTC/WETH index with Crash Shield protection, JIT-swap to USDC for x402 invoice payments. +- [gblinproject/GBLIN-MCP](https://github.com/gblinproject/GBLIN-MCP) [![gblinproject/GBLIN-MCP MCP server](https://glama.ai/mcp/servers/gblinproject/GBLIN-MCP/badges/score.svg)](https://glama.ai/mcp/servers/gblinproject/GBLIN-MCP) 📇 ☁️ - Treasury standard for AI agents on Base mainnet. Park idle USDC in a cbBTC/WETH index with Crash Shield protection, JIT-swap to USDC for x402 invoice payments. - [getAlby/mcp](https://github.com/getAlby/mcp) 🎖️ 📇 ☁️ 🏠 - Connect any bitcoin lightning wallet to your agent to send and receive instant payments globally. - [getalby/nwc-mcp-server](https://github.com/getalby/nwc-mcp-server) 📇 🏠 - Bitcoin Lightning wallet integration powered by Nostr Wallet Connect - [GeiserX/cashpilot-mcp](https://github.com/GeiserX/cashpilot-mcp) [![GeiserX/cashpilot-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/cashpilot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/cashpilot-mcp) 🏎️ ☁️ 🍎 🪟 🐧 - Go-based MCP server for CashPilot bandwidth-sharing dashboards. Monitor passive income, DePIN earnings, and container status across multiple sharing services. Docker image available. From c2d996775ea62c03be8724e65c7a400f3129acbb Mon Sep 17 00:00:00 2001 From: "protostatis.dev" Date: Mon, 25 May 2026 15:01:31 -0500 Subject: [PATCH 311/355] Add Glama badge for unbrowser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb09ccfef..12f860177 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [Pantheon-Security/chrome-mcp-secure](https://github.com/Pantheon-Security/chrome-mcp-secure) 📇 🏠 🍎 🪟 🐧 - Security-hardened Chrome automation with post-quantum encryption (ML-KEM-768 + ChaCha20-Poly1305), secure credential vault, memory scrubbing, and audit logging. 22 tools for browser automation and secure logins. - [PhungXuanAnh/selenium-mcp-server](https://github.com/PhungXuanAnh/selenium-mcp-server) 🐍 🏠 🍎 🪟 🐧 - A Model Context Protocol server providing web automation capabilities through Selenium WebDriver - [pskill9/web-search](https://github.com/pskill9/web-search) 📇 🏠 - An MCP server that enables free web searching using Google search results, with no API keys required. -- [protostatis/unbrowser](https://github.com/protostatis/unbrowser) 🦀 🏠 🍎 🪟 🐧 - Lightweight browser MCP server for LLM agents. Runs JavaScript, follows links, fills forms, manages cookies, and returns low-token BlockMaps from a single native binary without Chrome. +- [protostatis/unbrowser](https://github.com/protostatis/unbrowser) [![protostatis/unbrowser MCP server](https://glama.ai/mcp/servers/protostatis/unbrowser/badges/score.svg)](https://glama.ai/mcp/servers/protostatis/unbrowser) 🦀 🏠 🍎 🪟 🐧 - Lightweight browser MCP server for LLM agents. Runs JavaScript, follows links, fills forms, manages cookies, and returns low-token BlockMaps from a single native binary without Chrome. - [KuvopLLC/purroxy2](https://github.com/KuvopLLC/purroxy2) [![purroxy MCP server](https://glama.ai/mcp/servers/KuvopLLC/purroxy2/badges/score.svg)](https://glama.ai/mcp/servers/KuvopLLC/purroxy2) 📇 🏠 🍎 🪟 🐧 - Record what you do on any website and securely automate it forever. Replays browser actions in headless Playwright with encrypted credentials and AI-powered selector healing. - [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 From 613e2eb34928c911a2c1b25088474510e2cde38b Mon Sep 17 00:00:00 2001 From: HeinrichNebula Date: Mon, 25 May 2026 22:02:51 +0200 Subject: [PATCH 312/355] feat(cachly): update to 84 tools, add Cline/Zed, refresh description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07814a6e8..cbbc9bf97 100644 --- a/README.md +++ b/README.md @@ -1471,7 +1471,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [cameronrye/openzim-mcp](https://github.com/cameronrye/openzim-mcp) 🐍 🏠 - Modern, secure MCP server for accessing ZIM format knowledge bases offline. Enables AI models to search and navigate Wikipedia, educational content, and other compressed knowledge archives with smart retrieval, caching, and comprehensive API. -- [cachly-dev/cachly-mcp](https://github.com/cachly-dev/cachly-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Persistent AI memory brain + semantic cache for Claude Code, Cursor, Copilot, and Windsurf. `session_start()` briefs your AI on last session, lessons, and open failures in one call. Team Brain, semantic search, 51 tools, Team Telepathy, Ambient Git Learning, Memory Crystals, and managed Valkey/Redis instances included. `npx @cachly-dev/init` — free tier, no credit card. [Website](https://cachly.dev) [![cachly-dev/cachly-mcp MCP server](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp) +- [cachly-dev/cachly-mcp](https://github.com/cachly-dev/cachly-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Persistent AI memory brain for Claude Code, Cursor, Copilot, Windsurf, Cline & Zed. `session_start()` briefs your AI on last session, lessons, and open tasks in one call. 84 tools — Team Brain, semantic BM25+ search, Team Telepathy, Ambient Git Learning, Memory Crystals, Analytics, and managed Valkey/Redis. `npx @cachly-dev/init` — free tier, no credit card. [Website](https://cachly.dev) [![cachly-dev/cachly-mcp MCP server](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp) - [cdeust/Cortex](https://github.com/cdeust/Cortex) [![badge](https://glama.ai/mcp/servers/cdeust/Cortex/badge)](https://glama.ai/mcp/servers/cdeust/Cortex) 🐍 🏠 🍎 - Persistent memory for Claude Code grounded in computational neuroscience (41 cited papers). Thermodynamic decay, hippocampal-cortical consolidation, predictive-coding write gate, WRRF retrieval. PostgreSQL + pgvector, 33 MCP tools, 7 lifecycle hooks. Benchmarked 97.8% R@10 on LongMemEval. `claude plugin marketplace add cdeust/Cortex` - [celiums/celiums-memory](https://github.com/terrizoaguimor/celiums-memory) [![celiums-memory MCP server](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory/badges/score.svg)](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory) 📇 🏠 ☁️ 🍎 🪟 🐧 - Cognitive memory engine with 5,100+ knowledge modules, circadian rhythm awareness, and emotional state tracking (PAD model). Hybrid search (PostgreSQL + Qdrant vectors + Valkey cache), per-user memory isolation, and multi-protocol support (MCP, REST, OpenAI, LangChain, A2A). `npx @celiums/memory` [Website](https://celiums.io) - [cg3-llc/prior_mcp](https://github.com/cg3-llc/prior_mcp) [![cg3-llc/prior_mcp MCP server](https://glama.ai/mcp/servers/cg3-llc/prior_mcp/badges/score.svg)](https://glama.ai/mcp/servers/cg3-llc/prior_mcp) 📇 ☁️ - Shared knowledge base where AI agents exchange proven solutions — including failed approaches, so your agent skips the dead ends. Smaller models get instant access to frontier-model discoveries. Free to search indefinitely when feedback is provided on results. [Website](https://prior.cg3.io) From c6c7554c649bc62aed5aa192ae7c1fe5e70a4ec9 Mon Sep 17 00:00:00 2001 From: Ayoola Date: Mon, 25 May 2026 22:20:55 +0100 Subject: [PATCH 313/355] add glama score badge to bulkrender-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5fbf990e..5d11c20fc 100644 --- a/README.md +++ b/README.md @@ -2373,7 +2373,7 @@ Interact with Git repositories and version control platforms. Enables repository - [benmonopoli/open-greenhouse-mcp](https://github.com/benmonopoli/open-greenhouse-mcp) [![benmonopoli/open-greenhouse-mcp MCP server](https://glama.ai/mcp/servers/benmonopoli/open-greenhouse-mcp/badges/score.svg)](https://glama.ai/mcp/servers/benmonopoli/open-greenhouse-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Production-ready MCP server for [Greenhouse](https://www.greenhouse.com) ATS with 175 tools for recruiting teams. Role-based profiles (full/recruiter/read-only), composite workflow tools for pipeline views, analytics, candidate search, and bulk operations. - [bobbyrgoldsmith/quarterback](https://github.com/bobbyrgoldsmith/quarterback) 🐍 🏠 🍎 🐧 - Strategic task prioritization and agent orchestration for multi-project operators. 22 MCP tools with 5-factor scoring engine, advisory document analysis, agent dispatch with autonomy levels, HMAC webhooks, time-aware planning, and CI/CD integration. Standalone CLI + MCP server. - [bug-breeder/quip-mcp](https://github.com/bug-breeder/quip-mcp) 📇 ☁️ 🍎 🪟 🐧 - A Model Context Protocol (MCP) server providing AI assistants with comprehensive Quip document access and management. Enables document lifecycle management, smart search, comment management, and secure token-based authentication for both Quip.com and enterprise instances. -- [ayo-nci/bulkrender-mcp](https://github.com/ayo-nci/bulkrender-mcp) 📇 ☁️ - Generate DOCX and PDF documents from reusable templates at scale. Upload a DOCX template once, call `generate_document` or `generate_batch` with JSON data, and receive a signed download link. Walk-in `acp_*` tools let agents pay per-session via Stripe with no account required. `npx bulkrender-mcp` +- [ayo-nci/bulkrender-mcp](https://github.com/ayo-nci/bulkrender-mcp) [![ayo-nci/bulkrender-mcp MCP server](https://glama.ai/mcp/servers/ayo-nci/bulkrender-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ayo-nci/bulkrender-mcp) 📇 ☁️ - Generate DOCX and PDF documents from reusable templates at scale. Upload a DOCX template once, call `generate_document` or `generate_batch` with JSON data, and receive a signed download link. Walk-in `acp_*` tools let agents pay per-session via Stripe with no account required. `npx bulkrender-mcp` - [can4hou6joeng4/boss-agent-cli](https://github.com/can4hou6joeng4/boss-agent-cli) [![can4hou6joeng4/boss-agent-cli MCP server](https://glama.ai/mcp/servers/can4hou6joeng4/boss-agent-cli/badges/score.svg)](https://glama.ai/mcp/servers/can4hou6joeng4/boss-agent-cli) 🐍 🏠 🍎 🪟 🐧 - BOSS Zhipin recruitment workflow for AI agents. 49 MCP tools for job search, welfare filtering, recruiter messaging, pipeline tracking, and resume optimization. - [ByAxe/keynote-mcp](https://github.com/ByAxe/keynote-mcp) [![ByAxe/keynote-mcp MCP server](https://glama.ai/mcp/servers/ByAxe/keynote-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ByAxe/keynote-mcp) 🐍 🏠 🍎 - MCP server for full control of Apple Keynote through AppleScript automation. Create, edit, and export presentations via natural language with 30+ tools covering slides, content, layout, and Unsplash image integration. Ships with a Claude Skill for design patterns and font workarounds. - [conorbronsdon/gws-mcp-server](https://github.com/conorbronsdon/gws-mcp-server) [![gws-mcp-server MCP server](https://glama.ai/mcp/servers/@conorbronsdon/gws-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@conorbronsdon/gws-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - Google Workspace MCP server exposing 23 curated tools for Drive, Sheets, Calendar, Docs, and Gmail via the gws CLI. From 4a76bbc1dbb55e76f84c79929b49262203fe81e7 Mon Sep 17 00:00:00 2001 From: Prashant Raj Date: Tue, 26 May 2026 02:58:25 +0530 Subject: [PATCH 314/355] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 933a820fb..d1a11dc8f 100644 --- a/README.md +++ b/README.md @@ -549,7 +549,7 @@ Integration with communication platforms for message management and channel oper - [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. -- [iprashantraj/mcp-discord-bridge](https://github.com/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. +- [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. - [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. - [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. From a64869998233f270b0915f0c2ee0aff485ee10f5 Mon Sep 17 00:00:00 2001 From: Vladimir Bichev Date: Mon, 25 May 2026 20:19:52 -0400 Subject: [PATCH 315/355] Add Glama score badge (server now indexed) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 443aa27c6..14917a92d 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. -- [Bichev/agentradar-mcp](https://github.com/Bichev/agentradar-mcp) 📇 ☁️ 🍎 🪟 🐧 - On-chain trust oracle for the ERC-8004 + x402 agent economy. 18 tools for verifying AI agents: 6-signal composite trust scoring (0-100), 272-wallet scam database, ERC-8004 identity lookup, EAS attestations on Base mainnet. x402-payable. Free `get_score` / `check_scam`. Live at [vvpro.ai](https://vvpro.ai) · npm [`@agentradar/mcp`](https://www.npmjs.com/package/@agentradar/mcp). +- [Bichev/agentradar-mcp](https://github.com/Bichev/agentradar-mcp) [![Bichev/agentradar-mcp MCP server](https://glama.ai/mcp/servers/Bichev/agentradar-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Bichev/agentradar-mcp) 📇 ☁️ 🍎 🪟 🐧 - On-chain trust oracle for the ERC-8004 + x402 agent economy. 18 tools for verifying AI agents: 6-signal composite trust scoring (0-100), 272-wallet scam database, ERC-8004 identity lookup, EAS attestations on Base mainnet. x402-payable. Free `get_score` / `check_scam`. Live at [vvpro.ai](https://vvpro.ai) · npm [`@agentradar/mcp`](https://www.npmjs.com/package/@agentradar/mcp). - [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 124f31c9a643128018c6bc756a8cc8062ff1c838 Mon Sep 17 00:00:00 2001 From: Clawdbotworker Date: Tue, 26 May 2026 01:35:23 +0000 Subject: [PATCH 316/355] Add Disruption Intelligence MCP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..c645538f2 100644 --- a/README.md +++ b/README.md @@ -1924,6 +1924,7 @@ Tools for product planning, customer feedback analysis, and prioritization. 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) 📇 ☁️ - 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. ### 🔬 Research From ff83dc2add96c715e43f2eac6599b811612d1672 Mon Sep 17 00:00:00 2001 From: Clawdbotworker Date: Tue, 26 May 2026 01:51:31 +0000 Subject: [PATCH 317/355] Add Glama badge for Disruption Intelligence MCP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c645538f2..55e9aeade 100644 --- a/README.md +++ b/README.md @@ -1924,7 +1924,7 @@ Tools for product planning, customer feedback analysis, and prioritization. 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) 📇 ☁️ - 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. +- [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. ### 🔬 Research From e07fea1da585467317f5a784be2f7a665e05c83e Mon Sep 17 00:00:00 2001 From: JanadaSroor Date: Tue, 26 May 2026 05:49:27 +0300 Subject: [PATCH 318/355] add Janadasroor/pg-mnemosyne-mcp to Databases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..6fa2579cb 100644 --- a/README.md +++ b/README.md @@ -673,6 +673,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [izzzzzi/izTolkMcp](https://github.com/izzzzzi/izTolkMcp) [![iz-tolk-mcp MCP server](https://glama.ai/mcp/servers/izzzzzi/iz-tolk-mcp/badges/score.svg)](https://glama.ai/mcp/servers/izzzzzi/iz-tolk-mcp) 📇 🏠 - MCP server for the Tolk smart contract compiler on TON blockchain. Compile, syntax-check, and generate deployment deeplinks for TON contracts directly from AI assistants. - [isaacwasserman/mcp-snowflake-server](https://github.com/isaacwasserman/mcp-snowflake-server) 🐍 ☁️ - Snowflake integration implementing read and (optional) write operations as well as insight tracking - [iunera/druid-mcp-server](https://github.com/iunera/druid-mcp-server) ☕ ☁️ 🏠 - Comprehensive MCP server for Apache Druid that provides extensive tools, resources, and prompts for managing and analyzing Druid clusters. +- [Janadasroor/pg-mnemosyne-mcp](https://github.com/Janadasroor/pg-mnemosyne-mcp) 🐍 🏠 - A PostgreSQL Model Context Protocol (MCP) server acting as a robust persistent super memory, task tracker, and multi-agent coordination hub for AI assistants. - [JaviMaligno/postgres_mcp](https://github.com/JaviMaligno/postgres_mcp) 🐍 🏠 - PostgreSQL MCP server with 14 tools for querying, schema exploration, and table analysis. Features security-first design with SQL injection prevention and read-only by default. - [joshuarileydev/supabase-mcp-server](https://github.com/joshuarileydev/supabase) - Supabase MCP Server for managing and creating projects and organisations in Supabase - [jovezhong/mcp-timeplus](https://github.com/jovezhong/mcp-timeplus) 🐍 ☁️ - MCP server for Apache Kafka and Timeplus. Able to list Kafka topics, poll Kafka messages, save Kafka data locally and query streaming data with SQL via Timeplus From 0be8257c3992868a08b1b55f0c0bec30f2d708a1 Mon Sep 17 00:00:00 2001 From: JanadaSroor Date: Tue, 26 May 2026 05:58:50 +0300 Subject: [PATCH 319/355] docs: add Glama score badge for pg-mnemosyne-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fa2579cb..f25e0baee 100644 --- a/README.md +++ b/README.md @@ -673,7 +673,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [izzzzzi/izTolkMcp](https://github.com/izzzzzi/izTolkMcp) [![iz-tolk-mcp MCP server](https://glama.ai/mcp/servers/izzzzzi/iz-tolk-mcp/badges/score.svg)](https://glama.ai/mcp/servers/izzzzzi/iz-tolk-mcp) 📇 🏠 - MCP server for the Tolk smart contract compiler on TON blockchain. Compile, syntax-check, and generate deployment deeplinks for TON contracts directly from AI assistants. - [isaacwasserman/mcp-snowflake-server](https://github.com/isaacwasserman/mcp-snowflake-server) 🐍 ☁️ - Snowflake integration implementing read and (optional) write operations as well as insight tracking - [iunera/druid-mcp-server](https://github.com/iunera/druid-mcp-server) ☕ ☁️ 🏠 - Comprehensive MCP server for Apache Druid that provides extensive tools, resources, and prompts for managing and analyzing Druid clusters. -- [Janadasroor/pg-mnemosyne-mcp](https://github.com/Janadasroor/pg-mnemosyne-mcp) 🐍 🏠 - A PostgreSQL Model Context Protocol (MCP) server acting as a robust persistent super memory, task tracker, and multi-agent coordination hub for AI assistants. +- [Janadasroor/pg-mnemosyne-mcp](https://github.com/Janadasroor/pg-mnemosyne-mcp) [![Janadasroor/pg-mnemosyne-mcp MCP server](https://glama.ai/mcp/servers/Janadasroor/pg-mnemosyne-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Janadasroor/pg-mnemosyne-mcp) 🐍 🏠 - A PostgreSQL Model Context Protocol (MCP) server acting as a robust persistent super memory, task tracker, and multi-agent coordination hub for AI assistants. - [JaviMaligno/postgres_mcp](https://github.com/JaviMaligno/postgres_mcp) 🐍 🏠 - PostgreSQL MCP server with 14 tools for querying, schema exploration, and table analysis. Features security-first design with SQL injection prevention and read-only by default. - [joshuarileydev/supabase-mcp-server](https://github.com/joshuarileydev/supabase) - Supabase MCP Server for managing and creating projects and organisations in Supabase - [jovezhong/mcp-timeplus](https://github.com/jovezhong/mcp-timeplus) 🐍 ☁️ - MCP server for Apache Kafka and Timeplus. Able to list Kafka topics, poll Kafka messages, save Kafka data locally and query streaming data with SQL via Timeplus From 226b1eeee5a911b0e3357a3fbd8e2a84593e132d Mon Sep 17 00:00:00 2001 From: Gaohar Imran Date: Tue, 26 May 2026 10:07:58 +0530 Subject: [PATCH 320/355] Revise Cybersecurity-MCP-Server details in README Updated the Cybersecurity-MCP-Server entry with additional features and a badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf64106e6..f97ea6846 100644 --- a/README.md +++ b/README.md @@ -2112,7 +2112,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [arian-gogani/nobulex](https://github.com/arian-gogani/nobulex) [![nobulex-mcp-server MCP server](https://glama.ai/mcp/servers/arian-gogani/nobulex/badges/score.svg)](https://glama.ai/mcp/servers/arian-gogani/nobulex) 📇 🏠 🍎 🪟 🐧 - Proof-of-behavior enforcement for AI agents. Define behavioral covenant rules (permit/forbid/require), enforce at runtime before execution, get SHA-256 hash-chained tamper-evident audit logs, and verify compliance independently. Cross-agent verification handshake — no proof, no transaction. MIT licensed, 4,244 tests. - [agentward-ai/agentward](https://github.com/agentward-ai/agentward) [![agent-ward MCP server](https://glama.ai/mcp/servers/agentward-ai/agent-ward/badges/score.svg)](https://glama.ai/mcp/servers/agentward-ai/agent-ward) 🐍 🏠 🍎 🪟 🐧 - Permission control plane for AI agents. MCP proxy that enforces least-privilege YAML policies on every tool call, classifies sensitive data (PII/PHI), detects dangerous skill chains, and generates compliance audit trails. Supports stdio and HTTP proxy modes. - [agntor/mcp](https://github.com/agntor/mcp) 📇 ☁️ 🍎 🪟 🐧 - MCP audit server for agent discovery and certification. Provides trust and payment rail for AI agents including identity verification, escrow, settlement, and reputation management. -- [gaoharimran29-glitch/Cybersecurity-MCP-Server](https://github.com/gaoharimran29-glitch/Cybersecurity-MCP-Server) 🐍 🏠 🪟 🍎 🐧 - Cybersecurity reconnaissance server for Claude. Six tools for domain intelligence: WHOIS lookup, DNS enumeration with subdomain brute-forcing, Nmap port scanning with service detection, SSL/TLS certificate inspection, and technology stack fingerprinting. Runs fully locally via FastMCP. +- [gaoharimran29-glitch/Cybersecurity-MCP-Server](https://github.com/gaoharimran29-glitch/Cybersecurity-MCP-Server) [![Cybersecurity-MCP-Server MCP server](https://glama.ai/mcp/servers/gaoharimran29-glitch/Cybersecurity-MCP-Server/badges/score.svg)] (https://glama.ai/mcp/servers/gaoharimran29-glitch/Cybersecurity-MCP-Server) 🐍 🏠 🪟 🍎 🐧 - Cybersecurity reconnaissance server for Claude. WHOIS lookup, DNS enumeration with subdomain brute-forcing, Nmap port scanning with service detection, SSL/TLS certificate inspection, technology stack fingerprinting, CVE lookup, and IP reputation checking. Runs fully locally via FastMCP. - [vinaybhosle/agentstamp](https://github.com/vinaybhosle/agentstamp) [![vinaybhosle/agentstamp MCP server](https://glama.ai/mcp/servers/vinaybhosle/agentstamp/badges/score.svg)](https://glama.ai/mcp/servers/vinaybhosle/agentstamp) 📇 ☁️ - Trust intelligence for AI agents — identity stamps, reputation scoring (0-100), registry, forensic audit trails, and A2A passports via x402 micropayments. - [jimmyracheta/AI-Runtime-Guard](https://github.com/runtimeguard/runtime-guard)[![runtime-guard MCP server](https://glama.ai/mcp/servers/runtimeguard/runtime-guard/badges/score.svg)](https://glama.ai/mcp/servers/runtimeguard/runtime-guard)🐍 🏠🍎 🪟 - Runtime policy enforcement for AI agents - prevents accidental damage to your systems, unauthorized agent access and automates backup-before-write for any touched files. - [airblackbox/air-blackbox-mcp](https://github.com/airblackbox/air-blackbox-mcp) [![air-blackbox-mcp MCP server](https://glama.ai/mcp/servers/@airblackbox/air-blackbox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@airblackbox/air-blackbox-mcp) 🐍 🏠 🍎 🪟 🐧 - EU AI Act compliance scanner for Python AI agents. Scans, analyzes, and remediates LangChain/CrewAI/AutoGen/OpenAI code across 6 articles with 10 tools including prompt injection detection, risk classification, and trust layer integration. The only MCP compliance server that generates fix code, not just findings. From c20ac9697ddfeaddf23a7cf8c2f577ab074fe35a Mon Sep 17 00:00:00 2001 From: Hill Patel Date: Tue, 26 May 2026 10:33:10 +0530 Subject: [PATCH 321/355] chore: add Glama score badge to memex entry memex is now live on glama.ai (https://glama.ai/mcp/servers/STiFLeR7/memex). Adds the requested score badge after the entry description, as the Glama-check bot asked. Co-Authored-By: Claude Opus 4.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83cf9c721..4aad1d5ec 100644 --- a/README.md +++ b/README.md @@ -1720,7 +1720,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [arthurpanhku/Arthor-Agent](https://github.com/arthurpanhku/Arthor-Agent) [![arthor-agent MCP server](https://glama.ai/mcp/servers/@arthurpanhku/arthor-agent/badges/score.svg)](https://glama.ai/mcp/servers/@arthurpanhku/arthor-agent) 🐍 🏠 ☁️ - ... - [yakuphanycl/instinct](https://github.com/yakuphanycl/instinct) [![yakuphanycl/instinct MCP server](https://glama.ai/mcp/servers/yakuphanycl/instinct/badges/score.svg)](https://glama.ai/mcp/servers/yakuphanycl/instinct) 🐍 🏠 🍎 🪟 🐧 - Self-learning memory for AI coding agents. Observes tool sequences, user preferences, and recurring fixes; confidence-based promotion (hits ≥5 → mature, ≥10 → rule) so agents stop repeating mistakes without explicit instruction. SQLite-backed, project-aware, zero external deps. Works with Claude Code, Cursor, Windsurf, Goose, Codex. Published on PyPI as `instinct-mcp` and registered in the MCP Registry. - [Wynelson94/longhand](https://github.com/Wynelson94/longhand) [![Wynelson94/longhand MCP server](https://glama.ai/mcp/servers/Wynelson94/longhand/badges/score.svg)](https://glama.ai/mcp/servers/Wynelson94/longhand) 🐍 🏠 🍎 🪟 🐧 - Persistent local memory for Claude Code. Indexes every session JSONL verbatim into SQLite + ChromaDB for semantic recall (~126ms) across your entire history. Never summarizes, zero API calls, 17 MCP tools including fuzzy `recall`, deterministic `replay_file`, and git-aware `recall_project_status`. Published on PyPI as `longhand` and registered in the MCP Registry. -- [STiFLeR7/memex](https://github.com/STiFLeR7/memex) 🐍 🏠 🍎 🪟 🐧 - Developer context continuity system. Watches your git repos and builds a temporal knowledge graph of modules, symbols, decisions, and open problems via Graphiti + Neo4j, then serves it to any AI coding agent over MCP. Every edge carries a validity window and a confidence score that decays over time. 12 tools across read and write. Install via `npx -y stifler-memex-mcp`. MIT licensed. +- [STiFLeR7/memex](https://github.com/STiFLeR7/memex) 🐍 🏠 🍎 🪟 🐧 - Developer context continuity system. Watches your git repos and builds a temporal knowledge graph of modules, symbols, decisions, and open problems via Graphiti + Neo4j, then serves it to any AI coding agent over MCP. Every edge carries a validity window and a confidence score that decays over time. 12 tools across read and write. Install via `npx -y stifler-memex-mcp`. MIT licensed. [![STiFLeR7/memex MCP server](https://glama.ai/mcp/servers/STiFLeR7/memex/badges/score.svg)](https://glama.ai/mcp/servers/STiFLeR7/memex) ### ⚖️ Legal From df523027a2cd5529d6e0f2f3aef94d79ede3813f Mon Sep 17 00:00:00 2001 From: hshintelligence <282200705+hshintelligence@users.noreply.github.com> Date: Tue, 26 May 2026 10:48:05 +0530 Subject: [PATCH 322/355] Add Glama score badge per maintainer requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per the glama-check bot's two requirements: 1. Server listed on Glama: ✓ https://glama.ai/mcp/servers/hshintelligence/agent-scrape 2. Glama score badge added to PR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eb710f2b..d36d032c4 100644 --- a/README.md +++ b/README.md @@ -316,7 +316,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [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. - [getrupt/ashra-mcp](https://github.com/getrupt/ashra-mcp) 📇 🏠 - Extract structured data from any website. Just prompt and get JSON. - [hanzili/comet-mcp](https://github.com/hanzili/comet-mcp) 📇 🏠 🍎 - Connect to Perplexity Comet browser for agentic web browsing, deep research, and real-time task monitoring. -- [hshintelligence/agent-scrape](https://github.com/hshintelligence/agent-scrape) 📇 ☁️ - Pay-per-call web scraping for AI agents via x402 micropayments on Base. Six tools: scrape, extract structured data, screenshot, metadata, browser session, workflow. No signup, no API keys — just USDC. HTTP + MCP transports. +- [hshintelligence/agent-scrape](https://github.com/hshintelligence/agent-scrape) [![hshintelligence/agent-scrape MCP server](https://glama.ai/mcp/servers/hshintelligence/agent-scrape/badges/score.svg)](https://glama.ai/mcp/servers/hshintelligence/agent-scrape) 📇 ☁️ - Pay-per-call web scraping for AI agents via x402 micropayments on Base. Six tools: scrape, extract structured data, screenshot, metadata, browser session, workflow. No signup, no API keys — just USDC. HTTP + MCP transports. - [LarryWalkerDEV/mcp-immostage](https://github.com/LarryWalkerDEV/mcp-immostage) 📇 ☁️ - AI virtual staging for real estate. Stage empty rooms, beautify floor plans into 3D renders, classify room images, generate property descriptions, and get style recommendations. - [LeonTing1010/tap](https://github.com/LeonTing1010/tap) [![LeonTing1010/tap MCP server](https://glama.ai/mcp/servers/LeonTing1010/tap/badges/score.svg)](https://glama.ai/mcp/servers/LeonTing1010/tap) 📇 🏠 🍎 🪟 🐧 - MCP server that compiles AI browser automation into deterministic `.tap.json` plans (25-op closed union, zero runtime LLM), runs on your logged-in Chrome, and detects drift via semantic fingerprint diff when sites change. 65+ open community taps on 40+ sites. - [markmircea/Selenix-MCP-Server](https://github.com/markmircea/Selenix-MCP-Server) [![markmircea/Selenix-MCP-Server MCP server](https://glama.ai/mcp/servers/markmircea/Selenix-MCP-Server/badges/score.svg)](https://glama.ai/mcp/servers/markmircea/Selenix-MCP-Server) 📇 🏠 🍎 🪟 🐧 - MCP server bridging Claude Desktop with Selenix for browser automation and testing. Create, run, debug, and manage browser tests through natural language. From 6e5bd214727033808ce18f4cc819000a6593f030 Mon Sep 17 00:00:00 2001 From: cosmin chauciuc Date: Tue, 26 May 2026 09:40:20 +0300 Subject: [PATCH 323/355] Add badge to querywise-mcp entry in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fe073ed4..e7ca087d1 100644 --- a/README.md +++ b/README.md @@ -679,7 +679,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [jparkerweb/mcp-sqlite](https://github.com/jparkerweb/mcp-sqlite) 📇 🏠 - Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities. - [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server) 🐍 ☁️ - VikingDB integration with collection and index introduction, vector store and search capabilities. - [kiliczsh/mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server) 📇 🏠 - A Model Context Protocol Server for MongoDB -- [kosminus/querywise-mcp](https://github.com/kosminus/querywise-mcp) 🐍 🏠 - Query SQL databases (SQLite, PostgreSQL, BigQuery, Databricks) in natural language through a business semantic layer — glossary, metrics, and a data dictionary grounded against your real schema. +- [kosminus/querywise-mcp](https://github.com/kosminus/querywise-mcp) [![kosminus/querywise-mcp MCP server](https://glama.ai/mcp/servers/kosminus/querywise-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kosminus/querywise-mcp) 🐍 🏠 - Query SQL databases (SQLite, PostgreSQL, BigQuery, Databricks) in natural language through a business semantic layer — glossary, metrics, and a data dictionary grounded against your real schema. - [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) 🐍 🏠 - DuckDB database integration with schema inspection and query capabilities - [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - BigQuery database integration with schema inspection and query capabilities - [memgraph/mcp-memgraph](https://github.com/memgraph/ai-toolkit/tree/main/integrations/mcp-memgraph) 🐍 🏠 - Memgraph MCP Server - includes a tool to run a query against Memgraph and a schema resource. From 3530f38768cf1b1d9afb03eeba6d9d043eed1e79 Mon Sep 17 00:00:00 2001 From: WRG-11 Date: Tue, 26 May 2026 11:15:47 +0300 Subject: [PATCH 324/355] Add WRG-11/wrg-sigma-rules to Security section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f25e0baee..4db6a2d1d 100644 --- a/README.md +++ b/README.md @@ -2228,6 +2228,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [shyshlakov/pci-dss-mcp](https://github.com/shyshlakov/pci-dss-mcp) [![shyshlakov/pci-dss-mcp MCP server](https://glama.ai/mcp/servers/shyshlakov/pci-dss-mcp/badges/score.svg)](https://glama.ai/mcp/servers/shyshlakov/pci-dss-mcp) 🏎️ 🏠 🍎 🪟 🐧 - PCI DSS v4.0.1 static-analysis MCP server for Go payment codebases. 12 scanners detect PAN/CVV exposure, weak crypto, missing audit logs, vulnerable deps, TLS misconfig, auth weaknesses, plus CycloneDX 1.6 SBOM generation - each finding mapped to the exact PCI requirement. AI-assisted triage via triage_findings. Keyless-signed multi-arch Docker image on ghcr.io. - [layervai/qurl-mcp](https://github.com/layervai/qurl-mcp) [![layervai/qurl-mcp MCP server](https://glama.ai/mcp/servers/layervai/qurl-mcp/badges/score.svg)](https://glama.ai/mcp/servers/layervai/qurl-mcp) 📇 ☁️ 🍎 🪟 🐧 - Mint, resolve, audit, and rotate expiring scope-limited access links (qURLs) for AI agents — secure URL gateway for the qURL API. 9 tools (create / resolve / list / get / delete / extend / update / mint-link / batch-create), 3 resources, 3 guided prompts. stdio transport, OIDC-attested npm provenance. +- [WRG-11/wrg-sigma-rules](https://github.com/WRG-11/wrg-sigma-rules) [![WRG-11/wrg-sigma-rules MCP server](https://glama.ai/mcp/servers/WRG-11/wrg-sigma-rules/badges/score.svg)](https://glama.ai/mcp/servers/WRG-11/wrg-sigma-rules) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Sigma detection rule writing, validation, and conversion (Splunk/Elastic/Kibana/Wazuh) via 3 MCP tools (`draft_rule`, `validate_rule`, `convert_rule`) backed by a 61-rule production corpus across 11 MITRE ATT&CK tactic categories. Standalone server + Claude Code plugin distribution. ### 🌐 Social Media Integration with social media platforms to allow posting, analytics, and interaction management. Enables AI-driven automation for social presence. From f7e8035a630f20eb1e87607ea9ff3be4070ea808 Mon Sep 17 00:00:00 2001 From: Iurii Rogulia Date: Tue, 26 May 2026 11:24:20 +0300 Subject: [PATCH 325/355] Add Glama score badge to vatnode-mcp entry (per maintainer request, PR #6669) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f75d60d8..69633d61a 100644 --- a/README.md +++ b/README.md @@ -1255,7 +1255,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [atomno-labs/mcp-fns-check](https://github.com/atomno-labs/mcp-fns-check) [![atomno-labs/mcp-fns-check MCP server](https://glama.ai/mcp/servers/atomno-labs/mcp-fns-check/badges/score.svg)](https://glama.ai/mcp/servers/atomno-labs/mcp-fns-check) 🐍 ☁️ - Russian counterparty due diligence — INN/OGRN lookup against EGRUL/EGRIP, bankruptcy registry (EFRSB), tax debts (Transparent Business), FSSP enforcement proceedings, and arbitration courts (KAD). Aggregated verdict with risk flags and recommendations. No API key required (public Federal Tax Service data). - [jackrain19743/hou-tea-mcp-server](https://github.com/jackrain19743/hou-tea-mcp-server) [![jackrain19743/hou-tea-mcp-server MCP server](https://glama.ai/mcp/servers/jackrain19743/hou-tea-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/jackrain19743/hou-tea-mcp-server) 📇 ☁️ - Browse, recommend, and **buy authentic Chinese tea** from hou-tea.com using **USDC stablecoin via the x402 protocol**. First commerce MCP that ships real on-chain payment intents (delegated to wallet MCPs like `@coinbase/payments-mcp`). 8 tools: browse / recommend / explain / compare / health-filter / payment / order-status / agent-card. - [autonsol/sol-mcp](https://github.com/autonsol/sol-mcp) [![sol-mcp MCP server](https://glama.ai/mcp/servers/autonsol/sol-mcp/badges/score.svg)](https://glama.ai/mcp/servers/autonsol/sol-mcp) 📇 ☁️ - Solana token risk scoring and pump.fun graduation signals. Score any token by mint address (0-100 risk, risk_label, holder concentration, liquidity), detect graduation momentum (buy/sell ratio, velocity), and query trust attestations. Live API. Freemium — 4 free tools, PRO via x402 micropayments ($0.01/call USDC). -- [vatnode/vatnode-mcp](https://github.com/vatnode/vatnode-mcp) 📇 ☁️ - Official MCP server for **EU VAT validation** via the EU Commission's VIES service + offline VAT rates for 45 European countries. Five tools: `validate_vat_number` (live VIES with company name, address, registration date, and optional consultation number for audit), `get_country_vat_rates`, `list_eu_vat_rates`, `check_vat_format`, `list_supported_countries`. Four of five tools work offline without an API key (data bundled via `eu-vat-rates-data`). Open source MIT, every release signed with npm provenance via GitHub Actions OIDC. Install: `npx -y vatnode-mcp`. +- [vatnode/vatnode-mcp](https://github.com/vatnode/vatnode-mcp) 📇 ☁️ - Official MCP server for **EU VAT validation** via the EU Commission's VIES service + offline VAT rates for 45 European countries. Five tools: `validate_vat_number` (live VIES with company name, address, registration date, and optional consultation number for audit), `get_country_vat_rates`, `list_eu_vat_rates`, `check_vat_format`, `list_supported_countries`. Four of five tools work offline without an API key (data bundled via `eu-vat-rates-data`). Open source MIT, every release signed with npm provenance via GitHub Actions OIDC. Install: `npx -y vatnode-mcp`. [![vatnode/vatnode-mcp MCP server](https://glama.ai/mcp/servers/vatnode/vatnode-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vatnode/vatnode-mcp) - [vdalhambra/axiom-calculator-mcp](https://github.com/vdalhambra/axiom-calculator-mcp) [![axiom-calculator-mcp MCP server](https://glama.ai/mcp/servers/vdalhambra/axiom-calculator-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vdalhambra/axiom-calculator-mcp) 🐍 🏠 🍎 🪟 🐧 - Personal finance calculators — mortgage payments, compound interest, FIRE retirement number, loan comparison, true credit cost, and debt payoff. 8 tools, zero API keys, works with `uvx axiom-calculator-mcp`. - [azeth-protocol/mcp-server](https://github.com/azeth-protocol/mcp-server) [![mcp-azeth MCP server](https://glama.ai/mcp/servers/@azeth-protocol/mcp-azeth/badges/score.svg)](https://glama.ai/mcp/servers/@azeth-protocol/mcp-azeth) 📇 ☁️ - Trust infrastructure for the machine economy — non-custodial ERC-4337 smart accounts, x402 payments, on-chain reputation via ERC-8004, and service discovery for AI agents. - [bakyang2/kr-crypto-intelligence](https://github.com/bakyang2/kr-crypto-intelligence) [![bakyang2/kr-crypto-intelligence MCP server](https://glama.ai/mcp/servers/bakyang2/kr-crypto-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/bakyang2/kr-crypto-intelligence) 🐍 ☁️ - Korean crypto market data + AI analysis for trading agents. 7 tools: AI market read ($0.10, 9 data sources + Claude AI signal), Kimchi Premium, stablecoin premium, Upbit/Bithumb prices, USD/KRW FX rate. Pay-per-use via x402 on Base/Solana. From 0520174176cbba58bb477a40cd043bce54176a6a Mon Sep 17 00:00:00 2001 From: magna-nz Date: Tue, 26 May 2026 21:57:40 +1000 Subject: [PATCH 326/355] Add Glama score badge + bump tool count to 27 Glama listing is now live, score available. Also bumps the tool count from 26 to 27 (debugger_health was added since this PR opened). Co-Authored-By: Claude Opus 4.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 380091fe6..120a602c2 100644 --- a/README.md +++ b/README.md @@ -775,7 +775,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. Tools and integrations that enhance the development workflow and environment management. -- [magna-nz/aspnetcore-debugger-mcp](https://github.com/magna-nz/aspnetcore-debugger-mcp) #️⃣ 🏠 🍎🪟🐧 - MCP server for interactive .NET / ASP.NET Core debugging via netcoredbg. 26 tools: breakpoints (line, function, exception, data), stepping, thread inspection, exception autopsy, hang/deadlock analysis, and request tracing. +- [magna-nz/aspnetcore-debugger-mcp](https://github.com/magna-nz/aspnetcore-debugger-mcp) [![magna-nz/aspnetcore-debugger-mcp MCP server](https://glama.ai/mcp/servers/magna-nz/aspnetcore-debugger-mcp/badges/score.svg)](https://glama.ai/mcp/servers/magna-nz/aspnetcore-debugger-mcp) #️⃣ 🏠 🍎🪟🐧 - MCP server for interactive .NET / ASP.NET Core debugging via netcoredbg. 27 tools: breakpoints (line, function, exception, data), stepping, thread inspection, exception autopsy, hang/deadlock analysis, and request tracing. - [marin1321/mcp-devtools](https://github.com/marin1321/mcp-devtools) [![marin1321/mcp-devtools MCP server](https://glama.ai/mcp/servers/marin1321/mcp-devtools/badges/score.svg)](https://glama.ai/mcp/servers/marin1321/mcp-devtools) 📇 🏠 🍎 🪟 🐧 - Production-grade MCP server for secure access to local dev environments (filesystem, databases, processes, OpenAPI). Includes scope enforcement, command allowlist, and read-only DB mode. - [EtienneChollet/ontomics](https://github.com/EtienneChollet/ontomics) [![EtienneChollet/ontomics MCP server](https://glama.ai/mcp/servers/EtienneChollet/ontomics/badges/score.svg)](https://glama.ai/mcp/servers/EtienneChollet/ontomics) 🦀 🏠 🍎 🐧 - Semantic code index that extracts domain concepts, naming conventions, and behavioral similarity from codebases. One tool call instead of 19, ~20x fewer tokens for codebase understanding queries. - [LWTlong/ai-dev-analytics](https://github.com/LWTlong/ai-dev-analytics) [![glama.ai](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics/badges/score.svg)](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics) 📇 🏠 - An open-source observability layer for AI coding. Silently tracks dev tokens/time and auto-codifies AI deviations into persistent project rules. From ababa9683461099d5222842fd8896879bb81d5f6 Mon Sep 17 00:00:00 2001 From: Senthil Ramasamy Date: Tue, 26 May 2026 12:07:04 +0000 Subject: [PATCH 327/355] Add Glama score badge per reviewer request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c065c00e1..9781a687a 100644 --- a/README.md +++ b/README.md @@ -1129,7 +1129,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [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. - [leap-laboratories/discovery-engine](https://github.com/leap-laboratories/discovery-engine) [![leap-laboratories/discovery-engine MCP server](https://glama.ai/mcp/servers/leap-laboratories/discovery-engine/badges/score.svg)](https://glama.ai/mcp/servers/leap-laboratories/discovery-engine) 🐍 ☁️ - Superhuman exploratory data analysis that finds the feature interactions and subgroup effects that LLMs and manual exploration miss — with p-values, effect sizes, and literature citations. Data goes in, validated insights come out. Free for public data. -- [lihtness/gnomon-mcp](https://github.com/lihtness/gnomon-mcp) 🐍 🏠 🍎 🪟 🐧 - Deterministic batch tools so LLM agents stop next-token-guessing dates and math. Rich `now()` snapshot (18 fields), `calendar(ops)` batch dispatcher (diff/until/since/add/weekday/business_days, natural-language parsing), `calc(expressions)` Python eval with math+stats pre-loaded, and Pint-based unit conversion. One wiring for dates + math + units. Listed in the official MCP Server Registry. `uvx gnomon-mcp`. +- [lihtness/gnomon-mcp](https://github.com/lihtness/gnomon-mcp) [![lihtness/gnomon-mcp MCP server](https://glama.ai/mcp/servers/lihtness/gnomon-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lihtness/gnomon-mcp) 🐍 🏠 🍎 🪟 🐧 - Deterministic batch tools so LLM agents stop next-token-guessing dates and math. Rich `now()` snapshot (18 fields), `calendar(ops)` batch dispatcher (diff/until/since/add/weekday/business_days, natural-language parsing), `calc(expressions)` Python eval with math+stats pre-loaded, and Pint-based unit conversion. One wiring for dates + math + units. Listed in the official MCP Server Registry. `uvx gnomon-mcp`. - [mckinsey/vizro-mcp](https://github.com/mckinsey/vizro/tree/main/vizro-mcp) 🎖️ 🐍 🏠 - Tools and templates to create validated and maintainable data charts and dashboards. - [optuna/optuna-mcp](https://github.com/optuna/optuna-mcp) 🎖️ 🐍 🏠 🐧 🍎 - Official MCP server enabling seamless orchestration of hyperparameter search and other optimization tasks with [Optuna](https://optuna.org/). - [Whatsonyourmind/oraclaw](https://github.com/Whatsonyourmind/oraclaw) [![Whatsonyourmind/oraclaw MCP server](https://glama.ai/mcp/servers/Whatsonyourmind/oraclaw/badges/score.svg)](https://glama.ai/mcp/servers/Whatsonyourmind/oraclaw) 📇 ☁️ 🏠 🍎 🪟 🐧 - Decision intelligence MCP server with 19 algorithms (bandits, Monte Carlo, constraint optimization, forecasting, anomaly detection, risk analysis, graph algorithms), 12 MCP tools. Install via `npx -y @oraclaw/mcp-server`. From 60b12a5068b716b2d1ca7bf35d943b6602a2d806 Mon Sep 17 00:00:00 2001 From: Patdolitse <168504668+Patdolitse@users.noreply.github.com> Date: Tue, 26 May 2026 20:13:58 +0800 Subject: [PATCH 328/355] Add piia-engram to Knowledge & Memory section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f25e0baee..ae6474a94 100644 --- a/README.md +++ b/README.md @@ -1672,6 +1672,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [paladini/mcp-me](https://github.com/paladini/mcp-me) [![paladini/mcp-me MCP server](https://glama.ai/mcp/servers/paladini/mcp-me/badges/score.svg)](https://glama.ai/mcp/servers/paladini/mcp-me) 📇 🏠 🍎 🪟 🐧 - Digital identity layer for AI — your bio, career, skills, interests, and projects always available to every AI tool. Auto-generates profile from 342+ public APIs (GitHub, Medium, Strava, Goodreads, etc.), 13 real-time plugins (Spotify, Last.fm, Steam), YAML-based profiles with privacy-first local storage. Works with Claude Desktop, Cursor, Windsurf, and any MCP client. +- [Patdolitse/piia-engram](https://github.com/Patdolitse/piia-engram) 🐍 🏠 🍎 🪟 🐧 - Persistent user identity across AI tools. Stores preferences, lessons, and decisions as local JSON; 13 core MCP tools share them with Claude Code, Cursor, Codex, and any MCP client. Knowledge governance (staging→verified), AES-256-GCM encryption, cross-tool sync. `pip install piia-engram` - [papersflow-ai/papersflow-mcp](https://github.com/papersflow-ai/papersflow-mcp) [![papers-flow MCP server](https://glama.ai/mcp/servers/papersflow-ai/papers-flow/badges/score.svg)](https://glama.ai/mcp/servers/papersflow-ai/papers-flow) 📇 ☁️ - Hosted MCP server by [PapersFlow](https://papersflow.ai) for academic research with 7 specialized AI agents and 474M+ papers from Semantic Scholar and OpenAlex. Literature search, citation verification, citation graph exploration, and autonomous deep research workflows. - [Pantheon-Security/notebooklm-mcp-secure](https://github.com/Pantheon-Security/notebooklm-mcp-secure) 📇 🏠 🍎 🪟 🐧 - Security-hardened NotebookLM MCP with post-quantum encryption (ML-KEM-768), GDPR/SOC2/CSSF compliance, and 14 security layers. Query Google's Gemini-grounded research from Claude and AI agents. - [pi22by7/In-Memoria](https://github.com/pi22by7/In-Memoria) 📇 🦀 🏠 🍎 🐧 🪟 - Persistent intelligence infrastructure for agentic development that gives AI coding assistants cumulative memory and pattern learning. Hybrid TypeScript/Rust implementation with local-first storage using SQLite + SurrealDB for semantic analysis and incremental codebase understanding. From 548c5d7bf2261f51bcfffdff25fb34180bd2aa6f Mon Sep 17 00:00:00 2001 From: Patdolitse <168504668+Patdolitse@users.noreply.github.com> Date: Tue, 26 May 2026 20:25:47 +0800 Subject: [PATCH 329/355] Add Glama score badge to piia-engram entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae6474a94..c5375cbdd 100644 --- a/README.md +++ b/README.md @@ -1672,7 +1672,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [paladini/mcp-me](https://github.com/paladini/mcp-me) [![paladini/mcp-me MCP server](https://glama.ai/mcp/servers/paladini/mcp-me/badges/score.svg)](https://glama.ai/mcp/servers/paladini/mcp-me) 📇 🏠 🍎 🪟 🐧 - Digital identity layer for AI — your bio, career, skills, interests, and projects always available to every AI tool. Auto-generates profile from 342+ public APIs (GitHub, Medium, Strava, Goodreads, etc.), 13 real-time plugins (Spotify, Last.fm, Steam), YAML-based profiles with privacy-first local storage. Works with Claude Desktop, Cursor, Windsurf, and any MCP client. -- [Patdolitse/piia-engram](https://github.com/Patdolitse/piia-engram) 🐍 🏠 🍎 🪟 🐧 - Persistent user identity across AI tools. Stores preferences, lessons, and decisions as local JSON; 13 core MCP tools share them with Claude Code, Cursor, Codex, and any MCP client. Knowledge governance (staging→verified), AES-256-GCM encryption, cross-tool sync. `pip install piia-engram` +- [Patdolitse/piia-engram](https://github.com/Patdolitse/piia-engram) [![Patdolitse/piia-engram MCP server](https://glama.ai/mcp/servers/Patdolitse/piia-engram/badges/score.svg)](https://glama.ai/mcp/servers/Patdolitse/piia-engram) 🐍 🏠 🍎 🪟 🐧 - Persistent user identity across AI tools. Stores preferences, lessons, and decisions as local JSON; 13 core MCP tools share them with Claude Code, Cursor, Codex, and any MCP client. Knowledge governance (staging→verified), AES-256-GCM encryption, cross-tool sync. `pip install piia-engram` - [papersflow-ai/papersflow-mcp](https://github.com/papersflow-ai/papersflow-mcp) [![papers-flow MCP server](https://glama.ai/mcp/servers/papersflow-ai/papers-flow/badges/score.svg)](https://glama.ai/mcp/servers/papersflow-ai/papers-flow) 📇 ☁️ - Hosted MCP server by [PapersFlow](https://papersflow.ai) for academic research with 7 specialized AI agents and 474M+ papers from Semantic Scholar and OpenAlex. Literature search, citation verification, citation graph exploration, and autonomous deep research workflows. - [Pantheon-Security/notebooklm-mcp-secure](https://github.com/Pantheon-Security/notebooklm-mcp-secure) 📇 🏠 🍎 🪟 🐧 - Security-hardened NotebookLM MCP with post-quantum encryption (ML-KEM-768), GDPR/SOC2/CSSF compliance, and 14 security layers. Query Google's Gemini-grounded research from Claude and AI agents. - [pi22by7/In-Memoria](https://github.com/pi22by7/In-Memoria) 📇 🦀 🏠 🍎 🐧 🪟 - Persistent intelligence infrastructure for agentic development that gives AI coding assistants cumulative memory and pattern learning. Hybrid TypeScript/Rust implementation with local-first storage using SQLite + SurrealDB for semantic analysis and incremental codebase understanding. From 0b84b3fb3d555f8157ad0dc8b597ccb60f78c3c8 Mon Sep 17 00:00:00 2001 From: 0xJZ-index Date: Tue, 26 May 2026 15:45:54 +0100 Subject: [PATCH 330/355] =?UTF-8?q?docs:=20add=20AletaIndex=20Narrative=20?= =?UTF-8?q?Intelligence=20to=20Finance=20&=20Fintech=20=F0=9F=A4=96?= =?UTF-8?q?=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 f25e0baee..bb7f94f09 100644 --- a/README.md +++ b/README.md @@ -1242,6 +1242,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [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. - [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`. - [AlexanderLawson17/revettr-python](https://github.com/AlexanderLawson17/revettr-python) [![AlexanderLawson17/revettr-python MCP server](https://glama.ai/mcp/servers/AlexanderLawson17/revettr-python/badges/score.svg)](https://glama.ai/mcp/servers/AlexanderLawson17/revettr-python) 🐍 ☁️ - Counterparty risk scoring for agentic commerce. Scores wallets, domains, IPs, and companies 0-100 via x402 micropayments. $0.01 USDC per request on Base. - [unixlamadev-spec/aiprox-mcp](https://github.com/unixlamadev-spec/aiprox-mcp) [![unixlamadev-spec/aiprox-mcp MCP server](https://glama.ai/mcp/servers/unixlamadev-spec/aiprox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/unixlamadev-spec/aiprox-mcp) 📇 ☁️ - Open agent registry — discover and hire autonomous AI agents by capability. 16 agents live. Supports Bitcoin Lightning, Solana USDC, and Base x402. Includes workflow engine for chaining agents. - [alchemy/alchemy-mcp-server](https://github.com/alchemyplatform/alchemy-mcp-server) 🎖️ 📇 ☁️ - Allow AI agents to interact with Alchemy's blockchain APIs. From af394391a67ec6853384f6244f69e890b9720e3f Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 20:06:12 -0400 Subject: [PATCH 331/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 520e95b0c..a03f61621 100644 --- a/README.md +++ b/README.md @@ -749,7 +749,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [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). - [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) 🐍 🏠 🍎 🪟 🐧 - 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`. +- [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`. - [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) 🎖️ 📇 ☁️ 🏠 - Interact with Flowcore to perform actions, ingest data, and analyse, cross reference and utilise any data in your data cores, or in public data cores; all with human language. - [Hug0x0/mcp-reunion](https://github.com/Hug0x0/mcp-reunion) [![Hug0x0/mcp-reunion MCP server](https://glama.ai/mcp/servers/Hug0x0/mcp-reunion/badges/score.svg)](https://glama.ai/mcp/servers/Hug0x0/mcp-reunion) 📇 ☁️ 🍎 🪟 🐧 - 96 tools across 21 modules for La Réunion (French overseas region) open data: economy, demographics, geography, transport, health, education, elections, tourism, housing, environment, and more. Powered by data.regionreunion.com and data.gouv.fr. Install: `npx -y mcp-reunion`. - [JordiNei/mcp-databricks-server](https://github.com/JordiNeil/mcp-databricks-server) 🐍 ☁️ - Connect to Databricks API, allowing LLMs to run SQL queries, list jobs, and get job status. From a4c16ecbe024d1292125ac9b39e7295abe7e8d6f Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 20:08:39 -0400 Subject: [PATCH 332/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9d191a13..c63e5a588 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [AceDataCloud/MCPNanoBanana](https://github.com/AceDataCloud/MCPNanoBanana) [![AceDataCloud/MCPNanoBanana MCP server](https://glama.ai/mcp/servers/AceDataCloud/MCPNanoBanana/badges/score.svg)](https://glama.ai/mcp/servers/AceDataCloud/MCPNanoBanana) 🐍 ☁️ - NanoBanana AI image generation and editing with virtual try-on and product placement in realistic scenes. - [AceDataCloud/MCPSeedream](https://github.com/AceDataCloud/SeedreamMCP) [![AceDataCloud/MCPSeedream MCP server](https://glama.ai/mcp/servers/AceDataCloud/MCPSeedream/badges/score.svg)](https://glama.ai/mcp/servers/AceDataCloud/MCPSeedream) 🐍 ☁️ - ByteDance Seedream image generation and editing via Ace Data Cloud API. -- [AIDataNordic/alexandria-mcp](https://github.com/AIDataNordic/alexandria-mcp) 🐍 ☁️ — Semantic search over 4.6M+ text chunks from 20,000+ classical philosophy and humanities works — Plato, Aristotle, Kant, Nietzsche, and thousands more. Multilingual (Ancient Greek, Latin, German, French, English). No install needed. +- [AIDataNordic/alexandria-mcp](https://github.com/AIDataNordic/alexandria-mcp) [![AIDataNordic/alexandria-mcp MCP server](https://glama.ai/mcp/servers/AIDataNordic/alexandria-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AIDataNordic/alexandria-mcp) 🐍 ☁️ - - [8enSmith/mcp-open-library](https://github.com/8enSmith/mcp-open-library) 📇 ☁️ - A MCP server for the Open Library API that enables AI assistants to search for book information. - [abhiemj/manim-mcp-server](https://github.com/abhiemj/manim-mcp-server) 🐍 🏠 🪟 🐧 - A local MCP server that generates animations using Manim. - [austenstone/myinstants-mcp](https://github.com/austenstone/myinstants-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - A soundboard MCP server with millions of meme sounds from myinstants.com. Search, play, and browse categories — let your AI agent play vine boom when code compiles. `npx myinstants-mcp` From 383951a44dc084f006345d84b1e6d7b35b4908a6 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 20:08:48 -0400 Subject: [PATCH 333/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64da77779..33eefb89e 100644 --- a/README.md +++ b/README.md @@ -1747,7 +1747,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [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 - [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) 📇 ☁️ 🏠 - 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. +- [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) - [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`. From 6effb238711189201c270e71dcc7eadc94f56db1 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 20:10:40 -0400 Subject: [PATCH 334/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6deaa09c7..777b43ae8 100644 --- a/README.md +++ b/README.md @@ -1261,7 +1261,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [atomno-labs/mcp-fns-check](https://github.com/atomno-labs/mcp-fns-check) [![atomno-labs/mcp-fns-check MCP server](https://glama.ai/mcp/servers/atomno-labs/mcp-fns-check/badges/score.svg)](https://glama.ai/mcp/servers/atomno-labs/mcp-fns-check) 🐍 ☁️ - Russian counterparty due diligence — INN/OGRN lookup against EGRUL/EGRIP, bankruptcy registry (EFRSB), tax debts (Transparent Business), FSSP enforcement proceedings, and arbitration courts (KAD). Aggregated verdict with risk flags and recommendations. No API key required (public Federal Tax Service data). - [jackrain19743/hou-tea-mcp-server](https://github.com/jackrain19743/hou-tea-mcp-server) [![jackrain19743/hou-tea-mcp-server MCP server](https://glama.ai/mcp/servers/jackrain19743/hou-tea-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/jackrain19743/hou-tea-mcp-server) 📇 ☁️ - Browse, recommend, and **buy authentic Chinese tea** from hou-tea.com using **USDC stablecoin via the x402 protocol**. First commerce MCP that ships real on-chain payment intents (delegated to wallet MCPs like `@coinbase/payments-mcp`). 8 tools: browse / recommend / explain / compare / health-filter / payment / order-status / agent-card. - [autonsol/sol-mcp](https://github.com/autonsol/sol-mcp) [![sol-mcp MCP server](https://glama.ai/mcp/servers/autonsol/sol-mcp/badges/score.svg)](https://glama.ai/mcp/servers/autonsol/sol-mcp) 📇 ☁️ - Solana token risk scoring and pump.fun graduation signals. Score any token by mint address (0-100 risk, risk_label, holder concentration, liquidity), detect graduation momentum (buy/sell ratio, velocity), and query trust attestations. Live API. Freemium — 4 free tools, PRO via x402 micropayments ($0.01/call USDC). -- [vatnode/vatnode-mcp](https://github.com/vatnode/vatnode-mcp) 📇 ☁️ - Official MCP server for **EU VAT validation** via the EU Commission's VIES service + offline VAT rates for 45 European countries. Five tools: `validate_vat_number` (live VIES with company name, address, registration date, and optional consultation number for audit), `get_country_vat_rates`, `list_eu_vat_rates`, `check_vat_format`, `list_supported_countries`. Four of five tools work offline without an API key (data bundled via `eu-vat-rates-data`). Open source MIT, every release signed with npm provenance via GitHub Actions OIDC. Install: `npx -y vatnode-mcp`. [![vatnode/vatnode-mcp MCP server](https://glama.ai/mcp/servers/vatnode/vatnode-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vatnode/vatnode-mcp) +- [vatnode/vatnode-mcp](https://github.com/vatnode/vatnode-mcp) [![vatnode/vatnode-mcp MCP server](https://glama.ai/mcp/servers/vatnode/vatnode-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vatnode/vatnode-mcp) 📇 ☁️ - Official MCP server for **EU VAT validation** via the EU Commission's VIES service + offline VAT rates for 45 European countries. Five tools: `validate_vat_number` (live VIES with company name, address, registration date, and optional consultation number for audit), `get_country_vat_rates`, `list_eu_vat_rates`, `check_vat_format`, `list_supported_countries`. Four of five tools work offline without an API key (data bundled via `eu-vat-rates-data`). Open source MIT, every release signed with npm provenance via GitHub Actions OIDC. Install: `npx -y vatnode-mcp`. - [vdalhambra/axiom-calculator-mcp](https://github.com/vdalhambra/axiom-calculator-mcp) [![axiom-calculator-mcp MCP server](https://glama.ai/mcp/servers/vdalhambra/axiom-calculator-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vdalhambra/axiom-calculator-mcp) 🐍 🏠 🍎 🪟 🐧 - Personal finance calculators — mortgage payments, compound interest, FIRE retirement number, loan comparison, true credit cost, and debt payoff. 8 tools, zero API keys, works with `uvx axiom-calculator-mcp`. - [azeth-protocol/mcp-server](https://github.com/azeth-protocol/mcp-server) [![mcp-azeth MCP server](https://glama.ai/mcp/servers/@azeth-protocol/mcp-azeth/badges/score.svg)](https://glama.ai/mcp/servers/@azeth-protocol/mcp-azeth) 📇 ☁️ - Trust infrastructure for the machine economy — non-custodial ERC-4337 smart accounts, x402 payments, on-chain reputation via ERC-8004, and service discovery for AI agents. - [bakyang2/kr-crypto-intelligence](https://github.com/bakyang2/kr-crypto-intelligence) [![bakyang2/kr-crypto-intelligence MCP server](https://glama.ai/mcp/servers/bakyang2/kr-crypto-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/bakyang2/kr-crypto-intelligence) 🐍 ☁️ - Korean crypto market data + AI analysis for trading agents. 7 tools: AI market read ($0.10, 9 data sources + Claude AI signal), Kimchi Premium, stablecoin premium, Upbit/Bithumb prices, USD/KRW FX rate. Pay-per-use via x402 on Base/Solana. From 07cf229099922ad688e1f95d56167ded4f5a46b3 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 20:14:00 -0400 Subject: [PATCH 335/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37bc5bcab..f48a88628 100644 --- a/README.md +++ b/README.md @@ -1248,7 +1248,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [@frihet/mcp-server](https://github.com/Frihet-io/frihet-mcp) [![frihet-mcp MCP server](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp) 📇 ☁️ - AI-native business management — invoices, expenses, clients, products, and quotes. 31 tools for Claude, Cursor, Windsurf, and Cline. - [@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. - [@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) 🐍 ☁️ 🏠 🍎 🪟 🐧 - 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`. +- [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. - [ahnlabio/bicscan-mcp](https://github.com/ahnlabio/bicscan-mcp) 🎖️ 🐍 ☁️ - Risk score / asset holdings of EVM blockchain address (EOA, CA, ENS) and even domain names. From fee52b6af38e10a08f7689c39215cc5b3b133c9c Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 20:18:13 -0400 Subject: [PATCH 336/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4d0753d1..50412d8c6 100644 --- a/README.md +++ b/README.md @@ -1740,7 +1740,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [arthurpanhku/Arthor-Agent](https://github.com/arthurpanhku/Arthor-Agent) [![arthor-agent MCP server](https://glama.ai/mcp/servers/@arthurpanhku/arthor-agent/badges/score.svg)](https://glama.ai/mcp/servers/@arthurpanhku/arthor-agent) 🐍 🏠 ☁️ - ... - [yakuphanycl/instinct](https://github.com/yakuphanycl/instinct) [![yakuphanycl/instinct MCP server](https://glama.ai/mcp/servers/yakuphanycl/instinct/badges/score.svg)](https://glama.ai/mcp/servers/yakuphanycl/instinct) 🐍 🏠 🍎 🪟 🐧 - Self-learning memory for AI coding agents. Observes tool sequences, user preferences, and recurring fixes; confidence-based promotion (hits ≥5 → mature, ≥10 → rule) so agents stop repeating mistakes without explicit instruction. SQLite-backed, project-aware, zero external deps. Works with Claude Code, Cursor, Windsurf, Goose, Codex. Published on PyPI as `instinct-mcp` and registered in the MCP Registry. - [Wynelson94/longhand](https://github.com/Wynelson94/longhand) [![Wynelson94/longhand MCP server](https://glama.ai/mcp/servers/Wynelson94/longhand/badges/score.svg)](https://glama.ai/mcp/servers/Wynelson94/longhand) 🐍 🏠 🍎 🪟 🐧 - Persistent local memory for Claude Code. Indexes every session JSONL verbatim into SQLite + ChromaDB for semantic recall (~126ms) across your entire history. Never summarizes, zero API calls, 17 MCP tools including fuzzy `recall`, deterministic `replay_file`, and git-aware `recall_project_status`. Published on PyPI as `longhand` and registered in the MCP Registry. -- [STiFLeR7/memex](https://github.com/STiFLeR7/memex) 🐍 🏠 🍎 🪟 🐧 - Developer context continuity system. Watches your git repos and builds a temporal knowledge graph of modules, symbols, decisions, and open problems via Graphiti + Neo4j, then serves it to any AI coding agent over MCP. Every edge carries a validity window and a confidence score that decays over time. 12 tools across read and write. Install via `npx -y stifler-memex-mcp`. MIT licensed. [![STiFLeR7/memex MCP server](https://glama.ai/mcp/servers/STiFLeR7/memex/badges/score.svg)](https://glama.ai/mcp/servers/STiFLeR7/memex) +- [STiFLeR7/memex](https://github.com/STiFLeR7/memex) [![STiFLeR7/memex MCP server](https://glama.ai/mcp/servers/STiFLeR7/memex/badges/score.svg)](https://glama.ai/mcp/servers/STiFLeR7/memex) 🐍 🏠 🍎 🪟 🐧 - Developer context continuity system. Watches your git repos and builds a temporal knowledge graph of modules, symbols, decisions, and open problems via Graphiti + Neo4j, then serves it to any AI coding agent over MCP. Every edge carries a validity window and a confidence score that decays over time. 12 tools across read and write. Install via `npx -y stifler-memex-mcp`. MIT licensed. ### ⚖️ Legal From b348ab31c4bad627ce2c978a01716a9a97fae36f Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 20:18:22 -0400 Subject: [PATCH 337/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d7a6431c..e448bbea4 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [hlydecker/ucsc-genome-mcp](https://github.com/hlydecker/ucsc-genome-mcp) 🐍 ☁️ - MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more. - [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. - [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` -- [salwks/mcp-techTrend](https://github.com/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. +- [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. - [longevity-genie/gget-mcp](https://github.com/longevity-genie/gget-mcp) 🐍 🏠 ☁️ - MCP server providing a powerful bioinformatics toolkit for genomics queries and analysis, wrapping the popular `gget` library. From 0811beb3f24f8eefffe080b46192b2d88bcb562f Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 20:20:41 -0400 Subject: [PATCH 338/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb5e8db91..ff7510c14 100644 --- a/README.md +++ b/README.md @@ -1721,7 +1721,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [smith-and-web/obsidian-mcp-server](https://github.com/smith-and-web/obsidian-mcp-server) 📇 🏠 🍎 🪟 🐧 - SSE-enabled MCP server for remote Obsidian vault management with 29 tools for notes, directories, frontmatter, tags, search, and link operations. Docker-ready with health monitoring. - [smriti-AA/smriti](https://github.com/smriti-AA/smriti) [![smriti MCP server](https://glama.ai/mcp/servers/@Smriti-AA/smriti/badges/score.svg)](https://glama.ai/mcp/servers/@Smriti-AA/smriti) 🦀 🏠 🍎 🪟 🐧 - Self-hosted knowledge store and memory layer for AI agents with knowledge graph, wiki-links, full-text search (FTS5), and agent memory with namespaces and TTL. - [skill-seekers/Skill_Seekers](https://github.com/yusufkaraaslan/Skill_Seekers) [![yusufkaraaslan/Skill_Seekers MCP server](https://glama.ai/mcp/servers/yusufkaraaslan/Skill_Seekers/badges/score.svg)](https://glama.ai/mcp/servers/yusufkaraaslan/Skill_Seekers) 🐍 🏠 🍎 🪟 🐧 - Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG knowledge. 35 MCP tools for scraping, packaging, enhancing, and exporting to vector databases (Weaviate, Chroma, FAISS, Qdrant). Supports 16+ target platforms. -- [stevepridemore/graph-memory](https://github.com/stevepridemore/graph-memory) [![graph-memory MCP server](https://glama.ai/mcp/servers/stevepridemore/graph-memory/badges/score.svg?v=2)](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. +- [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. - [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. From 2e21d7367926e10440483090ff71c44ce0130b1a Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 20:26:57 -0400 Subject: [PATCH 339/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d931465c..23b1e507d 100644 --- a/README.md +++ b/README.md @@ -2338,7 +2338,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) 📇 🏠 🪟 - 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. +- [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. ### 🎧 Text-to-Speech From f68e8df4a433a902161d108ac2b843b9cc296bc8 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 20:46:12 -0400 Subject: [PATCH 340/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f0a17aa8..8c5ddd0c8 100644 --- a/README.md +++ b/README.md @@ -1778,7 +1778,7 @@ Access to legal information, legislation, and legal databases. Enables AI models Location-based services and mapping tools. Enables AI models to work with geographic data, weather information, and location-based analytics. -- [APOGEOAPI/apogeoapi-mcp](https://github.com/APOGEOAPI/apogeoapi-mcp) 📇 ☁️ - Geographic data and live exchange rates: 250+ countries, 5K+ states, 150K+ cities, IP geolocation, and 161 currency rates in one MCP server. Requires `APOGEOAPI_KEY`. +- [APOGEOAPI/apogeoapi-mcp](https://github.com/APOGEOAPI/apogeoapi-mcp) [![APOGEOAPI/apogeoapi-mcp MCP server](https://glama.ai/mcp/servers/APOGEOAPI/apogeoapi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/APOGEOAPI/apogeoapi-mcp) 📇 ☁️ - Geographic data and live exchange rates: 250+ countries, 5K+ states, 150K+ cities, IP geolocation, and 161 currency rates in one MCP server. Requires `APOGEOAPI_KEY`. - [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 From 213b112b0c401a8ab1ca78d9528d4f596c46feca Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 20:52:22 -0400 Subject: [PATCH 341/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f135459d0..1f9ae9a4b 100644 --- a/README.md +++ b/README.md @@ -1969,7 +1969,7 @@ Tools for product planning, customer feedback analysis, and 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` - [TylerIlunga/procore-mcp-server](https://github.com/TylerIlunga/procore-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - MCP server exposing the full Procore REST API (2,636 endpoints) for construction project management. Includes 7 discovery and execution tools covering projects, RFIs, submittals, daily logs, budgets, and more. Single-user OAuth with auto-refresh. - [spranab/saga-mcp](https://github.com/spranab/saga-mcp) [![saga-mcp MCP server](https://glama.ai/mcp/servers/@spranab/saga-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@spranab/saga-mcp) 📇 🏠 🍎 🪟 🐧 - A Jira-like project tracker for AI agents with full hierarchy (Projects > Epics > Tasks > Subtasks), task dependencies with auto-block/unblock, threaded comments, reusable templates, activity logging, and a natural language dashboard. SQLite-backed, 31 tools. -- [agrath/Trello-Desktop-MCP](https://github.com/agrath/Trello-Desktop-MCP) 📇 ☁️ 🍎 🪟 🐧 - Comprehensive Trello integration: 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and search. Read-only mode, image attachment +- [agrath/Trello-Desktop-MCP](https://github.com/agrath/Trello-Desktop-MCP) [![agrath/Trello-Desktop-MCP MCP server](https://glama.ai/mcp/servers/agrath/Trello-Desktop-MCP/badges/score.svg)](https://glama.ai/mcp/servers/agrath/Trello-Desktop-MCP) 📇 ☁️ 🍎 🪟 🐧 - Comprehensive Trello integration: 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and search. Read-only mode, image attachment auto-download. Install via `npx atlassian-trello-mcp`. ### 🏠 Real Estate From 88c9d0035fbd9473d8b9b4e556f8f34aa1db2cd4 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 20:52:59 -0400 Subject: [PATCH 342/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f44797658..2892ce913 100644 --- a/README.md +++ b/README.md @@ -2035,7 +2035,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. -- [einiba/canyougrab-api](https://github.com/einiba/canyougrab-api/tree/main/mcp-server) 🐍 ☁️ 🏠 🍎 🪟 🐧 - 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. [![einiba/canyougrab-api MCP server](https://glama.ai/mcp/servers/einiba/canyougrab-api/badges/score.svg)](https://glama.ai/mcp/servers/einiba/canyougrab-api) +- [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/). - [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. From 49963e3bbf810ce802bebf8b982fa24339c2f4dc Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 20:55:01 -0400 Subject: [PATCH 343/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c10a4e1f5..28709effd 100644 --- a/README.md +++ b/README.md @@ -1893,7 +1893,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [ingero-io/ingero](https://github.com/ingero-io/ingero) [![ingero-io/ingero MCP server](https://glama.ai/mcp/servers/ingero-io/ingero/badges/score.svg)](https://glama.ai/mcp/servers/ingero-io/ingero) 🏎️ 🏠 🐧 - eBPF-based GPU causal observability agent with MCP server. Traces CUDA Runtime/Driver APIs and host kernel events to build causal chains explaining GPU latency. - [inspektor-gadget/ig-mcp-server](https://github.com/inspektor-gadget/ig-mcp-server) 🏎️ ☁️ 🏠 🐧 🪟 🍎 - Debug your Container and Kubernetes workloads with an AI interface powered by eBPF. - [inventer-dev/mcp-internet-speed-test](https://github.com/inventer-dev/mcp-internet-speed-test) 🐍 ☁️ - Internet speed testing with network performance metrics including download/upload speed, latency, jitter analysis, and CDN server detection with geographic mapping -- [Jwrede/llmprobe](https://github.com/Jwrede/llmprobe) 🏎️ ☁️ 🏠 🍎 🪟 🐧 - Synthetic monitoring for LLM inference endpoints. Measure TTFT, latency, throughput, and errors across OpenAI, Anthropic, Google, Azure, Bedrock, and local servers (vLLM, SGLang, Ollama). CLI + MCP server with Prometheus and OpenTelemetry export. +- [Jwrede/llmprobe](https://github.com/Jwrede/llmprobe) [![Jwrede/llmprobe MCP server](https://glama.ai/mcp/servers/Jwrede/llmprobe/badges/score.svg)](https://glama.ai/mcp/servers/Jwrede/llmprobe) 🏎️ ☁️ 🏠 🍎 🪟 🐧 - Synthetic monitoring for LLM inference endpoints. Measure TTFT, latency, throughput, and errors across OpenAI, Anthropic, Google, Azure, Bedrock, and local servers (vLLM, SGLang, Ollama). CLI + MCP server with Prometheus and OpenTelemetry export. - [last9/last9-mcp-server](https://github.com/last9/last9-mcp-server) - Seamlessly bring real-time production context—logs, metrics, and traces—into your local environment to auto-fix code faster - [lodordev/mcp-tautulli](https://github.com/lodordev/mcp-tautulli) [![mcp-tautulli MCP server](https://glama.ai/mcp/servers/lodordev/mcp-tautulli/badges/score.svg)](https://glama.ai/mcp/servers/lodordev/mcp-tautulli) 🐍 🏠 - Tautulli (Plex media server monitoring) with 11 read-only tools for activity, history, library stats, user stats, transcode analysis, and resolution breakdowns. - [log-logn/langfuse-mcp-java](https://github.com/Log-LogN/langfuse-mcp-java) [![langfuse-mcp-java MCP server](https://glama.ai/mcp/servers/Log-LogN/langfuse-mcp-java/badges/score.svg)](https://glama.ai/mcp/servers/Log-LogN/langfuse-mcp-java) ☕ ☁️ - Query Langfuse traces, debug exceptions, analyze sessions, scores, datasets, schema, observations and manage prompts. Full observability toolkit for LLM applications. (https://github.com/langfuse/langfuse) From 23dd626f7b2f670d88712d63bdfd477c65ec985c Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 20:57:14 -0400 Subject: [PATCH 344/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8deec05a5..18bda5ab0 100644 --- a/README.md +++ b/README.md @@ -1265,7 +1265,7 @@ Provides direct access to local file systems with configurable permissions. Enab ### 💰 Finance & Fintech -- [infaton/MCP35](https://github.com/infaton/MCP35) 📇 🏠 - INFATON MCP Server for 1C:Enterprise ERP — 35 tools for metadata inspection, document CRUD, register queries, and BSP integration. First MCP server for Russian ERP systems. JSON-RPC 2.0 compliant BSL implementation. +- [infaton/MCP35](https://github.com/infaton/MCP35) [![infaton/MCP35 MCP server](https://glama.ai/mcp/servers/infaton/MCP35/badges/score.svg)](https://glama.ai/mcp/servers/infaton/MCP35) 📇 🏠 - INFATON MCP Server for 1C:Enterprise ERP — 35 tools for metadata inspection, document CRUD, register queries, and BSP integration. First MCP server for Russian ERP systems. JSON-RPC 2.0 compliant BSL implementation. - [mrslbt/xendit-mcp](https://github.com/mrslbt/xendit-mcp) [![mrslbt/xendit-mcp MCP server](https://glama.ai/mcp/servers/mrslbt/xendit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mrslbt/xendit-mcp) 📇 ☁️ - Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Malaysia. Install via `npx xendit-mcp`. - [@arbitova/mcp-server](https://github.com/jiayuanliang0716-max/Arbitova) [![jiayuanliang0716-max/Arbitova MCP server](https://glama.ai/mcp/servers/jiayuanliang0716-max/Arbitova/badges/score.svg)](https://glama.ai/mcp/servers/jiayuanliang0716-max/Arbitova) 📇 ☁️ - Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full `EscrowV1` contract surface: create escrow, mark delivered with on-chain content hash, confirm or dispute, arbiter resolves with signed verdict, cancel/escalate on timeout. `npx @arbitova/mcp-server` - [@asterpay/mcp-server](https://github.com/timolein74/asterpay-mcp-server) [![asterpay-mcp-server MCP server](https://glama.ai/mcp/servers/timolein74/asterpay-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/timolein74/asterpay-mcp-server) 📇 ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics — pay-per-call in USDC on Base. SEPA Instant EUR off-ramp. From 8380eed232b29d4755ebba7908d8af4a0c9d991c Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 21:10:19 -0400 Subject: [PATCH 345/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fcb7434f..ea4ffc779 100644 --- a/README.md +++ b/README.md @@ -1299,7 +1299,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [vatnode/vatnode-mcp](https://github.com/vatnode/vatnode-mcp) [![vatnode/vatnode-mcp MCP server](https://glama.ai/mcp/servers/vatnode/vatnode-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vatnode/vatnode-mcp) 📇 ☁️ - Official MCP server for **EU VAT validation** via the EU Commission's VIES service + offline VAT rates for 45 European countries. Five tools: `validate_vat_number` (live VIES with company name, address, registration date, and optional consultation number for audit), `get_country_vat_rates`, `list_eu_vat_rates`, `check_vat_format`, `list_supported_countries`. Four of five tools work offline without an API key (data bundled via `eu-vat-rates-data`). Open source MIT, every release signed with npm provenance via GitHub Actions OIDC. Install: `npx -y vatnode-mcp`. - [vdalhambra/axiom-calculator-mcp](https://github.com/vdalhambra/axiom-calculator-mcp) [![axiom-calculator-mcp MCP server](https://glama.ai/mcp/servers/vdalhambra/axiom-calculator-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vdalhambra/axiom-calculator-mcp) 🐍 🏠 🍎 🪟 🐧 - Personal finance calculators — mortgage payments, compound interest, FIRE retirement number, loan comparison, true credit cost, and debt payoff. 8 tools, zero API keys, works with `uvx axiom-calculator-mcp`. - [azeth-protocol/mcp-server](https://github.com/azeth-protocol/mcp-server) [![mcp-azeth MCP server](https://glama.ai/mcp/servers/@azeth-protocol/mcp-azeth/badges/score.svg)](https://glama.ai/mcp/servers/@azeth-protocol/mcp-azeth) 📇 ☁️ - Trust infrastructure for the machine economy — non-custodial ERC-4337 smart accounts, x402 payments, on-chain reputation via ERC-8004, and service discovery for AI agents. -- [Claynsn/agent-discovery-mcp](https://github.com/Claynsn/agent-discovery-mcp) 📇 🏠 🍎 🪟 🐧 - Minimal MCP server (~250 lines TS) for ERC-8004 agent discovery + x402 payment. Three tools: `find_agents_by_skill` (via 8004scan public API), `get_agent_card`, `call_agent_with_payment` using Coinbase's official `x402-fetch`. Direct EOA signing — no smart account, no bundler, no relay. Works with Claude Code, OpenClaw, Cursor, Cline. USDC on Base/Ethereum + testnets, MIT. +- [Claynsn/agent-discovery-mcp](https://github.com/Claynsn/agent-discovery-mcp) [![Claynsn/agent-discovery-mcp MCP server](https://glama.ai/mcp/servers/Claynsn/agent-discovery-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Claynsn/agent-discovery-mcp) 📇 🏠 🍎 🪟 🐧 - Minimal MCP server (~250 lines TS) for ERC-8004 agent discovery + x402 payment. Three tools: `find_agents_by_skill` (via 8004scan public API), `get_agent_card`, `call_agent_with_payment` using Coinbase's official `x402-fetch`. Direct EOA signing — no smart account, no bundler, no relay. Works with Claude Code, OpenClaw, Cursor, Cline. USDC on Base/Ethereum + testnets, MIT. - [bakyang2/kr-crypto-intelligence](https://github.com/bakyang2/kr-crypto-intelligence) [![bakyang2/kr-crypto-intelligence MCP server](https://glama.ai/mcp/servers/bakyang2/kr-crypto-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/bakyang2/kr-crypto-intelligence) 🐍 ☁️ - Korean crypto market data + AI analysis for trading agents. 7 tools: AI market read ($0.10, 9 data sources + Claude AI signal), Kimchi Premium, stablecoin premium, Upbit/Bithumb prices, USD/KRW FX rate. Pay-per-use via x402 on Base/Solana. - [cuthongthai-vn/vimo-mcp-server](https://github.com/cuthongthai-vn/vimo-mcp-server) [![cuthongthai-vn/vimo-mcp-server MCP server](https://glama.ai/mcp/servers/cuthongthai-vn/vimo-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/cuthongthai-vn/vimo-mcp-server) 📇 ☁️ - Vietnam stock market intelligence — 35 tools: real-time SSI quotes, technical analysis, financial statements, stock screener (13 strategies), AI picks, foreign flow, macro indicators, and 13 investment playbook categories - [bankless/onchain-mcp](https://github.com/Bankless/onchain-mcp/) 📇 ☁️ - Bankless Onchain API to interact with smart contracts, query transaction and token information From 1a88620e3944e189087b29942b41cf85c8b348cf Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 21:12:34 -0400 Subject: [PATCH 346/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0579b56e4..21b9083fe 100644 --- a/README.md +++ b/README.md @@ -540,7 +540,7 @@ Integration with communication platforms for message management and channel oper - [AbdelStark/nostr-mcp](https://github.com/AbdelStark/nostr-mcp) ☁️ - A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more. - [adhikasp/mcp-twikit](https://github.com/adhikasp/mcp-twikit) 🐍 ☁️ - Interact with Twitter search and timeline - [agentmail-toolkit/mcp](https://github.com/agentmail-to/agentmail-toolkit/tree/main/mcp) 🐍 💬 - An MCP server to create inboxes on the fly to send, receive, and take actions on email. We aren't AI agents for email, but email for AI Agents. -- [AutomateLab-tech/content-distribution-mcp](https://github.com/AutomateLab-tech/content-distribution-mcp) 📇 ☁️ 🏠 - Publish one piece of content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, Medium and Twitter with idempotent state and per-platform adaptation. [![AutomateLab-tech/content-distribution-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/content-distribution-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/content-distribution-mcp) +- [AutomateLab-tech/content-distribution-mcp](https://github.com/AutomateLab-tech/content-distribution-mcp) [![AutomateLab-tech/content-distribution-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/content-distribution-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/content-distribution-mcp) 📇 ☁️ 🏠 - Publish one piece of content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, Medium and Twitter with idempotent state and per-platform adaptation. - [bababoi-bibilabu/agent-mq](https://github.com/bababoi-bibilabu/agent-mq) [![agent-mq MCP server](https://glama.ai/mcp/servers/bababoi-bibilabu/agent-mq/badges/score.svg)](https://glama.ai/mcp/servers/bababoi-bibilabu/agent-mq) 📇 ☁️ 🏠 - Message queue for AI coding assistants. Let AI agents (Claude Code, Cursor, Codex) send messages to each other across sessions and machines. UUID-based auth, self-hostable. - [Beltran12138/wecom-docs-mcp-server](https://github.com/Beltran12138/wecom-docs-mcp-server) [![Beltran12138/wecom-docs-mcp-server MCP server](https://glama.ai/mcp/servers/Beltran12138/wecom-docs-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Beltran12138/wecom-docs-mcp-server) 🐍 🏠 🪟 🐧 - WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP servers only support webhook messaging. - [areweai/tsgram-mcp](https://github.com/areweai/tsgram-mcp) - TSgram: Telegram + Claude with local workspace access on your phone in typescript. Read, write, and vibe code on the go! From b6242c248d54bfaaccce00f44714f903a1c8fbca Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 21:15:08 -0400 Subject: [PATCH 347/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1797be3c2..a3ad5879c 100644 --- a/README.md +++ b/README.md @@ -2189,7 +2189,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [arian-gogani/nobulex](https://github.com/arian-gogani/nobulex) [![nobulex-mcp-server MCP server](https://glama.ai/mcp/servers/arian-gogani/nobulex/badges/score.svg)](https://glama.ai/mcp/servers/arian-gogani/nobulex) 📇 🏠 🍎 🪟 🐧 - Proof-of-behavior enforcement for AI agents. Define behavioral covenant rules (permit/forbid/require), enforce at runtime before execution, get SHA-256 hash-chained tamper-evident audit logs, and verify compliance independently. Cross-agent verification handshake — no proof, no transaction. MIT licensed, 4,244 tests. - [agentward-ai/agentward](https://github.com/agentward-ai/agentward) [![agent-ward MCP server](https://glama.ai/mcp/servers/agentward-ai/agent-ward/badges/score.svg)](https://glama.ai/mcp/servers/agentward-ai/agent-ward) 🐍 🏠 🍎 🪟 🐧 - Permission control plane for AI agents. MCP proxy that enforces least-privilege YAML policies on every tool call, classifies sensitive data (PII/PHI), detects dangerous skill chains, and generates compliance audit trails. Supports stdio and HTTP proxy modes. - [agntor/mcp](https://github.com/agntor/mcp) 📇 ☁️ 🍎 🪟 🐧 - MCP audit server for agent discovery and certification. Provides trust and payment rail for AI agents including identity verification, escrow, settlement, and reputation management. -- [gaoharimran29-glitch/Cybersecurity-MCP-Server](https://github.com/gaoharimran29-glitch/Cybersecurity-MCP-Server) [![Cybersecurity-MCP-Server MCP server](https://glama.ai/mcp/servers/gaoharimran29-glitch/Cybersecurity-MCP-Server/badges/score.svg)] (https://glama.ai/mcp/servers/gaoharimran29-glitch/Cybersecurity-MCP-Server) 🐍 🏠 🪟 🍎 🐧 - Cybersecurity reconnaissance server for Claude. WHOIS lookup, DNS enumeration with subdomain brute-forcing, Nmap port scanning with service detection, SSL/TLS certificate inspection, technology stack fingerprinting, CVE lookup, and IP reputation checking. Runs fully locally via FastMCP. +- [gaoharimran29-glitch/Cybersecurity-MCP-Server](https://github.com/gaoharimran29-glitch/Cybersecurity-MCP-Server) [![gaoharimran29-glitch/Cybersecurity-MCP-Server MCP server](https://glama.ai/mcp/servers/gaoharimran29-glitch/Cybersecurity-MCP-Server/badges/score.svg)](https://glama.ai/mcp/servers/gaoharimran29-glitch/Cybersecurity-MCP-Server) 🐍 🏠 🪟 🍎 🐧 - Cybersecurity reconnaissance server for Claude. WHOIS lookup, DNS enumeration with subdomain brute-forcing, Nmap port scanning with service detection, SSL/TLS certificate inspection, technology stack fingerprinting, CVE lookup, and IP reputation checking. Runs fully locally via FastMCP. - [vinaybhosle/agentstamp](https://github.com/vinaybhosle/agentstamp) [![vinaybhosle/agentstamp MCP server](https://glama.ai/mcp/servers/vinaybhosle/agentstamp/badges/score.svg)](https://glama.ai/mcp/servers/vinaybhosle/agentstamp) 📇 ☁️ - Trust intelligence for AI agents — identity stamps, reputation scoring (0-100), registry, forensic audit trails, and A2A passports via x402 micropayments. - [jimmyracheta/AI-Runtime-Guard](https://github.com/runtimeguard/runtime-guard)[![runtime-guard MCP server](https://glama.ai/mcp/servers/runtimeguard/runtime-guard/badges/score.svg)](https://glama.ai/mcp/servers/runtimeguard/runtime-guard)🐍 🏠🍎 🪟 - Runtime policy enforcement for AI agents - prevents accidental damage to your systems, unauthorized agent access and automates backup-before-write for any touched files. - [airblackbox/air-blackbox-mcp](https://github.com/airblackbox/air-blackbox-mcp) [![air-blackbox-mcp MCP server](https://glama.ai/mcp/servers/@airblackbox/air-blackbox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@airblackbox/air-blackbox-mcp) 🐍 🏠 🍎 🪟 🐧 - EU AI Act compliance scanner for Python AI agents. Scans, analyzes, and remediates LangChain/CrewAI/AutoGen/OpenAI code across 6 articles with 10 tools including prompt injection detection, risk classification, and trust layer integration. The only MCP compliance server that generates fix code, not just findings. From 7aaa6f82f0e8c862dc563e8e665d22e8d36ccb0a Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 21:26:30 -0400 Subject: [PATCH 348/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d062406f..df7d23d6e 100644 --- a/README.md +++ b/README.md @@ -1878,7 +1878,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [pickelfintech/sentisift-sdks](https://github.com/pickelfintech/sentisift-sdks/tree/main/mcp) [![pickelfintech/sentisift-sdks MCP server](https://glama.ai/mcp/servers/pickelfintech/sentisift-sdks/badges/score.svg)](https://glama.ai/mcp/servers/pickelfintech/sentisift-sdks) 🐍 ☁️ - Comment moderation and intelligence for any article: bot/spam detection, multilingual sentiment analysis, and Influence (constructive comment generation on paid tiers). Free tier: 1,000 comments, no credit card. - [pipeboard-co/meta-ads-mcp](https://github.com/pipeboard-co/meta-ads-mcp) 🐍 ☁️ 🏠 - Meta Ads automation that just works. Trusted by 10,000+ businesses to analyze performance, test creatives, optimize spend, and scale results — simply and reliably. - [qr-maker-io/mcp-server](https://github.com/qr-maker-io/mcp-server) [![qr-maker-io/mcp-server MCP server](https://glama.ai/mcp/servers/qr-maker-io/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/qr-maker-io/mcp-server) 📇 ☁️ - Generate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages. Install: `npx @qr-maker/mcp-server --api-key=YOUR_KEY`. -- [krissanders/ai-visibility-mcp](https://github.com/krissanders/ai-visibility-mcp) 🐍 🏠 🍎 🪟 🐧 - Audit how AI sees your website. Per-bot robots.txt verdicts for 22 known AI user-agents (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, Bytespider, etc), Cloudflare AI-default flags, on-page schema, sitemap, llms.txt, SPA-shell detection, and cross-model brand mentions via Perplexity + OpenRouter. 0-100 score with explainable deductions; parallel competitor compare. SSRF-guarded, per-call and daily LLM spend caps. MIT, 24 tests, stdio + HTTP. +- [krissanders/ai-visibility-mcp](https://github.com/krissanders/ai-visibility-mcp) [![krissanders/ai-visibility-mcp MCP server](https://glama.ai/mcp/servers/krissanders/ai-visibility-mcp/badges/score.svg)](https://glama.ai/mcp/servers/krissanders/ai-visibility-mcp) 🐍 🏠 🍎 🪟 🐧 - Audit how AI sees your website. Per-bot robots.txt verdicts for 22 known AI user-agents (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, Bytespider, etc), Cloudflare AI-default flags, on-page schema, sitemap, llms.txt, SPA-shell detection, and cross-model brand mentions via Perplexity + OpenRouter. 0-100 score with explainable deductions; parallel competitor compare. SSRF-guarded, per-call and daily LLM spend caps. MIT, 24 tests, stdio + HTTP. - [sharozdawa/ai-visibility](https://github.com/sharozdawa/ai-visibility) [![ai-visibility MCP server](https://glama.ai/mcp/servers/sharozdawa/ai-visibility/badges/score.svg)](https://glama.ai/mcp/servers/sharozdawa/ai-visibility) 📇 🏠 - Track brand visibility across ChatGPT, Perplexity, Claude, and Gemini. Visibility scores, sentiment analysis, competitor detection, and trend charts. - [SearchAtlas](https://github.com/Search-Atlas-Group/searchatlas-mcp-server) [![search-atlas-mcp-server MCP server](https://glama.ai/mcp/servers/search-atlas-group/search-atlas-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/search-atlas-group/search-atlas-mcp-server)📇 ☁️ - SEO, content generation, PPC, keyword research, site auditing, authority building, and LLM brand visibility monitoring via 16 specialized tools. From 28fe559446d7bc50876698e4d9ae27ed88fbab85 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 21:34:40 -0400 Subject: [PATCH 349/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a25e35f6e..d07474759 100644 --- a/README.md +++ b/README.md @@ -955,7 +955,7 @@ Tools and integrations that enhance the development workflow and environment man - [joshuarileydev/simulator-mcp-server](https://github.com/JoshuaRileyDev/simulator-mcp-server) 📇 🏠 - An MCP server to control iOS Simulators - [Jpisnice/shadcn-ui-mcp-server](https://github.com/Jpisnice/shadcn-ui-mcp-server) 📇 🏠 - MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata. - [jsdelivr/globalping-mcp-server](https://github.com/jsdelivr/globalping-mcp-server) 🎖️ 📇 ☁️ - The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world. -- [Jungle-Grid/mcp-server](https://github.com/Jungle-Grid/mcp-server) 🎖️ 📇 ☁️ - MCP server for Jungle Grid, an agentic GPU execution layer that lets AI agents estimate, submit, monitor, and fetch logs for inference, training, fine-tuning, and batch workloads. [![Jungle-Grid/mcp-server MCP server](https://glama.ai/mcp/servers/Jungle-Grid/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Jungle-Grid/mcp-server) +- [Jungle-Grid/mcp-server](https://github.com/Jungle-Grid/mcp-server) [![Jungle-Grid/mcp-server MCP server](https://glama.ai/mcp/servers/Jungle-Grid/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Jungle-Grid/mcp-server) 🎖️ 📇 ☁️ - MCP server for Jungle Grid, an agentic GPU execution layer that lets AI agents estimate, submit, monitor, and fetch logs for inference, training, fine-tuning, and batch workloads. - [kadykov/mcp-openapi-schema-explorer](https://github.com/kadykov/mcp-openapi-schema-explorer) 📇 ☁️ 🏠 - Token-efficient access to OpenAPI/Swagger specs via MCP Resources. - [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. From 1ebf10220ddceadf65d2dc4724d898d216fc65ca Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 21:37:24 -0400 Subject: [PATCH 350/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8f8c785c..a7a745098 100644 --- a/README.md +++ b/README.md @@ -2049,7 +2049,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 -- [AIweather-Anurag/ottasia-mcp-server](https://github.com/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` +- [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` - [mrslbt/rippr](https://github.com/mrslbt/rippr) [![mrslbt/rippr MCP server](https://glama.ai/mcp/servers/mrslbt/rippr/badges/score.svg)](https://glama.ai/mcp/servers/mrslbt/rippr) 📇 🏠 - YouTube transcript extraction for AI agents. Clean text, timestamps, or structured JSON from any video. No API keys required. Install via `npx rippr-mcp`. - [0xdaef0f/job-searchoor](https://github.com/0xDAEF0F/job-searchoor) 📇 🏠 - An MCP server for searching job listings with filters for date, keywords, remote work options, and more. - [hanselhansel/aeo-cli](https://github.com/hanselhansel/aeo-cli) 🐍 🏠 - Audit URLs for AI crawler readiness — checks robots.txt, llms.txt, JSON-LD schema, and content density with 0-100 AEO scoring. From 42f1a2edd1980cce1e523b58b66f4cae195dcc24 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 21:55:08 -0400 Subject: [PATCH 351/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f81a317f..c53438609 100644 --- a/README.md +++ b/README.md @@ -1681,7 +1681,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) 📇 ☁️ 🏠 - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. - [doobidoo/MCP-Context-Provider](https://github.com/doobidoo/MCP-Context-Provider) 📇 🏠 - Static server that provides persistent tool-specific context and rules for AI models - [doobidoo/mcp-memory-service](https://github.com/doobidoo/mcp-memory-service) 📇 🏠 - Universal memory service providing semantic search, persistent storage, and autonomous memory consolidation -- [dot-RealityTest/obsidian-codex-mcp](https://github.com/dot-RealityTest/obsidian-codex-mcp) 🐍 🏠 🍎 🪟 🐧 - Local-first Obsidian vault MCP server for Codex, Claude Desktop, and other MCP clients. Works directly with markdown files, no Obsidian plugin, API key, cloud service, or running Obsidian app required. Includes read-only mode, backup-on-write, path isolation, and setup examples. +- [dot-RealityTest/obsidian-codex-mcp](https://github.com/dot-RealityTest/obsidian-codex-mcp) [![dot-RealityTest/obsidian-codex-mcp MCP server](https://glama.ai/mcp/servers/dot-RealityTest/obsidian-codex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/dot-RealityTest/obsidian-codex-mcp) 🐍 🏠 🍎 🪟 🐧 - Local-first Obsidian vault MCP server for Codex, Claude Desktop, and other MCP clients. Works directly with markdown files, no Obsidian plugin, API key, cloud service, or running Obsidian app required. Includes read-only mode, backup-on-write, path isolation, and setup examples. - [DollhouseMCP/mcp-server](https://github.com/DollhouseMCP/mcp-server) [![DollhouseMCP MCP server](https://glama.ai/mcp/servers/DollhouseMCP/mcp-server/badge)](https://glama.ai/mcp/servers/DollhouseMCP/mcp-server) 📇 🏠 🍎 🪟 🐧 - One-line installable MCP server that adds reusable customization elements — personas, skills, templates, agents, memory, and ensembles (collected customization tools) — to any MCP Client application. Dynamic permissioning for safe AI operations, a robust validation architecture, versioning, and a public collection of shareable content. Install: `npx @dollhousemcp/mcp-server@latest --web`. - [DomDemetz/claude-soul](https://github.com/DomDemetz/claude-soul) [![DomDemetz/claude-soul MCP server](https://glama.ai/mcp/servers/DomDemetz/claude-soul/badges/score.svg)](https://glama.ai/mcp/servers/DomDemetz/claude-soul) 📇 🏠 🍎 🐧 - Self-improving learning engine for Claude Code. Extracts signals from every session (corrections, successes, confusion), runs periodic reflections, and evolves behavioral frameworks through evidence tiers (hypothesis → observed → validated). Frameworks that keep working get promoted, bad ones get retired. 9 MCP tools, automatic hooks, phase-adaptive learning. Single dependency, local-only. `npx claude-soul init --starter` - [edobusy/agenthold](https://github.com/edobusy/agenthold) [![agenthold MCP server](https://glama.ai/mcp/servers/edobusy/agenthold/badges/score.svg)](https://glama.ai/mcp/servers/edobusy/agenthold) 🐍 🏠 🍎 🪟 🐧 - Shared versioned state store with optimistic concurrency control for coordinating concurrent AI agents. SQLite-backed claim/release locks and append-only audit log. From d49d84ddcc64185898c3b0374a48c85bfef8e9ca Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 22:11:35 -0400 Subject: [PATCH 352/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19389ed3b..629da57ce 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ Servers for accessing many apps and tools through a single MCP server. - [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). - [mindsdb/mindsdb](https://github.com/mindsdb/mindsdb) - Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview). -- [Octodamus/octodamus-core](https://github.com/Octodamus/octodamus-core) 🐍 ?? - AI consensus market oracle for crypto traders and autonomous agents. 11-signal BUY/SELL/HOLD consensus (RSI, MACD, funding rate, L/S ratio, on-chain flow, Fear & Greed, congressional trading), Polymarket prediction market edges with EV scoring, Grok X crowd sentiment divergence. Ed25519-signed, on-chain verifiable. x402 micropayments at $0.01/call on Base, or 500 req/day free. [![Octodamus/octodamus-core MCP server](https://glama.ai/mcp/servers/Octodamus/octodamus-core/badges/score.svg)](https://glama.ai/mcp/servers/Octodamus/octodamus-core) +- [Octodamus/octodamus-core](https://github.com/Octodamus/octodamus-core) [![Octodamus/octodamus-core MCP server](https://glama.ai/mcp/servers/Octodamus/octodamus-core/badges/score.svg)](https://glama.ai/mcp/servers/Octodamus/octodamus-core) 🐍 - AI consensus market oracle for crypto traders and autonomous agents. 11-signal BUY/SELL/HOLD consensus (RSI, MACD, funding rate, L/S ratio, on-chain flow, Fear & Greed, congressional trading), Polymarket prediction market edges with EV scoring, Grok X crowd sentiment divergence. Ed25519-signed, on-chain verifiable. x402 micropayments at $0.01/call on Base, or 500 req/day free. - [opentabs-dev/opentabs](https://github.com/opentabs-dev/opentabs) [![opentabs-dev/opentabs MCP server](https://glama.ai/mcp/servers/opentabs-dev/opentabs/badges/score.svg)](https://glama.ai/mcp/servers/opentabs-dev/opentabs) 📇 🏠 🍎 🪟 🐧 - Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a plugin SDK for building new ones. - [oxgeneral/agentnet](https://github.com/oxgeneral/agentnet) 🐍 ☁️ 🍎 🪟 🐧 - Agent-to-agent referral network where AI agents discover, recommend, and refer users to each other. Features bilateral trust model, credit economy, and 7 MCP tools for agent registration, discovery, and referral tracking. - [particlefuture/MCPDiscovery](https://github.com/particlefuture/1mcpserver) 🐍 ☁️ 🏠 🍎 🪟 - MCP of MCPs. Automatic discovery and configure MCP servers on your local machine. From b599570bb40d58995da9bfe11608381114fe0660 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 22:41:02 -0400 Subject: [PATCH 353/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f858f2433..4e3f6755f 100644 --- a/README.md +++ b/README.md @@ -573,7 +573,7 @@ Integration with communication platforms for message management and channel oper - [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. - [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) 🏠 - 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. [![googlarz/signal-mcp MCP server](https://glama.ai/mcp/servers/googlarz/signal-mcp/badges/score.svg)](https://glama.ai/mcp/servers/googlarz/signal-mcp) +- [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. - [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 - [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 687a8ed710385cdf8e3c0f84d79c086daa3fd3ae Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 22:49:54 -0400 Subject: [PATCH 354/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 815d39c58..ff98ff5db 100644 --- a/README.md +++ b/README.md @@ -1674,7 +1674,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [cameronrye/openzim-mcp](https://github.com/cameronrye/openzim-mcp) 🐍 🏠 - Modern, secure MCP server for accessing ZIM format knowledge bases offline. Enables AI models to search and navigate Wikipedia, educational content, and other compressed knowledge archives with smart retrieval, caching, and comprehensive API. -- [cachly-dev/cachly-mcp](https://github.com/cachly-dev/cachly-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Persistent AI memory brain for Claude Code, Cursor, Copilot, Windsurf, Cline & Zed. `session_start()` briefs your AI on last session, lessons, and open tasks in one call. 84 tools — Team Brain, semantic BM25+ search, Team Telepathy, Ambient Git Learning, Memory Crystals, Analytics, and managed Valkey/Redis. `npx @cachly-dev/init` — free tier, no credit card. [Website](https://cachly.dev) [![cachly-dev/cachly-mcp MCP server](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp) +- [cachly-dev/cachly-mcp](https://github.com/cachly-dev/cachly-mcp) [![cachly-dev/cachly-mcp MCP server](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cachly-dev/cachly-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Persistent AI memory brain for Claude Code, Cursor, Copilot, Windsurf, Cline & Zed. `session_start()` briefs your AI on last session, lessons, and open tasks in one call. 84 tools — Team Brain, semantic BM25+ search, Team Telepathy, Ambient Git Learning, Memory Crystals, Analytics, and managed Valkey/Redis. `npx @cachly-dev/init` — free tier, no credit card. [Website](https://cachly.dev) - [cdeust/Cortex](https://github.com/cdeust/Cortex) [![badge](https://glama.ai/mcp/servers/cdeust/Cortex/badge)](https://glama.ai/mcp/servers/cdeust/Cortex) 🐍 🏠 🍎 - Persistent memory for Claude Code grounded in computational neuroscience (41 cited papers). Thermodynamic decay, hippocampal-cortical consolidation, predictive-coding write gate, WRRF retrieval. PostgreSQL + pgvector, 33 MCP tools, 7 lifecycle hooks. Benchmarked 97.8% R@10 on LongMemEval. `claude plugin marketplace add cdeust/Cortex` - [celiums/celiums-memory](https://github.com/terrizoaguimor/celiums-memory) [![celiums-memory MCP server](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory/badges/score.svg)](https://glama.ai/mcp/servers/terrizoaguimor/celiums-memory) 📇 🏠 ☁️ 🍎 🪟 🐧 - Cognitive memory engine with 5,100+ knowledge modules, circadian rhythm awareness, and emotional state tracking (PAD model). Hybrid search (PostgreSQL + Qdrant vectors + Valkey cache), per-user memory isolation, and multi-protocol support (MCP, REST, OpenAI, LangChain, A2A). `npx @celiums/memory` [Website](https://celiums.io) - [cg3-llc/prior_mcp](https://github.com/cg3-llc/prior_mcp) [![cg3-llc/prior_mcp MCP server](https://glama.ai/mcp/servers/cg3-llc/prior_mcp/badges/score.svg)](https://glama.ai/mcp/servers/cg3-llc/prior_mcp) 📇 ☁️ - Shared knowledge base where AI agents exchange proven solutions — including failed approaches, so your agent skips the dead ends. Smaller models get instant access to frontier-model discoveries. Free to search indefinitely when feedback is provided on results. [Website](https://prior.cg3.io) From 40b0e1d16dc374fb5abed146f4a33723f4dd0449 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Tue, 26 May 2026 22:54:34 -0400 Subject: [PATCH 355/355] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4726f1166..aed0db4b9 100644 --- a/README.md +++ b/README.md @@ -2219,7 +2219,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [urlbox/urlbox-mcp-server](https://github.com/urlbox/urlbox-mcp-server/) - 📇 🏠 A reliable MCP server for generating and managing screenshots, PDFs, and videos, performing AI-powered screenshot analysis, and extracting web content (Markdown, metadata, and HTML) via the [Urlbox](https://urlbox.com) API. - [vectorize-io/vectorize-mcp-server](https://github.com/vectorize-io/vectorize-mcp-server/) ☁️ 📇 - [Vectorize](https://vectorize.io) MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking. - [vitorpavinato/ncbi-mcp-server](https://github.com/vitorpavinato/ncbi-mcp-server) 🐍 ☁️ 🏠 - Comprehensive NCBI/PubMed literature search server with advanced analytics, caching, MeSH integration, related articles discovery, and batch processing for all life sciences and biomedical research. -- [Gaoshan0971/digeguigui](https://github.com/Gaoshan0971/digeguigui) 🐍 📇 ☁️ 🏠 - Global reptile & exotic pet knowledge base. 633 species, AI identification, genetics calculator, 12-dimension care, health diagnosis, pricing, and blockchain provenance. Free tier: 9 tools, 10 req/min. MCP: https://api.digeguigui.com/mcp +- [Gaoshan0971/digeguigui](https://github.com/Gaoshan0971/digeguigui) [![Gaoshan0971/digeguigui MCP server](https://glama.ai/mcp/servers/Gaoshan0971/digeguigui/badges/score.svg)](https://glama.ai/mcp/servers/Gaoshan0971/digeguigui) 🐍 📇 ☁️ 🏠 - Global reptile & exotic pet knowledge base. 633 species, AI identification, genetics calculator, 12-dimension care, health diagnosis, pricing, and blockchain provenance. Free tier: 9 tools, 10 req/min. MCP: https://api.digeguigui.com/mcp - [robbyczgw-cla/web-search-plus-mcp](https://github.com/robbyczgw-cla/web-search-plus-mcp) [![web-search](https://glama.ai/mcp/servers/robbyczgw-cla/web-search-plus-mcp/badges/score.svg)](https://glama.ai/mcp/servers/robbyczgw-cla/web-search-plus-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Multi-provider web search with intelligent auto-routing (Serper, Tavily, Exa). Available via `uvx web-search-plus-mcp`. - [Vincentwei1021/agent-toolbox](https://github.com/Vincentwei1021/agent-toolbox) [![agent-toolbox MCP server](https://glama.ai/mcp/servers/@Vincentwei1021/agent-toolbox/badges/score.svg)](https://glama.ai/mcp/servers/@Vincentwei1021/agent-toolbox) 📇 ☁️ 🍎 🪟 🐧 - Production-ready MCP server providing 13 tools for AI agents: web search, content extraction, screenshots, weather, finance, email validation, translation, news, GeoIP, WHOIS, DNS, PDF extraction, and QR code generation. 1,000 free calls/month, no setup required. - [webscraping-ai/webscraping-ai-mcp-server](https://github.com/webscraping-ai/webscraping-ai-mcp-server) 🎖️ 📇 ☁️ - Interact with [WebScraping.ai](https://webscraping.ai) for web data extraction and scraping.