From 8c0413f69733a155cd8c16dbb0774734dd27a573 Mon Sep 17 00:00:00 2001 From: dial481 <248182468+dial481@users.noreply.github.com> Date: Tue, 3 Feb 2026 01:33:44 +0200 Subject: [PATCH 001/238] Add Penfield MCP to memory resources list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 836aa7d2..ecafe6a7 100644 --- a/README.md +++ b/README.md @@ -1048,6 +1048,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [vectorize-io/hindsight](https://github.com/vectorize-io/hindsight) 🐍 ☁️ 🏠 - Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory +- [penfieldlabs/penfield-mcp](https://github.com/penfieldlabs/penfield-mcp) - 🐍 ☁️ - Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive handoff, artifact storage, and personality system. Works across Claude, Cursor, Windsurf, and any MCP client. ### βš–οΈ Legal From 88da0ded4145c0496e4db8eb9fe33e3342b6b0be Mon Sep 17 00:00:00 2001 From: dial481 <248182468+dial481@users.noreply.github.com> Date: Tue, 3 Feb 2026 11:49:01 +0200 Subject: [PATCH 002/238] Fixed alphabetical order --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecafe6a7..e26a5415 100644 --- a/README.md +++ b/README.md @@ -1033,6 +1033,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [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. +- [penfieldlabs/penfield-mcp](https://github.com/penfieldlabs/penfield-mcp) - 🐍 ☁️ - Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive handoff, artifact storage, and personality system. Works across Claude, Cursor, Windsurf, and any MCP client. - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) πŸŽ–οΈ πŸ¦€ ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. - [ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) πŸ“‡ ☁️ - Retrieve context from your [Ragie](https://www.ragie.ai) (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more. @@ -1048,7 +1049,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [vectorize-io/hindsight](https://github.com/vectorize-io/hindsight) 🐍 ☁️ 🏠 - Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory -- [penfieldlabs/penfield-mcp](https://github.com/penfieldlabs/penfield-mcp) - 🐍 ☁️ - Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive handoff, artifact storage, and personality system. Works across Claude, Cursor, Windsurf, and any MCP client. + ### βš–οΈ Legal From 7c95b03210849d7958a979fd6efaa833cb1cdc41 Mon Sep 17 00:00:00 2001 From: dial481 <248182468+dial481@users.noreply.github.com> Date: Tue, 3 Feb 2026 11:58:03 +0200 Subject: [PATCH 003/238] Remove unintentional line break Removed an empty line before the Legal section in README.md. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e26a5415..960a77bf 100644 --- a/README.md +++ b/README.md @@ -1050,7 +1050,6 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [vectorize-io/hindsight](https://github.com/vectorize-io/hindsight) 🐍 ☁️ 🏠 - Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory - ### βš–οΈ Legal Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information. From 3fb037910b86a03bfbc0b20b6b5f2f0ba5a2ff85 Mon Sep 17 00:00:00 2001 From: Benjamin Turc Date: Tue, 24 Feb 2026 13:49:58 +0100 Subject: [PATCH 004/238] Add qr-for-agent MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f701fa89..e8cce874 100644 --- a/README.md +++ b/README.md @@ -733,6 +733,7 @@ Tools and integrations that enhance the development workflow and environment man - [qainsights/jmeter-mcp-server](https://github.com/QAInsights/jmeter-mcp-server) 🐍 🏠 - JMeter MCP Server for performance testing - [qainsights/k6-mcp-server](https://github.com/QAInsights/k6-mcp-server) 🐍 🏠 - Grafana k6 MCP Server for performance testing - [qainsights/locust-mcp-server](https://github.com/QAInsights/locust-mcp-server) 🐍 🏠 - Locust MCP Server for performance testing +- [qr-for-agent](https://github.com/benswel/qr-agent-core) πŸ“‡ ☁️ - Dynamic QR code service for AI agents. Create, update, track, and retarget QR codes without regenerating images. 6 lightweight tools, one-command install via `npx qr-for-agent`. - [QuantGeekDev/docker-mcp](https://github.com/QuantGeekDev/docker-mcp) 🏎️ 🏠 - Docker container management and operations through MCP - [r-huijts/xcode-mcp-server](https://github.com/r-huijts/xcode-mcp-server) πŸ“‡ 🏠 🍎 - Xcode integration for project management, file operations, and build automation - [ReAPI-com/mcp-openapi](https://github.com/ReAPI-com/mcp-openapi) πŸ“‡ 🏠 - MCP server that lets LLMs know everything about your OpenAPI specifications to discover, explain and generate code/mock data From 8e2aa2cc430540bfe2681501b0e7d909eff54ab3 Mon Sep 17 00:00:00 2001 From: Sanghee Son Date: Wed, 25 Feb 2026 00:35:38 +0900 Subject: [PATCH 005/238] Add homebutler to Monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f701fa89..b9a1bd83 100644 --- a/README.md +++ b/README.md @@ -1196,6 +1196,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [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 - [pydantic/logfire-mcp](https://github.com/pydantic/logfire-mcp) πŸŽ–οΈ 🐍 ☁️ - Provides access to OpenTelemetry traces and metrics through Logfire +- [Higangssh/homebutler](https://github.com/Higangssh/homebutler) 🏎️ 🏠 - All-in-one homelab management MCP server. Monitor system resources, manage Docker containers, Wake-on-LAN, scan networks, check open ports, and run alerts β€” across multiple servers via SSH. Single 10MB binary, zero dependencies. - [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) 🏎️ 🏠 - A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.(support CPU、Memory、Disk、Network、Host、ProcessοΌ‰ - [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. From 626a9051faeb62d0ee10484abcf488dc1eeca25d Mon Sep 17 00:00:00 2001 From: David Simoes <23255637+davidsimoes@users.noreply.github.com> Date: Thu, 26 Feb 2026 16:38:25 +0100 Subject: [PATCH 006/238] Add davidsimoes/digisign-mcp to Other Tools and Integrations - DigiSign MCP server for DigiSign.cz digital signature API - Supports creating, sending, and managing signature envelopes - TypeScript/Node.js, cloud service --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d167518..8bfe869b 100644 --- a/README.md +++ b/README.md @@ -1575,6 +1575,7 @@ Interact with Git repositories and version control platforms. Enables repository - [chrishayuk/mcp-cli](https://github.com/chrishayuk/mcp-cli) 🐍 🏠 - Yet another CLI tool for testing MCP servers - [danhilse/notion_mcp](https://github.com/danhilse/notion_mcp) 🐍 ☁️ - Integrates with Notion's API to manage personal todo lists - [danielkennedy1/pdf-tools-mcp](https://github.com/danielkennedy1/pdf-tools-mcp) 🐍 - PDF download, view & manipulation utilities. +- [davidsimoes/digisign-mcp](https://github.com/davidsimoes/digisign-mcp) πŸ“‡ ☁️ - MCP server for DigiSign.cz digital signature API β€” create, send, and manage digital signature envelopes. - [dev-mirzabicer/ticktick-sdk](https://github.com/dev-mirzabicer/ticktick-sdk) 🐍 ☁️ - Comprehensive async Python SDK for [TickTick](https://ticktick.com/) with MCP server support. Features 45 tools for tasks, projects, tags, habits, focus/pomodoro sessions, and user analytics. - [disco-trooper/apple-notes-mcp](https://github.com/disco-trooper/apple-notes-mcp) πŸ“‡ 🏠 🍎 - Apple Notes MCP with semantic search, hybrid vector+keyword search, full CRUD operations, and incremental indexing. Uses JXA for native macOS integration. - [dotemacs/domain-lookup-mcp](https://github.com/dotemacs/domain-lookup-mcp) 🏎️ - Domain name lookup service, first via [RDAP](https://en.wikipedia.org/wiki/Registration_Data_Access_Protocol) and then as a fallback via [WHOIS](https://en.wikipedia.org/wiki/WHOIS) From 2bb2d91efd6a497b7ac3ac1657bf77d0c195a20d Mon Sep 17 00:00:00 2001 From: "Jon Radoff (Metavert)" Date: Thu, 26 Feb 2026 16:26:53 -0500 Subject: [PATCH 007/238] Add LightCMS to Developer Tools Add LightCMS MCP server - an AI-native CMS with 41 MCP tools for managing websites through natural language, including pages, templates, assets, themes, collections, redirects, and content versioning. Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d167518..b7703938 100644 --- a/README.md +++ b/README.md @@ -684,6 +684,7 @@ Tools and integrations that enhance the development workflow and environment man - [jaspertvdm/mcp-server-tibet](https://github.com/jaspertvdm/mcp-server-tibet) 🐍 ☁️ 🏠 - TIBET provenance tracking for AI decisions. Cryptographic audit trails with ERIN/ERAAN/EROMHEEN/ERACHTER intent logging for compliance. - [jetbrains/mcpProxy](https://github.com/JetBrains/mcpProxy) πŸŽ–οΈ πŸ“‡ 🏠 - Connect to JetBrains IDE - [Jktfe/serveMyAPI](https://github.com/Jktfe/serveMyAPI) πŸ“‡ 🏠 🍎 - A personal MCP (Model Context Protocol) server for securely storing and accessing API keys across projects using the macOS Keychain. +- [jonradoff/lightcms](https://github.com/jonradoff/lightcms) 🏎️ ☁️ - AI-native CMS with 41 MCP tools for managing websites through natural language. Create pages, templates, assets, themes, collections, redirects, and more with full content versioning. - [jordandalton/restcsv-mcp-server](https://github.com/JordanDalton/RestCsvMcpServer) πŸ“‡ ☁️ - An MCP server for CSV files. - [joshuarileydev/app-store-connect-mcp-server](https://github.com/JoshuaRileyDev/app-store-connect-mcp-server) πŸ“‡ 🏠 - An MCP server to communicate with the App Store Connect API for iOS Developers - [joshuarileydev/simulator-mcp-server](https://github.com/JoshuaRileyDev/simulator-mcp-server) πŸ“‡ 🏠 - An MCP server to control iOS Simulators From adce66fdfb93c0f2c43bc4da250a75a9ca7c532d Mon Sep 17 00:00:00 2001 From: jstibal Date: Fri, 6 Mar 2026 18:09:52 -0600 Subject: [PATCH 008/238] Add openterms-mcp to Security section Closes #2049 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 352344bc..d9a7edd6 100644 --- a/README.md +++ b/README.md @@ -1493,6 +1493,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [takleb3rry/zitadel-mcp](https://github.com/takleb3rry/zitadel-mcp) πŸ“‡ ☁️ 🏠 - MCP server for Zitadel identity management β€” manage users, projects, OIDC apps, roles, and service accounts through natural language. - [zinja-coder/jadx-ai-mcp](https://github.com/zinja-coder/jadx-ai-mcp) β˜• 🏠 - JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude. - [loglux/authmcp-gateway](https://github.com/loglux/authmcp-gateway) [glama](https://glama.ai/mcp/servers/@loglux/auth-mcp-gateway) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Auth proxy for MCP servers: OAuth2 + DCR, JWT, RBAC, rate limiting, multi-server aggregation, and monitoring dashboard. +- [jstibal/openterms-mcp](https://github.com/jstibal/openterms-mcp) 🐍 ☁️ - Ed25519-signed consent receipts and programmable policy engine for AI agents. Spending caps, action whitelists, escalation thresholds, and JWKS-backed provider verification. Independently verifiable. ### 🌐 Social Media From 9f746570ef1afb7cd03a023a2490af27da7ec38e Mon Sep 17 00:00:00 2001 From: "Dr. AI" Date: Sun, 8 Mar 2026 16:28:39 +0300 Subject: [PATCH 009/238] feat: add PromptPilot MCP server to Art & Culture section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d49b98db..56fadceb 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,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 +- [doctorm333/promptpilot-mcp-server](https://github.com/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 - [raveenb/fal-mcp-server](https://github.com/raveenb/fal-mcp-server) 🐍 ☁️ - Generate AI images, videos, and music using Fal.ai models (FLUX, Stable Diffusion, MusicGen) directly in Claude Desktop From 8170bb16877788bde008baa3a3b74083afd60b2b Mon Sep 17 00:00:00 2001 From: tommylauren Date: Sun, 8 Mar 2026 22:14:49 -0400 Subject: [PATCH 010/238] =?UTF-8?q?Add=20scopeblind-mcp=20=E2=80=94=20agen?= =?UTF-8?q?t-safe=20API=20abuse=20protection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds scopeblind-mcp to the Security section. 4 tools for scanning API endpoints, provisioning tenants, getting abuse reports, and generating integration code. Device-level rate limiting via DPoP/TPM. npm: https://npmjs.com/package/scopeblind-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 d49b98db..22df5fa7 100644 --- a/README.md +++ b/README.md @@ -1512,6 +1512,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [sanyambassi/ciphertrust-manager-mcp-server](https://github.com/sanyambassi/ciphertrust-manager-mcp-server) 🐍 ☁️ 🏠 🐧 πŸͺŸ - MCP server for Thales CipherTrust Manager integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants. - [sanyambassi/thales-cdsp-cakm-mcp-server](https://github.com/sanyambassi/thales-cdsp-cakm-mcp-server) 🐍 ☁️ 🏠 🐧 πŸͺŸ - MCP server for Thales CDSP CAKM integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants for Ms SQL and Oracle Databases. - [sanyambassi/thales-cdsp-crdp-mcp-server](https://github.com/sanyambassi/thales-cdsp-crdp-mcp-server) πŸ“‡ ☁️ 🏠 🐧 πŸͺŸ - MCP server for Thales CipherTrust Manager RestFul Data Protection service. +- [scopeblind/scopeblind-mcp](https://github.com/tomjwxf/scopeblind-gateway/tree/main/scopeblind-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Agent-safe API abuse protection. Scan endpoints for vulnerabilities, provision tenants, get real-time abuse reports, and generate framework-specific integration code (Express, FastAPI, Next.js). Device-level rate limiting via DPoP/TPM β€” no CAPTCHAs. - [securityfortech/secops-mcp](https://github.com/securityfortech/secops-mcp) 🐍 🏠 - All-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug bounty hunting, threat hunting, and more. - [semgrep/mcp](https://github.com/semgrep/mcp) πŸ“‡ ☁️ Allow AI agents to scan code for security vulnerabilites using [Semgrep](https://semgrep.dev). - [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. From eb7d331bdaf8ee64e1a134ec3d35e587fdbcc705 Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:12:13 +0000 Subject: [PATCH 011/238] Add Credit Optimizer for Manus AI to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71083478..fa00184f 100644 --- a/README.md +++ b/README.md @@ -669,6 +669,7 @@ Tools and integrations that enhance the development workflow and environment man - [conan-io/conan-mcp](https://github.com/conan-io/conan-mcp) πŸŽ–οΈ 🐍 🏠 🍎 πŸͺŸ 🐧 - Official MCP server for Conan C/C++ package manager. Create projects, manage dependencies, check licenses, and scan for security vulnerabilities. - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. - [context-rot-detection](https://github.com/milos-product-maker/context-rot-detection) πŸ“‡ 🏠 - Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves. +- [rafsilva85/manus-credit-optimizer](https://github.com/rafsilva85/manus-credit-optimizer) πŸ“‡ 🏠 - AI-powered credit optimization skill for Manus AI agents. Automatically analyzes prompts and applies intelligent routing (Standard/Max models), smart testing, section-by-section processing, and context hygiene to save 30-75% on Manus AI credits without quality loss. Includes 12 vulnerability patches and 22 scenario audits. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) β˜• - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) πŸŽ–οΈ πŸ“‡ ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [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. From 4016f0af0e28fdeb3d4d6186183cbf8bee226421 Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Tue, 10 Mar 2026 22:21:42 +0000 Subject: [PATCH 012/238] Add Credit Optimizer for Manus AI MCP Server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa00184f..dcaa1e53 100644 --- a/README.md +++ b/README.md @@ -669,7 +669,6 @@ Tools and integrations that enhance the development workflow and environment man - [conan-io/conan-mcp](https://github.com/conan-io/conan-mcp) πŸŽ–οΈ 🐍 🏠 🍎 πŸͺŸ 🐧 - Official MCP server for Conan C/C++ package manager. Create projects, manage dependencies, check licenses, and scan for security vulnerabilities. - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. - [context-rot-detection](https://github.com/milos-product-maker/context-rot-detection) πŸ“‡ 🏠 - Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves. -- [rafsilva85/manus-credit-optimizer](https://github.com/rafsilva85/manus-credit-optimizer) πŸ“‡ 🏠 - AI-powered credit optimization skill for Manus AI agents. Automatically analyzes prompts and applies intelligent routing (Standard/Max models), smart testing, section-by-section processing, and context hygiene to save 30-75% on Manus AI credits without quality loss. Includes 12 vulnerability patches and 22 scenario audits. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) β˜• - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) πŸŽ–οΈ πŸ“‡ ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [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. @@ -1843,6 +1842,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. +- [Credit Optimizer for Manus AI](https://github.com/rafaelsilva85/manus-credit-optimizer) - MCP server that automatically optimizes Manus AI credit usage through smart model routing, context hygiene, and prompt optimization. Saves 30-75% on credits with zero quality loss. ## Tips and Tricks ### Official prompt to inform LLMs how to use MCP From 3031cb9c3c326651542e45bb2e75011393c93c8d Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Tue, 10 Mar 2026 22:31:36 +0000 Subject: [PATCH 013/238] Add Credit Optimizer for Manus AI to Developer Tools section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcaa1e53..9f5e883a 100644 --- a/README.md +++ b/README.md @@ -663,6 +663,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. +- [Credit Optimizer for Manus AI](https://github.com/rafsilva85/manus-credit-optimizer) 🐍 ☁️ - MCP server that automatically optimizes Manus AI credit usage through smart model routing, context hygiene, and prompt optimization. Saves 30-75% on credits with zero quality loss. - [PatrickSys/codebase-context](https://github.com/PatrickSys/codebase-context) [glama](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. @@ -1842,7 +1843,6 @@ 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. -- [Credit Optimizer for Manus AI](https://github.com/rafaelsilva85/manus-credit-optimizer) - MCP server that automatically optimizes Manus AI credit usage through smart model routing, context hygiene, and prompt optimization. Saves 30-75% on credits with zero quality loss. ## Tips and Tricks ### Official prompt to inform LLMs how to use MCP From 6720234461201494d53975c18709238b8ebadb15 Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:52:54 -0300 Subject: [PATCH 014/238] Update Credit Optimizer entry with new repo URL and description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f5e883a..95a920ec 100644 --- a/README.md +++ b/README.md @@ -663,7 +663,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. -- [Credit Optimizer for Manus AI](https://github.com/rafsilva85/manus-credit-optimizer) 🐍 ☁️ - MCP server that automatically optimizes Manus AI credit usage through smart model routing, context hygiene, and prompt optimization. Saves 30-75% on credits with zero quality loss. +- [Credit Optimizer for Manus AI](https://github.com/rafsilva85/credit-optimizer-v5) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server that automatically optimizes Manus AI credit consumption by 30-75% with zero quality loss through intelligent model routing, context hygiene, and smart testing. - [PatrickSys/codebase-context](https://github.com/PatrickSys/codebase-context) [glama](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 2f168da352c92aef2f444f5139149c527c9e7db4 Mon Sep 17 00:00:00 2001 From: ClawGuard Bot Date: Thu, 12 Mar 2026 03:24:36 +0000 Subject: [PATCH 015/238] feat: add LvcidPsyche/auto-browser to Browser Automation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71083478..dfee108b 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [kimtaeyoon83/mcp-server-youtube-transcript](https://github.com/kimtaeyoon83/mcp-server-youtube-transcript) πŸ“‡ ☁️ - Fetch YouTube subtitles and transcripts for AI analysis - [kimtth/mcp-aoai-web-browsing](https://github.com/kimtth/mcp-aoai-web-browsing) 🐍 🏠 - A `minimal` server/client MCP implementation using Azure OpenAI and Playwright. - [lightpanda-io/gomcp](https://github.com/lightpanda-io/gomcp) 🏎 🏠/☁️ 🐧/🍎 - An MCP server in Go for Lightpanda, the ultra fast headless browser designed for web automation +- [LvcidPsyche/auto-browser](https://github.com/LvcidPsyche/auto-browser) 🐍 🏠 🐧 🍎 πŸͺŸ - Open-source MCP-native browser agent with human takeover via noVNC, reusable auth profiles, and approval/audit rails. Playwright + FastAPI, Docker-based isolated sessions, stdio bridge for Claude Desktop and Cursor. - [microsoft/playwright-mcp](https://github.com/microsoft/playwright-mcp) - Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots - [modelcontextprotocol/server-puppeteer](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/puppeteer) πŸ“‡ 🏠 - Browser automation for web scraping and interaction - [ndthanhdev/mcp-browser-kit](https://github.com/ndthanhdev/mcp-browser-kit) πŸ“‡ 🏠 - An MCP Server that enables AI assistants to interact with your local browsers. From e7918e4d176f8e5d16b8e5fefd50a8a62cb3e451 Mon Sep 17 00:00:00 2001 From: Xu Zhang Date: Thu, 12 Mar 2026 06:34:14 -0700 Subject: [PATCH 016/238] Add OpenTabs to Aggregators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8ab9efd..0fb310c2 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Servers for accessing many apps and tools through a single MCP server. - [merterbak/Grok-MCP](https://github.com/merterbak/Grok-MCP) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - MCP server for xAI's [Grok API](https://docs.x.ai/docs/overview) with agentic tool calling, image generation, vision, and file support. - [metatool-ai/metatool-app](https://github.com/metatool-ai/metatool-app) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MetaMCP is the one unified middleware MCP server that manages your MCP connections with GUI. - [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). +- [opentabs-dev/opentabs](https://github.com/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. - [PipedreamHQ/pipedream](https://github.com/PipedreamHQ/pipedream/tree/master/modelcontextprotocol) ☁️ 🏠 - Connect with 2,500 APIs with 8,000+ prebuilt tools, and manage servers for your users, in your own app. From 120adbe2e42f5c7de2752e1dd121e9652bfa7b60 Mon Sep 17 00:00:00 2001 From: Kristiyan Ivanov Date: Fri, 13 Mar 2026 21:10:11 +0200 Subject: [PATCH 017/238] Added BetterDB under developer tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7250a073..433bdf28 100644 --- a/README.md +++ b/README.md @@ -673,6 +673,7 @@ Tools and integrations that enhance the development workflow and environment man - [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. +- [BetterDB-inc/monitor](https://github.com/BetterDB-inc/monitor) πŸ“‡ ☁️ 🏠 - Valkey-first observability with Redis compatibility. Query real-time metrics, analyze slow commands, detect hot keys, and investigate performance issues directly from AI coding assistants. - [bgauryy/octocode-mcp](https://github.com/bgauryy/octocode-mcp) ☁️ πŸ“‡ 🍎 πŸͺŸ 🐧 - AI-powered developer assistant that enables advanced research, analysis and discovery across GitHub and NPM realms in realtime. - [bitrise-io/bitrise-mcp](https://github.com/bitrise-io/bitrise-mcp) πŸŽ–οΈ 🐍 ☁️ 🍎 πŸͺŸ 🐧 - MCP Server for the [Bitrise](https://bitrise.io) API, enabling app management, build operations, artifact management and more. - [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. From 33a79eed904c0126fc4dbfb403d577048666f7c2 Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Sat, 14 Mar 2026 04:37:51 +0000 Subject: [PATCH 018/238] Fix entry format: use author/repo naming convention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95a920ec..262ffbda 100644 --- a/README.md +++ b/README.md @@ -663,7 +663,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. -- [Credit Optimizer for Manus AI](https://github.com/rafsilva85/credit-optimizer-v5) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server that automatically optimizes Manus AI credit consumption by 30-75% with zero quality loss through intelligent model routing, context hygiene, and smart testing. +- [rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server that automatically optimizes Manus AI credit consumption by 30-75% with zero quality loss through intelligent model routing, context hygiene, and smart testing. - [PatrickSys/codebase-context](https://github.com/PatrickSys/codebase-context) [glama](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 d03e88e4188e4eb9536533d1a2105b3d1fb2bfc7 Mon Sep 17 00:00:00 2001 From: Jorgenclaw Date: Sat, 14 Mar 2026 02:20:50 -0700 Subject: [PATCH 019/238] Add jorgenclaw/nanoclaw - Lightning-paid Nostr signing MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7250a073..110ec279 100644 --- a/README.md +++ b/README.md @@ -1623,6 +1623,7 @@ Integration with social media platforms to allow posting, analytics, and interac - [gwbischof/bluesky-social-mcp](https://github.com/gwbischof/bluesky-social-mcp) 🐍 🏠 - An MCP server for interacting with Bluesky via the atproto client. - [hiroata/meltbook-mcp-server](https://github.com/hiroata/meltbook) πŸ“‡ ☁️ - MCP server for meltbook, an AI-agent political discussion board. 50 AI agents autonomously post, vote, and debate Japanese politics. 11 tools for thread creation, posting, voting, and monitoring. - [HagaiHen/facebook-mcp-server](https://github.com/HagaiHen/facebook-mcp-server) 🐍 ☁️ - Integrates with Facebook Pages to enable direct management of posts, comments, and engagement metrics through the Graph API for streamlined social media management. +- [jorgenclaw/nanoclaw](https://github.com/jorgenclaw/nanoclaw) πŸ“‡ ☁️ - Lightning-paid Nostr signing MCP server. AI agents pay sats per call to sign and publish Nostr events β€” no API keys, just Lightning. Live at https://mcp.jorgenclaw.ai/sse. Tools: nostr_sign_event (2 sats), nostr_publish_event (3 sats). - [karanb192/reddit-mcp-buddy](https://github.com/karanb192/reddit-mcp-buddy) πŸ“‡ 🏠 - Browse Reddit posts, search content, and analyze user activity without API keys. Works out-of-the-box with Claude Desktop. - [king-of-the-grackles/reddit-research-mcp](https://github.com/king-of-the-grackles/reddit-research-mcp) 🐍 ☁️ - AI-powered Reddit intelligence for market research and competitive analysis. Discover subreddits via semantic search across 20k+ indexed communities, fetch posts/comments with full citations, and manage research feeds. No Reddit API credentials needed. - [kunallunia/twitter-mcp](https://github.com/LuniaKunal/mcp-twitter) 🐍 🏠 - All-in-one Twitter management solution providing timeline access, user tweet retrieval, hashtag monitoring, conversation analysis, direct messaging, sentiment analysis of a post, and complete post lifecycle control - all through a streamlined API. From b1cd1e37020f9dda18706abf8fa2533859fa402d Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Sat, 14 Mar 2026 21:15:30 +0000 Subject: [PATCH 020/238] Add Glama badge to Credit Optimizer entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 262ffbda..03e5739c 100644 --- a/README.md +++ b/README.md @@ -663,7 +663,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. -- [rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server that automatically optimizes Manus AI credit consumption by 30-75% with zero quality loss through intelligent model routing, context hygiene, and smart testing. +- [rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5) [Glama](https://glama.ai/mcp/servers/rafsilva85/manus-credit-optimizer) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server that automatically optimizes Manus AI credit consumption by 30-75% with zero quality loss through intelligent model routing, context hygiene, and smart testing. - [PatrickSys/codebase-context](https://github.com/PatrickSys/codebase-context) [glama](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 433ec7810bb0011881a4b451b096f6f9718352d3 Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Sat, 14 Mar 2026 19:07:16 -0300 Subject: [PATCH 021/238] fix: use correct Glama badge format (badges/score.svg) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03e5739c..49caeae7 100644 --- a/README.md +++ b/README.md @@ -663,7 +663,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. -- [rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5) [Glama](https://glama.ai/mcp/servers/rafsilva85/manus-credit-optimizer) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server that automatically optimizes Manus AI credit consumption by 30-75% with zero quality loss through intelligent model routing, context hygiene, and smart testing. +- [rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5) [![rafsilva85/credit-optimizer-v5 MCP server](https://glama.ai/mcp/servers/rafsilva85/manus-credit-optimizer/badges/score.svg)](https://glama.ai/mcp/servers/rafsilva85/manus-credit-optimizer) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server that automatically optimizes Manus AI credit consumption by 30-75% with zero quality loss through intelligent model routing, context hygiene, and smart testing. - [PatrickSys/codebase-context](https://github.com/PatrickSys/codebase-context) [glama](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 d52c18808c36f1bd8d98f77951a4a77e5f39396d Mon Sep 17 00:00:00 2001 From: Ali Samei Date: Sun, 15 Mar 2026 00:18:25 +0100 Subject: [PATCH 022/238] Add Crabcut MCP server to Multimedia Process Crabcut is an MCP server for AI-powered short-form video clip generation from YouTube videos. It handles highlight detection, subtitle generation, 9:16 reframing, and provides download URLs. https: //github.com/realcrabcut/crabcut-mcp-server Made-with: Cursor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b84f49f3..5f85e7c8 100644 --- a/README.md +++ b/README.md @@ -1394,6 +1394,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [bogdan01m/zapcap-mcp-server](https://github.com/bogdan01m/zapcap-mcp-server) 🐍 ☁️ - MCP server for ZapCap API providing video caption and B-roll generation via natural language - [quietnotion/barevalue-mcp](https://github.com/quietnotion/barevalue-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI podcast editing as a service. Upload raw audio or submit a URL, get back edited episodes with filler words removed, noise reduction, transcripts, show notes, and social clips. Includes webhooks for automation. - [elestirelbilinc-sketch/vap-showcase](https://github.com/elestirelbilinc-sketch/vap-showcase) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - AI media generation (Flux, Veo, Suno) with cost control. Pre-commit pricing, budget enforcement, reserve-burn-refund billing. +- [realcrabcut/crabcut-mcp-server](https://github.com/realcrabcut/crabcut-mcp-server) πŸ“‡ ☁️ - Turn YouTube videos into short-form clips from any AI assistant. AI-powered highlight detection, subtitle generation, 9:16 reframing, and direct download URLs via the Crabcut API. - [keiver/image-tiler-mcp-server](https://github.com/keiver/image-tiler-mcp-server) [![image-tiler-mcp-server MCP server](https://glama.ai/mcp/servers/keiver/image-tiler-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/keiver/image-tiler-mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Full-resolution vision for LLMs. Tiles large images and captures web pages via Chrome CDP so vision models process every detail without downscaling. Generates interactive HTML tile previews. Supports Claude, OpenAI, Gemini presets with per-model token math and entropy-based tile classification. - [guimatheus92/mcp-video-analyzer](https://github.com/guimatheus92/mcp-video-analyzer) [![mcp-video-analyzer MCP server](https://glama.ai/mcp/servers/guimatheus92/mcp-video-analyzer/badges/score.svg)](https://glama.ai/mcp/servers/guimatheus92/mcp-video-analyzer) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server for video analysis β€” extracts transcripts, key frames, OCR text, and annotated timelines from video URLs. Supports Loom and direct video files (.mp4, .webm). Zero auth required. - [stass/exif-mcp](https://github.com/stass/exif-mcp) πŸ“‡ 🏠 🐧 🍎 πŸͺŸ - A MCP server that allows one to examine image metadata like EXIF, XMP, JFIF and GPS. This provides foundation for LLM-powered search and analysis of photo librares and image collections. From a3f5f33a2d154b69125d612c66af8c06c5d372e9 Mon Sep 17 00:00:00 2001 From: Atef Ataya <77441506+atef-ataya@users.noreply.github.com> Date: Mon, 16 Mar 2026 07:49:34 +0400 Subject: [PATCH 023/238] =?UTF-8?q?Add=20Depwire=20=E2=80=94=20dependency?= =?UTF-8?q?=20graph=20+=2015=20MCP=20tools=20for=20AI=20coding=20assistant?= =?UTF-8?q?s?= 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 3bb492d5..84223f5e 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Servers for accessing many apps and tools through a single MCP server. - [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. - [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) πŸ“‡ 🏠 - 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. [![Glama](https://glama.ai/mcp/servers/depwire/depwire/badges/score.svg)](https://glama.ai/mcp/servers/depwire/depwire) - [duaraghav8/MCPJungle](https://github.com/duaraghav8/MCPJungle) 🏎️ 🏠 - Self-hosted MCP Server registry for enterprise AI Agents - [edgarriba/prolink](https://github.com/edgarriba/prolink) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Agent-to-agent marketplace middleware β€” MCP-native discovery, negotiation, and transaction between AI agents - [entire-vc/evc-spark-mcp](https://github.com/entire-vc/evc-spark-mcp) [![evc-spark-mcp MCP server](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp/badges/score.svg)](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. From ff497747460852c75a7508f531644da62b79dd77 Mon Sep 17 00:00:00 2001 From: jstibal Date: Mon, 16 Mar 2026 20:30:53 -0500 Subject: [PATCH 024/238] Add Glama listing link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9a7edd6..755ab802 100644 --- a/README.md +++ b/README.md @@ -1493,7 +1493,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [takleb3rry/zitadel-mcp](https://github.com/takleb3rry/zitadel-mcp) πŸ“‡ ☁️ 🏠 - MCP server for Zitadel identity management β€” manage users, projects, OIDC apps, roles, and service accounts through natural language. - [zinja-coder/jadx-ai-mcp](https://github.com/zinja-coder/jadx-ai-mcp) β˜• 🏠 - JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude. - [loglux/authmcp-gateway](https://github.com/loglux/authmcp-gateway) [glama](https://glama.ai/mcp/servers/@loglux/auth-mcp-gateway) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Auth proxy for MCP servers: OAuth2 + DCR, JWT, RBAC, rate limiting, multi-server aggregation, and monitoring dashboard. -- [jstibal/openterms-mcp](https://github.com/jstibal/openterms-mcp) 🐍 ☁️ - Ed25519-signed consent receipts and programmable policy engine for AI agents. Spending caps, action whitelists, escalation thresholds, and JWKS-backed provider verification. Independently verifiable. +- [jstibal/openterms-mcp](https://github.com/jstibal/openterms-mcp) [glama](https://glama.ai/mcp/servers/jstibal/openterms-mcp) 🐍 ☁️ - Ed25519-signed consent receipts and programmable policy engine for AI agents. Spending caps, action whitelists, escalation thresholds, and JWKS-backed provider verification. Independently verifiable. ### 🌐 Social Media From d539dd716e3abfbcf19d90215ce4c165f081ead7 Mon Sep 17 00:00:00 2001 From: GPU-Bridge Date: Tue, 17 Mar 2026 20:29:39 +0000 Subject: [PATCH 025/238] Add GPU-Bridge MCP server (30 AI services) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e1e6ad8..d968627f 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ Servers for accessing many apps and tools through a single MCP server. - [edgarriba/prolink](https://github.com/edgarriba/prolink) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Agent-to-agent marketplace middleware β€” MCP-native discovery, negotiation, and transaction between AI agents - [entire-vc/evc-spark-mcp](https://github.com/entire-vc/evc-spark-mcp) [![evc-spark-mcp MCP server](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp/badges/score.svg)](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. - [glenngillen/mcpmcp-server](https://github.com/glenngillen/mcpmcp-server) ☁️ πŸ“‡ 🍎 πŸͺŸ 🐧 - A list of MCP servers so you can ask your client which servers you can use to improve your daily workflow. +- [gpu-bridge/mcp-server](https://github.com/gpu-bridge/mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API key credits. - [carlosahumada89/govrider-mcp-server](https://github.com/carlosahumada89/govrider-mcp-server) [![@carlosahumada89-govrider-mcp-server MCP server](https://glama.ai/mcp/servers/@carlosahumada89-govrider-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@carlosahumada89-govrider-mcp-server) ☁️ πŸ“‡ - Match your tech product or consulting service to thousands of live government tenders, RFPs, grants, and frameworks from 25+ official sources worldwide. - [gzoonet/cortex](https://github.com/gzoonet/cortex) [![gzoo-cortex MCP server](https://glama.ai/mcp/servers/@gzoonet/gzoo-cortex/badges/score.svg)](https://glama.ai/mcp/servers/@gzoonet/gzoo-cortex) πŸ“‡ 🏠 - Local-first knowledge graph for developers. Watches project files, extracts entities and relationships via LLMs, builds a queryable knowledge graph with web dashboard and CLI. Provides 4 MCP tools: get_status, list_projects, find_entity, query_cortex. - [hamflx/imagen3-mcp](https://github.com/hamflx/imagen3-mcp) πŸ“‡ 🏠 πŸͺŸ 🍎 🐧 - A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic, and photorealistic controls. From a4ae1ff26d5cdb588758c3105cfd8105db2784d8 Mon Sep 17 00:00:00 2001 From: petterlindstrom79 Date: Wed, 18 Mar 2026 09:41:00 +0100 Subject: [PATCH 026/238] =?UTF-8?q?Add=20Strale=20=E2=80=94=20trust=20and?= =?UTF-8?q?=20quality=20infrastructure=20for=20AI=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8af9ece7..98315059 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ Servers for accessing many apps and tools through a single MCP server. - [profullstack/mcp-server](https://github.com/profullstack/mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data, social media posting, security scanning, and more developer utilities. - [rupinder2/mcp-orchestrator](https://github.com/rupinder2/mcp-orchestrator) 🐍 🏠 🍎 πŸͺ© 🐧 - Central hub that aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading. - [sitbon/magg](https://github.com/sitbon/magg) 🍎 πŸͺŸ 🐧 ☁️ 🏠 🐍 - Magg: A meta-MCP server that acts as a universal hub, allowing LLMs to autonomously discover, install, and orchestrate multiple MCP servers - essentially giving AI assistants the power to extend their own capabilities on-demand. +- [strale-io/strale](https://glama.ai/mcp/servers/strale-io/strale) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Trust and quality infrastructure for AI agents. 229+ quality-scored capabilities for company data, compliance checks, financial validation, and more. Every capability has a transparent SQS quality score. Strale is the trust layer for AI agents. - [sonnyflylock/voxie-ai-directory-mcp](https://github.com/sonnyflylock/voxie-ai-directory-mcp) πŸ“‡ ☁️ - AI Phone Number Directory providing access to AI services via webchat. Query Voxie AI personas and third-party services like ChatGPT, with instant webchat URLs for free interactions. - [SureScaleAI/openai-gpt-image-mcp](https://github.com/SureScaleAI/openai-gpt-image-mcp) πŸ“‡ ☁️ - OpenAI GPT image generation/editing MCP server. - [sxhxliang/mcp-access-point](https://github.com/sxhxliang/mcp-access-point) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Turn a web service into an MCP server in one click without making any code changes. From 0db9fb7e5ff44ccf6448fb56f1e45364d1d9598c Mon Sep 17 00:00:00 2001 From: petterlindstrom79 Date: Wed, 18 Mar 2026 16:13:03 +0100 Subject: [PATCH 027/238] Update strale link and add badge in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98315059..1f90441c 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Servers for accessing many apps and tools through a single MCP server. - [profullstack/mcp-server](https://github.com/profullstack/mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data, social media posting, security scanning, and more developer utilities. - [rupinder2/mcp-orchestrator](https://github.com/rupinder2/mcp-orchestrator) 🐍 🏠 🍎 πŸͺ© 🐧 - Central hub that aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading. - [sitbon/magg](https://github.com/sitbon/magg) 🍎 πŸͺŸ 🐧 ☁️ 🏠 🐍 - Magg: A meta-MCP server that acts as a universal hub, allowing LLMs to autonomously discover, install, and orchestrate multiple MCP servers - essentially giving AI assistants the power to extend their own capabilities on-demand. -- [strale-io/strale](https://glama.ai/mcp/servers/strale-io/strale) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Trust and quality infrastructure for AI agents. 229+ quality-scored capabilities for company data, compliance checks, financial validation, and more. Every capability has a transparent SQS quality score. Strale is the trust layer for AI agents. +- [strale-io/strale](https://github.com/strale-io/strale) [![strale-io/strale MCP server](https://glama.ai/mcp/servers/strale-io/strale/badge)](https://glama.ai/mcp/servers/strale-io/strale) 🏠 ☁️ πŸ“‡ πŸ” - Trust and quality infrastructure for AI agents. 250+ quality-scored capabilities for company data, compliance checks, financial validation, web extraction, and more. Every capability has a transparent SQS quality score. `npx strale-mcp. - [sonnyflylock/voxie-ai-directory-mcp](https://github.com/sonnyflylock/voxie-ai-directory-mcp) πŸ“‡ ☁️ - AI Phone Number Directory providing access to AI services via webchat. Query Voxie AI personas and third-party services like ChatGPT, with instant webchat URLs for free interactions. - [SureScaleAI/openai-gpt-image-mcp](https://github.com/SureScaleAI/openai-gpt-image-mcp) πŸ“‡ ☁️ - OpenAI GPT image generation/editing MCP server. - [sxhxliang/mcp-access-point](https://github.com/sxhxliang/mcp-access-point) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Turn a web service into an MCP server in one click without making any code changes. From b78825a4ef8a97d4ccc5b7513c0451ecf223dd07 Mon Sep 17 00:00:00 2001 From: Aditya Aery <112109873+Adityaaery20@users.noreply.github.com> Date: Wed, 18 Mar 2026 23:42:17 -0400 Subject: [PATCH 028/238] Add media-mcp project to README.md Adds media-mcp, a local MCP server for image and video processing. - 13 tools: resize, convert, compress, crop, thumbnail, strip metadata, rotate, flip, filters, video info, frame extraction, video conversion - Built with FastMCP + Pillow, optional ffmpeg for video - Zero config, no API keys - PyPI: https://pypi.org/project/media-mcp-server/ - GitHub: https://github.com/Adityaaery20/media-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3914d61..f474031d 100644 --- a/README.md +++ b/README.md @@ -751,6 +751,7 @@ Tools and integrations that enhance the development workflow and environment man - [IlyaGulya/gradle-mcp-server](https://github.com/IlyaGulya/gradle-mcp-server) 🏠 - Gradle integration using the Gradle Tooling API to inspect projects, execute tasks, and run tests with per-test result reporting - [InditexTech/mcp-server-simulator-ios-idb](https://github.com/InditexTech/mcp-server-simulator-ios-idb) πŸ“‡ 🏠 🍎 - A Model Context Protocol (MCP) server that enables LLMs to interact with iOS simulators (iPhone, iPad, etc.) through natural language commands. - [InhiblabCore/mcp-image-compression](https://github.com/InhiblabCore/mcp-image-compression) 🐍 🏠 - MCP server for local compression of various image formats. +- [Adityaaery20/media-mcp](https://github.com/Adityaaery20/media-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Local image and video processing MCP server with 13 tools for resize, convert, compress, crop, thumbnail, metadata extraction, rotate, flip, filters, and ffmpeg-based video operations. No API keys required. - [InsForge/insforge-mcp](https://github.com/InsForge/insforge-mcp) πŸ“‡ ☁️ - AI-native backend-as-a-service platform enabling AI agents to build and manage full-stack applications. Provides Auth, Database (PostgreSQL), Storage, and Functions as production-grade infrastructure, reducing MVP development time from weeks to hours. - [Inspizzz/jetbrains-datalore-mcp](https://github.com/inspizzz/jetbrains-datalore-mcp) 🐍 ☁️ - MCP server for interacting with cloud deployments of Jetbrains Datalore platform. Fully incorporated Datalore API ( run, run interactively, get run data, fetch files ) - [ios-simulator-mcp](https://github.com/joshuayoes/ios-simulator-mcp) πŸ“‡ 🏠 🍎 - A Model Context Protocol (MCP) server for interacting with iOS simulators. This server allows you to interact with iOS simulators by getting information about them, controlling UI interactions, and inspecting UI elements. From 0d4b0800907ed32fa5fb82d5d4f94545458cfc62 Mon Sep 17 00:00:00 2001 From: "R.Brown" Date: Thu, 19 Mar 2026 10:16:52 +0100 Subject: [PATCH 029/238] Add NetLicensing MCP Server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3914d61..cdff9100 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ Cloud platform service integration. Enables management and interaction with clou - [jdubois/azure-cli-mcp](https://github.com/jdubois/azure-cli-mcp) - A wrapper around the Azure CLI command line that allows you to talk directly to Azure - [johnneerdael/netskope-mcp](https://github.com/johnneerdael/netskope-mcp) πŸ”’ ☁️ - An MCP to give access to all Netskope Private Access components within a Netskope Private Access environments including detailed setup information and LLM examples on usage. - [kestra-io/mcp-server-python](https://github.com/kestra-io/mcp-server-python) 🐍 ☁️ - Implementation of MCP server for [Kestra](https://kestra.io) workflow orchestration platform. +- [Labs64/NetLicensing-MCP](https://github.com/Labs64/NetLicensing-MCP) πŸŽ–οΈ 🐍 ☁️ - The official NetLicensing MCP Server is a natural language interface that enables agentic applications to manage the full software licensing lifecycle in Labs64 NetLicensing πŸ‘‰πŸΌ without writing a single API call. - [liquidmetal-ai/raindrop-mcp](https://docs.liquidmetal.ai/tutorials/claude-code-mcp-setup/) πŸ“‡ ☁️ - The best way to deploy cloud infrastructure using Claude Code and MCP. - [liveblocks/liveblocks-mcp-server](https://github.com/liveblocks/liveblocks-mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - Create, modify, and delete different aspects of [Liveblocks](https://liveblocks.io) such as rooms, threads, comments, notifications, and more. Additionally, it has read access to Storage and Yjs. - [localstack/localstack-mcp-server](https://github.com/localstack/localstack-mcp-server) πŸŽ–οΈ πŸ“‡ 🏠 - A MCP server for LocalStack to manage local AWS environments, including lifecycle operations, infra deployments, log analysis, fault injection, and state management. From 2fcf9ef37db537cd96326b1d34fffbb2b44e37f2 Mon Sep 17 00:00:00 2001 From: mshors-pdai <162932320+mshors-pdai@users.noreply.github.com> Date: Thu, 19 Mar 2026 08:29:38 -0700 Subject: [PATCH 030/238] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3914d61..adf97cc9 100644 --- a/README.md +++ b/README.md @@ -520,6 +520,7 @@ Provides access to customer profiles inside of customer data platforms - [hustcc/mcp-echarts](https://github.com/hustcc/mcp-echarts) πŸ“‡ 🏠 - Generate visual charts using [Apache ECharts](https://echarts.apache.org) with AI MCP dynamically. - [hustcc/mcp-mermaid](https://github.com/hustcc/mcp-mermaid) πŸ“‡ 🏠 - Generate [mermaid](https://mermaid.js.org/) diagram and chart with AI MCP dynamically. - [iaptic/mcp-server-iaptic](https://github.com/iaptic/mcp-server-iaptic) πŸŽ–οΈ πŸ“‡ ☁️ - Connect with [iaptic](https://www.iaptic.com) to ask about your Customer Purchases, Transaction data and App Revenue statistics. +- [MCP Analytics](https://mcpanalytics.ai) 🐍 ☁️ πŸŽ–οΈ - Statistical analysis, ML models, and data exploration for Claude via MCP. Connects to your data and generates interactive reports. - [OpenDataMCP/OpenDataMCP](https://github.com/OpenDataMCP/OpenDataMCP) 🐍 ☁️ - Connect any Open Data to any LLM with Model Context Protocol. - [QuackbackIO/quackback](https://github.com/QuackbackIO/quackback) πŸ“‡ ☁️ - Open-source customer feedback platform with built-in MCP server. Agents can search feedback, triage posts, update statuses, create and comment on posts, vote, manage roadmaps, merge duplicates, and publish changelogs. - [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) πŸ“‡ ☁️ - An MCP server to access and updates profiles on an Apache Unomi CDP server. From ee2fa63f02bfd9f9d9dc88ec57c7689ed170f17b Mon Sep 17 00:00:00 2001 From: mshors-pdai <162932320+mshors-pdai@users.noreply.github.com> Date: Thu, 19 Mar 2026 08:35:43 -0700 Subject: [PATCH 031/238] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adf97cc9..817df9a5 100644 --- a/README.md +++ b/README.md @@ -520,7 +520,7 @@ Provides access to customer profiles inside of customer data platforms - [hustcc/mcp-echarts](https://github.com/hustcc/mcp-echarts) πŸ“‡ 🏠 - Generate visual charts using [Apache ECharts](https://echarts.apache.org) with AI MCP dynamically. - [hustcc/mcp-mermaid](https://github.com/hustcc/mcp-mermaid) πŸ“‡ 🏠 - Generate [mermaid](https://mermaid.js.org/) diagram and chart with AI MCP dynamically. - [iaptic/mcp-server-iaptic](https://github.com/iaptic/mcp-server-iaptic) πŸŽ–οΈ πŸ“‡ ☁️ - Connect with [iaptic](https://www.iaptic.com) to ask about your Customer Purchases, Transaction data and App Revenue statistics. -- [MCP Analytics](https://mcpanalytics.ai) 🐍 ☁️ πŸŽ–οΈ - Statistical analysis, ML models, and data exploration for Claude via MCP. Connects to your data and generates interactive reports. +- [MCP Analytics](https://github.com/embeddedlayers/mcp-analytics) 🐍 ☁️ πŸŽ–οΈ - Statistical analysis, ML models, and data exploration for Claude via MCP. Connects to your data and generates interactive reports. - [OpenDataMCP/OpenDataMCP](https://github.com/OpenDataMCP/OpenDataMCP) 🐍 ☁️ - Connect any Open Data to any LLM with Model Context Protocol. - [QuackbackIO/quackback](https://github.com/QuackbackIO/quackback) πŸ“‡ ☁️ - Open-source customer feedback platform with built-in MCP server. Agents can search feedback, triage posts, update statuses, create and comment on posts, vote, manage roadmaps, merge duplicates, and publish changelogs. - [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) πŸ“‡ ☁️ - An MCP server to access and updates profiles on an Apache Unomi CDP server. From e94c7d5c5a46e6756ff011e6c7340f2c90c561a4 Mon Sep 17 00:00:00 2001 From: mshors-pdai <162932320+mshors-pdai@users.noreply.github.com> Date: Thu, 19 Mar 2026 08:38:30 -0700 Subject: [PATCH 032/238] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 817df9a5..e885225d 100644 --- a/README.md +++ b/README.md @@ -520,7 +520,7 @@ Provides access to customer profiles inside of customer data platforms - [hustcc/mcp-echarts](https://github.com/hustcc/mcp-echarts) πŸ“‡ 🏠 - Generate visual charts using [Apache ECharts](https://echarts.apache.org) with AI MCP dynamically. - [hustcc/mcp-mermaid](https://github.com/hustcc/mcp-mermaid) πŸ“‡ 🏠 - Generate [mermaid](https://mermaid.js.org/) diagram and chart with AI MCP dynamically. - [iaptic/mcp-server-iaptic](https://github.com/iaptic/mcp-server-iaptic) πŸŽ–οΈ πŸ“‡ ☁️ - Connect with [iaptic](https://www.iaptic.com) to ask about your Customer Purchases, Transaction data and App Revenue statistics. -- [MCP Analytics](https://github.com/embeddedlayers/mcp-analytics) 🐍 ☁️ πŸŽ–οΈ - Statistical analysis, ML models, and data exploration for Claude via MCP. Connects to your data and generates interactive reports. +- [embeddedlayers/mcp-analytics](https://github.com/embeddedlayers/mcp-analytics) [![embeddedlayers/mcp-analytics MCP server](https://glama.ai/mcp/servers/embeddedlayers/mcp-analytics/badges/score.svg (https://glama.ai/mcp/servers/embeddedlayers/mcp-analytics) 🐍 ☁️ - Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources β€” ask a question in Claude or Cursor, get an interactive HTML report. - [OpenDataMCP/OpenDataMCP](https://github.com/OpenDataMCP/OpenDataMCP) 🐍 ☁️ - Connect any Open Data to any LLM with Model Context Protocol. - [QuackbackIO/quackback](https://github.com/QuackbackIO/quackback) πŸ“‡ ☁️ - Open-source customer feedback platform with built-in MCP server. Agents can search feedback, triage posts, update statuses, create and comment on posts, vote, manage roadmaps, merge duplicates, and publish changelogs. - [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) πŸ“‡ ☁️ - An MCP server to access and updates profiles on an Apache Unomi CDP server. From 3dbd552d976f1bc588552d7b87b0659277fbcc31 Mon Sep 17 00:00:00 2001 From: mshors-pdai <162932320+mshors-pdai@users.noreply.github.com> Date: Thu, 19 Mar 2026 08:41:38 -0700 Subject: [PATCH 033/238] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e885225d..24f4f48c 100644 --- a/README.md +++ b/README.md @@ -520,7 +520,7 @@ Provides access to customer profiles inside of customer data platforms - [hustcc/mcp-echarts](https://github.com/hustcc/mcp-echarts) πŸ“‡ 🏠 - Generate visual charts using [Apache ECharts](https://echarts.apache.org) with AI MCP dynamically. - [hustcc/mcp-mermaid](https://github.com/hustcc/mcp-mermaid) πŸ“‡ 🏠 - Generate [mermaid](https://mermaid.js.org/) diagram and chart with AI MCP dynamically. - [iaptic/mcp-server-iaptic](https://github.com/iaptic/mcp-server-iaptic) πŸŽ–οΈ πŸ“‡ ☁️ - Connect with [iaptic](https://www.iaptic.com) to ask about your Customer Purchases, Transaction data and App Revenue statistics. -- [embeddedlayers/mcp-analytics](https://github.com/embeddedlayers/mcp-analytics) [![embeddedlayers/mcp-analytics MCP server](https://glama.ai/mcp/servers/embeddedlayers/mcp-analytics/badges/score.svg (https://glama.ai/mcp/servers/embeddedlayers/mcp-analytics) 🐍 ☁️ - Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources β€” ask a question in Claude or Cursor, get an interactive HTML report. +- [embeddedlayers/mcp-analytics](https://github.com/embeddedlayers/mcp-analytics) [![embeddedlayers/mcp-analytics MCP server](https ://glama.ai/mcp/servers/embeddedlayers/mcp-analytics/badges/score.svg) (https://glama.ai/mcp/servers/embeddedlayers/mcp-analytics) 🐍 ☁️ - Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources β€” ask a question in Claude or Cursor, get an interactive HTML report. - [OpenDataMCP/OpenDataMCP](https://github.com/OpenDataMCP/OpenDataMCP) 🐍 ☁️ - Connect any Open Data to any LLM with Model Context Protocol. - [QuackbackIO/quackback](https://github.com/QuackbackIO/quackback) πŸ“‡ ☁️ - Open-source customer feedback platform with built-in MCP server. Agents can search feedback, triage posts, update statuses, create and comment on posts, vote, manage roadmaps, merge duplicates, and publish changelogs. - [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) πŸ“‡ ☁️ - An MCP server to access and updates profiles on an Apache Unomi CDP server. From 7fd7d067a296bf52b85f5c7bb05dd18e4800d13e Mon Sep 17 00:00:00 2001 From: mshors-pdai <162932320+mshors-pdai@users.noreply.github.com> Date: Thu, 19 Mar 2026 08:43:46 -0700 Subject: [PATCH 034/238] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24f4f48c..4c3dd4a3 100644 --- a/README.md +++ b/README.md @@ -520,7 +520,7 @@ Provides access to customer profiles inside of customer data platforms - [hustcc/mcp-echarts](https://github.com/hustcc/mcp-echarts) πŸ“‡ 🏠 - Generate visual charts using [Apache ECharts](https://echarts.apache.org) with AI MCP dynamically. - [hustcc/mcp-mermaid](https://github.com/hustcc/mcp-mermaid) πŸ“‡ 🏠 - Generate [mermaid](https://mermaid.js.org/) diagram and chart with AI MCP dynamically. - [iaptic/mcp-server-iaptic](https://github.com/iaptic/mcp-server-iaptic) πŸŽ–οΈ πŸ“‡ ☁️ - Connect with [iaptic](https://www.iaptic.com) to ask about your Customer Purchases, Transaction data and App Revenue statistics. -- [embeddedlayers/mcp-analytics](https://github.com/embeddedlayers/mcp-analytics) [![embeddedlayers/mcp-analytics MCP server](https ://glama.ai/mcp/servers/embeddedlayers/mcp-analytics/badges/score.svg) (https://glama.ai/mcp/servers/embeddedlayers/mcp-analytics) 🐍 ☁️ - Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources β€” ask a question in Claude or Cursor, get an interactive HTML report. +- [embeddedlayers/mcp-analytics](https://github.com/embeddedlayers/mcp-analytics) [![embeddedlayers/mcp-analytics MCP server](https://glama.ai/mcp/servers/embeddedlayers/mcp-analytics/badges/score.svg) (https://glama.ai/mcp/servers/embeddedlayers/mcp-analytics) 🐍 ☁️ - Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources β€” ask a question in Claude or Cursor, get an interactive HTML report. - [OpenDataMCP/OpenDataMCP](https://github.com/OpenDataMCP/OpenDataMCP) 🐍 ☁️ - Connect any Open Data to any LLM with Model Context Protocol. - [QuackbackIO/quackback](https://github.com/QuackbackIO/quackback) πŸ“‡ ☁️ - Open-source customer feedback platform with built-in MCP server. Agents can search feedback, triage posts, update statuses, create and comment on posts, vote, manage roadmaps, merge duplicates, and publish changelogs. - [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) πŸ“‡ ☁️ - An MCP server to access and updates profiles on an Apache Unomi CDP server. From 7251a94d297f8dc2227f5dc116d12edfa67459e2 Mon Sep 17 00:00:00 2001 From: mshors-pdai <162932320+mshors-pdai@users.noreply.github.com> Date: Thu, 19 Mar 2026 08:47:14 -0700 Subject: [PATCH 035/238] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c3dd4a3..defa6d30 100644 --- a/README.md +++ b/README.md @@ -520,7 +520,7 @@ Provides access to customer profiles inside of customer data platforms - [hustcc/mcp-echarts](https://github.com/hustcc/mcp-echarts) πŸ“‡ 🏠 - Generate visual charts using [Apache ECharts](https://echarts.apache.org) with AI MCP dynamically. - [hustcc/mcp-mermaid](https://github.com/hustcc/mcp-mermaid) πŸ“‡ 🏠 - Generate [mermaid](https://mermaid.js.org/) diagram and chart with AI MCP dynamically. - [iaptic/mcp-server-iaptic](https://github.com/iaptic/mcp-server-iaptic) πŸŽ–οΈ πŸ“‡ ☁️ - Connect with [iaptic](https://www.iaptic.com) to ask about your Customer Purchases, Transaction data and App Revenue statistics. -- [embeddedlayers/mcp-analytics](https://github.com/embeddedlayers/mcp-analytics) [![embeddedlayers/mcp-analytics MCP server](https://glama.ai/mcp/servers/embeddedlayers/mcp-analytics/badges/score.svg) (https://glama.ai/mcp/servers/embeddedlayers/mcp-analytics) 🐍 ☁️ - Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources β€” ask a question in Claude or Cursor, get an interactive HTML report. +- [embeddedlayers/mcp-analytics](https://github.com/embeddedlayers/mcp-analytics) [![embeddedlayers/mcp-analytics MCP server](https://glama.ai/mcp/servers/embeddedlayers/mcp-analytics/badges/score.svg)](https://glama.ai/mcp/servers/embeddedlayers/mcp-analytics) 🐍 ☁️ - Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources β€” ask a question in Claude or Cursor, get an interactive HTML report. - [OpenDataMCP/OpenDataMCP](https://github.com/OpenDataMCP/OpenDataMCP) 🐍 ☁️ - Connect any Open Data to any LLM with Model Context Protocol. - [QuackbackIO/quackback](https://github.com/QuackbackIO/quackback) πŸ“‡ ☁️ - Open-source customer feedback platform with built-in MCP server. Agents can search feedback, triage posts, update statuses, create and comment on posts, vote, manage roadmaps, merge duplicates, and publish changelogs. - [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) πŸ“‡ ☁️ - An MCP server to access and updates profiles on an Apache Unomi CDP server. From 07448e8287de0bb67a1674293698c50d52c11dfe Mon Sep 17 00:00:00 2001 From: kushneryk Date: Fri, 20 Mar 2026 10:22:44 +0400 Subject: [PATCH 036/238] Add kushneryk/join.cloud to Communication section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8a73739..62b0d6a1 100644 --- a/README.md +++ b/README.md @@ -479,6 +479,7 @@ Integration with communication platforms for message management and channel oper - [jaipandya/producthunt-mcp-server](https://github.com/jaipandya/producthunt-mcp-server) 🐍 🏠 - MCP server for Product Hunt. Interact with trending posts, comments, collections, users, and more. - [jaspertvdm/mcp-server-rabel](https://github.com/jaspertvdm/mcp-server-rabel) 🐍 ☁️ 🏠 - AI-to-AI messaging via I-Poll protocol and AInternet. Enables agents to communicate using .aint domains, semantic messaging, and trust-based routing. - [joinly-ai/joinly](https://github.com/joinly-ai/joinly) 🐍☁️ - MCP server to interact with browser-based meeting platforms (Zoom, Teams, Google Meet). Enables AI agents to send bots to online meetings, gather live transcripts, speak text, and send messages in the meeting chat. +- [kushneryk/join.cloud](https://github.com/kushneryk/join.cloud) πŸ“‡ ☁️ 🏠 - Collaboration rooms for AI agents. Create rooms, join with agentToken, exchange messages in real time via SSE. Supports MCP and A2A protocols. Self-hostable or use the hosted version at join.cloud. - [jtalk22/slack-mcp-server](https://github.com/jtalk22/slack-mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Your complete Slack context for Claudeβ€”DMs, channels, threads, search. No OAuth apps, no admin approval. `--setup` and done, 11 tools, auto-refresh. - [keturiosakys/bluesky-context-server](https://github.com/keturiosakys/bluesky-context-server) πŸ“‡ ☁️ - Bluesky instance integration for querying and interaction - [khan2a/telephony-mcp-server](https://github.com/khan2a/telephony-mcp-server) 🐍 πŸ’¬ - MCP Telephony server for automating voice calls with Speech-to-Text and Speech Recognition to summarize call conversations. Send and receive SMS, detect voicemail, and integrate with Vonage APIs for advanced telephony workflows. From 2f027528a78818ece9ec94a8dc943439ecf27255 Mon Sep 17 00:00:00 2001 From: gupta-kush <54411218+gupta-kush@users.noreply.github.com> Date: Sat, 21 Mar 2026 04:49:41 -0500 Subject: [PATCH 037/238] Add gupta-kush/spotify-mcp to Art & Culture --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8a73739..ab7ac93d 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [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. - [gavxm/ani-mcp](https://github.com/gavxm/ani-mcp) [![ani-mcp MCP server](https://glama.ai/mcp/servers/gavxm/ani-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gavxm/ani-mcp) πŸ“‡ 🏠 - MCP server for AniList with taste-aware recommendations, watch analytics, social tools, and full list management. - [GenWaveLLC/svgmaker-mcp](https://github.com/GenWaveLLC/svgmaker-mcp) πŸ“‡ ☁️ - Provides AI-driven SVG generation and editing via natural language, with real-time updates and secure file handling. +- [gupta-kush/spotify-mcp](https://github.com/gupta-kush/spotify-mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - 93-tool Spotify server with smart shuffle, natural language song search, vibe analysis, artist network mapping, taste evolution, and playlist power tools. Works after Spotify's Feb 2026 API changes. - [jau123/MeiGen-AI-Design-MCP](https://github.com/jau123/MeiGen-AI-Design-MCP) [![mei-gen-ai-design-mcp MCP server](https://glama.ai/mcp/servers/@jau123/mei-gen-ai-design-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@jau123/mei-gen-ai-design-mcp) πŸ“‡ ☁️ 🏠 - AI image generation & editing MCP server with 1,500+ curated prompt library, smart prompt enhancement, and multi-provider routing (local ComfyUI, MeiGen Cloud, OpenAI-compatible APIs). - [khglynn/spotify-bulk-actions-mcp](https://github.com/khglynn/spotify-bulk-actions-mcp) 🐍 ☁️ - Bulk Spotify operations with confidence-scored song matching, batch playlist creation from CSV/podcast lists, and library exports for discovering your most-saved artists and albums. - [mikechao/metmuseum-mcp](https://github.com/mikechao/metmuseum-mcp) πŸ“‡ ☁️ - Metropolitan Museum of Art Collection API integration to search and display artworks in the collection. From 261c14df3681771e97dfd54a82b6a48e9563e2da Mon Sep 17 00:00:00 2001 From: cloakmaster Date: Sat, 21 Mar 2026 12:23:55 +0100 Subject: [PATCH 038/238] Add Inkog to Security section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8a73739..adb97103 100644 --- a/README.md +++ b/README.md @@ -1647,6 +1647,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [HaroldFinchIFT/vuln-nist-mcp-server](https://github.com/HaroldFinchIFT/vuln-nist-mcp-server) 🐍 ☁️️ 🍎 πŸͺŸ 🐧 - A Model Context Protocol (MCP) server for querying NIST National Vulnerability Database (NVD) API endpoints. - [hieutran/entraid-mcp-server](https://github.com/hieuttmmo/entraid-mcp-server) 🐍 ☁️ - A MCP server for Microsoft Entra ID (Azure AD) directory, user, group, device, sign-in, and security operations via Microsoft Graph Python SDK. - [intruder-io/intruder-mcp](https://github.com/intruder-io/intruder-mcp) 🐍 ☁️ - MCP server to access [Intruder](https://www.intruder.io/), helping you identify, understand, and fix security vulnerabilities in your infrastructure. +- [inkog-io/inkog-mcp](https://github.com/inkog-io/inkog-mcp) πŸ“‡ ☁️ - AI agent security scanner. Audits MCP servers for vulnerabilities, detects prompt injection, infinite loops, token bombing, and missing human oversight across 20+ frameworks. Maps findings to EU AI Act, OWASP LLM Top 10. - [jaspertvdm/mcp-server-inject-bender](https://github.com/jaspertvdm/mcp-server-inject-bender) 🐍 ☁️ 🏠 - Security through absurdity: transforms SQL injection and XSS attempts into harmless comedy responses using AI-powered humor defense. - [joergmichno/clawguard-mcp](https://github.com/joergmichno/clawguard-mcp) [![clawguard-mcp MCP server](https://glama.ai/mcp/servers/joergmichno/clawguard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/joergmichno/clawguard-mcp) 🐍 🏠 - Security scanner for AI agents that detects prompt injections using 42+ regex patterns - [jtang613/GhidrAssistMCP](https://github.com/jtang613/GhidrAssistMCP) β˜• 🏠 - A native Model Context Protocol server for Ghidra. Includes GUI configuration and logging, 31 powerful tools and no external dependencies. From 6bac215c5ac7c796432beba1d7cb9149b1d0245e Mon Sep 17 00:00:00 2001 From: Nikola Katsarov Date: Sat, 21 Mar 2026 14:09:24 +0200 Subject: [PATCH 039/238] =?UTF-8?q?Add=20FleetQ=20=E2=80=94=20AI=20Agent?= =?UTF-8?q?=20Mission=20Control=20(200+=20tools)?= 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 f8a73739..b97c7c3a 100644 --- a/README.md +++ b/README.md @@ -1992,6 +1992,7 @@ Interact with Git repositories and version control platforms. Enables repository - [Epistates/TurboMCP](https://github.com/Epistates/turbomcp) πŸ¦€ - TurboMCP SDK: Enterprise MCP SDK in Rust - [FastMCP](https://github.com/jlowin/fastmcp) 🐍 - A high-level framework for building MCP servers in Python - [FastMCP](https://github.com/punkpeye/fastmcp) πŸ“‡ - A high-level framework for building MCP servers in TypeScript +- [FleetQ](https://github.com/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` - [SonAIengine/graph-tool-call](https://github.com/SonAIengine/graph-tool-call) [![graph-tool-call MCP server](https://glama.ai/mcp/servers/SonAIengine/graph-tool-call/badges/score.svg)](https://glama.ai/mcp/servers/SonAIengine/graph-tool-call) 🐍 🏠 - When tool count exceeds LLM context limits, accuracy collapses (248 tools β†’ 12%). graph-tool-call builds a tool graph from OpenAPI/MCP specs and retrieves multi-step workflows via hybrid search (BM25 + graph traversal + embedding), recovering accuracy to 82% with 79% fewer tokens. Zero dependencies. Also works as an MCP Proxy β€” aggregate multiple MCP servers behind 3 meta-tools. - [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. From aab802d15ed66a6a1935d92e144398c480a68734 Mon Sep 17 00:00:00 2001 From: Nikola Katsarov Date: Sat, 21 Mar 2026 14:20:26 +0200 Subject: [PATCH 040/238] fix: use owner/repo format, add emoji tags and Glama badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b97c7c3a..7024d897 100644 --- a/README.md +++ b/README.md @@ -1989,10 +1989,10 @@ Interact with Git repositories and version control platforms. Enables repository > More frameworks, utilities, and other developer tools are available at https://github.com/punkpeye/awesome-mcp-devtools > - [Nyrok/flompt](https://github.com/Nyrok/flompt) [![flompt MCP server](https://glama.ai/mcp/servers/@nyrok/flompt/badges/score.svg)](https://glama.ai/mcp/servers/@nyrok/flompt) 🐍 ☁️ - Visual AI prompt builder MCP server. Decompose any prompt into 12 semantic blocks and compile to Claude-optimized XML. Tools: `decompose_prompt`, `compile_prompt`. Setup: `claude mcp add flompt https://flompt.dev/mcp/` +- [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 - [FastMCP](https://github.com/jlowin/fastmcp) 🐍 - A high-level framework for building MCP servers in Python - [FastMCP](https://github.com/punkpeye/fastmcp) πŸ“‡ - A high-level framework for building MCP servers in TypeScript -- [FleetQ](https://github.com/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` - [SonAIengine/graph-tool-call](https://github.com/SonAIengine/graph-tool-call) [![graph-tool-call MCP server](https://glama.ai/mcp/servers/SonAIengine/graph-tool-call/badges/score.svg)](https://glama.ai/mcp/servers/SonAIengine/graph-tool-call) 🐍 🏠 - When tool count exceeds LLM context limits, accuracy collapses (248 tools β†’ 12%). graph-tool-call builds a tool graph from OpenAPI/MCP specs and retrieves multi-step workflows via hybrid search (BM25 + graph traversal + embedding), recovering accuracy to 82% with 79% fewer tokens. Zero dependencies. Also works as an MCP Proxy β€” aggregate multiple MCP servers behind 3 meta-tools. - [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. From b6b05e500149aede94ef30726529ab559243fb06 Mon Sep 17 00:00:00 2001 From: cloakmaster Date: Sat, 21 Mar 2026 14:42:41 +0100 Subject: [PATCH 041/238] Add Glama score badge to Inkog entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adb97103..86b15061 100644 --- a/README.md +++ b/README.md @@ -1647,7 +1647,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [HaroldFinchIFT/vuln-nist-mcp-server](https://github.com/HaroldFinchIFT/vuln-nist-mcp-server) 🐍 ☁️️ 🍎 πŸͺŸ 🐧 - A Model Context Protocol (MCP) server for querying NIST National Vulnerability Database (NVD) API endpoints. - [hieutran/entraid-mcp-server](https://github.com/hieuttmmo/entraid-mcp-server) 🐍 ☁️ - A MCP server for Microsoft Entra ID (Azure AD) directory, user, group, device, sign-in, and security operations via Microsoft Graph Python SDK. - [intruder-io/intruder-mcp](https://github.com/intruder-io/intruder-mcp) 🐍 ☁️ - MCP server to access [Intruder](https://www.intruder.io/), helping you identify, understand, and fix security vulnerabilities in your infrastructure. -- [inkog-io/inkog-mcp](https://github.com/inkog-io/inkog-mcp) πŸ“‡ ☁️ - AI agent security scanner. Audits MCP servers for vulnerabilities, detects prompt injection, infinite loops, token bombing, and missing human oversight across 20+ frameworks. Maps findings to EU AI Act, OWASP LLM Top 10. +- [inkog-io/inkog-mcp](https://github.com/inkog-io/inkog-mcp) [![inkog-mcp MCP server](https://glama.ai/mcp/servers/inkog-io/inkog/badges/score.svg)](https://glama.ai/mcp/servers/inkog-io/inkog) πŸ“‡ ☁️ - AI agent security scanner. Audits MCP servers for vulnerabilities, detects prompt injection, infinite loops, token bombing, and missing human oversight across 20+ frameworks. Maps findings to EU AI Act, OWASP LLM Top 10. - [jaspertvdm/mcp-server-inject-bender](https://github.com/jaspertvdm/mcp-server-inject-bender) 🐍 ☁️ 🏠 - Security through absurdity: transforms SQL injection and XSS attempts into harmless comedy responses using AI-powered humor defense. - [joergmichno/clawguard-mcp](https://github.com/joergmichno/clawguard-mcp) [![clawguard-mcp MCP server](https://glama.ai/mcp/servers/joergmichno/clawguard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/joergmichno/clawguard-mcp) 🐍 🏠 - Security scanner for AI agents that detects prompt injections using 42+ regex patterns - [jtang613/GhidrAssistMCP](https://github.com/jtang613/GhidrAssistMCP) β˜• 🏠 - A native Model Context Protocol server for Ghidra. Includes GUI configuration and logging, 31 powerful tools and no external dependencies. From a5f10eefd2a40875929cb63b0365ed8b1c20702b Mon Sep 17 00:00:00 2001 From: catallo Date: Sun, 22 Mar 2026 17:09:19 +0100 Subject: [PATCH 042/238] Add MiSTerClaw to Embedded System category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db3c10a6..f0725280 100644 --- a/README.md +++ b/README.md @@ -996,6 +996,7 @@ Provides access to documentation and shortcuts for working on embedded devices. - [kukapay/opcua-mcp](https://github.com/kukapay/opcua-mcp) 🐍 πŸ“Ÿ - An MCP server that connects to OPC UA-enabled industrial systems. - [stack-chan/stack-chan](https://github.com/stack-chan/stack-chan) πŸ“‡ πŸ“Ÿ - A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions. - [yoelbassin/gnuradioMCP](https://github.com/yoelbassin/gnuradioMCP) 🐍 πŸ“Ÿ 🏠 - An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts. +- [catallo/misterclaw](https://github.com/catallo/misterclaw) 🏎️ πŸ“Ÿ 🏠 🐧 🍎 - πŸ‘ΎπŸ¦€ MiSTerClaw β€” MCP remote control for MiSTer-FPGA. Launch games, search ROMs, take screenshots, manage systems, and set up Tailscale VPN. Auto-discovers 70+ systems with dynamic core/ROM scanning. ### πŸŽ“ Education From 7f0d91ff009f38bc8b62c348e80bce287e976c79 Mon Sep 17 00:00:00 2001 From: Sandro Catallo Date: Sun, 22 Mar 2026 17:42:06 +0100 Subject: [PATCH 043/238] fix: remove emoji from description to avoid legend conflict --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0725280..5d35257e 100644 --- a/README.md +++ b/README.md @@ -996,7 +996,7 @@ Provides access to documentation and shortcuts for working on embedded devices. - [kukapay/opcua-mcp](https://github.com/kukapay/opcua-mcp) 🐍 πŸ“Ÿ - An MCP server that connects to OPC UA-enabled industrial systems. - [stack-chan/stack-chan](https://github.com/stack-chan/stack-chan) πŸ“‡ πŸ“Ÿ - A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions. - [yoelbassin/gnuradioMCP](https://github.com/yoelbassin/gnuradioMCP) 🐍 πŸ“Ÿ 🏠 - An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts. -- [catallo/misterclaw](https://github.com/catallo/misterclaw) 🏎️ πŸ“Ÿ 🏠 🐧 🍎 - πŸ‘ΎπŸ¦€ MiSTerClaw β€” MCP remote control for MiSTer-FPGA. Launch games, search ROMs, take screenshots, manage systems, and set up Tailscale VPN. Auto-discovers 70+ systems with dynamic core/ROM scanning. +- [catallo/misterclaw](https://github.com/catallo/misterclaw) 🏎️ πŸ“Ÿ 🏠 🐧 🍎 - MiSTerClaw β€” MCP remote control for MiSTer-FPGA. Launch games, search ROMs, take screenshots, manage systems, and set up Tailscale VPN. Auto-discovers 70+ systems with dynamic core/ROM scanning. ### πŸŽ“ Education From 76a03a9c546374657c4b4bacb4238010efebe18f Mon Sep 17 00:00:00 2001 From: Sandro Catallo Date: Sun, 22 Mar 2026 18:05:26 +0100 Subject: [PATCH 044/238] add Glama badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d35257e..6303ba8c 100644 --- a/README.md +++ b/README.md @@ -996,7 +996,7 @@ Provides access to documentation and shortcuts for working on embedded devices. - [kukapay/opcua-mcp](https://github.com/kukapay/opcua-mcp) 🐍 πŸ“Ÿ - An MCP server that connects to OPC UA-enabled industrial systems. - [stack-chan/stack-chan](https://github.com/stack-chan/stack-chan) πŸ“‡ πŸ“Ÿ - A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions. - [yoelbassin/gnuradioMCP](https://github.com/yoelbassin/gnuradioMCP) 🐍 πŸ“Ÿ 🏠 - An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts. -- [catallo/misterclaw](https://github.com/catallo/misterclaw) 🏎️ πŸ“Ÿ 🏠 🐧 🍎 - MiSTerClaw β€” MCP remote control for MiSTer-FPGA. Launch games, search ROMs, take screenshots, manage systems, and set up Tailscale VPN. Auto-discovers 70+ systems with dynamic core/ROM scanning. +- [catallo/misterclaw](https://github.com/catallo/misterclaw) 🏎️ πŸ“Ÿ 🏠 🐧 🍎 - MiSTerClaw β€” MCP remote control for MiSTer-FPGA. Launch games, search ROMs, take screenshots, manage systems, and set up Tailscale VPN. Auto-discovers 70+ systems with dynamic core/ROM scanning. [![catallo/misterclaw MCP server](https://glama.ai/mcp/servers/catallo/misterclaw/badges/score.svg)](https://glama.ai/mcp/servers/catallo/misterclaw) ### πŸŽ“ Education From 638841b6e119f45af4aae3def4f73dea5229003c Mon Sep 17 00:00:00 2001 From: Eylon Israely Date: Sun, 22 Mar 2026 14:31:57 -0500 Subject: [PATCH 045/238] Add PYTHIA Oracle to Other Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db3c10a6..de48ea73 100644 --- a/README.md +++ b/README.md @@ -1932,6 +1932,7 @@ Interact with Git repositories and version control platforms. Enables repository - [disco-trooper/apple-notes-mcp](https://github.com/disco-trooper/apple-notes-mcp) πŸ“‡ 🏠 🍎 - Apple Notes MCP with semantic search, hybrid vector+keyword search, full CRUD operations, and incremental indexing. Uses JXA for native macOS integration. - [dotemacs/domain-lookup-mcp](https://github.com/dotemacs/domain-lookup-mcp) 🏎️ - Domain name lookup service, first via [RDAP](https://en.wikipedia.org/wiki/Registration_Data_Access_Protocol) and then as a fallback via [WHOIS](https://en.wikipedia.org/wiki/WHOIS) - [ekkyarmandi/ticktick-mcp](https://github.com/ekkyarmandi/ticktick-mcp) 🐍 ☁️ - [TickTick](https://ticktick.com/) MCP server that integrates with TickTick's API to manage personal todo projects and the tasks. +- [eyloni/pythia-oracle](https://github.com/eyloni/pythia-oracle) [![pythia-oracle MCP server](https://glama.ai/mcp/servers/eyloni/pythia-the-oracle/badges/score.svg)](https://glama.ai/mcp/servers/eyloni/pythia-the-oracle) 🐍 ☁️ - Oracle for AI agents that need to think past obvious answers. One tool, one reading. Free tier included. - [emicklei/mcp-log-proxy](https://github.com/emicklei/mcp-log-proxy) 🏎️ 🏠 - MCP server proxy that offers a Web UI to the full message flow - [TollboothLabs/ai-tool-optimizer](https://github.com/TollboothLabs/ai-tool-optimizer) [![ai-tool-optimizer MCP server](https://glama.ai/mcp/servers/@TollboothLabs/ai-tool-optimizer/badges/score.svg)](https://glama.ai/mcp/servers/@TollboothLabs/ai-tool-optimizer) 🐍 - Reduces MCP tool description token costs by 40-70% through pure text schema distillation. - [esignaturescom/mcp-server-esignatures](https://github.com/esignaturescom/mcp-server-esignatures) 🐍 ☁️️ - Contract and template management for drafting, reviewing, and sending binding contracts via the eSignatures API. From bdacf4d6a3276e53efd5319e2643e27ff78ce18d Mon Sep 17 00:00:00 2001 From: samrothschild23 Date: Mon, 23 Mar 2026 04:00:35 -0400 Subject: [PATCH 046/238] Add rothy/intelligence-api: e-commerce intelligence MCP server with x402 payments --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da6bdaf5..90e4d077 100644 --- a/README.md +++ b/README.md @@ -1021,6 +1021,7 @@ MCP servers for learning management systems (LMS) and educational tools. MCP servers for e-commerce platforms and online store management. - [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. +- [rothy/intelligence-api](https://intelligence-api-production-f532.up.railway.app) πŸ“‡ ☁️ - E-commerce and business intelligence MCP server. Analyze any Shopify store, research Amazon products with Opportunity Score and FBA profitability estimates, and find qualified sales leads from Google Maps with Lead Quality Scoring. Pay-per-call via x402 (USDC on Base). ### 🌳 Environment & Nature From 7d255eaf0b172360bcb3e8972e8cd2e721f87cc5 Mon Sep 17 00:00:00 2001 From: Benjamin Turc Date: Mon, 23 Mar 2026 10:09:17 +0100 Subject: [PATCH 047/238] Update entry: owner/repo format, Glama badge, 37 tools - Rename entry to benswel/qr-agent-core (owner/repo format) - Add Glama score badge - Update tool count from 6 to 37 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8cce874..ffe74826 100644 --- a/README.md +++ b/README.md @@ -733,7 +733,7 @@ Tools and integrations that enhance the development workflow and environment man - [qainsights/jmeter-mcp-server](https://github.com/QAInsights/jmeter-mcp-server) 🐍 🏠 - JMeter MCP Server for performance testing - [qainsights/k6-mcp-server](https://github.com/QAInsights/k6-mcp-server) 🐍 🏠 - Grafana k6 MCP Server for performance testing - [qainsights/locust-mcp-server](https://github.com/QAInsights/locust-mcp-server) 🐍 🏠 - Locust MCP Server for performance testing -- [qr-for-agent](https://github.com/benswel/qr-agent-core) πŸ“‡ ☁️ - Dynamic QR code service for AI agents. Create, update, track, and retarget QR codes without regenerating images. 6 lightweight tools, one-command install via `npx qr-for-agent`. +- [benswel/qr-agent-core](https://github.com/benswel/qr-agent-core) [![benswel/qr-agent-core MCP server](https://glama.ai/mcp/servers/benswel/qr-agent-core/badges/score.svg)](https://glama.ai/mcp/servers/benswel/qr-agent-core) πŸ“‡ ☁️ - Dynamic QR code service for AI agents. Create, update, track, and retarget QR codes without regenerating images. 37 tools covering 11 QR types, one-command install via `npx qr-for-agent`. - [QuantGeekDev/docker-mcp](https://github.com/QuantGeekDev/docker-mcp) 🏎️ 🏠 - Docker container management and operations through MCP - [r-huijts/xcode-mcp-server](https://github.com/r-huijts/xcode-mcp-server) πŸ“‡ 🏠 🍎 - Xcode integration for project management, file operations, and build automation - [ReAPI-com/mcp-openapi](https://github.com/ReAPI-com/mcp-openapi) πŸ“‡ 🏠 - MCP server that lets LLMs know everything about your OpenAPI specifications to discover, explain and generate code/mock data From f8c973840ef139dece8b3cb6295cf4bb215f5501 Mon Sep 17 00:00:00 2001 From: Maurice Wen Date: Mon, 23 Mar 2026 19:19:41 +0800 Subject: [PATCH 048/238] Add Auth Box -- MCP credential gateway for AI agents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4497a0a..d5391427 100644 --- a/README.md +++ b/README.md @@ -1711,6 +1711,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [82ch/MCP-Dandan](https://github.com/82ch/MCP-Dandan) 🐍 πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Real-time security framework for MCP servers that detects and blocks malicious AI agent behavior by analyzing tool call patterns and intent across multiple threat detection engines. +- [MARUCIE/authbox](https://github.com/MARUCIE/authbox) πŸ“‡ 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Zero-knowledge password manager with MCP credential gateway. BIP-39 seed phrase recovery, deterministic passwords, policy-gated AI agent access (scope, rate limits, time windows, step-up approval), 70+ API key providers, and hash-chain audit trail. Go + Next.js + TypeScript. - [Acacian/aegis](https://github.com/Acacian/aegis) [![aegis MCP server](https://glama.ai/mcp/servers/Acacian/aegis/badges/score.svg)](https://glama.ai/mcp/servers/Acacian/aegis) 🐍 🏠 🍎 πŸͺŸ 🐧 - Policy-based governance for AI agent tool calls. YAML policies, approval gates, risk assessment, and audit logging. Cross-platform: LangChain, OpenAI, Anthropic, MCP. - [adeptus-innovatio/solvitor-mcp](https://github.com/Adeptus-Innovatio/solvitor-mcp) πŸ¦€ 🏠 - Solvitor MCP server provides tools to access reverse engineering tools that help developers extract IDL files from closed-source Solana smart contracts and decompile them. - [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. From 15608819a03c2b30e22784981cd484b8357380c3 Mon Sep 17 00:00:00 2001 From: Sanghee Son Date: Mon, 23 Mar 2026 21:26:21 +0900 Subject: [PATCH 049/238] add glama score badge for homebutler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 778565c4..419b9c37 100644 --- a/README.md +++ b/README.md @@ -1514,7 +1514,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [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 - [pydantic/logfire-mcp](https://github.com/pydantic/logfire-mcp) πŸŽ–οΈ 🐍 ☁️ - Provides access to OpenTelemetry traces and metrics through Logfire -- [Higangssh/homebutler](https://github.com/Higangssh/homebutler) 🏎️ 🏠 - All-in-one homelab management MCP server. Monitor system resources, manage Docker containers, Wake-on-LAN, scan networks, check open ports, and run alerts β€” across multiple servers via SSH. Single 10MB binary, zero dependencies. +- [Higangssh/homebutler](https://github.com/Higangssh/homebutler) [![homebutler MCP server](https://glama.ai/mcp/servers/Higangssh/homebutler/badges/score.svg)](https://glama.ai/mcp/servers/Higangssh/homebutler) 🏎️ 🏠 - All-in-one homelab management MCP server. Monitor system resources, manage Docker containers, Wake-on-LAN, scan networks, check open ports, and run alerts β€” across multiple servers via SSH. Single 10MB binary, zero dependencies. - [gsmethells/preflight-mcp](https://github.com/gsmethells/preflight-mcp) [![gsmethells/preflight-mcp MCP server](https://glama.ai/mcp/servers/gsmethells/preflight-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gsmethells/preflight-mcp) 🐍 ☁️ - TrustPilot for APIs β€” independent reliability ratings for APIs and MCP servers, powered by synthetic probes and crowdsourced agent telemetry. - [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) 🏎️ 🏠 - A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.(support CPU、Memory、Disk、Network、Host、ProcessοΌ‰ - [shibley/apistatuscheck-mcp-server](https://github.com/shibley/apistatuscheck-mcp-server) [![apistatuscheck-mcp-server MCP server](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server) πŸ“‡ ☁️ - Check real-time operational status of 114+ cloud services and APIs (AWS, GitHub, Stripe, OpenAI, Vercel, etc.) directly from AI assistants. Published on npm. From 4586b593d3a05d8d5d048c924c66cdd79ea32d61 Mon Sep 17 00:00:00 2001 From: cct15 Date: Tue, 24 Mar 2026 00:25:42 +0800 Subject: [PATCH 050/238] =?UTF-8?q?Add=20Futuristic=20Risk=20Intelligence?= =?UTF-8?q?=20=E2=80=94=20geopolitical=20risk=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 a4497a0a..1ca8374e 100644 --- a/README.md +++ b/README.md @@ -1084,6 +1084,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [carsol/monarch-mcp-server](https://github.com/carsol/monarch-mcp-server) 🐍 ☁️ - MCP server providing read-only access to Monarch Money financial data, enabling AI assistants to analyze transactions, budgets, accounts, and cashflow data with MFA support. - [chargebee/mcp](https://github.com/chargebee/agentkit/tree/main/modelcontextprotocol) πŸŽ–οΈ πŸ“‡ ☁️ - MCP Server that connects AI agents to [Chargebee platform](https://www.chargebee.com/). - [CryptoRugMunch/rug-munch-mcp](https://github.com/CryptoRugMunch/rug-munch-mcp) [![rug-munch-intelligence MCP server](https://glama.ai/mcp/servers/@CryptoRugMunch/rug-munch-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/@CryptoRugMunch/rug-munch-intelligence) 🐍 ☁️ - 19 crypto token risk intelligence tools for AI agents. Rug pull detection, honeypot scoring, deployer tracking, holder deep-dive, KOL shill detection, social OSINT, and LLM forensic analysis. Free tier (1 call/day) + API keys + x402 USDC micropayments. Remote SSE transport available. +- [cct15/war-dashboard-data](https://github.com/cct15/war-dashboard-data) 🐍 ☁️ - Geopolitical conflict risk probabilities for AI agents. Covers 6 regions (Russia-Ukraine, Iran-Israel, China-Taiwan, etc.) with escalation/ceasefire/regime change probabilities at 1d/7d/30d horizons. Includes maritime chokepoint vessel data and political event probabilities. Updated daily. - [codex-data/codex-mcp](https://github.com/Codex-Data/codex-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - [Codex API](https://www.codex.io) integration for real-time enriched blockchain and market data on 60+ networks - [coinpaprika/dexpaprika-mcp](https://github.com/coinpaprika/dexpaprika-mcp) πŸŽ–οΈ πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Coinpaprika's DexPaprika MCP server exposes high-performance [DexPaprika API](https://docs.dexpaprika.com) covering 20+ chains and 5M+ tokens with real time pricing, liquidity pool data & historical OHLCV data, providing AI agents standardized access to comprehensive market data through Model Context Protocol. - [dan1d/cobroya](https://github.com/dan1d/mercadopago-tool) [![cobroya MCP server](https://glama.ai/mcp/servers/dan1d/cobroya/badges/score.svg)](https://glama.ai/mcp/servers/dan1d/cobroya) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Mercado Pago payments for AI agents β€” create payment links, search payments, and issue refunds. Built for LATAM merchants. From edffd839b1e83685d59e8b8733a57ecdc80bc7a3 Mon Sep 17 00:00:00 2001 From: dinosaur24 <68668181+dinosaur24@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:39:44 +0100 Subject: [PATCH 051/238] Add MockHero to MCP server list ## What is MockHero? MockHero is a synthetic test data API that generates realistic, relational fake data via a simple REST API. **Why it belongs here:** - 156 field types (names, emails, UUIDs, IBANs, etc.) - 22 locales for internationalized data - Relational data generation (users -> orders -> items) - Sub-50ms response times - Free tier: 1,000 records/day - MCP server: npx @mockherodev/mcp-server **Links:** - Website: https://mockhero.dev - MCP Server: https://github.com/mockherodev/mcp-server - Docs: https://mockhero.dev/docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4497a0a..31755bd0 100644 --- a/README.md +++ b/README.md @@ -827,6 +827,7 @@ Tools and integrations that enhance the development workflow and environment man - [mmorris35/devplan-mcp-server](https://github.com/mmorris35/devplan-mcp-server) πŸ“‡ ☁️ - Generate comprehensive, paint-by-numbers development plans using the [ClaudeCode-DevPlanBuilder](https://github.com/mmorris35/ClaudeCode-DevPlanBuilder) methodology. Creates PROJECT_BRIEF.md, DEVELOPMENT_PLAN.md, and CLAUDE.md. - [mobile-next/mobile-mcp](https://github.com/mobile-next/mobile-mcp) πŸ“‡ 🏠 🐧 🍎 - MCP Server for Android/iOS application and device automation, development and app scraping. Simulator/Emulator/Physical devices like iPhone, Google Pixel, Samsung supported. - [getmockd/mockd](https://github.com/getmockd/mockd) [![mockd MCP server](https://glama.ai/mcp/servers/getmockd/mockd/badges/score.svg)](https://glama.ai/mcp/servers/getmockd/mockd) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Multi-protocol API mock server with 18 MCP tools. Mock HTTP, GraphQL, gRPC, WebSocket, MQTT, SSE, and SOAP APIs with chaos engineering, stateful CRUD, 8 import formats (OpenAPI, Postman, HAR, WireMock, cURL, Mockoon, WSDL), and deterministic seeded responses. +- [MockHero](https://github.com/mockherodev/mcp-server) - Generate realistic synthetic test data via MCP. 156 field types, 22 locales, relational data, sub-50ms responses. Free tier: 1,000 records/day. 🏠 - [mrexodia/user-feedback-mcp](https://github.com/mrexodia/user-feedback-mcp) 🐍 🏠 - Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor. - [mumez/pharo-smalltalk-interop-mcp-server](https://github.com/mumez/pharo-smalltalk-interop-mcp-server) 🐍 🏠 - Pharo Smalltalk integration enabling code evaluation, class/method introspection, package management, test execution, and project installation for interactive development with Pharo images. - [n8daniels/RulesetMCP](https://github.com/n8daniels/RulesetMCP) πŸ“‡ 🏠 - Weight-On-Wheels for AI - keeps agents grounded in your project's rules. Query coding standards, validate snippets, and get task-specific guidance from version-controlled rule files. From 72e18a1265c2597f4329dd8782f3070161b7db86 Mon Sep 17 00:00:00 2001 From: dinosaur24 <68668181+dinosaur24@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:47:07 +0100 Subject: [PATCH 052/238] Update MockHero link to mockherodev/mcp-server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31755bd0..993143bf 100644 --- a/README.md +++ b/README.md @@ -827,7 +827,7 @@ Tools and integrations that enhance the development workflow and environment man - [mmorris35/devplan-mcp-server](https://github.com/mmorris35/devplan-mcp-server) πŸ“‡ ☁️ - Generate comprehensive, paint-by-numbers development plans using the [ClaudeCode-DevPlanBuilder](https://github.com/mmorris35/ClaudeCode-DevPlanBuilder) methodology. Creates PROJECT_BRIEF.md, DEVELOPMENT_PLAN.md, and CLAUDE.md. - [mobile-next/mobile-mcp](https://github.com/mobile-next/mobile-mcp) πŸ“‡ 🏠 🐧 🍎 - MCP Server for Android/iOS application and device automation, development and app scraping. Simulator/Emulator/Physical devices like iPhone, Google Pixel, Samsung supported. - [getmockd/mockd](https://github.com/getmockd/mockd) [![mockd MCP server](https://glama.ai/mcp/servers/getmockd/mockd/badges/score.svg)](https://glama.ai/mcp/servers/getmockd/mockd) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Multi-protocol API mock server with 18 MCP tools. Mock HTTP, GraphQL, gRPC, WebSocket, MQTT, SSE, and SOAP APIs with chaos engineering, stateful CRUD, 8 import formats (OpenAPI, Postman, HAR, WireMock, cURL, Mockoon, WSDL), and deterministic seeded responses. -- [MockHero](https://github.com/mockherodev/mcp-server) - Generate realistic synthetic test data via MCP. 156 field types, 22 locales, relational data, sub-50ms responses. Free tier: 1,000 records/day. 🏠 +- [mockherodev/mcp-server](https://github.com/mockherodev/mcp-server) [![mockherodev/mcp-server MCP server](https://glama.ai/mcp/servers/mockherodev/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/mockherodev/mcp-server) - Generate realistic synthetic test data via MCP. 156 field types, 22 locales, relational data, sub-50ms responses. Free tier: 1,000 records/day. 🏠 - [mrexodia/user-feedback-mcp](https://github.com/mrexodia/user-feedback-mcp) 🐍 🏠 - Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor. - [mumez/pharo-smalltalk-interop-mcp-server](https://github.com/mumez/pharo-smalltalk-interop-mcp-server) 🐍 🏠 - Pharo Smalltalk integration enabling code evaluation, class/method introspection, package management, test execution, and project installation for interactive development with Pharo images. - [n8daniels/RulesetMCP](https://github.com/n8daniels/RulesetMCP) πŸ“‡ 🏠 - Weight-On-Wheels for AI - keeps agents grounded in your project's rules. Query coding standards, validate snippets, and get task-specific guidance from version-controlled rule files. From 8065bd0781b020e518747b6a2d629608ffedae91 Mon Sep 17 00:00:00 2001 From: Valerio Date: Mon, 23 Mar 2026 19:45:09 +0100 Subject: [PATCH 053/238] =?UTF-8?q?Add=20webclaw=20=E2=80=94=20web=20extra?= =?UTF-8?q?ction=20MCP=20server=20(Rust,=2010=20tools)?= 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 a4497a0a..fcd75e74 100644 --- a/README.md +++ b/README.md @@ -2095,6 +2095,7 @@ Interact with Git repositories and version control platforms. Enables repository - [wishfinity/wishfinity-mcp-plusw](https://github.com/wishfinity/wishfinity-mcp-plusw) πŸ“‡ ☁️ 🏠 - Universal wishlist for AI shopping experiences. Save any product URL from any store to a wishlist. Works with Claude, ChatGPT, LangChain, n8n, and any MCP client. - [wong2/mcp-cli](https://github.com/wong2/mcp-cli) πŸ“‡ 🏠 - CLI tool for testing MCP servers - [ws-mcp](https://github.com/nick1udwig/ws-mcp) - Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz)) +- [0xMassi/webclaw](https://github.com/0xMassi/webclaw) πŸ¦€ 🏠 🍎 🐧 - Web content extraction for AI agents. 10 tools: scrape, crawl, map, batch, extract, summarize, diff, brand, search, research. TLS fingerprinting bypasses anti-bot without a browser. 67% fewer tokens than raw HTML. `npx create-webclaw` auto-configures Claude, Cursor, Windsurf, Codex, OpenCode. - [yuna0x0/hackmd-mcp](https://github.com/yuna0x0/hackmd-mcp) πŸ“‡ ☁️ - Allows AI models to interact with [HackMD](https://hackmd.io) - [ZeparHyfar/mcp-datetime](https://github.com/ZeparHyfar/mcp-datetime) - MCP server providing date and time functions in various formats - [zueai/mcp-manager](https://github.com/zueai/mcp-manager) πŸ“‡ ☁️ - Simple Web UI to install and manage MCP servers for Claude Desktop App. From 717395d5b4f4245db7aa6c92b216d73ee529db61 Mon Sep 17 00:00:00 2001 From: Valerio Date: Mon, 23 Mar 2026 19:51:37 +0100 Subject: [PATCH 054/238] Add Glama score badge for webclaw --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcd75e74..eff9e3ac 100644 --- a/README.md +++ b/README.md @@ -2095,7 +2095,7 @@ Interact with Git repositories and version control platforms. Enables repository - [wishfinity/wishfinity-mcp-plusw](https://github.com/wishfinity/wishfinity-mcp-plusw) πŸ“‡ ☁️ 🏠 - Universal wishlist for AI shopping experiences. Save any product URL from any store to a wishlist. Works with Claude, ChatGPT, LangChain, n8n, and any MCP client. - [wong2/mcp-cli](https://github.com/wong2/mcp-cli) πŸ“‡ 🏠 - CLI tool for testing MCP servers - [ws-mcp](https://github.com/nick1udwig/ws-mcp) - Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz)) -- [0xMassi/webclaw](https://github.com/0xMassi/webclaw) πŸ¦€ 🏠 🍎 🐧 - Web content extraction for AI agents. 10 tools: scrape, crawl, map, batch, extract, summarize, diff, brand, search, research. TLS fingerprinting bypasses anti-bot without a browser. 67% fewer tokens than raw HTML. `npx create-webclaw` auto-configures Claude, Cursor, Windsurf, Codex, OpenCode. +- [0xMassi/webclaw](https://github.com/0xMassi/webclaw) [![webclaw MCP server](https://glama.ai/mcp/servers/0xMassi/webclaw/badges/score.svg)](https://glama.ai/mcp/servers/0xMassi/webclaw) πŸ¦€ 🏠 🍎 🐧 - Web content extraction for AI agents. 10 tools: scrape, crawl, map, batch, extract, summarize, diff, brand, search, research. TLS fingerprinting bypasses anti-bot without a browser. 67% fewer tokens than raw HTML. `npx create-webclaw` auto-configures Claude, Cursor, Windsurf, Codex, OpenCode. - [yuna0x0/hackmd-mcp](https://github.com/yuna0x0/hackmd-mcp) πŸ“‡ ☁️ - Allows AI models to interact with [HackMD](https://hackmd.io) - [ZeparHyfar/mcp-datetime](https://github.com/ZeparHyfar/mcp-datetime) - MCP server providing date and time functions in various formats - [zueai/mcp-manager](https://github.com/zueai/mcp-manager) πŸ“‡ ☁️ - Simple Web UI to install and manage MCP servers for Claude Desktop App. From 712886a27f3dc554b5438b6603987407ddafa6e0 Mon Sep 17 00:00:00 2001 From: Steven Obiajulu Date: Mon, 23 Mar 2026 15:32:19 -0400 Subject: [PATCH 055/238] add: safe-docx to File Systems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds UseJunior/safe-docx β€” an MCP server for surgical editing of existing Word .docx files with formatting preservation, tracked changes, comments, footnotes, and document comparison. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4497a0a..bd3d3fb6 100644 --- a/README.md +++ b/README.md @@ -1052,6 +1052,7 @@ 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) πŸ“‡ 🏠 🍎 🐧 πŸͺŸ - 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 ccc1af7be474b83427aadc49e18ded43f642aaf5 Mon Sep 17 00:00:00 2001 From: Steven Obiajulu Date: Mon, 23 Mar 2026 15:34:30 -0400 Subject: [PATCH 056/238] add: open-agreements to Legal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds open-agreements/open-agreements β€” an MCP server for filling standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment, cloud terms) and producing signable DOCX files. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4497a0a..fb489035 100644 --- a/README.md +++ b/README.md @@ -1424,6 +1424,7 @@ Access to legal information, legislation, and legal databases. Enables AI models - [ark-forge/mcp-eu-ai-act](https://github.com/ark-forge/mcp-eu-ai-act) [![mcp-eu-ai-act MCP server](https://glama.ai/mcp/servers/@ark-forge/mcp-eu-ai-act/badges/score.svg)](https://glama.ai/mcp/servers/@ark-forge/mcp-eu-ai-act) πŸ“‡ ☁️ - EU AI Act compliance scanner that detects regulatory violations in AI codebases with risk classification and remediation guidance. - [buildsyncinc/gibs-mcp](https://github.com/buildsyncinc/gibs-mcp) 🐍 ☁️ - Regulatory compliance (AI Act, GDPR, DORA) with article-level citations - [JamesANZ/us-legal-mcp](https://github.com/JamesANZ/us-legal-mcp) πŸ“‡ ☁️ - An MCP server that provides comprehensive US legislation. +- [open-agreements/open-agreements](https://github.com/open-agreements/open-agreements) πŸ“‡ 🏠 ☁️ 🍎 🐧 πŸͺŸ - Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment, cloud terms) and produce signable DOCX files. - [philrox/ris-mcp-ts](https://github.com/philrox/ris-mcp-ts) [![philrox/ris-mcp-ts MCP server](https://glama.ai/mcp/servers/philrox/ris-mcp-ts/badges/score.svg)](https://glama.ai/mcp/servers/philrox/ris-mcp-ts) πŸ“‡ ☁️ - Access Austrian federal laws, state laws, court decisions, and legal documents via the RIS (Rechtsinformationssystem) API with 12 specialized tools. ### πŸ—ΊοΈ Location Services From 62a8b6a59c42f98e5e7be1579b0b3a659495cc4f Mon Sep 17 00:00:00 2001 From: Tom Pinder Date: Tue, 27 Jan 2026 19:38:54 -0500 Subject: [PATCH 057/238] Add IdeaLift MCP server to Workplace & Productivity --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce11f396..e5f834e8 100644 --- a/README.md +++ b/README.md @@ -1953,6 +1953,7 @@ Interact with Git repositories and version control platforms. Enables repository - [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. - [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. - [taylorwilsdon/google_workspace_mcp](https://github.com/taylorwilsdon/google_workspace_mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Comprehensive Google Workspace MCP server with full support for Google Calendar, Drive, Gmail, and Docs, Forms, Chats, Slides and Sheets over stdio, Streamable HTTP and SSE transports. - [teamwork/mcp](https://github.com/teamwork/mcp) πŸŽ–οΈ 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - Project and resource management platform that keeps your client projects on track, makes managing resources a breeze, and keeps your profits on point. From 77f3c901c72e2fb3ac553653d852973cfea5285d Mon Sep 17 00:00:00 2001 From: ScopeBlind Date: Mon, 23 Mar 2026 22:16:25 -0400 Subject: [PATCH 058/238] Update MCP server links and descriptions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22df5fa7..ab2d6621 100644 --- a/README.md +++ b/README.md @@ -1512,7 +1512,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [sanyambassi/ciphertrust-manager-mcp-server](https://github.com/sanyambassi/ciphertrust-manager-mcp-server) 🐍 ☁️ 🏠 🐧 πŸͺŸ - MCP server for Thales CipherTrust Manager integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants. - [sanyambassi/thales-cdsp-cakm-mcp-server](https://github.com/sanyambassi/thales-cdsp-cakm-mcp-server) 🐍 ☁️ 🏠 🐧 πŸͺŸ - MCP server for Thales CDSP CAKM integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants for Ms SQL and Oracle Databases. - [sanyambassi/thales-cdsp-crdp-mcp-server](https://github.com/sanyambassi/thales-cdsp-crdp-mcp-server) πŸ“‡ ☁️ 🏠 🐧 πŸͺŸ - MCP server for Thales CipherTrust Manager RestFul Data Protection service. -- [scopeblind/scopeblind-mcp](https://github.com/tomjwxf/scopeblind-gateway/tree/main/scopeblind-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Agent-safe API abuse protection. Scan endpoints for vulnerabilities, provision tenants, get real-time abuse reports, and generate framework-specific integration code (Express, FastAPI, Next.js). Device-level rate limiting via DPoP/TPM β€” no CAPTCHAs. +- [protect-mcp](https://github.com/tomjwxf/scopeblind-gateway) [![tomjwxf/scopeblind-gateway MCP server](https://glama.ai/mcp/servers/tomjwxf/scopeblind-gateway/badges/score.svg)](https://glama.ai/mcp/servers/tomjwxf/scopeblind-gateway) πŸ”’ 🏠 πŸ“‡ β€” Security gateway that wraps any MCP server with per-tool policies, approval gates, and optional Ed25519-signed receipts. Shadow mode logs every tool call; enforce mode blocks, rate-limits, or requires approval. Receipts are independently verifiable offline. - [securityfortech/secops-mcp](https://github.com/securityfortech/secops-mcp) 🐍 🏠 - All-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug bounty hunting, threat hunting, and more. - [semgrep/mcp](https://github.com/semgrep/mcp) πŸ“‡ ☁️ Allow AI agents to scan code for security vulnerabilites using [Semgrep](https://semgrep.dev). - [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. From 18dd8cd13fb189f2d2868fa3beb1e08e423c7805 Mon Sep 17 00:00:00 2001 From: Maurice Wen Date: Tue, 24 Mar 2026 10:58:27 +0800 Subject: [PATCH 059/238] chore: add Glama score badge to Auth Box entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5391427..9206e92c 100644 --- a/README.md +++ b/README.md @@ -1711,7 +1711,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [82ch/MCP-Dandan](https://github.com/82ch/MCP-Dandan) 🐍 πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Real-time security framework for MCP servers that detects and blocks malicious AI agent behavior by analyzing tool call patterns and intent across multiple threat detection engines. -- [MARUCIE/authbox](https://github.com/MARUCIE/authbox) πŸ“‡ 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Zero-knowledge password manager with MCP credential gateway. BIP-39 seed phrase recovery, deterministic passwords, policy-gated AI agent access (scope, rate limits, time windows, step-up approval), 70+ API key providers, and hash-chain audit trail. Go + Next.js + TypeScript. +- [MARUCIE/authbox](https://github.com/MARUCIE/authbox) [![authbox MCP server](https://glama.ai/mcp/servers/MARUCIE/authbox/badges/score.svg)](https://glama.ai/mcp/servers/MARUCIE/authbox) πŸ“‡ 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Zero-knowledge password manager with MCP credential gateway. BIP-39 seed phrase recovery, deterministic passwords, policy-gated AI agent access (scope, rate limits, time windows, step-up approval), 70+ API key providers, and hash-chain audit trail. Go + Next.js + TypeScript. - [Acacian/aegis](https://github.com/Acacian/aegis) [![aegis MCP server](https://glama.ai/mcp/servers/Acacian/aegis/badges/score.svg)](https://glama.ai/mcp/servers/Acacian/aegis) 🐍 🏠 🍎 πŸͺŸ 🐧 - Policy-based governance for AI agent tool calls. YAML policies, approval gates, risk assessment, and audit logging. Cross-platform: LangChain, OpenAI, Anthropic, MCP. - [adeptus-innovatio/solvitor-mcp](https://github.com/Adeptus-Innovatio/solvitor-mcp) πŸ¦€ 🏠 - Solvitor MCP server provides tools to access reverse engineering tools that help developers extract IDL files from closed-source Solana smart contracts and decompile them. - [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. From e1ebf2cd3f7960c94921ce5bda9d4d8ce814594f Mon Sep 17 00:00:00 2001 From: John Chen Date: Mon, 23 Feb 2026 15:47:07 -0500 Subject: [PATCH 060/238] Add Gloria AI crypto news MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6715892d..ebaf5be2 100644 --- a/README.md +++ b/README.md @@ -1124,6 +1124,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [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 - [glaksmono/finbud-data-mcp](https://github.com/glaksmono/finbud-data-mcp/tree/main/packages/mcp-server) πŸ“‡ ☁️ 🏠 - Access comprehensive, real-time financial data (stocks, options, crypto, forex) via developer-friendly, AI-native APIs offering unbeatable value. +- [cryptobriefing/gloria-mcp](https://github.com/cryptobriefing/gloria-mcp) πŸŽ–οΈ 🐍 ☁️ - AI-curated crypto news intelligence for agents. Real-time headlines with sentiment analysis, AI-generated recaps, keyword search, and ticker summaries across 16 categories including Bitcoin, Ethereum, DeFi, and AI. - [gpartin/CryptoGuardClient](https://github.com/gpartin/CryptoGuardClient) [![CryptoGuardClient MCP server](https://glama.ai/mcp/servers/gpartin/CryptoGuardClient/badges/score.svg)](https://glama.ai/mcp/servers/gpartin/CryptoGuardClient) 🐍 ☁️ - Per-transaction deterministic crypto validator for AI trading agents. Validate trades (PROCEED/CAUTION/BLOCK), scan tokens, detect rug pulls β€” powered by WaveGuard physics engine. 5 free calls/day, x402 USDC payments. `pip install CryptoGuardClient` - [gosodax/builders-sodax-mcp-server](https://github.com/gosodax/builders-sodax-mcp-server) [![sodax-builders-mcp MCP server](https://glama.ai/mcp/servers/@gosodax/sodax-builders-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@gosodax/sodax-builders-mcp) πŸ“‡ ☁️ - SODAX MCP server: live cross-chain DeFi API data and auto-updating SDK docs for 17+ networks. Query swaps, lending, solver volume, and intent history from your AI coding assistant. - [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. From 883b106d5cf0e9adfb22133c511df723ea2527bf Mon Sep 17 00:00:00 2001 From: Jorgenclaw Date: Mon, 23 Mar 2026 22:21:58 -0700 Subject: [PATCH 061/238] Add Glama score badge for jorgenclaw/nostr-mcp-server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 110ec279..ffc03de9 100644 --- a/README.md +++ b/README.md @@ -1623,7 +1623,7 @@ Integration with social media platforms to allow posting, analytics, and interac - [gwbischof/bluesky-social-mcp](https://github.com/gwbischof/bluesky-social-mcp) 🐍 🏠 - An MCP server for interacting with Bluesky via the atproto client. - [hiroata/meltbook-mcp-server](https://github.com/hiroata/meltbook) πŸ“‡ ☁️ - MCP server for meltbook, an AI-agent political discussion board. 50 AI agents autonomously post, vote, and debate Japanese politics. 11 tools for thread creation, posting, voting, and monitoring. - [HagaiHen/facebook-mcp-server](https://github.com/HagaiHen/facebook-mcp-server) 🐍 ☁️ - Integrates with Facebook Pages to enable direct management of posts, comments, and engagement metrics through the Graph API for streamlined social media management. -- [jorgenclaw/nanoclaw](https://github.com/jorgenclaw/nanoclaw) πŸ“‡ ☁️ - Lightning-paid Nostr signing MCP server. AI agents pay sats per call to sign and publish Nostr events β€” no API keys, just Lightning. Live at https://mcp.jorgenclaw.ai/sse. Tools: nostr_sign_event (2 sats), nostr_publish_event (3 sats). +- [jorgenclaw/nanoclaw](https://github.com/jorgenclaw/nanoclaw) [![jorgenclaw/nostr-mcp-server MCP server](https://glama.ai/mcp/servers/jorgenclaw/nostr-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/jorgenclaw/nostr-mcp-server) πŸ“‡ ☁️ - Lightning-paid Nostr signing MCP server. AI agents pay sats per call to sign and publish Nostr events β€” no API keys, just Lightning. Live at https://mcp.jorgenclaw.ai/sse. Tools: nostr_sign_event (2 sats), nostr_publish_event (3 sats). - [karanb192/reddit-mcp-buddy](https://github.com/karanb192/reddit-mcp-buddy) πŸ“‡ 🏠 - Browse Reddit posts, search content, and analyze user activity without API keys. Works out-of-the-box with Claude Desktop. - [king-of-the-grackles/reddit-research-mcp](https://github.com/king-of-the-grackles/reddit-research-mcp) 🐍 ☁️ - AI-powered Reddit intelligence for market research and competitive analysis. Discover subreddits via semantic search across 20k+ indexed communities, fetch posts/comments with full citations, and manage research feeds. No Reddit API credentials needed. - [kunallunia/twitter-mcp](https://github.com/LuniaKunal/mcp-twitter) 🐍 🏠 - All-in-one Twitter management solution providing timeline access, user tweet retrieval, hashtag monitoring, conversation analysis, direct messaging, sentiment analysis of a post, and complete post lifecycle control - all through a streamlined API. From e17412dd90bc32cb80882e61ec5c0276961108be Mon Sep 17 00:00:00 2001 From: Jon Radoff Date: Tue, 24 Mar 2026 02:10:55 -0400 Subject: [PATCH 062/238] Add Glama score badge for jonradoff/lightcms --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7703938..3a03264a 100644 --- a/README.md +++ b/README.md @@ -684,7 +684,7 @@ Tools and integrations that enhance the development workflow and environment man - [jaspertvdm/mcp-server-tibet](https://github.com/jaspertvdm/mcp-server-tibet) 🐍 ☁️ 🏠 - TIBET provenance tracking for AI decisions. Cryptographic audit trails with ERIN/ERAAN/EROMHEEN/ERACHTER intent logging for compliance. - [jetbrains/mcpProxy](https://github.com/JetBrains/mcpProxy) πŸŽ–οΈ πŸ“‡ 🏠 - Connect to JetBrains IDE - [Jktfe/serveMyAPI](https://github.com/Jktfe/serveMyAPI) πŸ“‡ 🏠 🍎 - A personal MCP (Model Context Protocol) server for securely storing and accessing API keys across projects using the macOS Keychain. -- [jonradoff/lightcms](https://github.com/jonradoff/lightcms) 🏎️ ☁️ - AI-native CMS with 41 MCP tools for managing websites through natural language. Create pages, templates, assets, themes, collections, redirects, and more with full content versioning. +- [jonradoff/lightcms](https://github.com/jonradoff/lightcms) 🏎️ ☁️ - AI-native CMS with 41 MCP tools for managing websites through natural language. Create pages, templates, assets, themes, collections, redirects, and more with full content versioning. [![jonradoff/lightcms MCP server](https://glama.ai/mcp/servers/jonradoff/lightcms/badges/score.svg)](https://glama.ai/mcp/servers/jonradoff/lightcms) - [jordandalton/restcsv-mcp-server](https://github.com/JordanDalton/RestCsvMcpServer) πŸ“‡ ☁️ - An MCP server for CSV files. - [joshuarileydev/app-store-connect-mcp-server](https://github.com/JoshuaRileyDev/app-store-connect-mcp-server) πŸ“‡ 🏠 - An MCP server to communicate with the App Store Connect API for iOS Developers - [joshuarileydev/simulator-mcp-server](https://github.com/JoshuaRileyDev/simulator-mcp-server) πŸ“‡ 🏠 - An MCP server to control iOS Simulators From 971c2d121c117e14a556b742ab541b114a11dd65 Mon Sep 17 00:00:00 2001 From: Jon Radoff Date: Tue, 24 Mar 2026 02:12:02 -0400 Subject: [PATCH 063/238] Update LightCMS description: 72 tools, mention snippets, forks, semantic search --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a03264a..77f21e72 100644 --- a/README.md +++ b/README.md @@ -684,7 +684,7 @@ Tools and integrations that enhance the development workflow and environment man - [jaspertvdm/mcp-server-tibet](https://github.com/jaspertvdm/mcp-server-tibet) 🐍 ☁️ 🏠 - TIBET provenance tracking for AI decisions. Cryptographic audit trails with ERIN/ERAAN/EROMHEEN/ERACHTER intent logging for compliance. - [jetbrains/mcpProxy](https://github.com/JetBrains/mcpProxy) πŸŽ–οΈ πŸ“‡ 🏠 - Connect to JetBrains IDE - [Jktfe/serveMyAPI](https://github.com/Jktfe/serveMyAPI) πŸ“‡ 🏠 🍎 - A personal MCP (Model Context Protocol) server for securely storing and accessing API keys across projects using the macOS Keychain. -- [jonradoff/lightcms](https://github.com/jonradoff/lightcms) 🏎️ ☁️ - AI-native CMS with 41 MCP tools for managing websites through natural language. Create pages, templates, assets, themes, collections, redirects, and more with full content versioning. [![jonradoff/lightcms MCP server](https://glama.ai/mcp/servers/jonradoff/lightcms/badges/score.svg)](https://glama.ai/mcp/servers/jonradoff/lightcms) +- [jonradoff/lightcms](https://github.com/jonradoff/lightcms) 🏎️ ☁️ - AI-native CMS with 72 MCP tools for managing websites through natural language. Create and publish content, manage templates, assets, snippets, themes, collections, redirects, and multi-site forks β€” with full content versioning and semantic search. [![jonradoff/lightcms MCP server](https://glama.ai/mcp/servers/jonradoff/lightcms/badges/score.svg)](https://glama.ai/mcp/servers/jonradoff/lightcms) - [jordandalton/restcsv-mcp-server](https://github.com/JordanDalton/RestCsvMcpServer) πŸ“‡ ☁️ - An MCP server for CSV files. - [joshuarileydev/app-store-connect-mcp-server](https://github.com/JoshuaRileyDev/app-store-connect-mcp-server) πŸ“‡ 🏠 - An MCP server to communicate with the App Store Connect API for iOS Developers - [joshuarileydev/simulator-mcp-server](https://github.com/JoshuaRileyDev/simulator-mcp-server) πŸ“‡ 🏠 - An MCP server to control iOS Simulators From baba026a36c7a103dfe9eb535b7a6480be98a901 Mon Sep 17 00:00:00 2001 From: Ace Data Cloud Dev Date: Tue, 24 Mar 2026 15:39:51 +0800 Subject: [PATCH 064/238] Add AceDataCloud/MCPNanoBanana to Art & Culture NanoBanana AI image generation and editing MCP server with virtual try-on and product placement in realistic scenes. - GitHub: https://github.com/AceDataCloud/MCPNanoBanana - Glama: https://glama.ai/mcp/servers/AceDataCloud/MCPNanoBanana - PyPI: https://pypi.org/project/mcp-nanobanana/ - License: MIT --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..728d8346 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ Servers for accessing many apps and tools through a single MCP server. Access and explore art collections, cultural heritage, and museum databases. Enables AI models to search and analyze artistic and cultural content. +- [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. - [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 b4f93af9bac99bacbd7a4a8bbd55c14cfc30d669 Mon Sep 17 00:00:00 2001 From: Ace Data Cloud Dev Date: Tue, 24 Mar 2026 15:41:23 +0800 Subject: [PATCH 065/238] Add AceDataCloud/MCPShortURL to Other Tools and Integrations Free URL shortening MCP server with batch support (up to 10 URLs), permanent surl.id short links, zero credit consumption. - GitHub: https://github.com/AceDataCloud/MCPShortURL - Glama: https://glama.ai/mcp/servers/AceDataCloud/MCPShortURL - PyPI: https://pypi.org/project/mcp-shorturl/ - License: MIT --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..d8b521cb 100644 --- a/README.md +++ b/README.md @@ -1986,6 +1986,7 @@ Interact with Git repositories and version control platforms. Enables repository - [2niuhe/plantuml_web](https://github.com/2niuhe/plantuml_web) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - A web-based PlantUML frontend with MCP server integration, enable plantuml image generation and plantuml syntax validation. - [2niuhe/qrcode_mcp](https://github.com/2niuhe/qrcode_mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - A QR code generation MCP server that converts any text (including Chinese characters) to QR codes with customizable colors and base64 encoding output. +- [AceDataCloud/MCPShortURL](https://github.com/AceDataCloud/MCPShortURL) [![AceDataCloud/MCPShortURL MCP server](https://glama.ai/mcp/servers/AceDataCloud/MCPShortURL/badges/score.svg)](https://glama.ai/mcp/servers/AceDataCloud/MCPShortURL) 🐍 ☁️ - Free URL shortening with batch support (up to 10 URLs), permanent `surl.id` short links, zero credit consumption. - [AbdelStark/bitcoin-mcp](https://github.com/AbdelStark/bitcoin-mcp) - β‚Ώ A Model Context Protocol (MCP) server that enables AI models to interact with Bitcoin, allowing them to generate keys, validate addresses, decode transactions, query the blockchain, and more. - [akseyh/bear-mcp-server](https://github.com/akseyh/bear-mcp-server) - Allows the AI to read from your Bear Notes (macOS only) - [allenporter/mcp-server-home-assistant](https://github.com/allenporter/mcp-server-home-assistant) 🐍 🏠 - Expose all Home Assistant voice intents through a Model Context Protocol Server allowing home control. From 60b3851feb6cfced6925c5adb734c9d32760b663 Mon Sep 17 00:00:00 2001 From: elonshen Date: Tue, 24 Mar 2026 15:53:36 +0800 Subject: [PATCH 066/238] Add ailenshen/apple-notes-mcp to Knowledge & Memory section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..afcb2ba4 100644 --- a/README.md +++ b/README.md @@ -1327,6 +1327,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [20alexl/mini_claude](https://github.com/20alexl/mini_claude) 🐍 🏠 - Persistent memory and guardrails for Claude Code. Features mistake tracking, loop detection, scope guard, and hooks that block risky edits. Runs locally with Ollama. - [agentic-mcp-tools/memora](https://github.com/agentic-mcp-tools/memora) 🐍 🏠 ☁️ - Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management. - [aitytech/agentkits-memory](https://github.com/aitytech/agentkits-memory) [![agentkits-memory MCP server](https://glama.ai/mcp/servers/@aitytech/agentkits-memory/badges/score.svg)](https://glama.ai/mcp/servers/@aitytech/agentkits-memory) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Persistent memory for AI coding assistants with hybrid search (FTS5 + vector embeddings), session tracking, automatic context hooks, and web viewer. SQLite-based with no daemon process β€” works with Claude Code, Cursor, Windsurf, and any MCP client. +- [ailenshen/apple-notes-mcp](https://github.com/ailenshen/apple-notes-mcp) [![apple-notes-mcp MCP server](https://glama.ai/mcp/servers/ailenshen/apple-notes-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ailenshen/apple-notes-mcp) πŸ“‡ 🏠 🍎 - Read and write Apple Notes with bidirectional Markdown conversion. Fast SQLite queries for listing/searching, AppleScript + native import for full CRUD. Supports stdio and Streamable HTTP transports. - [AgenticRevolution/memory-nexus-cloud](https://github.com/AgenticRevolution/memory-nexus-cloud) πŸ“‡ ☁️ - Cloud-hosted persistent semantic memory for AI agents. Semantic search, knowledge graphs, specialist expertise hats, and multi-tenant isolation. Free 7-day trial. - [AgentModule/mcp](https://github.com/AgentModule/mcp) [![AgentModule/mcp MCP server](https://glama.ai/mcp/servers/AgentModule/mcp/badges/score.svg)](https://glama.ai/mcp/servers/AgentModule/mcp) πŸ“‡ ☁️ - Agent-native knowledge infrastructure. Deterministic, vertical-specific knowledge bases engineered for autonomous agent consumption via MCP. Ethics module (22 modules, EU AI Act mapped) included with every membership. Free 24hr ethics trial. - [AlekseiMarchenko/central-intelligence](https://github.com/AlekseiMarchenko/central-intelligence) [![central-intelligence MCP server](https://glama.ai/mcp/servers/AlekseiMarchenko/central-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/AlekseiMarchenko/central-intelligence) πŸ“‡ ☁️ - Persistent memory for AI agents. Five tools (remember, recall, context, forget, share) with semantic search via vector embeddings and agent/user/org scoping. Works with Claude Code, Cursor, Windsurf, and any MCP client. From 5aa4fd6fe50839c03ff5821b948c1daba30c6071 Mon Sep 17 00:00:00 2001 From: nenaddjordjevic Date: Tue, 24 Mar 2026 09:19:37 +0100 Subject: [PATCH 067/238] Add ndjordjevic/pinrag to Knowledge & Memory Made-with: Cursor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..85ee6ecb 100644 --- a/README.md +++ b/README.md @@ -1397,6 +1397,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [MWGMorningwood/Central-Memory-MCP](https://github.com/MWGMorningwood/Central-Memory-MCP) πŸ“‡ ☁️ - An Azure PaaS-hostable MCP server that provides a workspace-grounded knowledge graph for multiple developers using Azure Functions MCP triggers and Table storage. - [MyAgentHubs/aimemo](https://github.com/MyAgentHubs/aimemo) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Zero-dependency MCP memory server. Single binary, 100% local, no Docker. - [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) 🐍 🏠 - RAG for PDFs, YouTube, GitHub repos, Discord exports; index documents and query with citations. - [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 5c5f3712667781d33f3201fcd7e603d27a04d86f Mon Sep 17 00:00:00 2001 From: ScopeBlind Date: Tue, 24 Mar 2026 04:19:40 -0400 Subject: [PATCH 068/238] Update README with new MCP server entries --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab2d6621..547f88d4 100644 --- a/README.md +++ b/README.md @@ -1512,7 +1512,8 @@ Tools for conducting research, surveys, interviews, and data collection. - [sanyambassi/ciphertrust-manager-mcp-server](https://github.com/sanyambassi/ciphertrust-manager-mcp-server) 🐍 ☁️ 🏠 🐧 πŸͺŸ - MCP server for Thales CipherTrust Manager integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants. - [sanyambassi/thales-cdsp-cakm-mcp-server](https://github.com/sanyambassi/thales-cdsp-cakm-mcp-server) 🐍 ☁️ 🏠 🐧 πŸͺŸ - MCP server for Thales CDSP CAKM integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants for Ms SQL and Oracle Databases. - [sanyambassi/thales-cdsp-crdp-mcp-server](https://github.com/sanyambassi/thales-cdsp-crdp-mcp-server) πŸ“‡ ☁️ 🏠 🐧 πŸͺŸ - MCP server for Thales CipherTrust Manager RestFul Data Protection service. -- [protect-mcp](https://github.com/tomjwxf/scopeblind-gateway) [![tomjwxf/scopeblind-gateway MCP server](https://glama.ai/mcp/servers/tomjwxf/scopeblind-gateway/badges/score.svg)](https://glama.ai/mcp/servers/tomjwxf/scopeblind-gateway) πŸ”’ 🏠 πŸ“‡ β€” Security gateway that wraps any MCP server with per-tool policies, approval gates, and optional Ed25519-signed receipts. Shadow mode logs every tool call; enforce mode blocks, rate-limits, or requires approval. Receipts are independently verifiable offline. +- **[protect-mcp](https://www.npmjs.com/package/protect-mcp)** β€” Local-first MCP security gateway/wrapper for existing stdio servers. Per-tool access policies, approval gates, rate limiting, and Ed25519-signed decision receipts. Source-available (FSL-1.1-MIT). [Docs](https://scopeblind.com/docs/mcp) + - [securityfortech/secops-mcp](https://github.com/securityfortech/secops-mcp) 🐍 🏠 - All-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug bounty hunting, threat hunting, and more. - [semgrep/mcp](https://github.com/semgrep/mcp) πŸ“‡ ☁️ Allow AI agents to scan code for security vulnerabilites using [Semgrep](https://semgrep.dev). - [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. From 7963f46f49d9714962762d5f465f9ad1fcd855b8 Mon Sep 17 00:00:00 2001 From: nenaddjordjevic Date: Tue, 24 Mar 2026 09:24:00 +0100 Subject: [PATCH 069/238] Add Glama score badge for ndjordjevic/pinrag Made-with: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85ee6ecb..3e549812 100644 --- a/README.md +++ b/README.md @@ -1397,7 +1397,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [MWGMorningwood/Central-Memory-MCP](https://github.com/MWGMorningwood/Central-Memory-MCP) πŸ“‡ ☁️ - An Azure PaaS-hostable MCP server that provides a workspace-grounded knowledge graph for multiple developers using Azure Functions MCP triggers and Table storage. - [MyAgentHubs/aimemo](https://github.com/MyAgentHubs/aimemo) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Zero-dependency MCP memory server. Single binary, 100% local, no Docker. - [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) 🐍 🏠 - RAG for PDFs, YouTube, GitHub repos, Discord exports; index documents and query with citations. +- [ndjordjevic/pinrag](https://github.com/ndjordjevic/pinrag) [![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. - [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 7aa3234e6c109cd801ea4a6997e71501a496ed67 Mon Sep 17 00:00:00 2001 From: nenaddjordjevic Date: Tue, 24 Mar 2026 09:41:06 +0100 Subject: [PATCH 070/238] Fix Glama badge URLs (ndjordjevic/pinrag without @ prefix) Made-with: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e549812..831f67c7 100644 --- a/README.md +++ b/README.md @@ -1397,7 +1397,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [MWGMorningwood/Central-Memory-MCP](https://github.com/MWGMorningwood/Central-Memory-MCP) πŸ“‡ ☁️ - An Azure PaaS-hostable MCP server that provides a workspace-grounded knowledge graph for multiple developers using Azure Functions MCP triggers and Table storage. - [MyAgentHubs/aimemo](https://github.com/MyAgentHubs/aimemo) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Zero-dependency MCP memory server. Single binary, 100% local, no Docker. - [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) [![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. +- [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. - [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 cb167b49d1946a63b5dde5b1e95bb7a09259bbca Mon Sep 17 00:00:00 2001 From: dinosaur24 Date: Tue, 24 Mar 2026 10:03:22 +0100 Subject: [PATCH 071/238] Fix MockHero: correct Glama badge URL, GitHub link, emoji placement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 993143bf..63246fef 100644 --- a/README.md +++ b/README.md @@ -827,7 +827,7 @@ Tools and integrations that enhance the development workflow and environment man - [mmorris35/devplan-mcp-server](https://github.com/mmorris35/devplan-mcp-server) πŸ“‡ ☁️ - Generate comprehensive, paint-by-numbers development plans using the [ClaudeCode-DevPlanBuilder](https://github.com/mmorris35/ClaudeCode-DevPlanBuilder) methodology. Creates PROJECT_BRIEF.md, DEVELOPMENT_PLAN.md, and CLAUDE.md. - [mobile-next/mobile-mcp](https://github.com/mobile-next/mobile-mcp) πŸ“‡ 🏠 🐧 🍎 - MCP Server for Android/iOS application and device automation, development and app scraping. Simulator/Emulator/Physical devices like iPhone, Google Pixel, Samsung supported. - [getmockd/mockd](https://github.com/getmockd/mockd) [![mockd MCP server](https://glama.ai/mcp/servers/getmockd/mockd/badges/score.svg)](https://glama.ai/mcp/servers/getmockd/mockd) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Multi-protocol API mock server with 18 MCP tools. Mock HTTP, GraphQL, gRPC, WebSocket, MQTT, SSE, and SOAP APIs with chaos engineering, stateful CRUD, 8 import formats (OpenAPI, Postman, HAR, WireMock, cURL, Mockoon, WSDL), and deterministic seeded responses. -- [mockherodev/mcp-server](https://github.com/mockherodev/mcp-server) [![mockherodev/mcp-server MCP server](https://glama.ai/mcp/servers/mockherodev/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/mockherodev/mcp-server) - Generate realistic synthetic test data via MCP. 156 field types, 22 locales, relational data, sub-50ms responses. Free tier: 1,000 records/day. 🏠 +- [mockherodev/mcp-server](https://github.com/dinosaur24/mockhero/tree/main/packages/mcp-server) [![mockhero MCP server](https://glama.ai/mcp/servers/dinosaur24/mockhero/badges/score.svg)](https://glama.ai/mcp/servers/dinosaur24/mockhero) 🏠 - Generate realistic synthetic test data via MCP. 156 field types, 22 locales, relational data, sub-50ms responses. Free tier: 1,000 records/day. - [mrexodia/user-feedback-mcp](https://github.com/mrexodia/user-feedback-mcp) 🐍 🏠 - Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor. - [mumez/pharo-smalltalk-interop-mcp-server](https://github.com/mumez/pharo-smalltalk-interop-mcp-server) 🐍 🏠 - Pharo Smalltalk integration enabling code evaluation, class/method introspection, package management, test execution, and project installation for interactive development with Pharo images. - [n8daniels/RulesetMCP](https://github.com/n8daniels/RulesetMCP) πŸ“‡ 🏠 - Weight-On-Wheels for AI - keeps agents grounded in your project's rules. Query coding standards, validate snippets, and get task-specific guidance from version-controlled rule files. From 22fc2c1dfe709d1b4cb5d07b672efb928c1733a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9andre=20Moreau?= <74297796+PaSympa@users.noreply.github.com> Date: Fri, 20 Mar 2026 20:09:08 +0100 Subject: [PATCH 072/238] Add PaSympa/discord-mcp to Communication --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..6f9941f1 100644 --- a/README.md +++ b/README.md @@ -514,6 +514,7 @@ Integration with communication platforms for message management and channel oper - [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). - [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) πŸ“‡ 🏠 πŸ’¬ - Lightweight multi-guild Discord MCP server with 60+ tools for messages, channels, roles, forums, webhooks, and moderation. - [Py2755/aiogram-mcp](https://github.com/Py2755/aiogram-mcp) [![aiogram-mcp MCP server](https://glama.ai/mcp/servers/Py2755/aiogram-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Py2755/aiogram-mcp) 🐍 ☁️ - MCP server middleware for aiogram Telegram bots β€” 30 tools, 7 resources, 3 prompts covering messaging, rich media, moderation, interactive keyboards, real-time event streaming, rate limiting, permissions, and audit logging. - [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. From 02da9a9fea4b0c5d5bfdc448af43e837e7e3fdd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9andre=20Moreau?= Date: Fri, 20 Mar 2026 21:02:05 +0100 Subject: [PATCH 073/238] Fix emoji tags to match permitted list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f9941f1..0a30c90b 100644 --- a/README.md +++ b/README.md @@ -514,10 +514,10 @@ Integration with communication platforms for message management and channel oper - [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). - [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) πŸ“‡ 🏠 πŸ’¬ - Lightweight multi-guild Discord MCP server with 60+ tools for messages, channels, roles, forums, webhooks, and moderation. +- [PaSympa/discord-mcp](https://github.com/PaSympa/discord-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Lightweight multi-guild Discord MCP server with 60+ tools for messages, channels, roles, forums, webhooks, and moderation. - [Py2755/aiogram-mcp](https://github.com/Py2755/aiogram-mcp) [![aiogram-mcp MCP server](https://glama.ai/mcp/servers/Py2755/aiogram-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Py2755/aiogram-mcp) 🐍 ☁️ - MCP server middleware for aiogram Telegram bots β€” 30 tools, 7 resources, 3 prompts covering messaging, rich media, moderation, interactive keyboards, real-time event streaming, rate limiting, permissions, and audit logging. - [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. +- [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. - [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 fb36c137890f070689854bcaec26dca9b9a4083d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9andre=20Moreau?= Date: Fri, 20 Mar 2026 23:50:06 +0100 Subject: [PATCH 074/238] Add Glama badge to PaSympa/discord-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a30c90b..be9f6aa9 100644 --- a/README.md +++ b/README.md @@ -514,7 +514,7 @@ Integration with communication platforms for message management and channel oper - [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). - [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) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Lightweight multi-guild Discord MCP server with 60+ tools for messages, channels, roles, forums, webhooks, and moderation. +- [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. - [Py2755/aiogram-mcp](https://github.com/Py2755/aiogram-mcp) [![aiogram-mcp MCP server](https://glama.ai/mcp/servers/Py2755/aiogram-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Py2755/aiogram-mcp) 🐍 ☁️ - MCP server middleware for aiogram Telegram bots β€” 30 tools, 7 resources, 3 prompts covering messaging, rich media, moderation, interactive keyboards, real-time event streaming, rate limiting, permissions, and audit logging. - [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. From 5fc0fa3f070ee3580101e86c2111fe55a703e39c Mon Sep 17 00:00:00 2001 From: franciscoc Date: Mon, 23 Mar 2026 09:09:02 +0100 Subject: [PATCH 075/238] =?UTF-8?q?Add=20NEXO=20Brain=20=E2=80=94=20cognit?= =?UTF-8?q?ive=20memory=20for=20AI=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..4fba8298 100644 --- a/README.md +++ b/README.md @@ -1438,6 +1438,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. - [vectorize-io/hindsight](https://github.com/vectorize-io/hindsight) 🐍 ☁️ 🏠 - Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory +- [wazionapps/nexo](https://github.com/wazionapps/nexo) [![wazionapps/nexo MCP server](https://glama.ai/mcp/servers/wazionapps/nexo/badges/score.svg)](https://glama.ai/mcp/servers/wazionapps/nexo) 🐍 🏠 - Cognitive memory for AI agents with Atkinson-Shiffrin memory model (STM/LTM/sensory register), semantic RAG, Ebbinghaus decay, trust scoring, and 76+ MCP tools. - [whynowlab/jarvis-orb](https://github.com/whynowlab/jarvis-orb) [![whynowlab/jarvis-orb MCP server](https://glama.ai/mcp/servers/whynowlab/jarvis-orb/badges/score.svg)](https://glama.ai/mcp/servers/whynowlab/jarvis-orb) 🐍 🏠 - Persistent 4-tier AI memory (episodic, semantic, project, procedural) with temporal scoring, contradiction detection, entity tracking, and real-time desktop visualization orb. - [teolex2020/AuraSDK](https://github.com/teolex2020/AuraSDK) [![teolex2020-aurasdk MCP server](https://glama.ai/mcp/servers/teolex2020-aurasdk/badges/score.svg)](https://glama.ai/mcp/servers/teolex2020-aurasdk) 🐍 🏠 β€” Persistent cognitive memory for Claude Desktop. Sub-ms recall, offline, encrypted. - [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) 🐍 🏠 ☁️ - ... From d6f1b2cd95090ecd072e2808aed61d687476242f Mon Sep 17 00:00:00 2001 From: David Simoes <23255637+davidsimoes@users.noreply.github.com> Date: Tue, 24 Mar 2026 12:21:03 +0100 Subject: [PATCH 076/238] Add Glama score badge to digisign-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bfe869b..3105b168 100644 --- a/README.md +++ b/README.md @@ -1575,7 +1575,7 @@ Interact with Git repositories and version control platforms. Enables repository - [chrishayuk/mcp-cli](https://github.com/chrishayuk/mcp-cli) 🐍 🏠 - Yet another CLI tool for testing MCP servers - [danhilse/notion_mcp](https://github.com/danhilse/notion_mcp) 🐍 ☁️ - Integrates with Notion's API to manage personal todo lists - [danielkennedy1/pdf-tools-mcp](https://github.com/danielkennedy1/pdf-tools-mcp) 🐍 - PDF download, view & manipulation utilities. -- [davidsimoes/digisign-mcp](https://github.com/davidsimoes/digisign-mcp) πŸ“‡ ☁️ - MCP server for DigiSign.cz digital signature API β€” create, send, and manage digital signature envelopes. +- [davidsimoes/digisign-mcp](https://github.com/davidsimoes/digisign-mcp) [![davidsimoes/digisign-mcp MCP server](https://glama.ai/mcp/servers/davidsimoes/digisign-mcp/badges/score.svg)](https://glama.ai/mcp/servers/davidsimoes/digisign-mcp) πŸ“‡ ☁️ - MCP server for DigiSign.cz digital signature API β€” create, send, and manage digital signature envelopes. - [dev-mirzabicer/ticktick-sdk](https://github.com/dev-mirzabicer/ticktick-sdk) 🐍 ☁️ - Comprehensive async Python SDK for [TickTick](https://ticktick.com/) with MCP server support. Features 45 tools for tasks, projects, tags, habits, focus/pomodoro sessions, and user analytics. - [disco-trooper/apple-notes-mcp](https://github.com/disco-trooper/apple-notes-mcp) πŸ“‡ 🏠 🍎 - Apple Notes MCP with semantic search, hybrid vector+keyword search, full CRUD operations, and incremental indexing. Uses JXA for native macOS integration. - [dotemacs/domain-lookup-mcp](https://github.com/dotemacs/domain-lookup-mcp) 🏎️ - Domain name lookup service, first via [RDAP](https://en.wikipedia.org/wiki/Registration_Data_Access_Protocol) and then as a fallback via [WHOIS](https://en.wikipedia.org/wiki/WHOIS) From 9e9bab7667220ae3a4031baae6b71279220e44c7 Mon Sep 17 00:00:00 2001 From: Artem Date: Tue, 24 Mar 2026 15:37:32 +0400 Subject: [PATCH 077/238] Add Glama connector badge for join.cloud --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62b0d6a1..c1af0ccd 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ Integration with communication platforms for message management and channel oper - [jaipandya/producthunt-mcp-server](https://github.com/jaipandya/producthunt-mcp-server) 🐍 🏠 - MCP server for Product Hunt. Interact with trending posts, comments, collections, users, and more. - [jaspertvdm/mcp-server-rabel](https://github.com/jaspertvdm/mcp-server-rabel) 🐍 ☁️ 🏠 - AI-to-AI messaging via I-Poll protocol and AInternet. Enables agents to communicate using .aint domains, semantic messaging, and trust-based routing. - [joinly-ai/joinly](https://github.com/joinly-ai/joinly) 🐍☁️ - MCP server to interact with browser-based meeting platforms (Zoom, Teams, Google Meet). Enables AI agents to send bots to online meetings, gather live transcripts, speak text, and send messages in the meeting chat. -- [kushneryk/join.cloud](https://github.com/kushneryk/join.cloud) πŸ“‡ ☁️ 🏠 - Collaboration rooms for AI agents. Create rooms, join with agentToken, exchange messages in real time via SSE. Supports MCP and A2A protocols. Self-hostable or use the hosted version at join.cloud. +- [kushneryk/join.cloud](https://github.com/kushneryk/join.cloud) [![kushneryk/join.cloud MCP server](https://glama.ai/mcp/connectors/cloud.join/joincloud/badges/score.svg)](https://glama.ai/mcp/connectors/cloud.join/joincloud) πŸ“‡ ☁️ 🏠 - Collaboration rooms for AI agents. Create rooms, join with agentToken, exchange messages in real time via SSE. Supports MCP and A2A protocols. Self-hostable or use the hosted version at join.cloud. - [jtalk22/slack-mcp-server](https://github.com/jtalk22/slack-mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Your complete Slack context for Claudeβ€”DMs, channels, threads, search. No OAuth apps, no admin approval. `--setup` and done, 11 tools, auto-refresh. - [keturiosakys/bluesky-context-server](https://github.com/keturiosakys/bluesky-context-server) πŸ“‡ ☁️ - Bluesky instance integration for querying and interaction - [khan2a/telephony-mcp-server](https://github.com/khan2a/telephony-mcp-server) 🐍 πŸ’¬ - MCP Telephony server for automating voice calls with Speech-to-Text and Speech Recognition to summarize call conversations. Send and receive SMS, detect voicemail, and integrate with Vonage APIs for advanced telephony workflows. From bf14a1544b3f4ead854b048870da4c64872e14d6 Mon Sep 17 00:00:00 2001 From: Artem Date: Tue, 24 Mar 2026 15:39:02 +0400 Subject: [PATCH 078/238] Revert "Add Glama connector badge for join.cloud" This reverts commit 9e9bab7667220ae3a4031baae6b71279220e44c7. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1af0ccd..62b0d6a1 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ Integration with communication platforms for message management and channel oper - [jaipandya/producthunt-mcp-server](https://github.com/jaipandya/producthunt-mcp-server) 🐍 🏠 - MCP server for Product Hunt. Interact with trending posts, comments, collections, users, and more. - [jaspertvdm/mcp-server-rabel](https://github.com/jaspertvdm/mcp-server-rabel) 🐍 ☁️ 🏠 - AI-to-AI messaging via I-Poll protocol and AInternet. Enables agents to communicate using .aint domains, semantic messaging, and trust-based routing. - [joinly-ai/joinly](https://github.com/joinly-ai/joinly) 🐍☁️ - MCP server to interact with browser-based meeting platforms (Zoom, Teams, Google Meet). Enables AI agents to send bots to online meetings, gather live transcripts, speak text, and send messages in the meeting chat. -- [kushneryk/join.cloud](https://github.com/kushneryk/join.cloud) [![kushneryk/join.cloud MCP server](https://glama.ai/mcp/connectors/cloud.join/joincloud/badges/score.svg)](https://glama.ai/mcp/connectors/cloud.join/joincloud) πŸ“‡ ☁️ 🏠 - Collaboration rooms for AI agents. Create rooms, join with agentToken, exchange messages in real time via SSE. Supports MCP and A2A protocols. Self-hostable or use the hosted version at join.cloud. +- [kushneryk/join.cloud](https://github.com/kushneryk/join.cloud) πŸ“‡ ☁️ 🏠 - Collaboration rooms for AI agents. Create rooms, join with agentToken, exchange messages in real time via SSE. Supports MCP and A2A protocols. Self-hostable or use the hosted version at join.cloud. - [jtalk22/slack-mcp-server](https://github.com/jtalk22/slack-mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Your complete Slack context for Claudeβ€”DMs, channels, threads, search. No OAuth apps, no admin approval. `--setup` and done, 11 tools, auto-refresh. - [keturiosakys/bluesky-context-server](https://github.com/keturiosakys/bluesky-context-server) πŸ“‡ ☁️ - Bluesky instance integration for querying and interaction - [khan2a/telephony-mcp-server](https://github.com/khan2a/telephony-mcp-server) 🐍 πŸ’¬ - MCP Telephony server for automating voice calls with Speech-to-Text and Speech Recognition to summarize call conversations. Send and receive SMS, detect voicemail, and integrate with Vonage APIs for advanced telephony workflows. From 76663d73543442aa5d176404bf5c19cd29dc6baa Mon Sep 17 00:00:00 2001 From: Artem Date: Tue, 24 Mar 2026 15:48:31 +0400 Subject: [PATCH 079/238] Add Glama score badge for join.cloud --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62b0d6a1..d223f6b6 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ Integration with communication platforms for message management and channel oper - [jaipandya/producthunt-mcp-server](https://github.com/jaipandya/producthunt-mcp-server) 🐍 🏠 - MCP server for Product Hunt. Interact with trending posts, comments, collections, users, and more. - [jaspertvdm/mcp-server-rabel](https://github.com/jaspertvdm/mcp-server-rabel) 🐍 ☁️ 🏠 - AI-to-AI messaging via I-Poll protocol and AInternet. Enables agents to communicate using .aint domains, semantic messaging, and trust-based routing. - [joinly-ai/joinly](https://github.com/joinly-ai/joinly) 🐍☁️ - MCP server to interact with browser-based meeting platforms (Zoom, Teams, Google Meet). Enables AI agents to send bots to online meetings, gather live transcripts, speak text, and send messages in the meeting chat. -- [kushneryk/join.cloud](https://github.com/kushneryk/join.cloud) πŸ“‡ ☁️ 🏠 - Collaboration rooms for AI agents. Create rooms, join with agentToken, exchange messages in real time via SSE. Supports MCP and A2A protocols. Self-hostable or use the hosted version at join.cloud. +- [kushneryk/join.cloud](https://github.com/kushneryk/join.cloud) [![kushneryk/join.cloud MCP server](https://glama.ai/mcp/servers/kushneryk/join.cloud/badges/score.svg)](https://glama.ai/mcp/servers/kushneryk/join.cloud) πŸ“‡ ☁️ 🏠 - Collaboration rooms for AI agents. Create rooms, join with agentToken, exchange messages in real time via SSE. Supports MCP and A2A protocols. Self-hostable or use the hosted version at join.cloud. - [jtalk22/slack-mcp-server](https://github.com/jtalk22/slack-mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Your complete Slack context for Claudeβ€”DMs, channels, threads, search. No OAuth apps, no admin approval. `--setup` and done, 11 tools, auto-refresh. - [keturiosakys/bluesky-context-server](https://github.com/keturiosakys/bluesky-context-server) πŸ“‡ ☁️ - Bluesky instance integration for querying and interaction - [khan2a/telephony-mcp-server](https://github.com/khan2a/telephony-mcp-server) 🐍 πŸ’¬ - MCP Telephony server for automating voice calls with Speech-to-Text and Speech Recognition to summarize call conversations. Send and receive SMS, detect voicemail, and integrate with Vonage APIs for advanced telephony workflows. From 7ad7a90c013e0278de72558e57abbfe2867cb2a5 Mon Sep 17 00:00:00 2001 From: Imgyu Kim Date: Tue, 24 Mar 2026 21:02:28 +0900 Subject: [PATCH 080/238] Add viznoir MCP server for science visualization --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..db5c1b37 100644 --- a/README.md +++ b/README.md @@ -1598,6 +1598,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [BrowseAI-HQ/BrowserAI-Dev](https://github.com/BrowseAI-HQ/BrowserAI-Dev) [![browse-ai MCP server](https://glama.ai/mcp/servers/BrowseAI-HQ/browse-ai/badges/score.svg)](https://glama.ai/mcp/servers/BrowseAI-HQ/browse-ai) πŸ“‡ ☁️ - Evidence-backed web research for AI agents. Real-time search with cited claims, confidence scores, and compare mode (raw LLM vs evidence-backed). MCP server, REST API, and Python SDK. - [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) +- [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. - [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. - [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. - [Pantheon-Security/notebooklm-mcp-secure](https://github.com/Pantheon-Security/notebooklm-mcp-secure) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Query Google NotebookLM from Claude/AI agents with 14 security hardening layers. Session-based conversations, notebook library management, and source-grounded research responses. From 8723b3bcc5e0c71de40c19e6dc602d60a7bcb15c Mon Sep 17 00:00:00 2001 From: Vyacheslav Pryimak Date: Tue, 24 Mar 2026 13:17:38 +0100 Subject: [PATCH 081/238] Add new Loki MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..f37d230d 100644 --- a/README.md +++ b/README.md @@ -1544,6 +1544,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [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 - [pydantic/logfire-mcp](https://github.com/pydantic/logfire-mcp) πŸŽ–οΈ 🐍 ☁️ - Provides access to OpenTelemetry traces and metrics through Logfire - [gsmethells/preflight-mcp](https://github.com/gsmethells/preflight-mcp) [![gsmethells/preflight-mcp MCP server](https://glama.ai/mcp/servers/gsmethells/preflight-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gsmethells/preflight-mcp) 🐍 ☁️ - TrustPilot for APIs β€” independent reliability ratings for APIs and MCP servers, powered by synthetic probes and crowdsourced agent telemetry. +- [incu6us/loki-mcp-server](https://github.com/incu6us/loki-mcp-server) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - An MCP server for querying Grafana Loki directly with a discovery-first workflow β€” labels, values, series, and LogQL queries without requiring Grafana. - [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) 🏎️ 🏠 - A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.(support CPU、Memory、Disk、Network、Host、ProcessοΌ‰ - [shibley/apistatuscheck-mcp-server](https://github.com/shibley/apistatuscheck-mcp-server) [![apistatuscheck-mcp-server MCP server](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server) πŸ“‡ ☁️ - Check real-time operational status of 114+ cloud services and APIs (AWS, GitHub, Stripe, OpenAI, Vercel, etc.) directly from AI assistants. Published on npm. - [speedofme-dev/speedofme-mcp](https://www.npmjs.com/package/@speedofme/mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Official SpeedOf.Me server for accurate internet speed tests via 129 global Fastly edge servers with analytics dashboard and local history From d4f08c089f218c604a9a327212475e8874d1c604 Mon Sep 17 00:00:00 2001 From: Vyacheslav Pryimak Date: Tue, 24 Mar 2026 13:25:39 +0100 Subject: [PATCH 082/238] Add new Loki MCP server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f37d230d..517add59 100644 --- a/README.md +++ b/README.md @@ -1544,7 +1544,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [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 - [pydantic/logfire-mcp](https://github.com/pydantic/logfire-mcp) πŸŽ–οΈ 🐍 ☁️ - Provides access to OpenTelemetry traces and metrics through Logfire - [gsmethells/preflight-mcp](https://github.com/gsmethells/preflight-mcp) [![gsmethells/preflight-mcp MCP server](https://glama.ai/mcp/servers/gsmethells/preflight-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gsmethells/preflight-mcp) 🐍 ☁️ - TrustPilot for APIs β€” independent reliability ratings for APIs and MCP servers, powered by synthetic probes and crowdsourced agent telemetry. -- [incu6us/loki-mcp-server](https://github.com/incu6us/loki-mcp-server) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - An MCP server for querying Grafana Loki directly with a discovery-first workflow β€” labels, values, series, and LogQL queries without requiring Grafana. +- [incu6us/loki-mcp-server](https://github.com/incu6us/loki-mcp-server) [![incu6us/loki-mcp-server MCP server](https://glama.ai/mcp/servers/incu6us/loki-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/incu6us/loki-mcp-server) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - An MCP server for querying Grafana Loki directly with a discovery-first workflow β€” labels, values, series, and LogQL queries without requiring Grafana. - [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) 🏎️ 🏠 - A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.(support CPU、Memory、Disk、Network、Host、ProcessοΌ‰ - [shibley/apistatuscheck-mcp-server](https://github.com/shibley/apistatuscheck-mcp-server) [![apistatuscheck-mcp-server MCP server](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server) πŸ“‡ ☁️ - Check real-time operational status of 114+ cloud services and APIs (AWS, GitHub, Stripe, OpenAI, Vercel, etc.) directly from AI assistants. Published on npm. - [speedofme-dev/speedofme-mcp](https://www.npmjs.com/package/@speedofme/mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Official SpeedOf.Me server for accurate internet speed tests via 129 global Fastly edge servers with analytics dashboard and local history From 7cff86862d7ea6dd0534a005368bbafb4547e7b4 Mon Sep 17 00:00:00 2001 From: Liviu Avram Date: Tue, 24 Mar 2026 13:00:07 +0000 Subject: [PATCH 083/238] add new ai-runtime-guard server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..ef73a9e1 100644 --- a/README.md +++ b/README.md @@ -1748,6 +1748,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [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. - [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. From c10a659a124be6174de1ed7634d357e4e4f3610f Mon Sep 17 00:00:00 2001 From: wen tao <815473953@qq.com> Date: Tue, 24 Mar 2026 21:11:46 +0800 Subject: [PATCH 084/238] Add ai-dev-analytics to Developer Tools Add AIDA, an open-source observability layer and MCP server for vibe coding. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..fbc42314 100644 --- a/README.md +++ b/README.md @@ -688,6 +688,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. Tools and integrations that enhance the development workflow and environment management. +- [ai-dev-analytics](https://github.com/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. [![glama.ai](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics/badges/score.svg)](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics) - [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. - [a-25/ios-mcp-code-quality-server](https://github.com/a-25/ios-mcp-code-quality-server) πŸ“‡ 🏠 🍎 - iOS code quality analysis and test automation server. Provides comprehensive Xcode test execution, SwiftLint integration, and detailed failure analysis. Operates in both CLI and MCP server modes for direct developer usage and AI assistant integration. From e24d25b7ee0eef522e2c98cf29589288ea56c214 Mon Sep 17 00:00:00 2001 From: omrfc Date: Tue, 24 Mar 2026 16:15:20 +0300 Subject: [PATCH 085/238] Add kastell to Security section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..2c7ad27d 100644 --- a/README.md +++ b/README.md @@ -1753,6 +1753,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [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) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - 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. - [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. From 0d39b94a2f6e8ec97a2394af134114f6b9550a7e Mon Sep 17 00:00:00 2001 From: wen tao <815473953@qq.com> Date: Tue, 24 Mar 2026 21:18:51 +0800 Subject: [PATCH 086/238] Add AIDA (AI Development Analytics) MCP server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbc42314..949453e9 100644 --- a/README.md +++ b/README.md @@ -688,7 +688,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. Tools and integrations that enhance the development workflow and environment management. -- [ai-dev-analytics](https://github.com/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. [![glama.ai](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics/badges/score.svg)](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics) +- [LWTlong/ai-dev-analytics](https://github.com/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. [![glama.ai](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics/badges/score.svg)](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics) - [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. - [a-25/ios-mcp-code-quality-server](https://github.com/a-25/ios-mcp-code-quality-server) πŸ“‡ 🏠 🍎 - iOS code quality analysis and test automation server. Provides comprehensive Xcode test execution, SwiftLint integration, and detailed failure analysis. Operates in both CLI and MCP server modes for direct developer usage and AI assistant integration. From f998f36f0fbc6b4e3fe54e12ff4b60d9afe0fa9e Mon Sep 17 00:00:00 2001 From: omrfc Date: Tue, 24 Mar 2026 16:28:37 +0300 Subject: [PATCH 087/238] Add Glama badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c7ad27d..e81dfb88 100644 --- a/README.md +++ b/README.md @@ -1753,7 +1753,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [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) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - 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. +- [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. - [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. From bf5805512a1cf17a370df8c1aafc2b349c8a75bd Mon Sep 17 00:00:00 2001 From: hope1026 Date: Tue, 24 Mar 2026 23:31:48 +0900 Subject: [PATCH 088/238] Add Weppy Roblox MCP to Gaming section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a01888a1..f7ac14f7 100644 --- a/README.md +++ b/README.md @@ -1283,6 +1283,7 @@ Integration with gaming related data, game engines, and services - [gregario/warhammer-oracle](https://github.com/gregario/warhammer-oracle) [![gregario/warhammer-oracle MCP server](https://glama.ai/mcp/servers/gregario/warhammer-oracle/badges/score.svg)](https://glama.ai/mcp/servers/gregario/warhammer-oracle) πŸ“‡ 🏠 - Warhammer 40K, Combat Patrol, and Kill Team rules reference with unit datasheets, keyword definitions, phase sequences, and game flow. 6 tools, 3148 units embedded. - [Erodenn/godot-mcp-runtime](https://github.com/Erodenn/godot-mcp-runtime) [![godot-runtime-mcp MCP server](https://glama.ai/mcp/servers/@Erodenn/godot-runtime-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@Erodenn/godot-runtime-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server for Godot 4.x with runtime control via injected UDP bridge: input simulation, screenshots, UI discovery, and live GDScript execution while the game is running. - [hkaanengin/opendota-mcp-server](https://github.com/hkaanengin/opendota-mcp-server) 🐍 🏠 ☁️ - MCP server providing AI assistants with access to Dota 2 statistics via OpenDota API. 20+ tools for player stats, hero data, and match analysis with natural language support. +- [hope1026/weppy-roblox-mcp](https://github.com/hope1026/weppy-roblox-mcp) [![roblox-mcp MCP server](https://glama.ai/mcp/servers/hope1026/roblox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hope1026/roblox-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ - MCP server and plugin that lets AI agents (Claude Code, Cursor, Codex, Gemini) directly control a live Roblox Studio session β€” create scripts, instances, terrain, lighting, and assets via natural language. 21 tools, 140+ actions, bidirectional sync, and automated playtest. - [IvanMurzak/Unity-MCP](https://github.com/IvanMurzak/Unity-MCP) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - MCP Server for Unity Editor and for a game made with Unity - [jiayao/mcp-chess](https://github.com/jiayao/mcp-chess) 🐍 🏠 - A MCP server playing chess against LLMs. - [jkiley129/steam-mcp](https://github.com/jkiley129/steam-mcp) [![steam-mcp MCP server](https://glama.ai/mcp/servers/jkiley129/steam-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jkiley129/steam-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Connect Claude to your Steam library. Query your games, playtime, recently played, and store metadata via natural language. From c7de104d83ad2ce32c822d3750fc6bf8a3cb04df Mon Sep 17 00:00:00 2001 From: Michael Steuer Date: Tue, 24 Mar 2026 16:40:19 +0100 Subject: [PATCH 089/238] Add CSPR.trade MCP server (Casper Network DEX) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..a04240df 100644 --- a/README.md +++ b/README.md @@ -1169,6 +1169,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. +- [make-software/cspr-trade-mcp](https://github.com/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. - [kukapay/dex-pools-mcp](https://github.com/kukapay/dex-pools-mcp) 🐍 ☁️ - An MCP server that provides AI agents with real-time access to DEX liquidity pool data. From 2c3be01f25834f88868d04fbf24696b9c703bf94 Mon Sep 17 00:00:00 2001 From: Eylon Israely Date: Tue, 24 Mar 2026 11:01:14 -0500 Subject: [PATCH 090/238] =?UTF-8?q?Fix=20Glama=20badge=20URL:=20pythia-the?= =?UTF-8?q?-oracle=20=E2=86=92=20pythia-oracle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Glama listing is at eyloni/pythia-oracle, not eyloni/pythia-the-oracle. Badge was pointing to a non-existent Glama path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de48ea73..a3fd4286 100644 --- a/README.md +++ b/README.md @@ -1932,7 +1932,7 @@ Interact with Git repositories and version control platforms. Enables repository - [disco-trooper/apple-notes-mcp](https://github.com/disco-trooper/apple-notes-mcp) πŸ“‡ 🏠 🍎 - Apple Notes MCP with semantic search, hybrid vector+keyword search, full CRUD operations, and incremental indexing. Uses JXA for native macOS integration. - [dotemacs/domain-lookup-mcp](https://github.com/dotemacs/domain-lookup-mcp) 🏎️ - Domain name lookup service, first via [RDAP](https://en.wikipedia.org/wiki/Registration_Data_Access_Protocol) and then as a fallback via [WHOIS](https://en.wikipedia.org/wiki/WHOIS) - [ekkyarmandi/ticktick-mcp](https://github.com/ekkyarmandi/ticktick-mcp) 🐍 ☁️ - [TickTick](https://ticktick.com/) MCP server that integrates with TickTick's API to manage personal todo projects and the tasks. -- [eyloni/pythia-oracle](https://github.com/eyloni/pythia-oracle) [![pythia-oracle MCP server](https://glama.ai/mcp/servers/eyloni/pythia-the-oracle/badges/score.svg)](https://glama.ai/mcp/servers/eyloni/pythia-the-oracle) 🐍 ☁️ - Oracle for AI agents that need to think past obvious answers. One tool, one reading. Free tier included. +- [eyloni/pythia-oracle](https://github.com/eyloni/pythia-oracle) [![pythia-oracle MCP server](https://glama.ai/mcp/servers/eyloni/pythia-oracle/badges/score.svg)](https://glama.ai/mcp/servers/eyloni/pythia-oracle) 🐍 ☁️ - Oracle for AI agents that need to think past obvious answers. One tool, one reading. Free tier included. - [emicklei/mcp-log-proxy](https://github.com/emicklei/mcp-log-proxy) 🏎️ 🏠 - MCP server proxy that offers a Web UI to the full message flow - [TollboothLabs/ai-tool-optimizer](https://github.com/TollboothLabs/ai-tool-optimizer) [![ai-tool-optimizer MCP server](https://glama.ai/mcp/servers/@TollboothLabs/ai-tool-optimizer/badges/score.svg)](https://glama.ai/mcp/servers/@TollboothLabs/ai-tool-optimizer) 🐍 - Reduces MCP tool description token costs by 40-70% through pure text schema distillation. - [esignaturescom/mcp-server-esignatures](https://github.com/esignaturescom/mcp-server-esignatures) 🐍 ☁️️ - Contract and template management for drafting, reviewing, and sending binding contracts via the eSignatures API. From fa96075d9b5cd87e8ce644d15ff3a82fe01ba65d Mon Sep 17 00:00:00 2001 From: Michael Steuer Date: Tue, 24 Mar 2026 17:26:30 +0100 Subject: [PATCH 091/238] Add Glama score badge to CSPR.trade MCP entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a04240df..f31a357f 100644 --- a/README.md +++ b/README.md @@ -1169,7 +1169,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. -- [make-software/cspr-trade-mcp](https://github.com/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` +- [make-software/cspr-trade-mcp](https://github.com/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` [![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) - [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. - [kukapay/dex-pools-mcp](https://github.com/kukapay/dex-pools-mcp) 🐍 ☁️ - An MCP server that provides AI agents with real-time access to DEX liquidity pool data. From 4d29365ec2cd1e21a31e20a8acdd1902fa8b269f Mon Sep 17 00:00:00 2001 From: Tom Meredith Date: Tue, 24 Mar 2026 09:28:03 -0700 Subject: [PATCH 092/238] =?UTF-8?q?Add=20Rhumb=20MCP=20=E2=80=94=20agent-n?= =?UTF-8?q?ative=20tool=20intelligence=20across=20600+=20scored=20services?= 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 760338d0..83aabdcd 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ Servers for accessing many apps and tools through a single MCP server. - [profullstack/mcp-server](https://github.com/profullstack/mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data, social media posting, security scanning, and more developer utilities. - [robhunter/agentdeals](https://github.com/robhunter/agentdeals) [![robhunter/agentdeals MCP server](https://glama.ai/mcp/servers/robhunter/agentdeals/badges/score.svg)](https://glama.ai/mcp/servers/robhunter/agentdeals) πŸ“‡ ☁️ - 1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing changes. REST API and web browser at [agentdeals.dev](https://agentdeals.dev). - [rupinder2/mcp-orchestrator](https://github.com/rupinder2/mcp-orchestrator) 🐍 🏠 🍎 πŸͺ© 🐧 - Central hub that aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading. +- [supertrained/rhumb](https://github.com/supertrained/rhumb/tree/main/packages/mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Agent-native tool intelligence across 600+ scored services. 16 MCP tools: discover services, check AN Scores, compare alternatives, resolve capabilities to ranked providers, execute via managed credentials or BYOK, and check failure modes. Zero-signup via x402 micropayments. - [sitbon/magg](https://github.com/sitbon/magg) 🍎 πŸͺŸ 🐧 ☁️ 🏠 🐍 - Magg: A meta-MCP server that acts as a universal hub, allowing LLMs to autonomously discover, install, and orchestrate multiple MCP servers - essentially giving AI assistants the power to extend their own capabilities on-demand. - [sonnyflylock/voxie-ai-directory-mcp](https://github.com/sonnyflylock/voxie-ai-directory-mcp) πŸ“‡ ☁️ - AI Phone Number Directory providing access to AI services via webchat. Query Voxie AI personas and third-party services like ChatGPT, with instant webchat URLs for free interactions. - [SureScaleAI/openai-gpt-image-mcp](https://github.com/SureScaleAI/openai-gpt-image-mcp) πŸ“‡ ☁️ - OpenAI GPT image generation/editing MCP server. From a6551fc4c2a9bb79df0b29a4b84c6d22607f09e7 Mon Sep 17 00:00:00 2001 From: fjnunezp75 Date: Tue, 24 Mar 2026 17:37:39 +0100 Subject: [PATCH 093/238] Add Glama badge to GPU-Bridge entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d968627f..364af48d 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Servers for accessing many apps and tools through a single MCP server. - [edgarriba/prolink](https://github.com/edgarriba/prolink) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Agent-to-agent marketplace middleware β€” MCP-native discovery, negotiation, and transaction between AI agents - [entire-vc/evc-spark-mcp](https://github.com/entire-vc/evc-spark-mcp) [![evc-spark-mcp MCP server](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp/badges/score.svg)](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. - [glenngillen/mcpmcp-server](https://github.com/glenngillen/mcpmcp-server) ☁️ πŸ“‡ 🍎 πŸͺŸ 🐧 - A list of MCP servers so you can ask your client which servers you can use to improve your daily workflow. -- [gpu-bridge/mcp-server](https://github.com/gpu-bridge/mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API key credits. +- [gpu-bridge/mcp-server](https://github.com/gpu-bridge/mcp-server) [![gpu-bridge-mcp-server MCP server](https://glama.ai/mcp/servers/gpu-bridge/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/gpu-bridge/mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API key credits. - [carlosahumada89/govrider-mcp-server](https://github.com/carlosahumada89/govrider-mcp-server) [![@carlosahumada89-govrider-mcp-server MCP server](https://glama.ai/mcp/servers/@carlosahumada89-govrider-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@carlosahumada89-govrider-mcp-server) ☁️ πŸ“‡ - Match your tech product or consulting service to thousands of live government tenders, RFPs, grants, and frameworks from 25+ official sources worldwide. - [gzoonet/cortex](https://github.com/gzoonet/cortex) [![gzoo-cortex MCP server](https://glama.ai/mcp/servers/@gzoonet/gzoo-cortex/badges/score.svg)](https://glama.ai/mcp/servers/@gzoonet/gzoo-cortex) πŸ“‡ 🏠 - Local-first knowledge graph for developers. Watches project files, extracts entities and relationships via LLMs, builds a queryable knowledge graph with web dashboard and CLI. Provides 4 MCP tools: get_status, list_projects, find_entity, query_cortex. - [hamflx/imagen3-mcp](https://github.com/hamflx/imagen3-mcp) πŸ“‡ 🏠 πŸͺŸ 🍎 🐧 - A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic, and photorealistic controls. From ef33a6d23fb19415e1a7e6370b828deb55e6fbcc Mon Sep 17 00:00:00 2001 From: Agi Maulana Date: Tue, 24 Mar 2026 23:52:46 +0700 Subject: [PATCH 094/238] feat: add AgiMaulana/HuaweiAppGalleryMcp to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..cd5e5dc0 100644 --- a/README.md +++ b/README.md @@ -693,6 +693,7 @@ Tools and integrations that enhance the development workflow and environment man - [a-25/ios-mcp-code-quality-server](https://github.com/a-25/ios-mcp-code-quality-server) πŸ“‡ 🏠 🍎 - iOS code quality analysis and test automation server. Provides comprehensive Xcode test execution, SwiftLint integration, and detailed failure analysis. Operates in both CLI and MCP server modes for direct developer usage and AI assistant integration. - [raye-deng/open-code-review](https://github.com/raye-deng/open-code-review) [![Open Code Review MCP](https://glama.ai/mcp/servers/@raye-deng/open-code-review/badges/score.svg)](https://glama.ai/mcp/servers/raye-deng/open-code-review) 🏠 πŸ“‡ ☁️ - AI code quality gate detecting hallucinated packages, phantom dependencies, stale APIs, and AI-specific code defects. MCP Server + CLI + CI/CD integration. - [AaronVick/ECHO_RIFT_MCP](https://github.com/AaronVick/ECHO_RIFT_MCP) πŸ“‡ ☁️ - MCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter). Makes EchoRift's agent infrastructure callable as MCP tools so any MCP client can treat EchoRift like a native capability layer. +- [AgiMaulana/HuaweiAppGalleryMcp](https://github.com/AgiMaulana/HuaweiAppGalleryMcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Huawei AppGallery Connect publishing: upload APK/AAB, update metadata and localizations, submit for review, and manage phased rollouts. - [aparajithn/agent-utils-mcp](https://github.com/aparajithn/agent-utils-mcp) [![agent-utils-mcp MCP server](https://glama.ai/mcp/servers/@aparajithn/agent-utils-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@aparajithn/agent-utils-mcp) 🐍 ☁️ - Swiss-army-knife utility server for AI agents. 18 tools including JSON validation, base64, hashing, UUID generation, regex testing, markdown conversion, datetime conversion, cron parsing, CSV/JSON conversion, JWT decoding, and more. Streamable HTTP MCP + REST API with x402 micropayments. - [aashari/mcp-server-atlassian-bitbucket](https://github.com/aashari/mcp-server-atlassian-bitbucket) πŸ“‡ ☁️ - Atlassian Bitbucket Cloud integration. Enables AI systems to interact with repositories, pull requests, workspaces, and code in real time. - [aashari/mcp-server-atlassian-confluence](https://github.com/aashari/mcp-server-atlassian-confluence) πŸ“‡ ☁️ - Atlassian Confluence Cloud integration. Enables AI systems to interact with Confluence spaces, pages, and content with automatic ADF to Markdown conversion. From bd5b6f43f9fffa72eea0c9714363cd3cafd36d70 Mon Sep 17 00:00:00 2001 From: Fernando Paladini Date: Tue, 24 Mar 2026 15:22:27 -0300 Subject: [PATCH 095/238] feat: add paladini/devutils-mcp-server to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..6e111743 100644 --- a/README.md +++ b/README.md @@ -859,6 +859,7 @@ Tools and integrations that enhance the development workflow and environment man - [OpenZeppelin/contracts-wizard](https://github.com/OpenZeppelin/contracts-wizard/tree/master/packages/mcp) - A Model Context Protocol (MCP) server that allows AI agents to generate secure smart contracts in multiples languages based on [OpenZeppelin Wizard templates](https://wizard.openzeppelin.com/). - [opslevel/opslevel-mcp](https://github.com/opslevel/opslevel-mcp) πŸŽ–οΈ 🏎️ ☁️ πŸͺŸ 🍎 🐧 - Official MCP Server for [OpsLevel](https://www.opslevel.com) - [optimaquantum/claude-critical-rules-mcp](https://github.com/optimaquantum/claude-critical-rules-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Automatic enforcement of critical rules for Claude AI preventing 96 documented failure patterns. Provides compliance verification checklist and rules summary via MCP tools. +- [paladini/devutils-mcp-server](https://github.com/paladini/devutils-mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - 36 zero-auth developer utilities: MD5/SHA/bcrypt hashing, Base64/hex/URL encoding, UUID/password/passphrase generation, JWT decoding, JSON/YAML/XML formatting, timestamp conversion, CIDR calculator, and text tools. - [paracetamol951/P-Link-MCP](https://github.com/paracetamol951/P-Link-MCP) 🏠 🐧 🍎 ☁️ - Implementation of HTTP 402 (payment required http code) relying on Solana - [mcpware/pagecast](https://github.com/mcpware/pagecast) [![mcpware/pagecast MCP server](https://glama.ai/mcp/servers/mcpware/pagecast/badges/score.svg)](https://glama.ai/mcp/servers/mcpware/pagecast) πŸ“‡ 🏠 - Record any browser page as GIF or video. AI-driven demo recording with scroll/click/hover interactions via Playwright + ffmpeg. `npx @mcpware/pagecast` - [Pharaoh-so/pharaoh](https://github.com/0xUXDesign/pharaoh-mcp) [![pharaoh MCP server](https://glama.ai/mcp/servers/@Pharaoh-so/pharaoh/badges/score.svg)](https://glama.ai/mcp/servers/@Pharaoh-so/pharaoh) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Hosted MCP server that parses TypeScript and Python codebases into Neo4j knowledge graphs for blast radius analysis, dead code detection, dependency tracing, and architectural context. From b9d62a11674a577f86fc6a07bf384330201e0cb6 Mon Sep 17 00:00:00 2001 From: Nach Dakwale Date: Tue, 24 Mar 2026 11:39:24 -0700 Subject: [PATCH 096/238] =?UTF-8?q?Add=20InstaDomain=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 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 760338d0..66f518d4 100644 --- a/README.md +++ b/README.md @@ -2077,6 +2077,7 @@ Interact with Git repositories and version control platforms. Enables repository - [Mtehabsim/ScreenPilot](https://github.com/Mtehabsim/ScreenPilot) 🐍 🏠 - enables AI to fully control and access GUI interactions by providing tools for mouse and keyboard, ideal for general automation, education, and experimentation. - [muammar-yacoob/GMail-Manager-MCP](https://github.com/muammar-yacoob/GMail-Manager-MCP#readme) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Connects Claude Desktop to your Gmail so you can start managing your inbox using natural language. Bulk delete promos & newsletters, organize labels and get useful insights. - [mzxrai/mcp-openai](https://github.com/mzxrai/mcp-openai) πŸ“‡ ☁️ - Chat with OpenAI's smartest models +- [nach-dakwale/instadomain-mcp](https://github.com/nach-dakwale/instadomain-mcp) 🐍 ☁️ - Domain registration for AI agents. Check availability, buy domains (Stripe or x402 crypto), and auto-configure Cloudflare DNS. Zero setup required. - [NakaokaRei/swift-mcp-gui](https://github.com/NakaokaRei/swift-mcp-gui.git) 🏠 🍎 - MCP server that can execute commands such as keyboard input and mouse movement - [nanana-app/mcp-server-nano-banana](https://github.com/nanana-app/mcp-server-nano-banana) 🐍 🏠 🍎 πŸͺŸ 🐧 - AI image generation using Google Gemini's nano banana model. - [nguyenvanduocit/all-in-one-model-context-protocol](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol) 🏎️ 🏠 - Some useful tools for developer, almost everything an engineer need: confluence, Jira, Youtube, run script, knowledge base RAG, fetch URL, Manage youtube channel, emails, calendar, gitlab From a06909dcdd0bd13087fb16e2cf32737b6067ad02 Mon Sep 17 00:00:00 2001 From: Fernando Paladini Date: Tue, 24 Mar 2026 15:59:17 -0300 Subject: [PATCH 097/238] fix: add Glama score badge to devutils-mcp-server entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e111743..a246d392 100644 --- a/README.md +++ b/README.md @@ -859,7 +859,7 @@ Tools and integrations that enhance the development workflow and environment man - [OpenZeppelin/contracts-wizard](https://github.com/OpenZeppelin/contracts-wizard/tree/master/packages/mcp) - A Model Context Protocol (MCP) server that allows AI agents to generate secure smart contracts in multiples languages based on [OpenZeppelin Wizard templates](https://wizard.openzeppelin.com/). - [opslevel/opslevel-mcp](https://github.com/opslevel/opslevel-mcp) πŸŽ–οΈ 🏎️ ☁️ πŸͺŸ 🍎 🐧 - Official MCP Server for [OpsLevel](https://www.opslevel.com) - [optimaquantum/claude-critical-rules-mcp](https://github.com/optimaquantum/claude-critical-rules-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Automatic enforcement of critical rules for Claude AI preventing 96 documented failure patterns. Provides compliance verification checklist and rules summary via MCP tools. -- [paladini/devutils-mcp-server](https://github.com/paladini/devutils-mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - 36 zero-auth developer utilities: MD5/SHA/bcrypt hashing, Base64/hex/URL encoding, UUID/password/passphrase generation, JWT decoding, JSON/YAML/XML formatting, timestamp conversion, CIDR calculator, and text tools. +- [paladini/devutils-mcp-server](https://github.com/paladini/devutils-mcp-server) [![paladini/devutils-mcp-server MCP server](https://glama.ai/mcp/servers/paladini/devutils-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/paladini/devutils-mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - 36 zero-auth developer utilities: MD5/SHA/bcrypt hashing, Base64/hex/URL encoding, UUID/password/passphrase generation, JWT decoding, JSON/YAML/XML formatting, timestamp conversion, CIDR calculator, and text tools. - [paracetamol951/P-Link-MCP](https://github.com/paracetamol951/P-Link-MCP) 🏠 🐧 🍎 ☁️ - Implementation of HTTP 402 (payment required http code) relying on Solana - [mcpware/pagecast](https://github.com/mcpware/pagecast) [![mcpware/pagecast MCP server](https://glama.ai/mcp/servers/mcpware/pagecast/badges/score.svg)](https://glama.ai/mcp/servers/mcpware/pagecast) πŸ“‡ 🏠 - Record any browser page as GIF or video. AI-driven demo recording with scroll/click/hover interactions via Playwright + ffmpeg. `npx @mcpware/pagecast` - [Pharaoh-so/pharaoh](https://github.com/0xUXDesign/pharaoh-mcp) [![pharaoh MCP server](https://glama.ai/mcp/servers/@Pharaoh-so/pharaoh/badges/score.svg)](https://glama.ai/mcp/servers/@Pharaoh-so/pharaoh) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Hosted MCP server that parses TypeScript and Python codebases into Neo4j knowledge graphs for blast radius analysis, dead code detection, dependency tracing, and architectural context. From c53e6360698fe529e13a9763570b199aaae48245 Mon Sep 17 00:00:00 2001 From: Steven Obiajulu Date: Tue, 24 Mar 2026 15:03:17 -0400 Subject: [PATCH 098/238] Add Glama score badge for safe-docx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd3d3fb6..651948a3 100644 --- a/README.md +++ b/README.md @@ -1052,7 +1052,7 @@ 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) πŸ“‡ 🏠 🍎 🐧 πŸͺŸ - Surgical editing of existing Word .docx files with formatting preservation, tracked changes, comments, footnotes, and document comparison. +- [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 c9d093a4ffaaa1a3cb5c63d9c4ad77b160a7876b Mon Sep 17 00:00:00 2001 From: Steven Obiajulu Date: Tue, 24 Mar 2026 15:19:26 -0400 Subject: [PATCH 099/238] Add Glama score badge for open-agreements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb489035..719982ea 100644 --- a/README.md +++ b/README.md @@ -1424,7 +1424,7 @@ Access to legal information, legislation, and legal databases. Enables AI models - [ark-forge/mcp-eu-ai-act](https://github.com/ark-forge/mcp-eu-ai-act) [![mcp-eu-ai-act MCP server](https://glama.ai/mcp/servers/@ark-forge/mcp-eu-ai-act/badges/score.svg)](https://glama.ai/mcp/servers/@ark-forge/mcp-eu-ai-act) πŸ“‡ ☁️ - EU AI Act compliance scanner that detects regulatory violations in AI codebases with risk classification and remediation guidance. - [buildsyncinc/gibs-mcp](https://github.com/buildsyncinc/gibs-mcp) 🐍 ☁️ - Regulatory compliance (AI Act, GDPR, DORA) with article-level citations - [JamesANZ/us-legal-mcp](https://github.com/JamesANZ/us-legal-mcp) πŸ“‡ ☁️ - An MCP server that provides comprehensive US legislation. -- [open-agreements/open-agreements](https://github.com/open-agreements/open-agreements) πŸ“‡ 🏠 ☁️ 🍎 🐧 πŸͺŸ - Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment, cloud terms) and produce signable DOCX files. +- [open-agreements/open-agreements](https://github.com/open-agreements/open-agreements) [![open-agreements/open-agreements MCP server](https://glama.ai/mcp/servers/open-agreements/open-agreements/badges/score.svg)](https://glama.ai/mcp/servers/open-agreements/open-agreements) πŸ“‡ 🏠 ☁️ 🍎 🐧 πŸͺŸ - Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment, cloud terms) and produce signable DOCX files. - [philrox/ris-mcp-ts](https://github.com/philrox/ris-mcp-ts) [![philrox/ris-mcp-ts MCP server](https://glama.ai/mcp/servers/philrox/ris-mcp-ts/badges/score.svg)](https://glama.ai/mcp/servers/philrox/ris-mcp-ts) πŸ“‡ ☁️ - Access Austrian federal laws, state laws, court decisions, and legal documents via the RIS (Rechtsinformationssystem) API with 12 specialized tools. ### πŸ—ΊοΈ Location Services From d4ac24c0a80d67fb87e6ef1cba714e6dae4346fd Mon Sep 17 00:00:00 2001 From: "Bobby R. Goldsmith" <111301520+bobbyrgoldsmith@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:04:06 -0700 Subject: [PATCH 100/238] =?UTF-8?q?Add=20Quarterback=20=E2=80=94=20strateg?= =?UTF-8?q?ic=20task=20prioritization=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 760338d0..46c7f41b 100644 --- a/README.md +++ b/README.md @@ -1948,6 +1948,7 @@ Interact with Git repositories and version control platforms. Enables repository - [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. - [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. - [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. +- [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. - [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 960760f1bfad11ceba8a4ed73a5037b2f6e8dbf3 Mon Sep 17 00:00:00 2001 From: evangelistsw Date: Tue, 24 Mar 2026 21:28:18 +0000 Subject: [PATCH 101/238] Add kite-mcp (Zerodha Kite trading server) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..de2b929d 100644 --- a/README.md +++ b/README.md @@ -1081,6 +1081,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [anjor/coinmarket-mcp-server](https://github.com/anjor/coinmarket-mcp-server) 🐍 ☁️ - Coinmarket API integration to fetch cryptocurrency listings and quotes - [araa47/jupiter-mcp](https://github.com/araa47/jupiter-mcp) 🐍 ☁️ - Jupiter API Access (allow AI to Trade Tokens on Solana + Access Balances + Search Tokens + Create Limit Orders ) - [ariadng/metatrader-mcp-server](https://github.com/ariadng/metatrader-mcp-server) 🐍 🏠 πŸͺŸ - Enable AI LLMs to execute trades using MetaTrader 5 platform +- [aranjan/kite-mcp](https://github.com/aranjan/kite-mcp) 🐍 🏠 - Trade Indian stocks on Zerodha Kite via natural conversation. 14 tools for holdings, orders, quotes, GTT triggers, and more with automated TOTP login. - [armorwallet/armor-crypto-mcp](https://github.com/armorwallet/armor-crypto-mcp) 🐍 ☁️ - MCP to interface with multiple blockchains, staking, DeFi, swap, bridging, wallet management, DCA, Limit Orders, Coin Lookup, Tracking and more. - [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). - [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. From 1d05e14ce70659ae969fc648eab9f614b80682b6 Mon Sep 17 00:00:00 2001 From: opentabs-dev Date: Tue, 24 Mar 2026 15:23:19 -0700 Subject: [PATCH 102/238] Add Glama badge link to OpenTabs entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fb310c2..0a9fdf10 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Servers for accessing many apps and tools through a single MCP server. - [merterbak/Grok-MCP](https://github.com/merterbak/Grok-MCP) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - MCP server for xAI's [Grok API](https://docs.x.ai/docs/overview) with agentic tool calling, image generation, vision, and file support. - [metatool-ai/metatool-app](https://github.com/metatool-ai/metatool-app) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MetaMCP is the one unified middleware MCP server that manages your MCP connections with GUI. - [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). -- [opentabs-dev/opentabs](https://github.com/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. +- [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. - [PipedreamHQ/pipedream](https://github.com/PipedreamHQ/pipedream/tree/master/modelcontextprotocol) ☁️ 🏠 - Connect with 2,500 APIs with 8,000+ prebuilt tools, and manage servers for your users, in your own app. From 2cc293c14a8eddd8ad92c10081fbdb2999a447f9 Mon Sep 17 00:00:00 2001 From: gebalamariusz Date: Tue, 24 Mar 2026 23:49:32 +0100 Subject: [PATCH 103/238] Add cloud-audit - AWS security scanner with attack chains and breach cost estimation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..922f8e1a 100644 --- a/README.md +++ b/README.md @@ -1764,6 +1764,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. +- [gebalamariusz/cloud-audit](https://github.com/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. - [dkvdm/onepassword-mcp-server](https://github.com/dkvdm/onepassword-mcp-server) - An MCP server that enables secure credential retrieval from 1Password to be used by Agentic AI. - [duriantaco/skylos](https://github.com/duriantaco/skylos) [![mcp-skylos MCP server](https://glama.ai/mcp/servers/@duriantaco/mcp-skylos/badges/score.svg)](https://glama.ai/mcp/servers/@duriantaco/mcp-skylos) 🐍 🏠 🍎 πŸͺŸ 🐧 - Dead code detection, security scanning, and code quality analysis for Python, TypeScript, and Go. 98% recall with fewer false positives than Vulture. Includes AI-powered remediation. From b9470fff9331ba68cc5d4d2cef11eb93d4fca837 Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Tue, 24 Mar 2026 23:17:04 +0000 Subject: [PATCH 104/238] Add credit-optimizer-v5 to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49caeae7..c7356edd 100644 --- a/README.md +++ b/README.md @@ -671,6 +671,7 @@ Tools and integrations that enhance the development workflow and environment man - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. - [context-rot-detection](https://github.com/milos-product-maker/context-rot-detection) πŸ“‡ 🏠 - Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) β˜• - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' +- [rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5) [glama](https://glama.ai/mcp/servers/rafsilva85/credit-optimizer-v5) 🐍 🏠 - Save 30-75% on Manus AI credits through intelligent model routing, smart testing, and context hygiene. Audited across 53 scenarios with zero quality loss. - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) πŸŽ–οΈ πŸ“‡ ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [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. - [dannote/figma-use](https://github.com/dannote/figma-use) πŸ“‡ 🏠 - Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools. From 6e06f98c5661a95e697f5a897f6f7f6c4d0d7a2b Mon Sep 17 00:00:00 2001 From: Laundromat Date: Tue, 24 Mar 2026 20:29:51 -0400 Subject: [PATCH 105/238] Add ShopGraph to E-Commerce section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..0546cbb3 100644 --- a/README.md +++ b/README.md @@ -1031,6 +1031,7 @@ MCP servers for learning management systems (LMS) and educational tools. MCP servers for e-commerce platforms and online store management. +- [laundromatic/shopgraph](https://github.com/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. - [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`. From af0278f9b3b091c124d1b720d6a48dfb86b7a6fe Mon Sep 17 00:00:00 2001 From: jorgenclaw Date: Tue, 24 Mar 2026 21:39:04 -0700 Subject: [PATCH 106/238] =?UTF-8?q?Fix=20repo=20link:=20nanoclaw=20?= =?UTF-8?q?=E2=86=92=20nostr-mcp-server=20to=20match=20Glama=20badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc03de9..6d04b2f0 100644 --- a/README.md +++ b/README.md @@ -1623,7 +1623,7 @@ Integration with social media platforms to allow posting, analytics, and interac - [gwbischof/bluesky-social-mcp](https://github.com/gwbischof/bluesky-social-mcp) 🐍 🏠 - An MCP server for interacting with Bluesky via the atproto client. - [hiroata/meltbook-mcp-server](https://github.com/hiroata/meltbook) πŸ“‡ ☁️ - MCP server for meltbook, an AI-agent political discussion board. 50 AI agents autonomously post, vote, and debate Japanese politics. 11 tools for thread creation, posting, voting, and monitoring. - [HagaiHen/facebook-mcp-server](https://github.com/HagaiHen/facebook-mcp-server) 🐍 ☁️ - Integrates with Facebook Pages to enable direct management of posts, comments, and engagement metrics through the Graph API for streamlined social media management. -- [jorgenclaw/nanoclaw](https://github.com/jorgenclaw/nanoclaw) [![jorgenclaw/nostr-mcp-server MCP server](https://glama.ai/mcp/servers/jorgenclaw/nostr-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/jorgenclaw/nostr-mcp-server) πŸ“‡ ☁️ - Lightning-paid Nostr signing MCP server. AI agents pay sats per call to sign and publish Nostr events β€” no API keys, just Lightning. Live at https://mcp.jorgenclaw.ai/sse. Tools: nostr_sign_event (2 sats), nostr_publish_event (3 sats). +- [jorgenclaw/nostr-mcp-server](https://github.com/jorgenclaw/nostr-mcp-server) [![jorgenclaw/nostr-mcp-server MCP server](https://glama.ai/mcp/servers/jorgenclaw/nostr-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/jorgenclaw/nostr-mcp-server) πŸ“‡ ☁️ - Lightning-paid Nostr signing MCP server. AI agents pay sats per call to sign and publish Nostr events β€” no API keys, just Lightning. Live at https://mcp.jorgenclaw.ai/sse. Tools: nostr_sign_event (2 sats), nostr_publish_event (3 sats). - [karanb192/reddit-mcp-buddy](https://github.com/karanb192/reddit-mcp-buddy) πŸ“‡ 🏠 - Browse Reddit posts, search content, and analyze user activity without API keys. Works out-of-the-box with Claude Desktop. - [king-of-the-grackles/reddit-research-mcp](https://github.com/king-of-the-grackles/reddit-research-mcp) 🐍 ☁️ - AI-powered Reddit intelligence for market research and competitive analysis. Discover subreddits via semantic search across 20k+ indexed communities, fetch posts/comments with full citations, and manage research feeds. No Reddit API credentials needed. - [kunallunia/twitter-mcp](https://github.com/LuniaKunal/mcp-twitter) 🐍 🏠 - All-in-one Twitter management solution providing timeline access, user tweet retrieval, hashtag monitoring, conversation analysis, direct messaging, sentiment analysis of a post, and complete post lifecycle control - all through a streamlined API. From dc34be25da46da662fd954b7812fa092e093b37d Mon Sep 17 00:00:00 2001 From: "R.Brown" Date: Wed, 25 Mar 2026 06:55:05 +0100 Subject: [PATCH 107/238] Enhance Labs64/NetLicensing-MCP entry in README Updated the Labs64/NetLicensing-MCP entry to include a badge and improved formatting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 878ad3a8..7c90d4cb 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ Cloud platform service integration. Enables management and interaction with clou - [jdubois/azure-cli-mcp](https://github.com/jdubois/azure-cli-mcp) - A wrapper around the Azure CLI command line that allows you to talk directly to Azure - [johnneerdael/netskope-mcp](https://github.com/johnneerdael/netskope-mcp) πŸ”’ ☁️ - An MCP to give access to all Netskope Private Access components within a Netskope Private Access environments including detailed setup information and LLM examples on usage. - [kestra-io/mcp-server-python](https://github.com/kestra-io/mcp-server-python) 🐍 ☁️ - Implementation of MCP server for [Kestra](https://kestra.io) workflow orchestration platform. -- [Labs64/NetLicensing-MCP](https://github.com/Labs64/NetLicensing-MCP) πŸŽ–οΈ 🐍 ☁️ - The official NetLicensing MCP Server is a natural language interface that enables agentic applications to manage the full software licensing lifecycle in Labs64 NetLicensing πŸ‘‰πŸΌ without writing a single API call. +- [Labs64/NetLicensing-MCP](https://github.com/Labs64/NetLicensing-MCP) [![Labs64/NetLicensing-MCP](https://glama.ai/mcp/servers/Labs64/NetLicensing-MCP/badges/score.svg)](https://glama.ai/mcp/servers/Labs64/NetLicensing-MCP) πŸŽ–οΈ 🐍 ☁️ - The official NetLicensing MCP Server is a natural language interface that enables agentic applications to manage the full software licensing lifecycle in Labs64 NetLicensing without writing a single API call. - [liquidmetal-ai/raindrop-mcp](https://docs.liquidmetal.ai/tutorials/claude-code-mcp-setup/) πŸ“‡ ☁️ - The best way to deploy cloud infrastructure using Claude Code and MCP. - [liveblocks/liveblocks-mcp-server](https://github.com/liveblocks/liveblocks-mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - Create, modify, and delete different aspects of [Liveblocks](https://liveblocks.io) such as rooms, threads, comments, notifications, and more. Additionally, it has read access to Storage and Yjs. - [localstack/localstack-mcp-server](https://github.com/localstack/localstack-mcp-server) πŸŽ–οΈ πŸ“‡ 🏠 - A MCP server for LocalStack to manage local AWS environments, including lifecycle operations, infra deployments, log analysis, fault injection, and state management. From e61653e8330a3de869510efca02c989253c16d17 Mon Sep 17 00:00:00 2001 From: LvcidPsyche <160208855+LvcidPsyche@users.noreply.github.com> Date: Wed, 25 Mar 2026 01:46:57 -0500 Subject: [PATCH 108/238] docs: add Glama score badge for auto-browser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfee108b..c80d149f 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [kimtaeyoon83/mcp-server-youtube-transcript](https://github.com/kimtaeyoon83/mcp-server-youtube-transcript) πŸ“‡ ☁️ - Fetch YouTube subtitles and transcripts for AI analysis - [kimtth/mcp-aoai-web-browsing](https://github.com/kimtth/mcp-aoai-web-browsing) 🐍 🏠 - A `minimal` server/client MCP implementation using Azure OpenAI and Playwright. - [lightpanda-io/gomcp](https://github.com/lightpanda-io/gomcp) 🏎 🏠/☁️ 🐧/🍎 - An MCP server in Go for Lightpanda, the ultra fast headless browser designed for web automation -- [LvcidPsyche/auto-browser](https://github.com/LvcidPsyche/auto-browser) 🐍 🏠 🐧 🍎 πŸͺŸ - Open-source MCP-native browser agent with human takeover via noVNC, reusable auth profiles, and approval/audit rails. Playwright + FastAPI, Docker-based isolated sessions, stdio bridge for Claude Desktop and Cursor. +- [LvcidPsyche/auto-browser](https://github.com/LvcidPsyche/auto-browser) [![LvcidPsyche/auto-browser MCP server](https://glama.ai/mcp/servers/LvcidPsyche/auto-browser/badges/score.svg)](https://glama.ai/mcp/servers/LvcidPsyche/auto-browser) 🐍 🏠 🐧 🍎 πŸͺŸ - Open-source MCP-native browser agent with human takeover via noVNC, reusable auth profiles, and approval/audit rails. Playwright + FastAPI, Docker-based isolated sessions, stdio bridge for Claude Desktop and Cursor. - [microsoft/playwright-mcp](https://github.com/microsoft/playwright-mcp) - Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots - [modelcontextprotocol/server-puppeteer](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/puppeteer) πŸ“‡ 🏠 - Browser automation for web scraping and interaction - [ndthanhdev/mcp-browser-kit](https://github.com/ndthanhdev/mcp-browser-kit) πŸ“‡ 🏠 - An MCP Server that enables AI assistants to interact with your local browsers. From c049e5d8b71d72ec36fdb1d74b27f846e05b8b3d Mon Sep 17 00:00:00 2001 From: esxr Date: Wed, 25 Mar 2026 12:00:29 +1100 Subject: [PATCH 109/238] Add operant-mcp to Security category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..635d0949 100644 --- a/README.md +++ b/README.md @@ -1798,6 +1798,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [msaad00/agent-bom](https://github.com/msaad00/agent-bom) [![agent-bom MCP server](https://glama.ai/mcp/servers/@msaad00/agent-bom/badges/score.svg)](https://glama.ai/mcp/servers/@msaad00/agent-bom) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - AI supply chain security scanner with 18 MCP tools. Auto-discovers 20 MCP clients, scans dependencies for CVEs (OSV/NVD/EPSS/CISA KEV), maps blast radius from vulnerabilities to exposed credentials and tools, runs CIS benchmarks, generates CycloneDX/SPDX SBOMs, and enforces compliance across OWASP LLM Top 10, MITRE ATLAS, NIST AI RMF, and EU AI Act. - [mrexodia/ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) 🐍 🏠 - MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and allows you to generate malware analysis reports automatically. - [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) πŸ“‡ ☁️ 🏠 - Security testing MCP server with 51 tools for penetration testing, network forensics, memory analysis, and vulnerability assessment. - [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 560dbb7fa77a293f790576584c1dc8846433e8be Mon Sep 17 00:00:00 2001 From: esxr Date: Wed, 25 Mar 2026 12:24:26 +1100 Subject: [PATCH 110/238] Add Glama score badge for operant-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 635d0949..cb113643 100644 --- a/README.md +++ b/README.md @@ -1798,7 +1798,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [msaad00/agent-bom](https://github.com/msaad00/agent-bom) [![agent-bom MCP server](https://glama.ai/mcp/servers/@msaad00/agent-bom/badges/score.svg)](https://glama.ai/mcp/servers/@msaad00/agent-bom) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - AI supply chain security scanner with 18 MCP tools. Auto-discovers 20 MCP clients, scans dependencies for CVEs (OSV/NVD/EPSS/CISA KEV), maps blast radius from vulnerabilities to exposed credentials and tools, runs CIS benchmarks, generates CycloneDX/SPDX SBOMs, and enforces compliance across OWASP LLM Top 10, MITRE ATLAS, NIST AI RMF, and EU AI Act. - [mrexodia/ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) 🐍 🏠 - MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and allows you to generate malware analysis reports automatically. - [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) πŸ“‡ ☁️ 🏠 - Security testing MCP server with 51 tools for penetration testing, network forensics, memory analysis, and vulnerability assessment. +- [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. - [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 64d96d8ed4bfa7d940d4395ab5775ad985f8eaba Mon Sep 17 00:00:00 2001 From: Archit Joshi <2472093+thecombatwombat@users.noreply.github.com> Date: Wed, 25 Mar 2026 14:57:04 +0530 Subject: [PATCH 111/238] Add replicant-mcp to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..b7235486 100644 --- a/README.md +++ b/README.md @@ -918,6 +918,7 @@ Tools and integrations that enhance the development workflow and environment man - [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. - [testdino-hq/testdino-mcp](https://github.com/testdino-hq/testdino-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Connects your TestDino testrun/testcase data to AI agents so you can review runs, debug failures, and manage manual test cases using natural language. - [tgeselle/bugsnag-mcp](https://github.com/tgeselle/bugsnag-mcp) πŸ“‡ ☁️ - An MCP server for interacting with [Bugsnag](https://www.bugsnag.com/) +- [thecombatwombat/replicant-mcp](https://github.com/thecombatwombat/replicant-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - 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. - [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! From baf38e3da36534e749cff76c9b40405c46786e1f Mon Sep 17 00:00:00 2001 From: ScopeBlind Date: Wed, 25 Mar 2026 07:33:41 -0400 Subject: [PATCH 112/238] Fix entry format: GitHub repo link, Glama badge, correct emojis --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 547f88d4..eac5f834 100644 --- a/README.md +++ b/README.md @@ -1512,8 +1512,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [sanyambassi/ciphertrust-manager-mcp-server](https://github.com/sanyambassi/ciphertrust-manager-mcp-server) 🐍 ☁️ 🏠 🐧 πŸͺŸ - MCP server for Thales CipherTrust Manager integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants. - [sanyambassi/thales-cdsp-cakm-mcp-server](https://github.com/sanyambassi/thales-cdsp-cakm-mcp-server) 🐍 ☁️ 🏠 🐧 πŸͺŸ - MCP server for Thales CDSP CAKM integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants for Ms SQL and Oracle Databases. - [sanyambassi/thales-cdsp-crdp-mcp-server](https://github.com/sanyambassi/thales-cdsp-crdp-mcp-server) πŸ“‡ ☁️ 🏠 🐧 πŸͺŸ - MCP server for Thales CipherTrust Manager RestFul Data Protection service. -- **[protect-mcp](https://www.npmjs.com/package/protect-mcp)** β€” Local-first MCP security gateway/wrapper for existing stdio servers. Per-tool access policies, approval gates, rate limiting, and Ed25519-signed decision receipts. Source-available (FSL-1.1-MIT). [Docs](https://scopeblind.com/docs/mcp) - +- [tomjwxf/scopeblind-gateway](https://github.com/tomjwxf/scopeblind-gateway) [![tomjwxf/scopeblind-gateway MCP server](https://glama.ai/mcp/servers/tomjwxf/scopeblind-gateway/badges/score.svg)](https://glama.ai/mcp/servers/tomjwxf/scopeblind-gateway) πŸ“‡ 🏠 β€” Security gateway that wraps any MCP server with per-tool policies, approval gates, and optional Ed25519-signed receipts. Shadow mode logs every tool call; enforce mode blocks, rate-limits, or requires approval. - [securityfortech/secops-mcp](https://github.com/securityfortech/secops-mcp) 🐍 🏠 - All-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug bounty hunting, threat hunting, and more. - [semgrep/mcp](https://github.com/semgrep/mcp) πŸ“‡ ☁️ Allow AI agents to scan code for security vulnerabilites using [Semgrep](https://semgrep.dev). - [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. From 983f765a006b0eb5db23c4b9d53c0121e98d9a54 Mon Sep 17 00:00:00 2001 From: arikusi Date: Wed, 25 Mar 2026 15:46:19 +0300 Subject: [PATCH 113/238] Add nakkas SVG rendering MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..9693b78a 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [ahujasid/blender-mcp](https://github.com/ahujasid/blender-mcp) 🐍 - MCP server for working with Blender - [albertnahas/icogenie-mcp](https://github.com/albertnahas/icogenie-mcp) [![icogenie-mcp MCP server](https://glama.ai/mcp/servers/@albertnahas/icogenie-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@albertnahas/icogenie-mcp) πŸ“‡ ☁️ - AI-powered SVG icon generation MCP server. Generate production-ready SVG icons from text descriptions with customizable styles. - [aliafsahnoudeh/shahnameh-mcp-server](https://github.com/aliafsahnoudeh/shahnameh-mcp-server) 🐍 🏠 🍎 πŸͺŸ 🐧 - MCP server for accessing the Shahnameh (Book of Kings) Persian epic poem by Ferdowsi, including sections, verses and explanations. +- [arikusi/nakkas](https://github.com/arikusi/nakkas) [![nakkas MCP server](https://glama.ai/mcp/servers/arikusi/nakkas/badges/score.svg)](https://glama.ai/mcp/servers/arikusi/nakkas) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server that turns AI into an SVG artist. One rendering engine with JSON config, AI controls all design parameters. CSS @keyframes + SMIL animations, 16+ element types, parametric curves, filters, gradients, PNG preview. - [asmith26/jupytercad-mcp](https://github.com/asmith26/jupytercad-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - An MCP server for [JupyterCAD](https://github.com/jupytercad/JupyterCAD) that allows you to control it using LLMs/natural language. - [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 From 19fcc58f78dc6f819e658174f6ff0af04ef09998 Mon Sep 17 00:00:00 2001 From: ScopeBlind Date: Wed, 25 Mar 2026 09:55:12 -0400 Subject: [PATCH 114/238] =?UTF-8?q?Add=20verify-mcp=20=E2=80=94=20offline?= =?UTF-8?q?=20artifact=20verification=20MCP=20server=20(MIT)?= 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 760338d0..a6fc26ce 100644 --- a/README.md +++ b/README.md @@ -1821,6 +1821,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [zinja-coder/apktool-mcp-server](https://github.com/zinja-coder/apktool-mcp-server) 🐍 🏠 - APKTool MCP Server is a MCP server for the Apk Tool to provide automation in reverse engineering of Android APKs. - [takleb3rry/zitadel-mcp](https://github.com/takleb3rry/zitadel-mcp) πŸ“‡ ☁️ 🏠 - MCP server for Zitadel identity management β€” manage users, projects, OIDC apps, roles, and service accounts through natural language. - [toan203/osv-ui](https://github.com/toan203/osv-ui) [![toan203/osv-ui MCP server](https://glama.ai/mcp/servers/toan203/osv-ui/badges/score.svg)](https://glama.ai/mcp/servers/toan203/osv-ui) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Visual CVE audit dashboard for npm, Python, Go, and Rust. Scan from Claude/Cursor, opens a browser UI for human review (human-in-the-loop), applies fixes with explicit confirmation. Powered by OSV.dev. +- [tomjwxf/verify-mcp](https://github.com/tomjwxf/verify-mcp) [![tomjwxf/verify-mcp MCP server](https://glama.ai/mcp/servers/tomjwxf/verify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tomjwxf/verify-mcp) πŸ“‡ 🏠 β€” Offline verification of signed artifacts (receipts, manifests, audit bundles). MIT licensed. Tools: self_test, verify_receipt, verify_bundle, explain_artifact. No accounts, no API calls. - [zinja-coder/jadx-ai-mcp](https://github.com/zinja-coder/jadx-ai-mcp) β˜• 🏠 - JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude. - [loglux/authmcp-gateway](https://github.com/loglux/authmcp-gateway) [![auth-mcp-gateway MCP server](https://glama.ai/mcp/servers/@loglux/auth-mcp-gateway/badges/score.svg)](https://glama.ai/mcp/servers/@loglux/auth-mcp-gateway) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Auth proxy for MCP servers: OAuth2 + DCR, JWT, RBAC, rate limiting, multi-server aggregation, and monitoring dashboard. - [tponscr-debug/oracle-h-mcp](https://github.com/tponscr-debug/oracle-h-mcp) [![mcp-oracle-h MCP server](https://glama.ai/mcp/servers/tponscr-debug/mcp-oracle-h/badges/score.svg)](https://glama.ai/mcp/servers/tponscr-debug/mcp-oracle-h) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Mandatory human approval gate for autonomous AI agents. Intercepts critical, irreversible, or financially significant actions and routes them to a human via Telegram for real-time approve/reject. Raises workflow success probability from 81.5% to 99.6%. From 74dfef562e319b351f7bacdd5fd894a39926458a Mon Sep 17 00:00:00 2001 From: Ivan Jeremic Date: Wed, 25 Mar 2026 15:10:08 +0100 Subject: [PATCH 115/238] =?UTF-8?q?Add=20Pythia=20Oracle=20=E2=80=94=20on-?= =?UTF-8?q?chain=20calculated=20crypto=20indicators=20via=20Chainlink?= 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 760338d0..2224b8c2 100644 --- a/README.md +++ b/README.md @@ -1236,6 +1236,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [PreReason/mcp](https://github.com/PreReason/mcp) [![prereason-mcp MCP server](https://glama.ai/mcp/servers/PreReason/mcp/badges/score.svg)](https://glama.ai/mcp/servers/PreReason/mcp) πŸ“‡ ☁️ - Pre-reasoned Bitcoin and macro market briefings with trend signals, confidence scores, and regime classification. 17 briefings covering BTC, Fed balance sheet, M2, Treasury yields, and cross-asset correlations. - [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) 🐍 ☁️ - On-chain calculated crypto indicators (EMA, RSI, Bollinger Bands, Volatility) for 22 tokens via Chainlink oracle. 484 indicator feeds, 4 timeframes, free trial faucet. - [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. - [QuantGeekDev/coincap-mcp](https://github.com/QuantGeekDev/coincap-mcp) πŸ“‡ ☁️ - Real-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keys From d440daefe382849c850decac384b1641d1548a40 Mon Sep 17 00:00:00 2001 From: jstibal Date: Fri, 27 Mar 2026 10:10:28 -0500 Subject: [PATCH 116/238] Update README.md Glama score badge added. Release 0.1.0 published, server inspectable with 10 tools detected. Scores updating. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 755ab802..72e698b3 100644 --- a/README.md +++ b/README.md @@ -1493,7 +1493,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [takleb3rry/zitadel-mcp](https://github.com/takleb3rry/zitadel-mcp) πŸ“‡ ☁️ 🏠 - MCP server for Zitadel identity management β€” manage users, projects, OIDC apps, roles, and service accounts through natural language. - [zinja-coder/jadx-ai-mcp](https://github.com/zinja-coder/jadx-ai-mcp) β˜• 🏠 - JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude. - [loglux/authmcp-gateway](https://github.com/loglux/authmcp-gateway) [glama](https://glama.ai/mcp/servers/@loglux/auth-mcp-gateway) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Auth proxy for MCP servers: OAuth2 + DCR, JWT, RBAC, rate limiting, multi-server aggregation, and monitoring dashboard. -- [jstibal/openterms-mcp](https://github.com/jstibal/openterms-mcp) [glama](https://glama.ai/mcp/servers/jstibal/openterms-mcp) 🐍 ☁️ - Ed25519-signed consent receipts and programmable policy engine for AI agents. Spending caps, action whitelists, escalation thresholds, and JWKS-backed provider verification. Independently verifiable. +- [jstibal/openterms-mcp](https://github.com/jstibal/openterms-mcp) [![jstibal/openterms-mcp MCP server](https://glama.ai/mcp/servers/jstibal/openterms-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jstibal/openterms-mcp) 🐍 ☁️ - Ed25519-signed consent receipts and programmable policy engine for AI agents. Spending caps, action whitelists, escalation thresholds, and JWKS-backed provider verification. Independently verifiable. ### 🌐 Social Media From 4a98db76920676c90a85dac1e4ff44d59ec17723 Mon Sep 17 00:00:00 2001 From: Atef Ataya <77441506+atef-ataya@users.noreply.github.com> Date: Sat, 28 Mar 2026 15:06:52 +0400 Subject: [PATCH 117/238] Fix depwire entry in README with badge link Updated the depwire entry to include a badge link for the MCP server. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84223f5e..37d4814c 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Servers for accessing many apps and tools through a single MCP server. - [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. - [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) πŸ“‡ 🏠 - 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. [![Glama](https://glama.ai/mcp/servers/depwire/depwire/badges/score.svg)](https://glama.ai/mcp/servers/depwire/depwire) +- [depwire/depwire](https://github.com/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. [![depwire/depwire MCP server](https://glama.ai/mcp/servers/depwire/depwire/badges/score.svg)](https://glama.ai/mcp/servers/depwire/depwire) - [duaraghav8/MCPJungle](https://github.com/duaraghav8/MCPJungle) 🏎️ 🏠 - Self-hosted MCP Server registry for enterprise AI Agents - [edgarriba/prolink](https://github.com/edgarriba/prolink) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Agent-to-agent marketplace middleware β€” MCP-native discovery, negotiation, and transaction between AI agents - [entire-vc/evc-spark-mcp](https://github.com/entire-vc/evc-spark-mcp) [![evc-spark-mcp MCP server](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp/badges/score.svg)](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. From b82367c50879a5b2b4cda68e23c382bf326df401 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:31:28 -0500 Subject: [PATCH 118/238] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77f21e72..22f4aa7c 100644 --- a/README.md +++ b/README.md @@ -684,7 +684,7 @@ Tools and integrations that enhance the development workflow and environment man - [jaspertvdm/mcp-server-tibet](https://github.com/jaspertvdm/mcp-server-tibet) 🐍 ☁️ 🏠 - TIBET provenance tracking for AI decisions. Cryptographic audit trails with ERIN/ERAAN/EROMHEEN/ERACHTER intent logging for compliance. - [jetbrains/mcpProxy](https://github.com/JetBrains/mcpProxy) πŸŽ–οΈ πŸ“‡ 🏠 - Connect to JetBrains IDE - [Jktfe/serveMyAPI](https://github.com/Jktfe/serveMyAPI) πŸ“‡ 🏠 🍎 - A personal MCP (Model Context Protocol) server for securely storing and accessing API keys across projects using the macOS Keychain. -- [jonradoff/lightcms](https://github.com/jonradoff/lightcms) 🏎️ ☁️ - AI-native CMS with 72 MCP tools for managing websites through natural language. Create and publish content, manage templates, assets, snippets, themes, collections, redirects, and multi-site forks β€” with full content versioning and semantic search. [![jonradoff/lightcms MCP server](https://glama.ai/mcp/servers/jonradoff/lightcms/badges/score.svg)](https://glama.ai/mcp/servers/jonradoff/lightcms) +- [jonradoff/lightcms](https://github.com/jonradoff/lightcms) [![jonradoff/lightcms MCP server](https://glama.ai/mcp/servers/jonradoff/lightcms/badges/score.svg)](https://glama.ai/mcp/servers/jonradoff/lightcms) 🏎️ ☁️ - AI-native CMS with 72 MCP tools for managing websites through natural language. Create and publish content, manage templates, assets, snippets, themes, collections, redirects, and multi-site forks β€” with full content versioning and semantic search. - [jordandalton/restcsv-mcp-server](https://github.com/JordanDalton/RestCsvMcpServer) πŸ“‡ ☁️ - An MCP server for CSV files. - [joshuarileydev/app-store-connect-mcp-server](https://github.com/JoshuaRileyDev/app-store-connect-mcp-server) πŸ“‡ 🏠 - An MCP server to communicate with the App Store Connect API for iOS Developers - [joshuarileydev/simulator-mcp-server](https://github.com/JoshuaRileyDev/simulator-mcp-server) πŸ“‡ 🏠 - An MCP server to control iOS Simulators From 092cd279436cfc975c17eef7de58fa7e65ff5dfa Mon Sep 17 00:00:00 2001 From: Nick Bester Date: Wed, 1 Apr 2026 23:59:55 +0200 Subject: [PATCH 119/238] Add clickup-cli MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd65f65f..a51a6d7a 100644 --- a/README.md +++ b/README.md @@ -1220,6 +1220,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [muvon/mcp-binance-futures](https://github.com/muvon/mcp-binance-futures) [![binance](https://glama.ai/mcp/servers/Muvon/mcp-binance-futures/badges/score.svg)](https://glama.ai/mcp/servers/Muvon/mcp-binance-futures) 🐍 ☁️ - MCP server for Binance USDT-M Futures trading β€” exposes tools for market data, account state, order management, and position/margin control. - [narumiruna/yfinance-mcp](https://github.com/narumiruna/yfinance-mcp) 🐍 ☁️ - An MCP server that uses yfinance to obtain information from Yahoo Finance. - [nckhemanth0/subscription-tracker-mcp](https://github.com/nckhemanth0/subscription-tracker-mcp) 🐍 ☁️ 🏠 - MCP server for intelligent subscription management with Gmail + MySQL integration. +- [nicholasbester/clickup-cli](https://github.com/nicholasbester/clickup-cli) πŸ¦€ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - ClickUp API integration with 143 MCP tools covering all ~130 endpoints. Token-efficient compact responses (~98% smaller than raw JSON), flattening nested objects for minimal context usage. Also works as a standalone CLI. - [nikicat/mcp-wallet-signer](https://github.com/nikicat/mcp-wallet-signer) πŸ“‡ 🏠 - Non-custodial EVM wallet MCP β€” routes transactions to browser wallets (MetaMask, etc.) for signing. Private keys never leave the browser; every action requires explicit user approval via EIP-6963. - [nullpath-labs/mcp-client](https://github.com/nullpath-labs/mcp-client) [![mcp-client MCP server](https://glama.ai/mcp/servers/@nullpath-labs/mcp-client/badges/score.svg)](https://glama.ai/mcp/servers/@nullpath-labs/mcp-client) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI agent marketplace with x402 micropayments. Discover, execute, and pay agents per-request via MCP with USDC on Base. - [OctagonAI/octagon-mcp-server](https://github.com/OctagonAI/octagon-mcp-server) 🐍 ☁️ - Octagon AI Agents to integrate private and public market data From a282e60f89660e52ad0d8ee40d43e493aad422ee Mon Sep 17 00:00:00 2001 From: Luka Stanisljevic Date: Thu, 2 Apr 2026 00:14:28 +0200 Subject: [PATCH 120/238] Add OraClaw decision intelligence MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd65f65f..b280c7f3 100644 --- a/README.md +++ b/README.md @@ -990,6 +990,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [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. - [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) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Decision intelligence MCP server with 19 algorithms (bandits, Monte Carlo simulation, constraint optimization, forecasting, anomaly detection, risk analysis, graph algorithms), 12 MCP tools, sub-25ms response time. Install via `npx -y @oraclaw/mcp-server`. - [phisanti/MCPR](https://github.com/phisanti/MCPR) 🏠 🍎 πŸͺŸ 🐧 - Model Context Protocol for R: enables AI agents to participate in interactive live R sessions. - [phuongrealmax/code-guardian](https://github.com/phuongrealmax/code-guardian) πŸ“‡ 🏠 - AI-powered code refactor engine with 80+ MCP tools for code analysis, hotspot detection, complexity metrics, persistent memory, and automated refactoring plans. - [pramod/kaggle](https://github.com/KrishnaPramodParupudi/kaggle-mcp-server) 🐍 - This Kaggle MCP Server makes Kaggle more accessible by letting you browse competitions, leaderboards, models, datasets, and kernels directly within MCP, streamlining discovery for data scientists and developers. From 6a4d7eb798972fc5b55df473ed923e04ad97cb0e Mon Sep 17 00:00:00 2001 From: clicksprotocol Date: Thu, 2 Apr 2026 01:12:40 +0200 Subject: [PATCH 121/238] Add Clicks Protocol MCP server to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd65f65f..e74f19ef 100644 --- a/README.md +++ b/README.md @@ -1088,6 +1088,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [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. - [base/base-mcp](https://github.com/base/base-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Base Network integration for onchain tools, allowing interaction with Base Network and Coinbase API for wallet management, fund transfers, smart contracts, and DeFi operations +- [clicks-protocol/mcp-server](https://github.com/clicks-protocol/clicks-protocol/tree/main/mcp-server) πŸ“‡ ☁️ - Autonomous USDC yield for AI agents on Base. 9 tools: register agents, split payments 80/20 (liquid/yield), withdraw anytime, simulate splits, check APY, and track on-chain referrals. Non-custodial, no lockup, MIT licensed. `npx @clicks-protocol/mcp-server` - [up2itnow0822/clawpay-mcp](https://github.com/up2itnow0822/clawpay-mcp) [![clawpay-mcp MCP server](https://glama.ai/mcp/servers/@up2itnow0822/clawpay-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@up2itnow0822/clawpay-mcp) πŸ“‡ ☁️ - Non-custodial x402 payment layer for AI agents. Agents sign transactions from their own wallet with on-chain spend limits β€” no custodial infrastructure, no API keys. Built on Base. - [berlinbra/alpha-vantage-mcp](https://github.com/berlinbra/alpha-vantage-mcp) 🐍 ☁️ - Alpha Vantage API integration to fetch both stock and crypto information - [bitteprotocol/mcp](https://github.com/BitteProtocol/mcp) πŸ“‡ - Bitte Protocol integration to run AI Agents on several blockchains. From 07272b37966df8092260afc72f8bbe24c709ec4a Mon Sep 17 00:00:00 2001 From: clicksprotocol Date: Thu, 2 Apr 2026 02:39:05 +0200 Subject: [PATCH 122/238] 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 e74f19ef..09a506f9 100644 --- a/README.md +++ b/README.md @@ -1088,7 +1088,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [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. - [base/base-mcp](https://github.com/base/base-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Base Network integration for onchain tools, allowing interaction with Base Network and Coinbase API for wallet management, fund transfers, smart contracts, and DeFi operations -- [clicks-protocol/mcp-server](https://github.com/clicks-protocol/clicks-protocol/tree/main/mcp-server) πŸ“‡ ☁️ - Autonomous USDC yield for AI agents on Base. 9 tools: register agents, split payments 80/20 (liquid/yield), withdraw anytime, simulate splits, check APY, and track on-chain referrals. Non-custodial, no lockup, MIT licensed. `npx @clicks-protocol/mcp-server` +- [clicks-protocol/mcp-server](https://github.com/clicks-protocol/clicks-protocol/tree/main/mcp-server) πŸ“‡ ☁️ - Autonomous USDC yield for AI agents on Base. 9 tools: register agents, split payments 80/20 (liquid/yield), withdraw anytime, simulate splits, check APY, and track on-chain referrals. Non-custodial, no lockup, MIT licensed. `npx @clicks-protocol/mcp-server` [![clicks-protocol/clicks-protocol MCP server](https://glama.ai/mcp/servers/clicks-protocol/clicks-protocol/badges/score.svg)](https://glama.ai/mcp/servers/clicks-protocol/clicks-protocol) - [up2itnow0822/clawpay-mcp](https://github.com/up2itnow0822/clawpay-mcp) [![clawpay-mcp MCP server](https://glama.ai/mcp/servers/@up2itnow0822/clawpay-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@up2itnow0822/clawpay-mcp) πŸ“‡ ☁️ - Non-custodial x402 payment layer for AI agents. Agents sign transactions from their own wallet with on-chain spend limits β€” no custodial infrastructure, no API keys. Built on Base. - [berlinbra/alpha-vantage-mcp](https://github.com/berlinbra/alpha-vantage-mcp) 🐍 ☁️ - Alpha Vantage API integration to fetch both stock and crypto information - [bitteprotocol/mcp](https://github.com/BitteProtocol/mcp) πŸ“‡ - Bitte Protocol integration to run AI Agents on several blockchains. From 032bf1fd83e8fe148bed531877fd289d90a53f54 Mon Sep 17 00:00:00 2001 From: Aryan B V <112748583+AryanBV@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:00:31 +0530 Subject: [PATCH 123/238] =?UTF-8?q?Add=20pdf-toolkit-mcp=20=E2=80=94=20wri?= =?UTF-8?q?te-capable=20PDF=20manipulation=20server=20(16=20tools)?= 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 fd65f65f..3dae8f12 100644 --- a/README.md +++ b/README.md @@ -2002,6 +2002,7 @@ Interact with Git repositories and version control platforms. Enables repository - [ankitmalik84/notion-mcp-server](https://github.com/ankitmalik84/Agentic_Longterm_Memory/tree/main/src/notion_mcp_server) 🐍 ☁️ - A comprehensive Model Context Protocol (MCP) server for Notion integration with enhanced functionality, robust error handling, production-readyΒ feature. - [apify/actors-mcp-server](https://github.com/apify/actors-mcp-server) πŸ“‡ ☁️ - Use 3,000+ pre-built cloud tools, known as Actors, to extract data from websites, e-commerce, social media, search engines, maps, and more - [apinetwork/piapi-mcp-server](https://github.com/apinetwork/piapi-mcp-server) πŸ“‡ ☁️ PiAPI MCP server makes users able to generate media content with Midjourney/Flux/Kling/Hunyuan/Udio/Trellis directly from Claude or any other MCP-compatible apps. +- [AryanBV/pdf-toolkit-mcp](https://github.com/AryanBV/pdf-toolkit-mcp) [![AryanBV/pdf-toolkit-mcp MCP server](https://glama.ai/mcp/servers/AryanBV/pdf-toolkit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AryanBV/pdf-toolkit-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Create PDFs from Markdown with tables and formatting, fill forms, merge, split, encrypt, add QR codes. 16 tools, zero-config, TypeScript-native. - [awkoy/replicate-flux-mcp](https://github.com/awkoy/replicate-flux-mcp) πŸ“‡ ☁️ - Provides the ability to generate images via Replicate's API. - [awwaiid/mcp-server-taskwarrior](https://github.com/awwaiid/mcp-server-taskwarrior) 🏠 πŸ“‡ - An MCP server for basic local taskwarrior usage (add, update, remove tasks) - [Azure/azure-mcp](https://github.com/Azure/azure-mcp) - Official Microsoft MCP server for Azure services including Storage, Cosmos DB, and Azure Monitor. From db3552a925eccd8691895ca97938601d8dae0d4f Mon Sep 17 00:00:00 2001 From: razz-games Date: Thu, 2 Apr 2026 13:06:39 +0800 Subject: [PATCH 124/238] Add Razz Games - provably fair Solana gaming MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd65f65f..d1afb251 100644 --- a/README.md +++ b/README.md @@ -1303,6 +1303,7 @@ Integration with gaming related data, game engines, and services - [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. - [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-mcp](https://github.com/razz-games/razz-mcp) πŸ“‡ ☁️ - Play provably fair dice, flip, crash, plinko, limbo, mines, tower & HexWar with real SOL wagering from any AI agent. - [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - An MCP server for real-time Fantasy Premier League data and analysis tools. - [sonirico/mcp-stockfish](https://github.com/sonirico/mcp-stockfish) - 🏎️ 🏠 🍎 πŸͺŸ 🐧️ MCP server connecting AI systems to Stockfish chess engine. - [stefan-xyz/mcp-server-runescape](https://github.com/stefan-xyz/mcp-server-runescape) πŸ“‡ - An MCP server with tools for interacting with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices, player hiscores, and more. From 92632820294159dcea85e2563ff6f223ed50fe89 Mon Sep 17 00:00:00 2001 From: Sudhan30 Date: Thu, 2 Apr 2026 05:50:44 +0000 Subject: [PATCH 125/238] Add freshprobe MCP server to Monitoring section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd65f65f..8eefc619 100644 --- a/README.md +++ b/README.md @@ -1547,6 +1547,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [Higangssh/homebutler](https://github.com/Higangssh/homebutler) [![homebutler MCP server](https://glama.ai/mcp/servers/Higangssh/homebutler/badges/score.svg)](https://glama.ai/mcp/servers/Higangssh/homebutler) 🏎️ 🏠 - All-in-one homelab management MCP server. Monitor system resources, manage Docker containers, Wake-on-LAN, scan networks, check open ports, and run alerts β€” across multiple servers via SSH. Single 10MB binary, zero dependencies. - [gsmethells/preflight-mcp](https://github.com/gsmethells/preflight-mcp) [![gsmethells/preflight-mcp MCP server](https://glama.ai/mcp/servers/gsmethells/preflight-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gsmethells/preflight-mcp) 🐍 ☁️ - TrustPilot for APIs β€” independent reliability ratings for APIs and MCP servers, powered by synthetic probes and crowdsourced agent telemetry. - [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) 🏎️ 🏠 - A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.(support CPU、Memory、Disk、Network、Host、ProcessοΌ‰ +- [Sudhan30/freshprobe](https://github.com/Sudhan30/freshprobe) 🏎️ ☁️ 🏠 - Data freshness verification for AI agents. Probes endpoints for HTTP cache staleness, latency percentiles, content fingerprinting, TLS health, DNS timing, and redirect chains. Returns deterministic FRESH/STALE/UNKNOWN verdicts with NIST AI RMF mapping. CLI + MCP server + HTTP API with Prometheus metrics and YAML policy engine. - [shibley/apistatuscheck-mcp-server](https://github.com/shibley/apistatuscheck-mcp-server) [![apistatuscheck-mcp-server MCP server](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server) πŸ“‡ ☁️ - Check real-time operational status of 114+ cloud services and APIs (AWS, GitHub, Stripe, OpenAI, Vercel, etc.) directly from AI assistants. Published on npm. - [speedofme-dev/speedofme-mcp](https://www.npmjs.com/package/@speedofme/mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Official SpeedOf.Me server for accurate internet speed tests via 129 global Fastly edge servers with analytics dashboard and local history - [TANTIOPE/datadog-mcp-server](https://github.com/TANTIOPE/datadog-mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - MCP server providing comprehensive Datadog observability access for AI assistants. Features grep-like log search, APM trace filtering with duration/status/error queries, smart sampling modes for token efficiency, and cross-correlation between logs, traces, and metrics. From 0df9a6e036d489017f2138ae270cd33d0f48ac53 Mon Sep 17 00:00:00 2001 From: Sudhan30 Date: Thu, 2 Apr 2026 05:59:48 +0000 Subject: [PATCH 126/238] Add Glama score badge for freshprobe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eefc619..3b4bac65 100644 --- a/README.md +++ b/README.md @@ -1547,7 +1547,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [Higangssh/homebutler](https://github.com/Higangssh/homebutler) [![homebutler MCP server](https://glama.ai/mcp/servers/Higangssh/homebutler/badges/score.svg)](https://glama.ai/mcp/servers/Higangssh/homebutler) 🏎️ 🏠 - All-in-one homelab management MCP server. Monitor system resources, manage Docker containers, Wake-on-LAN, scan networks, check open ports, and run alerts β€” across multiple servers via SSH. Single 10MB binary, zero dependencies. - [gsmethells/preflight-mcp](https://github.com/gsmethells/preflight-mcp) [![gsmethells/preflight-mcp MCP server](https://glama.ai/mcp/servers/gsmethells/preflight-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gsmethells/preflight-mcp) 🐍 ☁️ - TrustPilot for APIs β€” independent reliability ratings for APIs and MCP servers, powered by synthetic probes and crowdsourced agent telemetry. - [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) 🏎️ 🏠 - A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.(support CPU、Memory、Disk、Network、Host、ProcessοΌ‰ -- [Sudhan30/freshprobe](https://github.com/Sudhan30/freshprobe) 🏎️ ☁️ 🏠 - Data freshness verification for AI agents. Probes endpoints for HTTP cache staleness, latency percentiles, content fingerprinting, TLS health, DNS timing, and redirect chains. Returns deterministic FRESH/STALE/UNKNOWN verdicts with NIST AI RMF mapping. CLI + MCP server + HTTP API with Prometheus metrics and YAML policy engine. +- [Sudhan30/freshprobe](https://github.com/Sudhan30/freshprobe) [![Sudhan30/freshprobe MCP server](https://glama.ai/mcp/servers/Sudhan30/freshprobe/badges/score.svg)](https://glama.ai/mcp/servers/Sudhan30/freshprobe) 🏎️ ☁️ 🏠 - Data freshness verification for AI agents. Probes endpoints for HTTP cache staleness, latency percentiles, content fingerprinting, TLS health, DNS timing, and redirect chains. Returns deterministic FRESH/STALE/UNKNOWN verdicts with NIST AI RMF mapping. CLI + MCP server + HTTP API with Prometheus metrics and YAML policy engine. - [shibley/apistatuscheck-mcp-server](https://github.com/shibley/apistatuscheck-mcp-server) [![apistatuscheck-mcp-server MCP server](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server) πŸ“‡ ☁️ - Check real-time operational status of 114+ cloud services and APIs (AWS, GitHub, Stripe, OpenAI, Vercel, etc.) directly from AI assistants. Published on npm. - [speedofme-dev/speedofme-mcp](https://www.npmjs.com/package/@speedofme/mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Official SpeedOf.Me server for accurate internet speed tests via 129 global Fastly edge servers with analytics dashboard and local history - [TANTIOPE/datadog-mcp-server](https://github.com/TANTIOPE/datadog-mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - MCP server providing comprehensive Datadog observability access for AI assistants. Features grep-like log search, APM trace filtering with duration/status/error queries, smart sampling modes for token efficiency, and cross-correlation between logs, traces, and metrics. From 408c15d61cdbaeffa2d3753f32b1058416a59e1d Mon Sep 17 00:00:00 2001 From: Luka Stanisljevic Date: Thu, 2 Apr 2026 08:03:17 +0200 Subject: [PATCH 127/238] fix: add Glama score badge and remove unqualified claims 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 b280c7f3..a61cabad 100644 --- a/README.md +++ b/README.md @@ -990,7 +990,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [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. - [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) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Decision intelligence MCP server with 19 algorithms (bandits, Monte Carlo simulation, constraint optimization, forecasting, anomaly detection, risk analysis, graph algorithms), 12 MCP tools, sub-25ms response time. Install via `npx -y @oraclaw/mcp-server`. +- [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`. - [phisanti/MCPR](https://github.com/phisanti/MCPR) 🏠 🍎 πŸͺŸ 🐧 - Model Context Protocol for R: enables AI agents to participate in interactive live R sessions. - [phuongrealmax/code-guardian](https://github.com/phuongrealmax/code-guardian) πŸ“‡ 🏠 - AI-powered code refactor engine with 80+ MCP tools for code analysis, hotspot detection, complexity metrics, persistent memory, and automated refactoring plans. - [pramod/kaggle](https://github.com/KrishnaPramodParupudi/kaggle-mcp-server) 🐍 - This Kaggle MCP Server makes Kaggle more accessible by letting you browse competitions, leaderboards, models, datasets, and kernels directly within MCP, streamlining discovery for data scientists and developers. From 5d7c263fa7b81bb7ba56ffeee74f05170051ee83 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:05:27 -0600 Subject: [PATCH 128/238] Update check-glama.yml --- .github/workflows/check-glama.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-glama.yml b/.github/workflows/check-glama.yml index 9d5e9223..c1b07e8f 100644 --- a/.github/workflows/check-glama.yml +++ b/.github/workflows/check-glama.yml @@ -244,7 +244,7 @@ jobs: Please complete the following steps: - 1. **Ensure your server is listed on Glama.** If it isn't already, submit it at https://glama.ai/mcp/servers and verify that it passes all checks (including a successfully built Docker image and a release). + 1. **Ensure your server is listed on Glama.** If it isn't already, submit it at https://glama.ai/mcp/servers and verify that it passes all checks (note: you must add Dockerfile directly to Glama. For checks to pass, we only need the server to start and respond to introspection requests). 2. **Update your PR** by adding a Glama score badge after the server description, using this format: From 1725895e91831f6a9ae78847cc57563d6861c490 Mon Sep 17 00:00:00 2001 From: ShipItAndPray Date: Thu, 2 Apr 2026 01:25:43 -0500 Subject: [PATCH 129/238] Add mcp-compress to Data Science Tools First compression MCP server. 7 tools, auto-algorithm selection, 60x on docs. Zero deps, MIT licensed. Glama verified. 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 4abb7660..e5734763 100644 --- a/README.md +++ b/README.md @@ -995,6 +995,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [phuongrealmax/code-guardian](https://github.com/phuongrealmax/code-guardian) πŸ“‡ 🏠 - AI-powered code refactor engine with 80+ MCP tools for code analysis, hotspot detection, complexity metrics, persistent memory, and automated refactoring plans. - [pramod/kaggle](https://github.com/KrishnaPramodParupudi/kaggle-mcp-server) 🐍 - This Kaggle MCP Server makes Kaggle more accessible by letting you browse competitions, leaderboards, models, datasets, and kernels directly within MCP, streamlining discovery for data scientists and developers. - [reading-plus-ai/mcp-server-data-exploration](https://github.com/reading-plus-ai/mcp-server-data-exploration) 🐍 ☁️ - Enables autonomous data exploration on .csv-based datasets, providing intelligent insights with minimal effort. +- [ShipItAndPray/mcp-compress](https://github.com/ShipItAndPray/mcp-compress) [![ShipItAndPray/mcp-compress MCP server](https://glama.ai/mcp/servers/ShipItAndPray/mcp-compress/badges/score.svg)](https://glama.ai/mcp/servers/ShipItAndPray/mcp-compress) πŸ“‡ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Data compression MCP server. 7 tools for gzip, brotli, deflate, and TurboQuant quantization. Auto-selects best algorithm. 60x compression on docs. Zero dependencies. - [98lukehall/renoun-mcp](https://github.com/98lukehall/renoun-mcp) [![renoun-mcp MCP server](https://glama.ai/mcp/servers/@98lukehall/renoun-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@98lukehall/renoun-mcp) 🐍 ☁️ - Structural observability for AI conversations. Detects loops, stuck states, breakthroughs, and convergence across 17 channels without analyzing content. - [subelsky/bundler_mcp](https://github.com/subelsky/bundler_mcp) πŸ’Ž 🏠 - Enables agents to query local information about dependencies in a Ruby project's `Gemfile`. - [zcaceres/markdownify-mcp](https://github.com/zcaceres/markdownify-mcp) πŸ“‡ 🏠 - An MCP server to convert almost any file or web content into Markdown From bee055779311049889e2436de8b7423eaae4e74d Mon Sep 17 00:00:00 2001 From: ShipItAndPray Date: Thu, 2 Apr 2026 01:26:44 -0500 Subject: [PATCH 130/238] Add mcp-market-data to Finance & Fintech Live crypto market data MCP server. 8 tools for real-time prices, OHLCV, order books. Zero API keys, zero deps, MIT licensed. Glama AAA. 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 4abb7660..05d0ee16 100644 --- a/README.md +++ b/README.md @@ -1250,6 +1250,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [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. - [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. - [SidneyBissoli/bcb-br-mcp](https://github.com/SidneyBissoli/bcb-br-mcp) [![bcb-br-mcp MCP server](https://glama.ai/mcp/servers/SidneyBissoli/bcb-br-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SidneyBissoli/bcb-br-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Brazilian Central Bank (BCB) economic data β€” 18,000+ time series including Selic, IPCA, exchange rates, GDP, and 150+ curated indicators via the SGS/BCB public API. - [softvoyagers/fakturka-api](https://github.com/softvoyagers/fakturka-api) πŸ“‡ ☁️ - Free Polish VAT invoice generator API (Faktura VAT) with PDF output and preview. No API key required. From 1b2296ed29e3b0a669235ce814ddc1c0363583e0 Mon Sep 17 00:00:00 2001 From: ShipItAndPray Date: Thu, 2 Apr 2026 01:27:36 -0500 Subject: [PATCH 131/238] Add mcp-memory to Knowledge & Memory Smart memory MCP server with exponential decay. Memories strengthen on access, fade when unused. Solves unbounded context growth. 7 tools, SQLite, zero deps, MIT licensed. 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 4abb7660..bb1ac890 100644 --- a/README.md +++ b/README.md @@ -1422,6 +1422,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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+. - [shinpr/mcp-local-rag](https://github.com/shinpr/mcp-local-rag) πŸ“‡ 🏠 - Privacy-first document search server running entirely locally. Supports semantic search over PDFs, DOCX, TXT, and Markdown files with LanceDB vector storage and local embeddings - no API keys or cloud services required. +- [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. - [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. From f675077760c4a560d44b85e39da12f5c8329b683 Mon Sep 17 00:00:00 2001 From: ShipItAndPray Date: Thu, 2 Apr 2026 01:28:41 -0500 Subject: [PATCH 132/238] Add mcp-turboquant to Data Science Tools LLM quantization MCP server. GGUF/GPTQ/AWQ via tool call. Recommend settings, evaluate quality, push to HF Hub. MIT licensed, Glama verified. 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 4abb7660..846a4c12 100644 --- a/README.md +++ b/README.md @@ -995,6 +995,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [phuongrealmax/code-guardian](https://github.com/phuongrealmax/code-guardian) πŸ“‡ 🏠 - AI-powered code refactor engine with 80+ MCP tools for code analysis, hotspot detection, complexity metrics, persistent memory, and automated refactoring plans. - [pramod/kaggle](https://github.com/KrishnaPramodParupudi/kaggle-mcp-server) 🐍 - This Kaggle MCP Server makes Kaggle more accessible by letting you browse competitions, leaderboards, models, datasets, and kernels directly within MCP, streamlining discovery for data scientists and developers. - [reading-plus-ai/mcp-server-data-exploration](https://github.com/reading-plus-ai/mcp-server-data-exploration) 🐍 ☁️ - Enables autonomous data exploration on .csv-based datasets, providing intelligent insights with minimal effort. +- [ShipItAndPray/mcp-turboquant](https://github.com/ShipItAndPray/mcp-turboquant) [![ShipItAndPray/mcp-turboquant MCP server](https://glama.ai/mcp/servers/ShipItAndPray/mcp-turboquant/badges/score.svg)](https://glama.ai/mcp/servers/ShipItAndPray/mcp-turboquant) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - LLM quantization via tool call. Convert models to GGUF, GPTQ, and AWQ formats. Recommend optimal quant settings, evaluate quality, and push to Hugging Face Hub. - [98lukehall/renoun-mcp](https://github.com/98lukehall/renoun-mcp) [![renoun-mcp MCP server](https://glama.ai/mcp/servers/@98lukehall/renoun-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@98lukehall/renoun-mcp) 🐍 ☁️ - Structural observability for AI conversations. Detects loops, stuck states, breakthroughs, and convergence across 17 channels without analyzing content. - [subelsky/bundler_mcp](https://github.com/subelsky/bundler_mcp) πŸ’Ž 🏠 - Enables agents to query local information about dependencies in a Ruby project's `Gemfile`. - [zcaceres/markdownify-mcp](https://github.com/zcaceres/markdownify-mcp) πŸ“‡ 🏠 - An MCP server to convert almost any file or web content into Markdown From cfe88d7c5c5614d15899b55d492d42172355a557 Mon Sep 17 00:00:00 2001 From: elmoaid-lgtm Date: Thu, 2 Apr 2026 02:43:58 -0400 Subject: [PATCH 133/238] Add TempoGraph - code graph context engine with 24 MCP tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4abb7660..d323c9ce 100644 --- a/README.md +++ b/README.md @@ -706,6 +706,7 @@ Tools and integrations that enhance the development workflow and environment man - [wooxogh/adr-mcp-setup](https://github.com/wooxogh/adr-mcp-setup) [![wooxogh/adr-mcp-setup MCP server](https://glama.ai/mcp/servers/wooxogh/adr-mcp-setup/badges/score.svg)](https://glama.ai/mcp/servers/wooxogh/adr-mcp-setup) πŸ“‡ 🏠 - Automatically generates Architecture Decision Records (ADRs) from Claude Code conversations using Claude Opus. Features AI quality review, duplicate detection, dependency graph, and stale ADR alerts. - [agent-hanju/char-index-mcp](https://github.com/agent-hanju/char-index-mcp) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Precise character-level string indexing for LLMs. Provides tools for finding, extracting, and manipulating text by exact character position to solve position-based operations. - [CSCSoftware/AiDex](https://github.com/CSCSoftware/AiDex) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Persistent code index MCP server using Tree-sitter for fast, precise code search. Replaces grep with ~50 token responses instead of 2000+. Supports 11 languages including C#, TypeScript, Python, Rust, and Go. +- [Elmoaid/TempoGraph](https://github.com/Elmoaid/TempoGraph) [![TempoGraph MCP server](https://glama.ai/mcp/servers/Elmoaid/TempoGraph/badges/score.svg)](https://glama.ai/mcp/servers/Elmoaid/TempoGraph) 🐍 🏠 🍎 πŸͺŸ 🐧 - Code graph context engine with 24 MCP tools for structural code intelligence. Tree-sitter parsing for 170+ languages, dependency graphs, blast radius, hotspots, dead code, and adaptive context injection. Benchmarked +27% F1 on change-localization. - [akramIOT/MCP_AI_SOC_Sher](https://github.com/akramIOT/MCP_AI_SOC_Sher) 🐍 ☁️ πŸ“‡ - MCP Server to do dynamic AI SOC Security Threat analysis for a Text2SQL AI Agent. - [aktsmm/skill-ninja-mcp-server](https://github.com/aktsmm/skill-ninja-mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Agent Skill Ninja for MCP: Search, install, and manage AI agent skills (SKILL.md files) from GitHub repositories. Features workspace analysis for personalized recommendations and supports 140+ pre-indexed skills. - [alimo7amed93/webhook-tester-mcp](https://github.com/alimo7amed93/webhook-tester-mcp) 🐍 ☁️ – A FastMCP-based server for interacting with webhook-test.com. Enables users to create, retrieve, and delete webhooks locally using Claude. From 66491a4cb71116fcbb8449f40c414f6f9278e5a3 Mon Sep 17 00:00:00 2001 From: twtrubiks Date: Thu, 2 Apr 2026 16:19:22 +0800 Subject: [PATCH 134/238] Add odoo19-mcp-server to Workplace & Productivity --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4abb7660..e2db8315 100644 --- a/README.md +++ b/README.md @@ -1978,6 +1978,7 @@ Interact with Git repositories and version control platforms. Enables repository - [teamwork/mcp](https://github.com/teamwork/mcp) πŸŽ–οΈ 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - Project and resource management platform that keeps your client projects on track, makes managing resources a breeze, and keeps your profits on point. - [timergy-app/timergy](https://github.com/timergy-app/timergy) [![timergy-app/timergy MCP server](https://glama.ai/mcp/servers/timergy-app/timergy/badges/score.svg)](https://glama.ai/mcp/servers/timergy-app/timergy) πŸ“‡ ☁️ - Create scheduling polls (like Doodle/When2Meet) from AI agents. No auth required. Tools: `create_poll`, `get_poll`, `vote_on_poll`, `get_results`, `finalize_poll`. - [tubasasakunn/context-apps-mcp](https://github.com/tubasasakunn/context-apps-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI-powered productivity suite connecting Todo, Idea, Journal, and Timer apps with Claude via Model Context Protocol. +- [twtrubiks/odoo19-mcp-server](https://github.com/twtrubiks/odoo19-mcp-server) [![twtrubiks/odoo19-mcp-server MCP server](https://glama.ai/mcp/servers/twtrubiks/odoo19-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/twtrubiks/odoo19-mcp-server) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP Server for Odoo 19 ERP using JSON-RPC API, built with FastMCP. Supports CRUD operations, model inspection, and user/company context with readonly mode and delete confirmation safety. - [universalamateur/reclaim-mcp-server](https://github.com/universalamateur/reclaim-mcp-server) 🐍 ☁️ - Reclaim.ai calendar integration with 40 tools for tasks, habits, focus time, scheduling links, and productivity analytics. - [UnMarkdown/mcp-server](https://github.com/UnMarkdown/mcp-server) [![mcp-server MCP server](https://glama.ai/mcp/servers/@UnMarkdown/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@UnMarkdown/mcp-server) πŸ“‡ ☁️ - The document publishing layer for AI tools. Convert markdown to formatted documents for Google Docs, Word, Slack, OneNote, Email, and Plain Text with 62 templates. - [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. From d483fcc9a62fd6419531406996524700ce44704a Mon Sep 17 00:00:00 2001 From: petterlindstrom79 Date: Thu, 2 Apr 2026 15:01:07 +0200 Subject: [PATCH 135/238] fix: use permitted emojis, update capability count to 270+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f90441c..716253d8 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Servers for accessing many apps and tools through a single MCP server. - [profullstack/mcp-server](https://github.com/profullstack/mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data, social media posting, security scanning, and more developer utilities. - [rupinder2/mcp-orchestrator](https://github.com/rupinder2/mcp-orchestrator) 🐍 🏠 🍎 πŸͺ© 🐧 - Central hub that aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading. - [sitbon/magg](https://github.com/sitbon/magg) 🍎 πŸͺŸ 🐧 ☁️ 🏠 🐍 - Magg: A meta-MCP server that acts as a universal hub, allowing LLMs to autonomously discover, install, and orchestrate multiple MCP servers - essentially giving AI assistants the power to extend their own capabilities on-demand. -- [strale-io/strale](https://github.com/strale-io/strale) [![strale-io/strale MCP server](https://glama.ai/mcp/servers/strale-io/strale/badge)](https://glama.ai/mcp/servers/strale-io/strale) 🏠 ☁️ πŸ“‡ πŸ” - Trust and quality infrastructure for AI agents. 250+ quality-scored capabilities for company data, compliance checks, financial validation, web extraction, and more. Every capability has a transparent SQS quality score. `npx strale-mcp. +- [strale-io/strale](https://github.com/strale-io/strale) [![strale-io/strale MCP server](https://glama.ai/mcp/servers/strale-io/strale/badge)](https://glama.ai/mcp/servers/strale-io/strale) ☁️ πŸ“‡ - Trust and quality infrastructure for AI agents. 270+ quality-scored capabilities for company data, compliance checks, financial validation, web extraction, and more. Every capability has a transparent SQS quality score. `npx strale-mcp` - [sonnyflylock/voxie-ai-directory-mcp](https://github.com/sonnyflylock/voxie-ai-directory-mcp) πŸ“‡ ☁️ - AI Phone Number Directory providing access to AI services via webchat. Query Voxie AI personas and third-party services like ChatGPT, with instant webchat URLs for free interactions. - [SureScaleAI/openai-gpt-image-mcp](https://github.com/SureScaleAI/openai-gpt-image-mcp) πŸ“‡ ☁️ - OpenAI GPT image generation/editing MCP server. - [sxhxliang/mcp-access-point](https://github.com/sxhxliang/mcp-access-point) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Turn a web service into an MCP server in one click without making any code changes. From 4a7579487d8b78692224d724832851cc45c3f10d Mon Sep 17 00:00:00 2001 From: Seinarukiro Date: Thu, 2 Apr 2026 17:03:40 +0400 Subject: [PATCH 136/238] Add pipepie MCP server to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4abb7660..b3503105 100644 --- a/README.md +++ b/README.md @@ -865,6 +865,7 @@ Tools and integrations that enhance the development workflow and environment man - [mcpware/pagecast](https://github.com/mcpware/pagecast) [![mcpware/pagecast MCP server](https://glama.ai/mcp/servers/mcpware/pagecast/badges/score.svg)](https://glama.ai/mcp/servers/mcpware/pagecast) πŸ“‡ 🏠 - Record any browser page as GIF or video. AI-driven demo recording with scroll/click/hover interactions via Playwright + ffmpeg. `npx @mcpware/pagecast` - [Pharaoh-so/pharaoh](https://github.com/0xUXDesign/pharaoh-mcp) [![pharaoh MCP server](https://glama.ai/mcp/servers/@Pharaoh-so/pharaoh/badges/score.svg)](https://glama.ai/mcp/servers/@Pharaoh-so/pharaoh) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Hosted MCP server that parses TypeScript and Python codebases into Neo4j knowledge graphs for blast radius analysis, dead code detection, dependency tracing, and architectural context. - [picahq/mcp](https://github.com/picahq/mcp) πŸŽ–οΈ πŸ¦€ πŸ“‡ ☁️ - One MCP for all your integrations β€” powered by [Pica](https://www.picaos.com), the infrastructure for intelligent, collaborative agents. +- [pipepie/pipepie](https://github.com/pipepie/pipepie) 🏎️ 🏠 - Self-hosted webhook relay and tunnel with Noise NK encryption. 13 MCP tools to inspect requests, replay webhooks, trace AI pipelines, connect/disconnect tunnels, and manage subdomains. No tokens or passwords β€” the cryptographic handshake is the auth. - [pmptwiki/pmpt-cli](https://github.com/pmptwiki/pmpt-cli) [![pmpt-mcp MCP server](https://glama.ai/mcp/servers/@pmptwiki/pmpt-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@pmptwiki/pmpt-mcp) πŸ“‡ 🏠 - Record and share your AI-driven development journey. Auto-saves project milestones with summaries, generates structured AI prompts via 5-question planning, and publishes to [pmptwiki.com](https://pmptwiki.com) community platform. - [posthog/mcp](https://github.com/posthog/mcp) πŸŽ–οΈ πŸ“‡ ☁️ - An MCP server for interacting with PostHog analytics, feature flags, error tracking and more. - [pylonapi/pylon-mcp](https://github.com/pylonapi/pylon-mcp) πŸ“‡ ☁️ - x402-native API gateway with 20+ capabilities (web-extract, web-search, translate, image-generate, screenshot, PDF, OCR, and more) payable with USDC on Base. No API keys β€” agents pay per call via HTTP 402. From 1bcc0cf4da5871799f12d1fb206da03a6be720ea Mon Sep 17 00:00:00 2001 From: Seinarukiro Date: Thu, 2 Apr 2026 17:06:40 +0400 Subject: [PATCH 137/238] Add Glama score badge for pipepie --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3503105..4800d7d5 100644 --- a/README.md +++ b/README.md @@ -865,7 +865,7 @@ Tools and integrations that enhance the development workflow and environment man - [mcpware/pagecast](https://github.com/mcpware/pagecast) [![mcpware/pagecast MCP server](https://glama.ai/mcp/servers/mcpware/pagecast/badges/score.svg)](https://glama.ai/mcp/servers/mcpware/pagecast) πŸ“‡ 🏠 - Record any browser page as GIF or video. AI-driven demo recording with scroll/click/hover interactions via Playwright + ffmpeg. `npx @mcpware/pagecast` - [Pharaoh-so/pharaoh](https://github.com/0xUXDesign/pharaoh-mcp) [![pharaoh MCP server](https://glama.ai/mcp/servers/@Pharaoh-so/pharaoh/badges/score.svg)](https://glama.ai/mcp/servers/@Pharaoh-so/pharaoh) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Hosted MCP server that parses TypeScript and Python codebases into Neo4j knowledge graphs for blast radius analysis, dead code detection, dependency tracing, and architectural context. - [picahq/mcp](https://github.com/picahq/mcp) πŸŽ–οΈ πŸ¦€ πŸ“‡ ☁️ - One MCP for all your integrations β€” powered by [Pica](https://www.picaos.com), the infrastructure for intelligent, collaborative agents. -- [pipepie/pipepie](https://github.com/pipepie/pipepie) 🏎️ 🏠 - Self-hosted webhook relay and tunnel with Noise NK encryption. 13 MCP tools to inspect requests, replay webhooks, trace AI pipelines, connect/disconnect tunnels, and manage subdomains. No tokens or passwords β€” the cryptographic handshake is the auth. +- [pipepie/pipepie](https://github.com/pipepie/pipepie) [![pipepie/pipepie MCP server](https://glama.ai/mcp/servers/pipepie/pipepie/badges/score.svg)](https://glama.ai/mcp/servers/pipepie/pipepie) 🏎️ 🏠 - Self-hosted webhook relay and tunnel with Noise NK encryption. 13 MCP tools to inspect requests, replay webhooks, trace AI pipelines, connect/disconnect tunnels, and manage subdomains. No tokens or passwords β€” the cryptographic handshake is the auth. - [pmptwiki/pmpt-cli](https://github.com/pmptwiki/pmpt-cli) [![pmpt-mcp MCP server](https://glama.ai/mcp/servers/@pmptwiki/pmpt-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@pmptwiki/pmpt-mcp) πŸ“‡ 🏠 - Record and share your AI-driven development journey. Auto-saves project milestones with summaries, generates structured AI prompts via 5-question planning, and publishes to [pmptwiki.com](https://pmptwiki.com) community platform. - [posthog/mcp](https://github.com/posthog/mcp) πŸŽ–οΈ πŸ“‡ ☁️ - An MCP server for interacting with PostHog analytics, feature flags, error tracking and more. - [pylonapi/pylon-mcp](https://github.com/pylonapi/pylon-mcp) πŸ“‡ ☁️ - x402-native API gateway with 20+ capabilities (web-extract, web-search, translate, image-generate, screenshot, PDF, OCR, and more) payable with USDC on Base. No API keys β€” agents pay per call via HTTP 402. From ab89c13b2fe276f13c879c16f46127b49688b248 Mon Sep 17 00:00:00 2001 From: Nick Bester Date: Thu, 2 Apr 2026 18:01:31 +0200 Subject: [PATCH 138/238] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a51a6d7a..fd713cc6 100644 --- a/README.md +++ b/README.md @@ -1220,7 +1220,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [muvon/mcp-binance-futures](https://github.com/muvon/mcp-binance-futures) [![binance](https://glama.ai/mcp/servers/Muvon/mcp-binance-futures/badges/score.svg)](https://glama.ai/mcp/servers/Muvon/mcp-binance-futures) 🐍 ☁️ - MCP server for Binance USDT-M Futures trading β€” exposes tools for market data, account state, order management, and position/margin control. - [narumiruna/yfinance-mcp](https://github.com/narumiruna/yfinance-mcp) 🐍 ☁️ - An MCP server that uses yfinance to obtain information from Yahoo Finance. - [nckhemanth0/subscription-tracker-mcp](https://github.com/nckhemanth0/subscription-tracker-mcp) 🐍 ☁️ 🏠 - MCP server for intelligent subscription management with Gmail + MySQL integration. -- [nicholasbester/clickup-cli](https://github.com/nicholasbester/clickup-cli) πŸ¦€ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - ClickUp API integration with 143 MCP tools covering all ~130 endpoints. Token-efficient compact responses (~98% smaller than raw JSON), flattening nested objects for minimal context usage. Also works as a standalone CLI. +- [nicholasbester/clickup-cli](https://github.com/nicholasbester/clickup-cli) [![clickup-cli MCP server](https://glama.ai/mcp/servers/nicholasbester/clickup-cli/badges/score.svg)](https://glama.ai/mcp/servers/nicholasbester/clickup-cli) πŸ¦€ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - ClickUp API integration with 143 MCP tools covering all ~130 endpoints. Token-efficient compact responses (~98% smaller than raw JSON), flattening nested objects for minimal context usage. Also works as a standalone CLI. - [nikicat/mcp-wallet-signer](https://github.com/nikicat/mcp-wallet-signer) πŸ“‡ 🏠 - Non-custodial EVM wallet MCP β€” routes transactions to browser wallets (MetaMask, etc.) for signing. Private keys never leave the browser; every action requires explicit user approval via EIP-6963. - [nullpath-labs/mcp-client](https://github.com/nullpath-labs/mcp-client) [![mcp-client MCP server](https://glama.ai/mcp/servers/@nullpath-labs/mcp-client/badges/score.svg)](https://glama.ai/mcp/servers/@nullpath-labs/mcp-client) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI agent marketplace with x402 micropayments. Discover, execute, and pay agents per-request via MCP with USDC on Base. - [OctagonAI/octagon-mcp-server](https://github.com/OctagonAI/octagon-mcp-server) 🐍 ☁️ - Octagon AI Agents to integrate private and public market data From 472a1d6e458981c9ca2fd3ed1166aadac20ba869 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:12:13 -0600 Subject: [PATCH 139/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f4c3f97..9eb764c0 100644 --- a/README.md +++ b/README.md @@ -1087,7 +1087,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [anjor/coinmarket-mcp-server](https://github.com/anjor/coinmarket-mcp-server) 🐍 ☁️ - Coinmarket API integration to fetch cryptocurrency listings and quotes - [araa47/jupiter-mcp](https://github.com/araa47/jupiter-mcp) 🐍 ☁️ - Jupiter API Access (allow AI to Trade Tokens on Solana + Access Balances + Search Tokens + Create Limit Orders ) - [ariadng/metatrader-mcp-server](https://github.com/ariadng/metatrader-mcp-server) 🐍 🏠 πŸͺŸ - Enable AI LLMs to execute trades using MetaTrader 5 platform -- [aranjan/kite-mcp](https://github.com/aranjan/kite-mcp) 🐍 🏠 - Trade Indian stocks on Zerodha Kite via natural conversation. 14 tools for holdings, orders, quotes, GTT triggers, and more with automated TOTP login. +- [aranjan/kite-mcp](https://github.com/aranjan/kite-mcp) [![aranjan/kite-mcp MCP server](https://glama.ai/mcp/servers/aranjan/kite-mcp/badges/score.svg)](https://glama.ai/mcp/servers/aranjan/kite-mcp) 🐍 🏠 - Trade Indian stocks on Zerodha Kite via natural conversation. 14 tools for holdings, orders, quotes, GTT triggers, and more with automated TOTP login. - [armorwallet/armor-crypto-mcp](https://github.com/armorwallet/armor-crypto-mcp) 🐍 ☁️ - MCP to interface with multiple blockchains, staking, DeFi, swap, bridging, wallet management, DCA, Limit Orders, Coin Lookup, Tracking and more. - [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). - [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. From 9151afa0c245425feaa2f166cc4aa6f1d0cc1255 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:12:27 -0600 Subject: [PATCH 140/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 048afba0..17143a68 100644 --- a/README.md +++ b/README.md @@ -923,7 +923,7 @@ Tools and integrations that enhance the development workflow and environment man - [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. - [testdino-hq/testdino-mcp](https://github.com/testdino-hq/testdino-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Connects your TestDino testrun/testcase data to AI agents so you can review runs, debug failures, and manage manual test cases using natural language. - [tgeselle/bugsnag-mcp](https://github.com/tgeselle/bugsnag-mcp) πŸ“‡ ☁️ - An MCP server for interacting with [Bugsnag](https://www.bugsnag.com/) -- [thecombatwombat/replicant-mcp](https://github.com/thecombatwombat/replicant-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Android MCP server for AI-assisted Android development. Build APKs, launch emulators, manage devices, automate UI, and analyze logs through natural conversation. +- [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. - [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! From 4147a8f360aa04648a45b3b75ca3c4008b8a1898 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:21:51 -0600 Subject: [PATCH 141/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c939e91d..42629d93 100644 --- a/README.md +++ b/README.md @@ -1027,7 +1027,7 @@ Provides access to documentation and shortcuts for working on embedded devices. - [octoco-ltd/sheetsdata-mcp](https://github.com/octoco-ltd/sheetsdata-mcp) [![octoco-ltd/sheetsdata-mcp MCP server](https://glama.ai/mcp/servers/octoco-ltd/sheetsdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/octoco-ltd/sheetsdata-mcp) 🐍 ☁️ πŸ“Ÿ - Instant access to electronic component datasheets for AI agents β€” specs, pinouts, package info, absolute max ratings extracted from manufacturer PDFs on demand. - [stack-chan/stack-chan](https://github.com/stack-chan/stack-chan) πŸ“‡ πŸ“Ÿ - A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions. - [yoelbassin/gnuradioMCP](https://github.com/yoelbassin/gnuradioMCP) 🐍 πŸ“Ÿ 🏠 - An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts. -- [catallo/misterclaw](https://github.com/catallo/misterclaw) 🏎️ πŸ“Ÿ 🏠 🐧 🍎 - MiSTerClaw β€” MCP remote control for MiSTer-FPGA. Launch games, search ROMs, take screenshots, manage systems, and set up Tailscale VPN. Auto-discovers 70+ systems with dynamic core/ROM scanning. [![catallo/misterclaw MCP server](https://glama.ai/mcp/servers/catallo/misterclaw/badges/score.svg)](https://glama.ai/mcp/servers/catallo/misterclaw) +- [catallo/misterclaw](https://github.com/catallo/misterclaw) [![catallo/misterclaw MCP server](https://glama.ai/mcp/servers/catallo/misterclaw/badges/score.svg)](https://glama.ai/mcp/servers/catallo/misterclaw) 🏎️ πŸ“Ÿ 🏠 🐧 🍎 - MiSTerClaw β€” MCP remote control for MiSTer-FPGA. Launch games, search ROMs, take screenshots, manage systems, and set up Tailscale VPN. Auto-discovers 70+ systems with dynamic core/ROM scanning. ### πŸŽ“ Education From 172b9a47fce1cd771c4ba3b39e8cea9e4e029af5 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:22:43 -0600 Subject: [PATCH 142/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3ec2ae2..09a28fed 100644 --- a/README.md +++ b/README.md @@ -692,7 +692,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. Tools and integrations that enhance the development workflow and environment management. -- [LWTlong/ai-dev-analytics](https://github.com/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. [![glama.ai](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics/badges/score.svg)](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics) +- [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. - [a-25/ios-mcp-code-quality-server](https://github.com/a-25/ios-mcp-code-quality-server) πŸ“‡ 🏠 🍎 - iOS code quality analysis and test automation server. Provides comprehensive Xcode test execution, SwiftLint integration, and detailed failure analysis. Operates in both CLI and MCP server modes for direct developer usage and AI assistant integration. From 2f08badefb3735f26d85f3dfc3d6f56e566d0d87 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:33:02 -0600 Subject: [PATCH 143/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af4a5f8d..5aaa86e6 100644 --- a/README.md +++ b/README.md @@ -1042,7 +1042,7 @@ MCP servers for learning management systems (LMS) and educational tools. MCP servers for e-commerce platforms and online store management. -- [laundromatic/shopgraph](https://github.com/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) +- [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. - [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`. From 87c6a7dd661626f363bbc7dd04f87cc6282664e5 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:41:59 -0600 Subject: [PATCH 144/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f67f74a3..51bd4665 100644 --- a/README.md +++ b/README.md @@ -1100,7 +1100,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [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. - [base/base-mcp](https://github.com/base/base-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Base Network integration for onchain tools, allowing interaction with Base Network and Coinbase API for wallet management, fund transfers, smart contracts, and DeFi operations -- [clicks-protocol/mcp-server](https://github.com/clicks-protocol/clicks-protocol/tree/main/mcp-server) πŸ“‡ ☁️ - Autonomous USDC yield for AI agents on Base. 9 tools: register agents, split payments 80/20 (liquid/yield), withdraw anytime, simulate splits, check APY, and track on-chain referrals. Non-custodial, no lockup, MIT licensed. `npx @clicks-protocol/mcp-server` [![clicks-protocol/clicks-protocol MCP server](https://glama.ai/mcp/servers/clicks-protocol/clicks-protocol/badges/score.svg)](https://glama.ai/mcp/servers/clicks-protocol/clicks-protocol) +- [clicks-protocol/mcp-server](https://github.com/clicks-protocol/clicks-protocol/tree/main/mcp-server) [![clicks-protocol/clicks-protocol MCP server](https://glama.ai/mcp/servers/clicks-protocol/clicks-protocol/badges/score.svg)](https://glama.ai/mcp/servers/clicks-protocol/clicks-protocol) πŸ“‡ ☁️ - Autonomous USDC yield for AI agents on Base. 9 tools: register agents, split payments 80/20 (liquid/yield), withdraw anytime, simulate splits, check APY, and track on-chain referrals. Non-custodial, no lockup, MIT licensed. `npx @clicks-protocol/mcp-server` - [up2itnow0822/clawpay-mcp](https://github.com/up2itnow0822/clawpay-mcp) [![clawpay-mcp MCP server](https://glama.ai/mcp/servers/@up2itnow0822/clawpay-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@up2itnow0822/clawpay-mcp) πŸ“‡ ☁️ - Non-custodial x402 payment layer for AI agents. Agents sign transactions from their own wallet with on-chain spend limits β€” no custodial infrastructure, no API keys. Built on Base. - [berlinbra/alpha-vantage-mcp](https://github.com/berlinbra/alpha-vantage-mcp) 🐍 ☁️ - Alpha Vantage API integration to fetch both stock and crypto information - [bitteprotocol/mcp](https://github.com/BitteProtocol/mcp) πŸ“‡ - Bitte Protocol integration to run AI Agents on several blockchains. From ce74f3cefd2ae5cc149c4daf38c0d9710662f694 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:59:38 -0600 Subject: [PATCH 145/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab66ccb3..d23d7c4c 100644 --- a/README.md +++ b/README.md @@ -1140,7 +1140,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [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 - [glaksmono/finbud-data-mcp](https://github.com/glaksmono/finbud-data-mcp/tree/main/packages/mcp-server) πŸ“‡ ☁️ 🏠 - Access comprehensive, real-time financial data (stocks, options, crypto, forex) via developer-friendly, AI-native APIs offering unbeatable value. -- [cryptobriefing/gloria-mcp](https://github.com/cryptobriefing/gloria-mcp) πŸŽ–οΈ 🐍 ☁️ - AI-curated crypto news intelligence for agents. Real-time headlines with sentiment analysis, AI-generated recaps, keyword search, and ticker summaries across 16 categories including Bitcoin, Ethereum, DeFi, and AI. +- [cryptobriefing/gloria-mcp](https://github.com/cryptobriefing/gloria-mcp) [![cryptobriefing/gloria-mcp MCP server](https://glama.ai/mcp/servers/cryptobriefing/gloria-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cryptobriefing/gloria-mcp) πŸŽ–οΈ 🐍 ☁️ - AI-curated crypto news intelligence for agents. Real-time headlines with sentiment analysis, AI-generated recaps, keyword search, and ticker summaries across 16 categories including Bitcoin, Ethereum, DeFi, and AI. - [gpartin/CryptoGuardClient](https://github.com/gpartin/CryptoGuardClient) [![CryptoGuardClient MCP server](https://glama.ai/mcp/servers/gpartin/CryptoGuardClient/badges/score.svg)](https://glama.ai/mcp/servers/gpartin/CryptoGuardClient) 🐍 ☁️ - Per-transaction deterministic crypto validator for AI trading agents. Validate trades (PROCEED/CAUTION/BLOCK), scan tokens, detect rug pulls β€” powered by WaveGuard physics engine. 5 free calls/day, x402 USDC payments. `pip install CryptoGuardClient` - [gosodax/builders-sodax-mcp-server](https://github.com/gosodax/builders-sodax-mcp-server) [![sodax-builders-mcp MCP server](https://glama.ai/mcp/servers/@gosodax/sodax-builders-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@gosodax/sodax-builders-mcp) πŸ“‡ ☁️ - SODAX MCP server: live cross-chain DeFi API data and auto-updating SDK docs for 17+ networks. Query swaps, lending, solver volume, and intent history from your AI coding assistant. - [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. From 4bdbc4c7185c79e866b08f94d169df575568528b Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:59:50 -0600 Subject: [PATCH 146/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0773dbe9..2c83550e 100644 --- a/README.md +++ b/README.md @@ -699,7 +699,7 @@ Tools and integrations that enhance the development workflow and environment man - [a-25/ios-mcp-code-quality-server](https://github.com/a-25/ios-mcp-code-quality-server) πŸ“‡ 🏠 🍎 - iOS code quality analysis and test automation server. Provides comprehensive Xcode test execution, SwiftLint integration, and detailed failure analysis. Operates in both CLI and MCP server modes for direct developer usage and AI assistant integration. - [raye-deng/open-code-review](https://github.com/raye-deng/open-code-review) [![Open Code Review MCP](https://glama.ai/mcp/servers/@raye-deng/open-code-review/badges/score.svg)](https://glama.ai/mcp/servers/raye-deng/open-code-review) 🏠 πŸ“‡ ☁️ - AI code quality gate detecting hallucinated packages, phantom dependencies, stale APIs, and AI-specific code defects. MCP Server + CLI + CI/CD integration. - [AaronVick/ECHO_RIFT_MCP](https://github.com/AaronVick/ECHO_RIFT_MCP) πŸ“‡ ☁️ - MCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter). Makes EchoRift's agent infrastructure callable as MCP tools so any MCP client can treat EchoRift like a native capability layer. -- [AgiMaulana/HuaweiAppGalleryMcp](https://github.com/AgiMaulana/HuaweiAppGalleryMcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Huawei AppGallery Connect publishing: upload APK/AAB, update metadata and localizations, submit for review, and manage phased rollouts. +- [AgiMaulana/HuaweiAppGalleryMcp](https://github.com/AgiMaulana/HuaweiAppGalleryMcp) [![AgiMaulana/HuaweiAppGalleryMcp MCP server](https://glama.ai/mcp/servers/AgiMaulana/HuaweiAppGalleryMcp/badges/score.svg)](https://glama.ai/mcp/servers/AgiMaulana/HuaweiAppGalleryMcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Huawei AppGallery Connect publishing: upload APK/AAB, update metadata and localizations, submit for review, and manage phased rollouts. - [aparajithn/agent-utils-mcp](https://github.com/aparajithn/agent-utils-mcp) [![agent-utils-mcp MCP server](https://glama.ai/mcp/servers/@aparajithn/agent-utils-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@aparajithn/agent-utils-mcp) 🐍 ☁️ - Swiss-army-knife utility server for AI agents. 18 tools including JSON validation, base64, hashing, UUID generation, regex testing, markdown conversion, datetime conversion, cron parsing, CSV/JSON conversion, JWT decoding, and more. Streamable HTTP MCP + REST API with x402 micropayments. - [aashari/mcp-server-atlassian-bitbucket](https://github.com/aashari/mcp-server-atlassian-bitbucket) πŸ“‡ ☁️ - Atlassian Bitbucket Cloud integration. Enables AI systems to interact with repositories, pull requests, workspaces, and code in real time. - [aashari/mcp-server-atlassian-confluence](https://github.com/aashari/mcp-server-atlassian-confluence) πŸ“‡ ☁️ - Atlassian Confluence Cloud integration. Enables AI systems to interact with Confluence spaces, pages, and content with automatic ADF to Markdown conversion. From 67b8f440c276d25f4cd22976a1976c8d46cba063 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:02:41 -0600 Subject: [PATCH 147/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c4ec4a3..2d7e90cf 100644 --- a/README.md +++ b/README.md @@ -747,7 +747,7 @@ Tools and integrations that enhance the development workflow and environment man - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. - [context-rot-detection](https://github.com/milos-product-maker/context-rot-detection) πŸ“‡ 🏠 - Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) β˜• - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' -- [rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5) [glama](https://glama.ai/mcp/servers/rafsilva85/credit-optimizer-v5) 🐍 🏠 - Save 30-75% on Manus AI credits through intelligent model routing, smart testing, and context hygiene. Audited across 53 scenarios with zero quality loss. +- [rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5) [![rafsilva85/credit-optimizer-v5 MCP server](https://glama.ai/mcp/servers/rafsilva85/credit-optimizer-v5/badges/score.svg)](https://glama.ai/mcp/servers/rafsilva85/credit-optimizer-v5) 🐍 🏠 - Save 30-75% on Manus AI credits through intelligent model routing, smart testing, and context hygiene. Audited across 53 scenarios with zero quality loss. - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) πŸŽ–οΈ πŸ“‡ ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [ofershap/cursor-usage](https://github.com/ofershap/cursor-usage) [![cursor-usage MCP server](https://glama.ai/mcp/servers/ofershap/cursor-usage/badges/score.svg)](https://glama.ai/mcp/servers/ofershap/cursor-usage) πŸ“‡ 🏠 - Enterprise AI coding usage analytics β€” track spend, model usage, and costs across Cursor/Claude Code sessions via MCP server - [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. From 489cc61f3799229553fb3819afb1b80e0bed147f Mon Sep 17 00:00:00 2001 From: Crabby McGrabby Date: Thu, 2 Apr 2026 10:14:57 -0700 Subject: [PATCH 148/238] Add Syndicate Links MCP server to E-Commerce section Affiliate commission infrastructure for AI agents. 7 tools: - search_programs, get_program_details (discovery) - track_agent_conversion, verify_attribution_token (attribution) - get_commission_status, run_payout_cycle (commissions) - list_merchant_programs (merchant tools) npm: syndicate-links-mcp GitHub: cmcgrabby-hue/syndicate-links/tree/master/mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72583275..fac3ffbe 100644 --- a/README.md +++ b/README.md @@ -1045,6 +1045,7 @@ MCP servers for e-commerce platforms and online store management. - [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. - [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) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - 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`. ### 🌳 Environment & Nature From 5bc5e9379e8f01e8f6653b461b7432a2088aa7f5 Mon Sep 17 00:00:00 2001 From: giskard09 Date: Thu, 2 Apr 2026 14:39:12 -0300 Subject: [PATCH 149/238] =?UTF-8?q?Add=20Giskard=20Search=20=E2=80=94=20pa?= =?UTF-8?q?y-per-use=20search=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 a4b75f66..8ab5cbf0 100644 --- a/README.md +++ b/README.md @@ -1676,6 +1676,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [format37/youtube_mcp](https://github.com/format37/youtube_mcp) 🐍 ☁️ – MCP server that transcribes YouTube videos to text. Uses yt-dlp to download audio and OpenAI's Whisper-1 for more precise transcription than youtube captions. Provide a YouTube URL and get back the full transcript splitted by chunks for long videos. - [wd041216-bit/free-web-search-ultimate](https://github.com/wd041216-bit/free-web-search-ultimate) 🐍 🏠 [![wd041216-bit/free-web-search-ultimate MCP server](https://glama.ai/mcp/servers/wd041216-bit/free-web-search-ultimate/badges/score.svg)](https://glama.ai/mcp/servers/wd041216-bit/free-web-search-ultimate) - Zero-cost, privacy-first universal web search MCP server. Enforces a **Search-First** paradigm β€” instructs LLMs to retrieve real-time information before answering factual questions. Supports 10+ search engines (DuckDuckGo, Bing, Google, Brave, Wikipedia, Arxiv, YouTube, Reddit) and deep page browsing. No API key required. - [gemy411/multi-research-agents](https://github.com/gemy411/multi-agents-research) ☁️ - a KTOR server/ MCP server written in Kotlin applying multi-agents schools in a flexible research system to be used with coding or for research any general case. +- [giskard09/giskard-search](https://github.com/giskard09/giskard-search) 🐍 🏠 - Pay-per-use semantic web search for AI agents. Powered by SearxNG, agents pay in sats via Lightning Network micropayments β€” no API keys required. Self-hosted with phoenixd. - [genomoncology/biomcp](https://github.com/genomoncology/biomcp) 🐍 ☁️ - Biomedical research server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info. - [gregm711/agent-domain-service-mcp](https://github.com/gregm711/agent-domain-service-mcp) πŸ“‡ ☁️ - AI-powered domain brainstorming, analysis, and availability checking via AgentDomainService.com. Generate creative domain names from descriptions, get AI scoring for brandability/memorability, and check real-time availability with pricing. No API keys required. - [hbg/mcp-paperswithcode](https://github.com/hbg/mcp-paperswithcode) - 🐍 ☁️ MCP to search through PapersWithCode API From 95445b8187c0357da7d5987a8cd4b119955f1e69 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:47:40 -0600 Subject: [PATCH 150/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c946578..7073a676 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,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 -- [doctorm333/promptpilot-mcp-server](https://github.com/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. +- [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 - [raveenb/fal-mcp-server](https://github.com/raveenb/fal-mcp-server) 🐍 ☁️ - Generate AI images, videos, and music using Fal.ai models (FLUX, Stable Diffusion, MusicGen) directly in Claude Desktop From 6f4aa86460198e53923009aee16475da88e9d200 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:22:48 -0600 Subject: [PATCH 151/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecacb850..9bb8dd3a 100644 --- a/README.md +++ b/README.md @@ -1788,7 +1788,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. -- [gebalamariusz/cloud-audit](https://github.com/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. +- [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. - [dkvdm/onepassword-mcp-server](https://github.com/dkvdm/onepassword-mcp-server) - An MCP server that enables secure credential retrieval from 1Password to be used by Agentic AI. - [duriantaco/skylos](https://github.com/duriantaco/skylos) [![mcp-skylos MCP server](https://glama.ai/mcp/servers/@duriantaco/mcp-skylos/badges/score.svg)](https://glama.ai/mcp/servers/@duriantaco/mcp-skylos) 🐍 🏠 🍎 πŸͺŸ 🐧 - Dead code detection, security scanning, and code quality analysis for Python, TypeScript, and Go. 98% recall with fewer false positives than Vulture. Includes AI-powered remediation. From e207a0690595ea61b39d145f4c68d90057621d00 Mon Sep 17 00:00:00 2001 From: Crabby McGrabby Date: Thu, 2 Apr 2026 11:37:03 -0700 Subject: [PATCH 152/238] Add Glama score badge to Syndicate Links entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fac3ffbe..f107e19b 100644 --- a/README.md +++ b/README.md @@ -1045,7 +1045,7 @@ MCP servers for e-commerce platforms and online store management. - [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. - [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) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - 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`. +- [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`. ### 🌳 Environment & Nature From d29d815bfb7dda9dd1e40a1ce8f127d51592b36c Mon Sep 17 00:00:00 2001 From: Kyle Fuehri <42024327+Work90210@users.noreply.github.com> Date: Thu, 2 Apr 2026 20:39:51 +0200 Subject: [PATCH 153/238] feat: add APIFold hosted MCP servers to Aggregators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f19ff07b..2e93ea05 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 +- [Work90210/APIFold](https://github.com/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. - [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. From 771bf0065ed64bfe15d5aa1034f6eba2da01e5c6 Mon Sep 17 00:00:00 2001 From: giskard09 Date: Thu, 2 Apr 2026 15:41:57 -0300 Subject: [PATCH 154/238] Add Glama badge to giskard-search entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ab5cbf0..ccc6696e 100644 --- a/README.md +++ b/README.md @@ -1676,7 +1676,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [format37/youtube_mcp](https://github.com/format37/youtube_mcp) 🐍 ☁️ – MCP server that transcribes YouTube videos to text. Uses yt-dlp to download audio and OpenAI's Whisper-1 for more precise transcription than youtube captions. Provide a YouTube URL and get back the full transcript splitted by chunks for long videos. - [wd041216-bit/free-web-search-ultimate](https://github.com/wd041216-bit/free-web-search-ultimate) 🐍 🏠 [![wd041216-bit/free-web-search-ultimate MCP server](https://glama.ai/mcp/servers/wd041216-bit/free-web-search-ultimate/badges/score.svg)](https://glama.ai/mcp/servers/wd041216-bit/free-web-search-ultimate) - Zero-cost, privacy-first universal web search MCP server. Enforces a **Search-First** paradigm β€” instructs LLMs to retrieve real-time information before answering factual questions. Supports 10+ search engines (DuckDuckGo, Bing, Google, Brave, Wikipedia, Arxiv, YouTube, Reddit) and deep page browsing. No API key required. - [gemy411/multi-research-agents](https://github.com/gemy411/multi-agents-research) ☁️ - a KTOR server/ MCP server written in Kotlin applying multi-agents schools in a flexible research system to be used with coding or for research any general case. -- [giskard09/giskard-search](https://github.com/giskard09/giskard-search) 🐍 🏠 - Pay-per-use semantic web search for AI agents. Powered by SearxNG, agents pay in sats via Lightning Network micropayments β€” no API keys required. Self-hosted with phoenixd. +- [giskard09/giskard-search](https://github.com/giskard09/giskard-search) [![giskard09/giskard-search MCP server](https://glama.ai/mcp/servers/giskard09/giskard-search/badges/score.svg)](https://glama.ai/mcp/servers/giskard09/giskard-search) 🐍 🏠 - Pay-per-use semantic web search for AI agents. Powered by SearxNG, agents pay in sats via Lightning Network micropayments β€” no API keys required. Self-hosted with phoenixd. - [genomoncology/biomcp](https://github.com/genomoncology/biomcp) 🐍 ☁️ - Biomedical research server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info. - [gregm711/agent-domain-service-mcp](https://github.com/gregm711/agent-domain-service-mcp) πŸ“‡ ☁️ - AI-powered domain brainstorming, analysis, and availability checking via AgentDomainService.com. Generate creative domain names from descriptions, get AI scoring for brandability/memorability, and check real-time availability with pricing. No API keys required. - [hbg/mcp-paperswithcode](https://github.com/hbg/mcp-paperswithcode) - 🐍 ☁️ MCP to search through PapersWithCode API From f22aec9fedf483afa0e3aa2a039ab8756baba4a4 Mon Sep 17 00:00:00 2001 From: Kyle Fuehri <42024327+Work90210@users.noreply.github.com> Date: Thu, 2 Apr 2026 20:51:49 +0200 Subject: [PATCH 155/238] fix: add Glama score badge to APIFold entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e93ea05..aa6b49a8 100644 --- a/README.md +++ b/README.md @@ -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 -- [Work90210/APIFold](https://github.com/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. +- [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. - [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. From b11216f71fa6715dfa449976bade6dbe50b0d7a1 Mon Sep 17 00:00:00 2001 From: Alexander Lawson Date: Thu, 2 Apr 2026 14:55:14 -0400 Subject: [PATCH 156/238] Add revettr-python to Finance & Fintech 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 256d7e4b..e725bc8d 100644 --- a/README.md +++ b/README.md @@ -1091,6 +1091,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. +- [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. - [anjor/coinmarket-mcp-server](https://github.com/anjor/coinmarket-mcp-server) 🐍 ☁️ - Coinmarket API integration to fetch cryptocurrency listings and quotes From f7b89f0f1a0484b1ddcd4f05abe6e911f1924ba8 Mon Sep 17 00:00:00 2001 From: Atef Ataya <77441506+atef-ataya@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:03:20 +0400 Subject: [PATCH 157/238] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37d4814c..3b934468 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Servers for accessing many apps and tools through a single MCP server. - [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. - [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) πŸ“‡ 🏠 - 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. [![depwire/depwire MCP server](https://glama.ai/mcp/servers/depwire/depwire/badges/score.svg)](https://glama.ai/mcp/servers/depwire/depwire) +- [depwire/depwire](https://github.com/depwire/depwire) [![depwire/depwire MCP server](https://glama.ai/mcp/servers/depwire/depwire/badges/score.svg)](https://glama.ai/mcp/servers/depwire/depwire) - Dependency graph + 15 MCP tools for AI coding assistants. Parses TypeScript, JavaScript, Python, Go, Rust, and C. Arc diagram visualization, health scoring, dead code detection, and temporal graph. - [duaraghav8/MCPJungle](https://github.com/duaraghav8/MCPJungle) 🏎️ 🏠 - Self-hosted MCP Server registry for enterprise AI Agents - [edgarriba/prolink](https://github.com/edgarriba/prolink) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Agent-to-agent marketplace middleware β€” MCP-native discovery, negotiation, and transaction between AI agents - [entire-vc/evc-spark-mcp](https://github.com/entire-vc/evc-spark-mcp) [![evc-spark-mcp MCP server](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp/badges/score.svg)](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. From 5941819022e6540c108c7c68a35e93e81bbf7c70 Mon Sep 17 00:00:00 2001 From: Atef Ataya <77441506+atef-ataya@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:06:28 +0400 Subject: [PATCH 158/238] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b934468..d8090e66 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Servers for accessing many apps and tools through a single MCP server. - [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. - [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. +- - [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. - `TypeScript` `JavaScript` `Python` `Go` `Rust` `C` - [duaraghav8/MCPJungle](https://github.com/duaraghav8/MCPJungle) 🏎️ 🏠 - Self-hosted MCP Server registry for enterprise AI Agents - [edgarriba/prolink](https://github.com/edgarriba/prolink) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Agent-to-agent marketplace middleware β€” MCP-native discovery, negotiation, and transaction between AI agents - [entire-vc/evc-spark-mcp](https://github.com/entire-vc/evc-spark-mcp) [![evc-spark-mcp MCP server](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp/badges/score.svg)](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. From 69d1ec5c4334af4f3ca4db649d928fe4b3ec6c60 Mon Sep 17 00:00:00 2001 From: Atef Ataya <77441506+atef-ataya@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:08:34 +0400 Subject: [PATCH 159/238] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8090e66..f26715b9 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Servers for accessing many apps and tools through a single MCP server. - [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. - [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. - `TypeScript` `JavaScript` `Python` `Go` `Rust` `C` +- [depwire/depwire](https://github.com/depwire/depwire) πŸ“‡ 🐍 🏎️ πŸ¦€ 🌊 🏠 [![depwire/depwire MCP server](https://glama.ai/mcp/servers/depwire/depwire/badges/score.svg)](https://glama.ai/mcp/servers/depwire/depwire) - Dependency graph + 15 MCP tools for AI coding assistants. Parses TypeScript, JavaScript, Python, Go, Rust, and C. Arc diagram visualization, health scoring, dead code detection, and temporal graph. - [duaraghav8/MCPJungle](https://github.com/duaraghav8/MCPJungle) 🏎️ 🏠 - Self-hosted MCP Server registry for enterprise AI Agents - [edgarriba/prolink](https://github.com/edgarriba/prolink) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Agent-to-agent marketplace middleware β€” MCP-native discovery, negotiation, and transaction between AI agents - [entire-vc/evc-spark-mcp](https://github.com/entire-vc/evc-spark-mcp) [![evc-spark-mcp MCP server](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp/badges/score.svg)](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. From c6f41adf429818abdbfecdc98d57865dc544f2c5 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 2 Apr 2026 13:11:49 -0600 Subject: [PATCH 160/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd9a041..65ea8b6e 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Servers for accessing many apps and tools through a single MCP server. - [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. - [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. +- [depwire/depwire](https://github.com/depwire/depwire) [![depwire/depwire MCP server](https://glama.ai/mcp/servers/depwire/depwire/badges/score.svg)](https://glama.ai/mcp/servers/depwire/depwire) πŸ“‡ 🐍 🏎️ πŸ¦€ 🌊 🏠 - Dependency graph + 15 MCP tools for AI coding assistants. Parses TypeScript, JavaScript, Python, Go, Rust, and C. Arc diagram visualization, health scoring, dead code detection, and temporal graph. - [duaraghav8/MCPJungle](https://github.com/duaraghav8/MCPJungle) 🏎️ 🏠 - Self-hosted MCP Server registry for enterprise AI Agents - [edgarriba/prolink](https://github.com/edgarriba/prolink) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Agent-to-agent marketplace middleware β€” MCP-native discovery, negotiation, and transaction between AI agents - [entire-vc/evc-spark-mcp](https://github.com/entire-vc/evc-spark-mcp) [![evc-spark-mcp MCP server](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp/badges/score.svg)](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. From 1c18e25d2a94aa978c4308889cef1a656398e624 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 2 Apr 2026 13:18:07 -0600 Subject: [PATCH 161/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f819ded..eec5cc50 100644 --- a/README.md +++ b/README.md @@ -1189,7 +1189,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. -- [make-software/cspr-trade-mcp](https://github.com/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` [![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) +- [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. - [kukapay/dex-pools-mcp](https://github.com/kukapay/dex-pools-mcp) 🐍 ☁️ - An MCP server that provides AI agents with real-time access to DEX liquidity pool data. From 532f0a892fc350e605bb1e2eb810882d784b918c Mon Sep 17 00:00:00 2001 From: NyxTools Date: Thu, 2 Apr 2026 15:28:44 -0400 Subject: [PATCH 162/238] Add DICOM/HL7/FHIR Interoperability MCP Server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eec5cc50..48623a0d 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [genomoncology/biomcp](https://github.com/genomoncology/biomcp) 🐍 ☁️ - Biomedical research MCP server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info. - [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. +- [NyxToolsDev/dicom-hl7-mcp-server](https://github.com/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. - [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 ec7358c947acd633899a4049b74428f0a93902cd Mon Sep 17 00:00:00 2001 From: samrothschild23 Date: Thu, 2 Apr 2026 15:41:42 -0400 Subject: [PATCH 163/238] fix: use GitHub URL instead of Railway URL per maintainer request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90e4d077..0e8657ce 100644 --- a/README.md +++ b/README.md @@ -1021,7 +1021,7 @@ MCP servers for learning management systems (LMS) and educational tools. MCP servers for e-commerce platforms and online store management. - [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. -- [rothy/intelligence-api](https://intelligence-api-production-f532.up.railway.app) πŸ“‡ ☁️ - E-commerce and business intelligence MCP server. Analyze any Shopify store, research Amazon products with Opportunity Score and FBA profitability estimates, and find qualified sales leads from Google Maps with Lead Quality Scoring. Pay-per-call via x402 (USDC on Base). +- [samrothschild23/intelligence-api](https://github.com/samrothschild23/intelligence-api) πŸ“‡ ☁️ - E-commerce and business intelligence MCP server. Analyze any Shopify store, research Amazon products with Opportunity Score and FBA profitability estimates, and find qualified sales leads from Google Maps with Lead Quality Scoring. Pay-per-call via x402 (USDC on Base). ### 🌳 Environment & Nature From 22677e5adbe479339b25f23bb4571f3a46fa168c Mon Sep 17 00:00:00 2001 From: Achiya Automation Date: Thu, 2 Apr 2026 23:06:07 +0300 Subject: [PATCH 164/238] Add safari-mcp (Safari browser automation) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eec5cc50..9e6fe7bf 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ Design and visualize software architecture, system diagrams, and technical docum Web content access and automation capabilities. Enables searching, scraping, and processing web content in AI-friendly formats. - [34892002/bilibili-mcp-js](https://github.com/34892002/bilibili-mcp-js) πŸ“‡ 🏠 - A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts. +- [achiya-automation/safari-mcp](https://github.com/achiya-automation/safari-mcp) πŸ“‡ 🏠 🍎 - Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead. - [agent-infra/mcp-server-browser](https://github.com/bytedance/UI-TARS-desktop/tree/main/packages/agent-infra/mcp-servers/browser) πŸ“‡ 🏠 - Browser automation capabilities using Puppeteer, both support local and remote browser connection. - [aparajithn/agent-scraper-mcp](https://github.com/aparajithn/agent-scraper-mcp) [![agent-scraper-mcp MCP server](https://glama.ai/mcp/servers/@aparajithn/agent-scraper-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@aparajithn/agent-scraper-mcp) 🐍 ☁️ - Web scraping MCP server for AI agents. 6 tools: clean content extraction, structured scraping with CSS selectors, full-page screenshots via Playwright, link extraction, metadata extraction (OG/Twitter cards), and Google search. Free tier with x402 micropayments. - [apireno/DOMShell](https://github.com/apireno/DOMShell) [![domshell MCP server](https://glama.ai/mcp/servers/@apireno/domshell/badges/score.svg)](https://glama.ai/mcp/servers/@apireno/domshell) πŸ“‡ 🏠 - Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension. From 990cc609ae31efcabbf1b24a41acf0913b41a298 Mon Sep 17 00:00:00 2001 From: Achiya Automation Date: Thu, 2 Apr 2026 23:25:24 +0300 Subject: [PATCH 165/238] Add Glama score badge to safari-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e6fe7bf..53a090c7 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ Design and visualize software architecture, system diagrams, and technical docum Web content access and automation capabilities. Enables searching, scraping, and processing web content in AI-friendly formats. - [34892002/bilibili-mcp-js](https://github.com/34892002/bilibili-mcp-js) πŸ“‡ 🏠 - A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts. -- [achiya-automation/safari-mcp](https://github.com/achiya-automation/safari-mcp) πŸ“‡ 🏠 🍎 - Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead. +- [achiya-automation/safari-mcp](https://github.com/achiya-automation/safari-mcp) [![safari-mcp MCP server](https://glama.ai/mcp/servers/achiya-automation/safari-mcp/badges/score.svg)](https://glama.ai/mcp/servers/achiya-automation/safari-mcp) πŸ“‡ 🏠 🍎 - Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead. - [agent-infra/mcp-server-browser](https://github.com/bytedance/UI-TARS-desktop/tree/main/packages/agent-infra/mcp-servers/browser) πŸ“‡ 🏠 - Browser automation capabilities using Puppeteer, both support local and remote browser connection. - [aparajithn/agent-scraper-mcp](https://github.com/aparajithn/agent-scraper-mcp) [![agent-scraper-mcp MCP server](https://glama.ai/mcp/servers/@aparajithn/agent-scraper-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@aparajithn/agent-scraper-mcp) 🐍 ☁️ - Web scraping MCP server for AI agents. 6 tools: clean content extraction, structured scraping with CSS selectors, full-page screenshots via Playwright, link extraction, metadata extraction (OG/Twitter cards), and Google search. Free tier with x402 micropayments. - [apireno/DOMShell](https://github.com/apireno/DOMShell) [![domshell MCP server](https://glama.ai/mcp/servers/@apireno/domshell/badges/score.svg)](https://glama.ai/mcp/servers/@apireno/domshell) πŸ“‡ 🏠 - Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension. From f67ed913a673796ea69de99f07be9ffe79fc7646 Mon Sep 17 00:00:00 2001 From: NyxTools Date: Thu, 2 Apr 2026 18:01:02 -0400 Subject: [PATCH 166/238] Add Glama score badge to DICOM/HL7/FHIR MCP Server entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48623a0d..cff6beed 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [genomoncology/biomcp](https://github.com/genomoncology/biomcp) 🐍 ☁️ - Biomedical research MCP server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info. - [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. -- [NyxToolsDev/dicom-hl7-mcp-server](https://github.com/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` +- [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. - [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 0bea1657bd22cc67b8a6a0baf58be227b4460f58 Mon Sep 17 00:00:00 2001 From: nk3750 Date: Thu, 2 Apr 2026 15:01:39 -0700 Subject: [PATCH 167/238] Add nk3750/jitapi - dynamic API discovery from OpenAPI specs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe993e5e..071bb284 100644 --- a/README.md +++ b/README.md @@ -856,6 +856,7 @@ Tools and integrations that enhance the development workflow and environment man - [narumiruna/gitingest-mcp](https://github.com/narumiruna/gitingest-mcp) 🐍 🏠 - A MCP server that uses [gitingest](https://github.com/cyclotruc/gitingest) to convert any Git repository into a simple text digest of its codebase. - [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. +- [nk3750/jitapi](https://github.com/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. - [ofershap/mcp-server-devutils](https://github.com/ofershap/mcp-server-devutils) [![mcp-server-devutils MCP server](https://glama.ai/mcp/servers/ofershap/mcp-server-devutils/badges/score.svg)](https://glama.ai/mcp/servers/ofershap/mcp-server-devutils) πŸ“‡ 🏠 - Zero-auth developer utilities: base64, UUID, hash, JWT decode, cron parse, timestamps, JSON, and regex. From 45c6bcb86ce2888cc10307f1ac06d49cd7e73f66 Mon Sep 17 00:00:00 2001 From: jstibal Date: Thu, 2 Apr 2026 17:17:01 -0500 Subject: [PATCH 168/238] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 6a2ec90d..e9617b6b 100644 --- a/README.md +++ b/README.md @@ -1861,8 +1861,6 @@ Tools for conducting research, surveys, interviews, and data collection. - [zinja-coder/jadx-ai-mcp](https://github.com/zinja-coder/jadx-ai-mcp) β˜• 🏠 - JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude. - [loglux/authmcp-gateway](https://github.com/loglux/authmcp-gateway) [glama](https://glama.ai/mcp/servers/@loglux/auth-mcp-gateway) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Auth proxy for MCP servers: OAuth2 + DCR, JWT, RBAC, rate limiting, multi-server aggregation, and monitoring dashboard. - [jstibal/openterms-mcp](https://github.com/jstibal/openterms-mcp) [![jstibal/openterms-mcp MCP server](https://glama.ai/mcp/servers/jstibal/openterms-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jstibal/openterms-mcp) 🐍 ☁️ - Ed25519-signed consent receipts and programmable policy engine for AI agents. Spending caps, action whitelists, escalation thresholds, and JWKS-backed provider verification. Independently verifiable. - -- [loglux/authmcp-gateway](https://github.com/loglux/authmcp-gateway) [![auth-mcp-gateway MCP server](https://glama.ai/mcp/servers/@loglux/auth-mcp-gateway/badges/score.svg)](https://glama.ai/mcp/servers/@loglux/auth-mcp-gateway) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Auth proxy for MCP servers: OAuth2 + DCR, JWT, RBAC, rate limiting, multi-server aggregation, and monitoring dashboard. - [tponscr-debug/oracle-h-mcp](https://github.com/tponscr-debug/oracle-h-mcp) [![mcp-oracle-h MCP server](https://glama.ai/mcp/servers/tponscr-debug/mcp-oracle-h/badges/score.svg)](https://glama.ai/mcp/servers/tponscr-debug/mcp-oracle-h) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Mandatory human approval gate for autonomous AI agents. Intercepts critical, irreversible, or financially significant actions and routes them to a human via Telegram for real-time approve/reject. Raises workflow success probability from 81.5% to 99.6%. - [arthurpanhku/DocSentinel](https://github.com/arthurpanhku/DocSentinel) [![DocSentinel MCP server](https://glama.ai/mcp/servers/arthurpanhku/DocSentinel/badges/score.svg)](https://glama.ai/mcp/servers/arthurpanhku/DocSentinel) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for AI agent for cybersecurity: automate assessment of documents, questionnaires & reports. Multi-format parsing, RAG knowledge base,Risks, compliance gaps, remediations. - [urldna/mcp](https://github.com/urldna/mcp) [![urlDNA MCP server](https://glama.ai/mcp/servers/urldna/mcp/badges/score.svg)](https://glama.ai/mcp/servers/urldna/mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - MCP server for automated URL scanning and forensic phishing triage. Captures full DOM snapshots, network requests, and visual screenshots to identify malicious redirects and infrastructure. Supports historical threat hunting using Custom Query Language (CQL) to map actor patterns across millions of recorded scans. From 48b0cee9dba7f01cf90c9acf7fd7c778c2fd60d3 Mon Sep 17 00:00:00 2001 From: nk3750 Date: Thu, 2 Apr 2026 15:36:48 -0700 Subject: [PATCH 169/238] Add Glama badge for nk3750/jitapi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 071bb284..81353601 100644 --- a/README.md +++ b/README.md @@ -856,7 +856,7 @@ Tools and integrations that enhance the development workflow and environment man - [narumiruna/gitingest-mcp](https://github.com/narumiruna/gitingest-mcp) 🐍 🏠 - A MCP server that uses [gitingest](https://github.com/cyclotruc/gitingest) to convert any Git repository into a simple text digest of its codebase. - [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. -- [nk3750/jitapi](https://github.com/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. +- [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. - [ofershap/mcp-server-devutils](https://github.com/ofershap/mcp-server-devutils) [![mcp-server-devutils MCP server](https://glama.ai/mcp/servers/ofershap/mcp-server-devutils/badges/score.svg)](https://glama.ai/mcp/servers/ofershap/mcp-server-devutils) πŸ“‡ 🏠 - Zero-auth developer utilities: base64, UUID, hash, JWT decode, cron parse, timestamps, JSON, and regex. From d5c8d40896c622c958a1d620807b97f09168efa6 Mon Sep 17 00:00:00 2001 From: Parth Oberoi Date: Fri, 3 Apr 2026 06:28:01 +0530 Subject: [PATCH 170/238] Add Gitopia MCP Server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e540b660..c76753a5 100644 --- a/README.md +++ b/README.md @@ -1969,6 +1969,7 @@ Interact with Git repositories and version control platforms. Enables repository - [ddukbg/github-enterprise-mcp](https://github.com/ddukbg/github-enterprise-mcp) πŸ“‡ ☁️ 🏠 - MCP server for GitHub Enterprise API integration - [gitea/gitea-mcp](https://gitea.com/gitea/gitea-mcp) πŸŽ–οΈ 🏎️ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Interactive with Gitea instances with MCP. - [github/github-mcp-server](https://github.com/github/github-mcp-server) πŸ“‡ ☁️ - Official GitHub server for integration with repository management, PRs, issues, and more. +- [gitopia/gitopia-mcp-server](https://github.com/gitopia/gitopia-mcp-server) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Decentralized Git with on-chain governance, bounties, and DAOs. Tools for repos, issues, PRs, labels, releases, bounties, and DAO proposals. Auto-wallet on first use, trust tiers, and approval mode for human-in-the-loop. Go binary or Docker. - [JaviMaligno/mcp-server-bitbucket](https://github.com/JaviMaligno/mcp-server-bitbucket) 🐍 ☁️ - Bitbucket MCP server with 58 tools for repository management, PRs, pipelines, branches, commits, deployments, webhooks, tags, branch restrictions, and source browsing. - [JaviMaligno/mcp-server-bitbucket](https://github.com/JaviMaligno/mcp-server-bitbucket) 🐍 ☁️ - Bitbucket MCP server with 58 tools for repository management, pull requests, pipelines, branches, commits, deployments, webhooks, tags, branch restrictions, and source browsing. - [kaiyuanxiaobing/atomgit-mcp-server](https://github.com/kaiyuanxiaobing/atomgit-mcp-server) πŸ“‡ ☁️ - Official AtomGit server for integration with repository management, PRs, issues, branches, labels, and more. From 84278a984356acbcc1b0224401d3f9150d41c645 Mon Sep 17 00:00:00 2001 From: John Weston Date: Fri, 3 Apr 2026 02:58:45 +0100 Subject: [PATCH 171/238] =?UTF-8?q?Add=20veroq-mcp=20=E2=80=94=20verified?= =?UTF-8?q?=20intelligence=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 ec3caa9a..2d5d9558 100644 --- a/README.md +++ b/README.md @@ -1290,6 +1290,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [twelvedata/mcp](https://github.com/twelvedata/mcp) 🐍 ☁️ - Interact with [Twelve Data](https://twelvedata.com) APIs to access real-time and historical financial market data for your AI agents. - [Fluke-Studio/uk-business-intelligence-mcp](https://github.com/Fluke-Studio/uk-business-intelligence-mcp) [![Fluke-Studio/uk-business-intelligence-mcp MCP server](https://glama.ai/mcp/servers/Fluke-Studio/uk-business-intelligence-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Fluke-Studio/uk-business-intelligence-mcp) πŸ“‡ ☁️ - Enrich any UK business with Companies House records, Google Places ratings, website/SSL status, and social media links in one call. Four data sources, single JSON response. - [VENTURE-AI-LABS/cryptodataapi-mcp](https://github.com/VENTURE-AI-LABS/cryptodataapi-mcp) πŸ“‡ ☁️ - Real-time crypto market data for AI agents β€” market health scores, derivatives, funding rates, ETF flows, cycle indicators, and 100+ endpoints via CryptoDataAPI. +- [veroq-ai/veroq-mcp](https://github.com/veroq-ai/veroq-mcp) πŸ“‡ ☁️ - 62 verified intelligence tools β€” claim verification with evidence chains, market data for 1,061+ tickers, trading signals, SEC filings, insider trades, technical analysis, and multi-agent verified swarm. - [minhoyoo-iotrust/WAIaaS](https://github.com/minhoyoo-iotrust/WAIaaS) [![minhoyoo-iotrust/WAIaaS MCP server](https://glama.ai/mcp/servers/minhoyoo-iotrust/WAIaaS/badges/score.svg)](https://glama.ai/mcp/servers/minhoyoo-iotrust/WAIaaS) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Self-hosted wallet-as-a-service for AI agents. 60 tools for multi-chain crypto: transfers, DeFi (swap, lend, stake, bridge, perp, yield), NFTs, smart contracts, transaction signing, and x402 payments. Solana + EVM with session auth and spending policies. - [wowinter13/solscan-mcp](https://github.com/wowinter13/solscan-mcp) πŸ¦€ 🏠 - An MCP tool for querying Solana transactions using natural language with Solscan API. - [W3Ship/w3ledger-mcp-server](https://github.com/baskcart/w3ledger-mcp-server) [![w3ledger-mcp-server MCP server](https://glama.ai/mcp/servers/@baskcart/w3ledger-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@baskcart/w3ledger-mcp-server) πŸ“‡ ☁️ - Self-verifying ledger MCP server with dual-signed transactions, gift cards, sponsor cards, and W3SH loyalty tiers. Supports EVM, ML-DSA-65, and SLH-DSA post-quantum signatures. From 01783be772d9b85dc9fe9f293229ec07b7aa0142 Mon Sep 17 00:00:00 2001 From: tommylauren Date: Thu, 2 Apr 2026 22:32:53 -0400 Subject: [PATCH 172/238] fix: update verify-mcp to ScopeBlind org, correct badge path, Apache-2.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6fc26ce..8ae8202e 100644 --- a/README.md +++ b/README.md @@ -1821,7 +1821,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [zinja-coder/apktool-mcp-server](https://github.com/zinja-coder/apktool-mcp-server) 🐍 🏠 - APKTool MCP Server is a MCP server for the Apk Tool to provide automation in reverse engineering of Android APKs. - [takleb3rry/zitadel-mcp](https://github.com/takleb3rry/zitadel-mcp) πŸ“‡ ☁️ 🏠 - MCP server for Zitadel identity management β€” manage users, projects, OIDC apps, roles, and service accounts through natural language. - [toan203/osv-ui](https://github.com/toan203/osv-ui) [![toan203/osv-ui MCP server](https://glama.ai/mcp/servers/toan203/osv-ui/badges/score.svg)](https://glama.ai/mcp/servers/toan203/osv-ui) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Visual CVE audit dashboard for npm, Python, Go, and Rust. Scan from Claude/Cursor, opens a browser UI for human review (human-in-the-loop), applies fixes with explicit confirmation. Powered by OSV.dev. -- [tomjwxf/verify-mcp](https://github.com/tomjwxf/verify-mcp) [![tomjwxf/verify-mcp MCP server](https://glama.ai/mcp/servers/tomjwxf/verify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tomjwxf/verify-mcp) πŸ“‡ 🏠 β€” Offline verification of signed artifacts (receipts, manifests, audit bundles). MIT licensed. Tools: self_test, verify_receipt, verify_bundle, explain_artifact. No accounts, no API calls. +- [ScopeBlind/verify-mcp](https://github.com/ScopeBlind/verify-mcp) [![ScopeBlind/verify-mcp MCP server](https://glama.ai/mcp/servers/ScopeBlind/verify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ScopeBlind/verify-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Offline verification of signed artifacts -- receipts, manifests, audit bundles. Ed25519 + JCS. No accounts, no API calls. Apache-2.0. - [zinja-coder/jadx-ai-mcp](https://github.com/zinja-coder/jadx-ai-mcp) β˜• 🏠 - JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude. - [loglux/authmcp-gateway](https://github.com/loglux/authmcp-gateway) [![auth-mcp-gateway MCP server](https://glama.ai/mcp/servers/@loglux/auth-mcp-gateway/badges/score.svg)](https://glama.ai/mcp/servers/@loglux/auth-mcp-gateway) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Auth proxy for MCP servers: OAuth2 + DCR, JWT, RBAC, rate limiting, multi-server aggregation, and monitoring dashboard. - [tponscr-debug/oracle-h-mcp](https://github.com/tponscr-debug/oracle-h-mcp) [![mcp-oracle-h MCP server](https://glama.ai/mcp/servers/tponscr-debug/mcp-oracle-h/badges/score.svg)](https://glama.ai/mcp/servers/tponscr-debug/mcp-oracle-h) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Mandatory human approval gate for autonomous AI agents. Intercepts critical, irreversible, or financially significant actions and routes them to a human via Telegram for real-time approve/reject. Raises workflow success probability from 81.5% to 99.6%. From 441279c0c2fedf30eb8be32b24079ebf480a01e0 Mon Sep 17 00:00:00 2001 From: samrothschild23 Date: Thu, 2 Apr 2026 22:53:25 -0400 Subject: [PATCH 173/238] Enhance intelligence-api entry in README Updated the intelligence-api entry to include a badge and emoji. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e8657ce..c5f05c15 100644 --- a/README.md +++ b/README.md @@ -1021,7 +1021,8 @@ MCP servers for learning management systems (LMS) and educational tools. MCP servers for e-commerce platforms and online store management. - [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. -- [samrothschild23/intelligence-api](https://github.com/samrothschild23/intelligence-api) πŸ“‡ ☁️ - E-commerce and business intelligence MCP server. Analyze any Shopify store, research Amazon products with Opportunity Score and FBA profitability estimates, and find qualified sales leads from Google Maps with Lead Quality Scoring. Pay-per-call via x402 (USDC on Base). +- [samrothschild23/intelligence-api](https://github.com/samrothschild23/intelligence-api) [![MCP Server](https://glama.ai/mcp/servers/samrothschild23/intelligence-api/badges/score.svg)](https://glama.ai/mcp/servers/samrothschild23/intelligence-api) πŸƒ πŸ€– - E-commerce and business intelligence MCP server. Analyze any Shopify store, research Amazon products with Opportunity Score and FBA profitability estimates, and find qualified sales leads from Google Maps with Lead Quality Scoring. Pay-per-call via x402 (USDC on Base). + ### 🌳 Environment & Nature From c3fbcef5fec335bceb27b72ebf22f6db8e8eb964 Mon Sep 17 00:00:00 2001 From: John Weston Date: Fri, 3 Apr 2026 04:01:55 +0100 Subject: [PATCH 174/238] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d5d9558..0bfbd439 100644 --- a/README.md +++ b/README.md @@ -1290,7 +1290,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [twelvedata/mcp](https://github.com/twelvedata/mcp) 🐍 ☁️ - Interact with [Twelve Data](https://twelvedata.com) APIs to access real-time and historical financial market data for your AI agents. - [Fluke-Studio/uk-business-intelligence-mcp](https://github.com/Fluke-Studio/uk-business-intelligence-mcp) [![Fluke-Studio/uk-business-intelligence-mcp MCP server](https://glama.ai/mcp/servers/Fluke-Studio/uk-business-intelligence-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Fluke-Studio/uk-business-intelligence-mcp) πŸ“‡ ☁️ - Enrich any UK business with Companies House records, Google Places ratings, website/SSL status, and social media links in one call. Four data sources, single JSON response. - [VENTURE-AI-LABS/cryptodataapi-mcp](https://github.com/VENTURE-AI-LABS/cryptodataapi-mcp) πŸ“‡ ☁️ - Real-time crypto market data for AI agents β€” market health scores, derivatives, funding rates, ETF flows, cycle indicators, and 100+ endpoints via CryptoDataAPI. -- [veroq-ai/veroq-mcp](https://github.com/veroq-ai/veroq-mcp) πŸ“‡ ☁️ - 62 verified intelligence tools β€” claim verification with evidence chains, market data for 1,061+ tickers, trading signals, SEC filings, insider trades, technical analysis, and multi-agent verified swarm. +- [veroq-ai/veroq-mcp](https://github.com/veroq-ai/veroq-mcp) [![veroq-mcp MCP server](https://glama.ai/mcp/servers/Veroq-ai/veroq-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Veroq-ai/veroq-mcp) πŸ“‡ ☁️ - 62 verified intelligence tools β€” claim verification with evidence chains, market data for 1,061+ tickers, trading signals, SEC filings, insider trades, technical analysis, and multi-agent verified swarm. - [minhoyoo-iotrust/WAIaaS](https://github.com/minhoyoo-iotrust/WAIaaS) [![minhoyoo-iotrust/WAIaaS MCP server](https://glama.ai/mcp/servers/minhoyoo-iotrust/WAIaaS/badges/score.svg)](https://glama.ai/mcp/servers/minhoyoo-iotrust/WAIaaS) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Self-hosted wallet-as-a-service for AI agents. 60 tools for multi-chain crypto: transfers, DeFi (swap, lend, stake, bridge, perp, yield), NFTs, smart contracts, transaction signing, and x402 payments. Solana + EVM with session auth and spending policies. - [wowinter13/solscan-mcp](https://github.com/wowinter13/solscan-mcp) πŸ¦€ 🏠 - An MCP tool for querying Solana transactions using natural language with Solscan API. - [W3Ship/w3ledger-mcp-server](https://github.com/baskcart/w3ledger-mcp-server) [![w3ledger-mcp-server MCP server](https://glama.ai/mcp/servers/@baskcart/w3ledger-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@baskcart/w3ledger-mcp-server) πŸ“‡ ☁️ - Self-verifying ledger MCP server with dual-signed transactions, gift cards, sponsor cards, and W3SH loyalty tiers. Supports EVM, ML-DSA-65, and SLH-DSA post-quantum signatures. From d4a11d608e4c4526d83b251a682626459ceb7b5d Mon Sep 17 00:00:00 2001 From: samrothschild23 Date: Thu, 2 Apr 2026 23:02:27 -0400 Subject: [PATCH 175/238] Update intelligence-api entry in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a268064f..dcbb81df 100644 --- a/README.md +++ b/README.md @@ -1055,7 +1055,7 @@ MCP servers for e-commerce platforms and online store management. - [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. -- [samrothschild23/intelligence-api](https://github.com/samrothschild23/intelligence-api) [![MCP Server](https://glama.ai/mcp/servers/samrothschild23/intelligence-api/badges/score.svg)](https://glama.ai/mcp/servers/samrothschild23/intelligence-api) πŸƒ πŸ€– - E-commerce and business intelligence MCP server. Analyze any Shopify store, research Amazon products with Opportunity Score and FBA profitability estimates, and find qualified sales leads from Google Maps with Lead Quality Scoring. Pay-per-call via x402 (USDC on Base). +- [samrothschild23/intelligence-api](https://github.com/samrothschild23/intelligence-api) [![MCP Server](https://glama.ai/mcp/servers/samrothschild23/intelligence-api/badges/score.svg)](https://glama.ai/mcp/servers/samrothschild23/intelligence-api) πŸ“‡ ☁️ - E-commerce and business intelligence MCP server. Analyze any Shopify store, research Amazon products with Opportunity Score and FBA profitability estimates, and find qualified sales leads from Google Maps with Lead Quality Scoring. Pay-per-call via x402 (USDC on Base). - [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`. From 26192b2bb9c8dbcc6df298cf7cbb6965b31f0152 Mon Sep 17 00:00:00 2001 From: Parth Oberoi Date: Fri, 3 Apr 2026 08:51:12 +0530 Subject: [PATCH 176/238] Add Glama badge to Gitopia MCP Server entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c76753a5..5d41b0fc 100644 --- a/README.md +++ b/README.md @@ -1969,7 +1969,7 @@ Interact with Git repositories and version control platforms. Enables repository - [ddukbg/github-enterprise-mcp](https://github.com/ddukbg/github-enterprise-mcp) πŸ“‡ ☁️ 🏠 - MCP server for GitHub Enterprise API integration - [gitea/gitea-mcp](https://gitea.com/gitea/gitea-mcp) πŸŽ–οΈ 🏎️ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Interactive with Gitea instances with MCP. - [github/github-mcp-server](https://github.com/github/github-mcp-server) πŸ“‡ ☁️ - Official GitHub server for integration with repository management, PRs, issues, and more. -- [gitopia/gitopia-mcp-server](https://github.com/gitopia/gitopia-mcp-server) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Decentralized Git with on-chain governance, bounties, and DAOs. Tools for repos, issues, PRs, labels, releases, bounties, and DAO proposals. Auto-wallet on first use, trust tiers, and approval mode for human-in-the-loop. Go binary or Docker. +- [gitopia/gitopia-mcp-server](https://github.com/gitopia/gitopia-mcp-server) [![Gitopia MCP Server](https://glama.ai/mcp/servers/gitopia/gitopia-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/gitopia/gitopia-mcp-server) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Decentralized Git with on-chain governance, bounties, and DAOs. Tools for repos, issues, PRs, labels, releases, bounties, and DAO proposals. Auto-wallet on first use, trust tiers, and approval mode for human-in-the-loop. Go binary or Docker. - [JaviMaligno/mcp-server-bitbucket](https://github.com/JaviMaligno/mcp-server-bitbucket) 🐍 ☁️ - Bitbucket MCP server with 58 tools for repository management, PRs, pipelines, branches, commits, deployments, webhooks, tags, branch restrictions, and source browsing. - [JaviMaligno/mcp-server-bitbucket](https://github.com/JaviMaligno/mcp-server-bitbucket) 🐍 ☁️ - Bitbucket MCP server with 58 tools for repository management, pull requests, pipelines, branches, commits, deployments, webhooks, tags, branch restrictions, and source browsing. - [kaiyuanxiaobing/atomgit-mcp-server](https://github.com/kaiyuanxiaobing/atomgit-mcp-server) πŸ“‡ ☁️ - Official AtomGit server for integration with repository management, PRs, issues, branches, labels, and more. From 1436a40b9bb66a768d617306f76a601337df94a2 Mon Sep 17 00:00:00 2001 From: Tom Meredith Date: Thu, 2 Apr 2026 21:14:34 -0700 Subject: [PATCH 177/238] fix: add Glama badge, update URL to repo root, refresh description to current truth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - GitHub URL now points to repo root per maintainer request - Added Glama score badge per listing requirements - Updated: 600+ β†’ 1,000+ scored services (current: 1,038) - Updated: 16 β†’ 21 MCP tools (current shipped registry) - Added: 3 credential modes, receipts, failure mode inspection - Kept: zero-signup x402 micropayments (now framed as option) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83aabdcd..b3e878fd 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ Servers for accessing many apps and tools through a single MCP server. - [profullstack/mcp-server](https://github.com/profullstack/mcp-server) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data, social media posting, security scanning, and more developer utilities. - [robhunter/agentdeals](https://github.com/robhunter/agentdeals) [![robhunter/agentdeals MCP server](https://glama.ai/mcp/servers/robhunter/agentdeals/badges/score.svg)](https://glama.ai/mcp/servers/robhunter/agentdeals) πŸ“‡ ☁️ - 1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing changes. REST API and web browser at [agentdeals.dev](https://agentdeals.dev). - [rupinder2/mcp-orchestrator](https://github.com/rupinder2/mcp-orchestrator) 🐍 🏠 🍎 πŸͺ© 🐧 - Central hub that aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading. -- [supertrained/rhumb](https://github.com/supertrained/rhumb/tree/main/packages/mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Agent-native tool intelligence across 600+ scored services. 16 MCP tools: discover services, check AN Scores, compare alternatives, resolve capabilities to ranked providers, execute via managed credentials or BYOK, and check failure modes. Zero-signup via x402 micropayments. +- [supertrained/rhumb](https://github.com/supertrained/rhumb) [![supertrained/rhumb MCP server](https://glama.ai/mcp/servers/supertrained/rhumb/badges/score.svg)](https://glama.ai/mcp/servers/supertrained/rhumb) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Agent-native tool intelligence across 1,000+ scored services. 21 MCP tools: discover services, check AN Scores, compare alternatives, resolve capabilities to ranked providers, execute through 3 credential modes (managed, BYOK, agent vault), track costs with receipts, and inspect failure modes. Zero-signup option via x402 micropayments. - [sitbon/magg](https://github.com/sitbon/magg) 🍎 πŸͺŸ 🐧 ☁️ 🏠 🐍 - Magg: A meta-MCP server that acts as a universal hub, allowing LLMs to autonomously discover, install, and orchestrate multiple MCP servers - essentially giving AI assistants the power to extend their own capabilities on-demand. - [sonnyflylock/voxie-ai-directory-mcp](https://github.com/sonnyflylock/voxie-ai-directory-mcp) πŸ“‡ ☁️ - AI Phone Number Directory providing access to AI services via webchat. Query Voxie AI personas and third-party services like ChatGPT, with instant webchat URLs for free interactions. - [SureScaleAI/openai-gpt-image-mcp](https://github.com/SureScaleAI/openai-gpt-image-mcp) πŸ“‡ ☁️ - OpenAI GPT image generation/editing MCP server. From 8eb51473d668c76e29a5d2d06262dfd7919490cf Mon Sep 17 00:00:00 2001 From: razz-games Date: Fri, 3 Apr 2026 12:56:36 +0800 Subject: [PATCH 178/238] Add razz.games - provably fair Solana gaming MCP server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1afb251..1c6c76d3 100644 --- a/README.md +++ b/README.md @@ -1303,7 +1303,7 @@ Integration with gaming related data, game engines, and services - [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. - [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-mcp](https://github.com/razz-games/razz-mcp) πŸ“‡ ☁️ - Play provably fair dice, flip, crash, plinko, limbo, mines, tower & HexWar with real SOL wagering from any AI agent. +- [razz-mcp](https://github.com/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/score.svg)](https://glama.ai/mcp/servers/razz-games/razz-mcp) - [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - An MCP server for real-time Fantasy Premier League data and analysis tools. - [sonirico/mcp-stockfish](https://github.com/sonirico/mcp-stockfish) - 🏎️ 🏠 🍎 πŸͺŸ 🐧️ MCP server connecting AI systems to Stockfish chess engine. - [stefan-xyz/mcp-server-runescape](https://github.com/stefan-xyz/mcp-server-runescape) πŸ“‡ - An MCP server with tools for interacting with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices, player hiscores, and more. From aca007de2ccff9c3489e01704de8d89c174bee82 Mon Sep 17 00:00:00 2001 From: razz-games Date: Fri, 3 Apr 2026 13:06:36 +0800 Subject: [PATCH 179/238] Add Razz Games - provably fair Solana gaming MCP server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c6c76d3..d5108b0c 100644 --- a/README.md +++ b/README.md @@ -1303,7 +1303,7 @@ Integration with gaming related data, game engines, and services - [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. - [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-mcp](https://github.com/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/score.svg)](https://glama.ai/mcp/servers/razz-games/razz-mcp) +- [razz-mcp](https://github.com/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) - [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - An MCP server for real-time Fantasy Premier League data and analysis tools. - [sonirico/mcp-stockfish](https://github.com/sonirico/mcp-stockfish) - 🏎️ 🏠 🍎 πŸͺŸ 🐧️ MCP server connecting AI systems to Stockfish chess engine. - [stefan-xyz/mcp-server-runescape](https://github.com/stefan-xyz/mcp-server-runescape) πŸ“‡ - An MCP server with tools for interacting with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices, player hiscores, and more. From 56361275f697c13a6db2fe8e9f24458393e3d9a0 Mon Sep 17 00:00:00 2001 From: HelixGenomics Date: Fri, 3 Apr 2026 12:47:48 +0700 Subject: [PATCH 180/238] Add Genomic Agent Discovery to Biology, Medicine and Bioinformatics Multi-agent MCP server for genomic analysis with 20+ tools querying 16 public databases. Includes Glama badge with verified scores. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9594004e..de8d67c9 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [dnaerys/onekgpd-mcp](https://github.com/dnaerys/onekgpd-mcp) β˜• ☁️ 🍎 πŸͺŸ 🐧- real-time access to 1000 Genomes Project dataset - [fulcradynamics/fulcra-context-mcp](https://github.com/fulcradynamics/fulcra-context-mcp) [![fulcra-context-mcp MCP server](https://glama.ai/mcp/servers/fulcradynamics/fulcra-context-mcp/badges/score.svg)](https://glama.ai/mcp/servers/fulcradynamics/fulcra-context-mcp) 🐍 ☁️ - MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Life API with OAuth2 consent. - [genomoncology/biomcp](https://github.com/genomoncology/biomcp) 🐍 ☁️ - Biomedical research MCP server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info. +- [HelixGenomics/Genomic-Agent-Discovery](https://github.com/HelixGenomics/Genomic-Agent-Discovery) [![Genomic-Agent-Discovery MCP server](https://glama.ai/mcp/servers/HelixGenomics/Genomic-Agent-Discovery/badges/score.svg)](https://glama.ai/mcp/servers/HelixGenomics/Genomic-Agent-Discovery) πŸ“‡ 🏠 - Multi-agent MCP server for genomic analysis β€” specialized AI agents analyze raw DNA files across 16 databases (ClinVar, GWAS, gnomAD, CPIC, AlphaMissense, and more) and coordinate findings through shared MCP tools. Privacy-first, runs locally. - [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. - [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` From 4c7df6607adb080f083b004b8edafadd58a2b3f3 Mon Sep 17 00:00:00 2001 From: Aashish M Date: Fri, 3 Apr 2026 11:23:12 +0530 Subject: [PATCH 181/238] Add google-searchconsole-mcp to Data Platforms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de8d67c9..d5883a0a 100644 --- a/README.md +++ b/README.md @@ -562,6 +562,7 @@ Provides access to customer profiles inside of customer data platforms - [QuackbackIO/quackback](https://github.com/QuackbackIO/quackback) πŸ“‡ ☁️ - Open-source customer feedback platform with built-in MCP server. Agents can search feedback, triage posts, update statuses, create and comment on posts, vote, manage roadmaps, merge duplicates, and publish changelogs. - [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) πŸ“‡ ☁️ - An MCP server to access and updates profiles on an Apache Unomi CDP server. - [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍 ☁️ - An MCP server to interact with a Tinybird Workspace from any MCP client. +- [lionkiii/google-searchconsole-mcp](https://github.com/lionkiii/google-searchconsole-mcp) [![google-searchconsole-mcp MCP server](https://glama.ai/mcp/servers/lionkiii/google-searchconsole-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lionkiii/google-searchconsole-mcp) πŸ“‡ 🏠 - Google Search Console MCP server with 13 SEO tools β€” search analytics, URL inspection, sitemap management, keyword opportunities, brand analysis, and performance comparison. - [saurabhsharma2u/search-console-mcp](https://github.com/saurabhsharma2u/search-console-mcp) - An MCP server to interact with Google Search Console and Bing Webmasters. ### πŸ—„οΈ Databases From 7b4ed48b6e708420870c5276a1b937292101b75c Mon Sep 17 00:00:00 2001 From: Ric Date: Thu, 2 Apr 2026 23:13:59 -0700 Subject: [PATCH 182/238] Add CerebroChain MCP server to E-Commerce category Supply chain & logistics intelligence server with 20 tools for rate shopping, inventory, orders, fleet tracking, and AI forecasting. First logistics-focused MCP server in the ecosystem. - npm: @cerebrochain/mcp-server - GitHub: OFODevelopment/cerebrochain-mcp-server - Listed on Glama directory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5883a0a..26a5c984 100644 --- a/README.md +++ b/README.md @@ -1061,6 +1061,7 @@ MCP servers for e-commerce platforms and online store management. - [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. +- [OFODevelopment/cerebrochain-mcp-server](https://github.com/OFODevelopment/cerebrochain-mcp-server) πŸ“‡ ☁️ - Supply chain & logistics intelligence β€” rate shopping across 85+ carriers, inventory management, order tracking, fleet logistics, and AI-powered demand forecasting. 20 tools and 3 resources for warehouse and supply chain operations. Install via `npx @cerebrochain/mcp-server`. - [samrothschild23/intelligence-api](https://github.com/samrothschild23/intelligence-api) [![MCP Server](https://glama.ai/mcp/servers/samrothschild23/intelligence-api/badges/score.svg)](https://glama.ai/mcp/servers/samrothschild23/intelligence-api) πŸ“‡ ☁️ - E-commerce and business intelligence MCP server. Analyze any Shopify store, research Amazon products with Opportunity Score and FBA profitability estimates, and find qualified sales leads from Google Maps with Lead Quality Scoring. Pay-per-call via x402 (USDC on Base). From 357a6132bb925283dae46b13173e99e5e38bbc81 Mon Sep 17 00:00:00 2001 From: Aashish Date: Fri, 3 Apr 2026 11:46:44 +0530 Subject: [PATCH 183/238] Add rss-feeds-mcp to Search & Data Extraction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5883a0a..b89607bf 100644 --- a/README.md +++ b/README.md @@ -1717,6 +1717,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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). - [imprvhub/mcp-domain-availability](https://github.com/imprvhub/mcp-domain-availability) 🐍 ☁️ - A Model Context Protocol (MCP) server that enables Claude Desktop to check domain availability across 50+ TLDs. Features DNS/WHOIS verification, bulk checking, and smart suggestions. Zero-clone installation via uvx. - [imprvhub/mcp-rss-aggregator](https://github.com/imprvhub/mcp-rss-aggregator) πŸ“‡ ☁️ 🏠 - Model Context Protocol Server for aggregating RSS feeds in Claude Desktop. +- [lionkiii/rss-feeds-mcp](https://github.com/lionkiii/rss-feeds-mcp) [![rss-feeds-mcp MCP server](https://glama.ai/mcp/servers/lionkiii/rss-feeds-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lionkiii/rss-feeds-mcp) πŸ“‡ 🏠 - RSS feeds MCP server with 8 tools β€” fetch, filter, search, and manage RSS feeds by category or source. Zero config, no API keys required. - [isnow890/naver-search-mcp](https://github.com/isnow890/naver-search-mcp) πŸ“‡ ☁️ - MCP server for Naver Search API integration, supporting blog, news, shopping search and DataLab analytics features. - [jae-jae/fetcher-mcp](https://github.com/jae-jae/fetcher-mcp) πŸ“‡ 🏠 - MCP server for fetching web page content using Playwright headless browser, supporting Javascript rendering and intelligent content extraction, and outputting Markdown or HTML format. - [jae-jae/g-search-mcp](https://github.com/jae-jae/g-search-mcp) πŸ“‡ 🏠 - A powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously. From 9a71b70461a175ce7c8373a20dc0d6f0bd46eee6 Mon Sep 17 00:00:00 2001 From: Kristiyan Ivanov Date: Fri, 3 Apr 2026 09:17:32 +0300 Subject: [PATCH 184/238] updated as per punkpeye suggestion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 433bdf28..2fcf5498 100644 --- a/README.md +++ b/README.md @@ -673,7 +673,7 @@ Tools and integrations that enhance the development workflow and environment man - [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. -- [BetterDB-inc/monitor](https://github.com/BetterDB-inc/monitor) πŸ“‡ ☁️ 🏠 - Valkey-first observability with Redis compatibility. Query real-time metrics, analyze slow commands, detect hot keys, and investigate performance issues directly from AI coding assistants. +- [BetterDB-inc/monitor](https://github.com/BetterDB-inc/monitor) [![BetterDB MCP server](https://glama.ai/mcp/servers/BetterDB-inc/monitor/badges/score.svg)](https://glama.ai/mcp/servers/BetterDB-inc/monitor) πŸ“‡ ☁️ 🏠 - Valkey-first observability with Redis compatibility. Query real-time metrics, analyze slow commands, detect hot keys, and investigate performance issues directly from AI coding assistants. - [bgauryy/octocode-mcp](https://github.com/bgauryy/octocode-mcp) ☁️ πŸ“‡ 🍎 πŸͺŸ 🐧 - AI-powered developer assistant that enables advanced research, analysis and discovery across GitHub and NPM realms in realtime. - [bitrise-io/bitrise-mcp](https://github.com/bitrise-io/bitrise-mcp) πŸŽ–οΈ 🐍 ☁️ 🍎 πŸͺŸ 🐧 - MCP Server for the [Bitrise](https://bitrise.io) API, enabling app management, build operations, artifact management and more. - [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. From 83354b2a6cd45d09af781a823aa2f3ddea3bb0b5 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Fri, 3 Apr 2026 00:32:31 -0600 Subject: [PATCH 185/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30c41463..038fe3f1 100644 --- a/README.md +++ b/README.md @@ -1616,7 +1616,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [bogdan01m/zapcap-mcp-server](https://github.com/bogdan01m/zapcap-mcp-server) 🐍 ☁️ - MCP server for ZapCap API providing video caption and B-roll generation via natural language - [quietnotion/barevalue-mcp](https://github.com/quietnotion/barevalue-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI podcast editing as a service. Upload raw audio or submit a URL, get back edited episodes with filler words removed, noise reduction, transcripts, show notes, and social clips. Includes webhooks for automation. - [elestirelbilinc-sketch/vap-showcase](https://github.com/elestirelbilinc-sketch/vap-showcase) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - AI media generation (Flux, Veo, Suno) with cost control. Pre-commit pricing, budget enforcement, reserve-burn-refund billing. -- [realcrabcut/crabcut-mcp-server](https://github.com/realcrabcut/crabcut-mcp-server) πŸ“‡ ☁️ - Turn YouTube videos into short-form clips from any AI assistant. AI-powered highlight detection, subtitle generation, 9:16 reframing, and direct download URLs via the Crabcut API. +- [realcrabcut/crabcut-mcp-server](https://github.com/realcrabcut/crabcut-mcp-server) [![realcrabcut/crabcut-mcp-server MCP server](https://glama.ai/mcp/servers/realcrabcut/crabcut-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/realcrabcut/crabcut-mcp-server) πŸ“‡ ☁️ - Turn YouTube videos into short-form clips from any AI assistant. AI-powered highlight detection, subtitle generation, 9:16 reframing, and direct download URLs via the Crabcut API. - [keiver/image-tiler-mcp-server](https://github.com/keiver/image-tiler-mcp-server) [![image-tiler-mcp-server MCP server](https://glama.ai/mcp/servers/keiver/image-tiler-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/keiver/image-tiler-mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Full-resolution vision for LLMs. Tiles large images and captures web pages via Chrome CDP so vision models process every detail without downscaling. Generates interactive HTML tile previews. Supports Claude, OpenAI, Gemini presets with per-model token math and entropy-based tile classification. - [guimatheus92/mcp-video-analyzer](https://github.com/guimatheus92/mcp-video-analyzer) [![mcp-video-analyzer MCP server](https://glama.ai/mcp/servers/guimatheus92/mcp-video-analyzer/badges/score.svg)](https://glama.ai/mcp/servers/guimatheus92/mcp-video-analyzer) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server for video analysis β€” extracts transcripts, key frames, OCR text, and annotated timelines from video URLs. Supports Loom and direct video files (.mp4, .webm). Zero auth required. - [pastorsimon1798/mcp-video](https://github.com/pastorsimon1798/mcp-video) [![pastorsimon1798/mcp-video MCP server](https://glama.ai/mcp/servers/pastorsimon1798/mcp-video/badges/score.svg)](https://glama.ai/mcp/servers/pastorsimon1798/mcp-video) 🐍 🏠 🍎 πŸͺŸ 🐧 - Video editing MCP server with 26 tools for trimming, merging, text overlays, audio sync, filters, color grading, audio normalization, picture-in-picture, split-screen, batch processing, format conversion, subtitles, watermarks, and more. 380 tests, CI on Python 3.11+3.12, progress callbacks, works with Claude Code, Cursor, and any MCP client. From 8aec2030c356087f632ec53e5f7c07195e8a633e Mon Sep 17 00:00:00 2001 From: razz-games Date: Fri, 3 Apr 2026 14:39:14 +0800 Subject: [PATCH 186/238] Add razz.games - provably fair Solana gaming MCP server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5108b0c..66bc5b6a 100644 --- a/README.md +++ b/README.md @@ -1303,7 +1303,7 @@ Integration with gaming related data, game engines, and services - [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. - [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-mcp](https://github.com/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) +- [razz-games/razz-mcp](https://github.com/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) - [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - An MCP server for real-time Fantasy Premier League data and analysis tools. - [sonirico/mcp-stockfish](https://github.com/sonirico/mcp-stockfish) - 🏎️ 🏠 🍎 πŸͺŸ 🐧️ MCP server connecting AI systems to Stockfish chess engine. - [stefan-xyz/mcp-server-runescape](https://github.com/stefan-xyz/mcp-server-runescape) πŸ“‡ - An MCP server with tools for interacting with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices, player hiscores, and more. From 33dcc43f104e2e64de845fb985650224b2469700 Mon Sep 17 00:00:00 2001 From: dial481 <248182468+dial481@users.noreply.github.com> Date: Fri, 3 Apr 2026 10:47:27 +0300 Subject: [PATCH 187/238] Fix Penfield MCP entry in README Updated the Penfield MCP entry to include a badge and correct formatting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9128cd37..fdecaae2 100644 --- a/README.md +++ b/README.md @@ -1455,7 +1455,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. -- [penfieldlabs/penfield-mcp](https://github.com/penfieldlabs/penfield-mcp) - 🐍 ☁️ - Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive handoff, artifact storage, and personality system. Works across Claude, Cursor, Windsurf, and any MCP client. +- [penfieldlabs/penfield-mcp](https://github.com/penfieldlabs/penfield-mcp) - [penfieldlabs/penfield-mcp](https://github.com/penfieldlabs/penfield-mcp) [![penfieldlabs/penfield-mcp MCP server](https://glama.ai/mcp/servers/penfieldlabs/penfield-mcp/badges/score.svg)](https://glama.ai/mcp/servers/penfieldlabs/penfield-mcp) - 🐍 ☁️ - Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive handoff, artifact storage, and personality system. Works across Claude, Cursor, Windsurf, and any MCP client. - [pfillion42/memviz](https://github.com/pfillion42/memviz) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Visual explorer for [MCP Memory Service](https://github.com/doobidoo/mcp-memory-service) SQLite-vec databases. Browse, search, filter, edit memories with dashboard, timeline, UMAP projection, semantic clustering, duplicate detection, and association graph. - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) πŸŽ–οΈ πŸ¦€ ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. From 9817fb7d8840420e0137283cff73c7e2e338ee22 Mon Sep 17 00:00:00 2001 From: dial481 <248182468+dial481@users.noreply.github.com> Date: Fri, 3 Apr 2026 10:54:57 +0300 Subject: [PATCH 188/238] Remove duplicate MCP server entry in README Removed duplicate entry for penfieldlabs/penfield-mcp. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdecaae2..fa171518 100644 --- a/README.md +++ b/README.md @@ -1455,7 +1455,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. -- [penfieldlabs/penfield-mcp](https://github.com/penfieldlabs/penfield-mcp) - [penfieldlabs/penfield-mcp](https://github.com/penfieldlabs/penfield-mcp) [![penfieldlabs/penfield-mcp MCP server](https://glama.ai/mcp/servers/penfieldlabs/penfield-mcp/badges/score.svg)](https://glama.ai/mcp/servers/penfieldlabs/penfield-mcp) - 🐍 ☁️ - Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive handoff, artifact storage, and personality system. Works across Claude, Cursor, Windsurf, and any MCP client. +- [penfieldlabs/penfield-mcp](https://github.com/penfieldlabs/penfield-mcp) [![penfieldlabs/penfield-mcp MCP server](https://glama.ai/mcp/servers/penfieldlabs/penfield-mcp/badges/score.svg)](https://glama.ai/mcp/servers/penfieldlabs/penfield-mcp) - 🐍 ☁️ - Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive handoff, artifact storage, and personality system. Works across Claude, Cursor, Windsurf, and any MCP client. - [pfillion42/memviz](https://github.com/pfillion42/memviz) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Visual explorer for [MCP Memory Service](https://github.com/doobidoo/mcp-memory-service) SQLite-vec databases. Browse, search, filter, edit memories with dashboard, timeline, UMAP projection, semantic clustering, duplicate detection, and association graph. - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) πŸŽ–οΈ πŸ¦€ ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. From 24ed877017a368cd638f611d126cbc4ad92196de Mon Sep 17 00:00:00 2001 From: pine-harbor <258645741+pine-harbor@users.noreply.github.com> Date: Fri, 3 Apr 2026 11:06:09 +0200 Subject: [PATCH 189/238] Add decoder-3am-mcp to Biology, Medicine and Bioinformatics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6af5c18..22be6dfa 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,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. - [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) πŸ“‡ ☁️ - 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. - [wso2/fhir-mcp-server](https://github.com/wso2/fhir-mcp-server) 🐍 🏠 ☁️ - Model Context Protocol server for Fast Healthcare Interoperability Resources (FHIR) APIs. Provides seamless integration with FHIR servers, enabling AI assistants to search, retrieve, create, update, and analyze clinical healthcare data with SMART-on-FHIR authentication support. ### πŸ“‚ Browser Automation From e75ba7713dc7925cfd654c0fb774b3f200a2d74a Mon Sep 17 00:00:00 2001 From: pine-harbor <258645741+pine-harbor@users.noreply.github.com> Date: Fri, 3 Apr 2026 11:37:08 +0200 Subject: [PATCH 190/238] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22be6dfa..5d3647d2 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,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. - [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) πŸ“‡ ☁️ - 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. +- [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. - [wso2/fhir-mcp-server](https://github.com/wso2/fhir-mcp-server) 🐍 🏠 ☁️ - Model Context Protocol server for Fast Healthcare Interoperability Resources (FHIR) APIs. Provides seamless integration with FHIR servers, enabling AI assistants to search, retrieve, create, update, and analyze clinical healthcare data with SMART-on-FHIR authentication support. ### πŸ“‚ Browser Automation From 49abf3d75242657b8055624a0b2a15171c31af1a Mon Sep 17 00:00:00 2001 From: hybirdss Date: Fri, 3 Apr 2026 19:01:35 +0900 Subject: [PATCH 191/238] Add Hybirdss/smartest-tv to Home Automation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6af5c18..0b929f52 100644 --- a/README.md +++ b/README.md @@ -1361,6 +1361,7 @@ Integration with gaming related data, game engines, and services Control smart home devices, home network equipment, and automation systems. - [apiarya/wemo-mcp-server](https://github.com/apiarya/wemo-mcp-server) - [![wemo-mcp-server MCP server](https://glama.ai/mcp/servers/@apiarya/wemo-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@apiarya/wemo-mcp-server) 🐍 🏠 🍎 πŸͺŸ 🐧 - Control WeMo smart home devices via AI assistants using natural language. Built on pywemo for 100% local control β€” no cloud dependency. Supports dimmer brightness, device rename, HomeKit codes, and multi-phase discovery. +- [Hybirdss/smartest-tv](https://github.com/Hybirdss/smartest-tv) [![Hybirdss/smartest-tv MCP server](https://glama.ai/mcp/servers/Hybirdss/smartest-tv/badges/score.svg)](https://glama.ai/mcp/servers/Hybirdss/smartest-tv) 🐍 🏠 🍎 πŸͺŸ 🐧 - Control any smart TV with natural language. Play Netflix, YouTube, Spotify by name with deep linking, cast URLs, scene presets, multi-room audio, and multi-TV sync. Supports LG, Samsung, Android TV, Roku. 21 MCP tools, no cloud required. - [kambriso/fritzbox-mcp-server](https://github.com/kambriso/fritzbox-mcp-server) 🏎️ 🏠 - Control AVM FRITZ!Box routers - manage devices, WiFi, network settings, parental controls, and schedule time-delayed actions ### 🧠 Knowledge & Memory From 23903f102c21dcf126296d7122537304976d0055 Mon Sep 17 00:00:00 2001 From: GeiserX <9169332+GeiserX@users.noreply.github.com> Date: Fri, 3 Apr 2026 12:35:08 +0200 Subject: [PATCH 192/238] Add CashPilot MCP server to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6af5c18..65e37c3c 100644 --- a/README.md +++ b/README.md @@ -1164,6 +1164,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [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. - [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. - [glaksmono/finbud-data-mcp](https://github.com/glaksmono/finbud-data-mcp/tree/main/packages/mcp-server) πŸ“‡ ☁️ 🏠 - Access comprehensive, real-time financial data (stocks, options, crypto, forex) via developer-friendly, AI-native APIs offering unbeatable value. - [cryptobriefing/gloria-mcp](https://github.com/cryptobriefing/gloria-mcp) [![cryptobriefing/gloria-mcp MCP server](https://glama.ai/mcp/servers/cryptobriefing/gloria-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cryptobriefing/gloria-mcp) πŸŽ–οΈ 🐍 ☁️ - AI-curated crypto news intelligence for agents. Real-time headlines with sentiment analysis, AI-generated recaps, keyword search, and ticker summaries across 16 categories including Bitcoin, Ethereum, DeFi, and AI. - [gpartin/CryptoGuardClient](https://github.com/gpartin/CryptoGuardClient) [![CryptoGuardClient MCP server](https://glama.ai/mcp/servers/gpartin/CryptoGuardClient/badges/score.svg)](https://glama.ai/mcp/servers/gpartin/CryptoGuardClient) 🐍 ☁️ - Per-transaction deterministic crypto validator for AI trading agents. Validate trades (PROCEED/CAUTION/BLOCK), scan tokens, detect rug pulls β€” powered by WaveGuard physics engine. 5 free calls/day, x402 USDC payments. `pip install CryptoGuardClient` From c17dc4fdee40b3e2bfceca06b0a98c628f012e13 Mon Sep 17 00:00:00 2001 From: GeiserX <9169332+GeiserX@users.noreply.github.com> Date: Fri, 3 Apr 2026 12:35:21 +0200 Subject: [PATCH 193/238] Add Telegram Archive MCP server to Communication --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6af5c18..2ec51999 100644 --- a/README.md +++ b/README.md @@ -497,6 +497,7 @@ Integration with communication platforms for message management and channel oper - [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. - [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!) - [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 From c1a979b8daed9aba5a1b1e33d7e7940241e952eb Mon Sep 17 00:00:00 2001 From: GeiserX <9169332+GeiserX@users.noreply.github.com> Date: Fri, 3 Apr 2026 12:35:32 +0200 Subject: [PATCH 194/238] Add LynxPrompt MCP server to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6af5c18..0b4dd368 100644 --- a/README.md +++ b/README.md @@ -784,6 +784,7 @@ Tools and integrations that enhance the development workflow and environment man - [flipt-io/mcp-server-flipt](https://github.com/flipt-io/mcp-server-flipt) πŸ“‡ 🏠 - Enable AI assistants to interact with your feature flags in [Flipt](https://flipt.io). - [flytohub/flyto-core](https://github.com/flytohub/flyto-core) [![flyto-core MCP server](https://glama.ai/mcp/servers/@flytohub/flyto-core/badges/score.svg)](https://glama.ai/mcp/servers/@flytohub/flyto-core) 🐍 🏠 - Deterministic execution engine for AI agents with 412 modules across 78 categories (browser, file, Docker, data, crypto, scheduling). Features execution trace, evidence snapshots, replay from any step, and supports both STDIO and Streamable HTTP transport. - [freema/mcp-design-system-extractor](https://github.com/freema/mcp-design-system-extractor) πŸ“‡ 🏠 - Extracts component information from Storybook design systems. Provides HTML, styles, props, dependencies, theme tokens and component metadata for AI-powered design system analysis. +- [GeiserX/lynxprompt-mcp](https://github.com/GeiserX/lynxprompt-mcp) [![GeiserX/lynxprompt-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/lynxprompt-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/lynxprompt-mcp) 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - Go-based MCP server for LynxPrompt prompt management. Create, search, and organize AI prompts and AGENTS.md/CLAUDE.md configuration files. Docker image available. - [gitkraken/gk-cli](https://github.com/gitkraken/gk-cli) πŸŽ–οΈ 🏎️ 🏠 ☁️ 🍎 πŸͺŸ 🐧 - A CLI for interacting with GitKraken APIs. Includes an MCP server via `gk mcp` that not only wraps GitKraken APIs, but also Jira, GitHub, GitLab, and more. Works with local tools and remote services. - [GLips/Figma-Context-MCP](https://github.com/GLips/Figma-Context-MCP) πŸ“‡ 🏠 - Provide coding agents direct access to Figma data to help them one-shot design implementation. - [gofireflyio/firefly-mcp](https://github.com/gofireflyio/firefly-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - Integrates, discovers, manages, and codifies cloud resources with [Firefly](https://firefly.ai). From 474651b98a724a7f487aec86e3de522597ad40e9 Mon Sep 17 00:00:00 2001 From: GeiserX <9169332+GeiserX@users.noreply.github.com> Date: Fri, 3 Apr 2026 12:35:43 +0200 Subject: [PATCH 195/238] Add Pumperly MCP server to Location Services --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6af5c18..cef2052d 100644 --- a/README.md +++ b/README.md @@ -1511,6 +1511,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [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) - [gaopengbin/cesium-mcp](https://github.com/gaopengbin/cesium-mcp) [![gaopengbin/cesium-mcp MCP server](https://glama.ai/mcp/servers/gaopengbin/cesium-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gaopengbin/cesium-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI-powered 3D globe control via MCP. Connect any MCP-compatible AI agent to CesiumJS β€” camera flight, GeoJSON/3D Tiles layers, markers, spatial analysis, heatmaps, and more through 19 natural language tools. +- [GeiserX/pumperly-mcp](https://github.com/GeiserX/pumperly-mcp) [![GeiserX/pumperly-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/pumperly-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/pumperly-mcp) 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - Go-based MCP server for Pumperly fuel price comparison. Query gas station prices, plan fuel-efficient routes, and find nearby EV charging stations. Docker image available. - [ip2location/mcp-ip2location-io](https://github.com/ip2location/mcp-ip2location-io) 🐍 ☁️ - Official IP2Location.io MCP server to obtain the geolocation, proxy and network information of an IP address utilizing IP2Location.io API. - [ipfind/ipfind-mcp-server](https://github.com/ipfind/ipfind-mcp-server) 🐍 ☁️ - IP Address location service using the [IP Find](https://ipfind.com) API - [ipfred/aiwen-mcp-server-geoip](https://github.com/ipfred/aiwen-mcp-server-geoip) 🐍 πŸ“‡ ☁️ – MCP Server for the Aiwen IP Location, Get user network IP location, get IP details (country, province, city, lat, lon, ISP, owner, etc.) From 1371b8af7a68980644bb65ec63c5a7b5500122ca Mon Sep 17 00:00:00 2001 From: GeiserX <9169332+GeiserX@users.noreply.github.com> Date: Fri, 3 Apr 2026 12:35:55 +0200 Subject: [PATCH 196/238] Add Duplicacy MCP server to Monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6af5c18..d6f30eb0 100644 --- a/README.md +++ b/README.md @@ -1570,6 +1570,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [edgedelta/edgedelta-mcp-server](https://github.com/edgedelta/edgedelta-mcp-server) πŸŽ–οΈ 🏎️ ☁️ – Interact with Edge Delta anomalies, query logs / patterns / events, and pinpoint root causes and optimize your pipelines. - [ejcho623/agent-breadcrumbs](https://github.com/ejcho623/agent-breadcrumbs) πŸ“‡ ☁️ 🏠 - Unified agent work logging and observability across ChatGPT, Claude, Cursor, Codex, and OpenClaw with config-first schemas and pluggable sinks. - [getsentry/sentry-mcp](https://github.com/getsentry/sentry-mcp) 🐍 ☁️ - Sentry.io integration for error tracking and performance monitoring +- [GeiserX/duplicacy-mcp](https://github.com/GeiserX/duplicacy-mcp) [![GeiserX/duplicacy-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/duplicacy-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/duplicacy-mcp) 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - Go-based MCP server for Duplicacy backup monitoring. Query backup job status and Prometheus metrics from a Duplicacy exporter. Docker image available. - [GeiserX/genieacs-mcp](https://github.com/GeiserX/genieacs-mcp) [![GeiserX/genieacs-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/genieacs-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/genieacs-mcp) 🏎️ ☁️ 🍎 πŸͺŸ 🐧 - Go-based MCP server that bridges any GenieACS (TR-069 ACS) instance, exposing device data, firmware management, and CPE actions (reboot, parameter refresh, firmware download) over JSON-RPC. Docker image available. - [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. From d9cf00b6c43dee837305ada21dafb16eeefb8697 Mon Sep 17 00:00:00 2001 From: Research Agent Date: Fri, 3 Apr 2026 14:00:46 +0200 Subject: [PATCH 197/238] Add SidClaw Governance MCP to Security section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe993e5e..28c0db85 100644 --- a/README.md +++ b/README.md @@ -1849,6 +1849,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [semgrep/mcp](https://github.com/semgrep/mcp) πŸ“‡ ☁️ Allow AI agents to scan code for security vulnerabilites using [Semgrep](https://semgrep.dev). - [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. - [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. - [vespo92/OPNSenseMCP](https://github.com/vespo92/OPNSenseMCP) πŸ“‡ 🏠 - MCP Server for managing & interacting with Open Source NGFW OPNSense via Natural Language From c547f5a54ceaf558a5087c249388bb51fb2a3177 Mon Sep 17 00:00:00 2001 From: Graham McCain Date: Fri, 3 Apr 2026 09:26:18 -0400 Subject: [PATCH 198/238] Add Chart Library MCP server to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6af5c18..97f30d66 100644 --- a/README.md +++ b/README.md @@ -1134,6 +1134,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [carsol/monarch-mcp-server](https://github.com/carsol/monarch-mcp-server) 🐍 ☁️ - MCP server providing read-only access to Monarch Money financial data, enabling AI assistants to analyze transactions, budgets, accounts, and cashflow data with MFA support. - [calintzy/evmscope](https://github.com/calintzy/evmscope) [![calintzy/evmscope MCP server](https://glama.ai/mcp/servers/calintzy/evmscope/badges/score.svg)](https://glama.ai/mcp/servers/calintzy/evmscope) πŸ“‡ ☁️ - EVM blockchain intelligence toolkit with 20 tools for token prices, gas comparison, swap quotes, yield rates, honeypot detection, and transaction simulation across Ethereum, Polygon, Arbitrum, Base, and Optimism. Zero config, no API keys required. - [chargebee/mcp](https://github.com/chargebee/agentkit/tree/main/modelcontextprotocol) πŸŽ–οΈ πŸ“‡ ☁️ - MCP Server that connects AI agents to [Chargebee platform](https://www.chargebee.com/). +- [grahammccain/chart-library-mcp](https://github.com/grahammccain/chart-library-mcp) 🐍 ☁️ - Historical stock chart pattern intelligence for AI agents. 24M pre-computed embeddings across 15K stocks and 10 years of data. Search by ticker+date or screenshot to find the most similar historical patterns and see what happened next. 19 tools including pattern search, forward returns, regime analysis, and trade simulation. Install: `pip install chartlibrary-mcp`. Free tier: 200 calls/day. - [CryptoRugMunch/rug-munch-mcp](https://github.com/CryptoRugMunch/rug-munch-mcp) [![rug-munch-intelligence MCP server](https://glama.ai/mcp/servers/@CryptoRugMunch/rug-munch-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/@CryptoRugMunch/rug-munch-intelligence) 🐍 ☁️ - 19 crypto token risk intelligence tools for AI agents. Rug pull detection, honeypot scoring, deployer tracking, holder deep-dive, KOL shill detection, social OSINT, and LLM forensic analysis. Free tier (1 call/day) + API keys + x402 USDC micropayments. Remote SSE transport available. - [cct15/war-dashboard-data](https://github.com/cct15/war-dashboard-data) 🐍 ☁️ - Geopolitical conflict risk probabilities for AI agents. Covers 6 regions (Russia-Ukraine, Iran-Israel, China-Taiwan, etc.) with escalation/ceasefire/regime change probabilities at 1d/7d/30d horizons. Includes maritime chokepoint vessel data and political event probabilities. Updated daily. - [codex-data/codex-mcp](https://github.com/Codex-Data/codex-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - [Codex API](https://www.codex.io) integration for real-time enriched blockchain and market data on 60+ networks From d7d08a12ac6144b1764965d94d63757e1d6e21c6 Mon Sep 17 00:00:00 2001 From: Graham McCain Date: Fri, 3 Apr 2026 10:32:15 -0400 Subject: [PATCH 199/238] Add Glama score badge to Chart Library entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97f30d66..2842bff6 100644 --- a/README.md +++ b/README.md @@ -1134,7 +1134,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [carsol/monarch-mcp-server](https://github.com/carsol/monarch-mcp-server) 🐍 ☁️ - MCP server providing read-only access to Monarch Money financial data, enabling AI assistants to analyze transactions, budgets, accounts, and cashflow data with MFA support. - [calintzy/evmscope](https://github.com/calintzy/evmscope) [![calintzy/evmscope MCP server](https://glama.ai/mcp/servers/calintzy/evmscope/badges/score.svg)](https://glama.ai/mcp/servers/calintzy/evmscope) πŸ“‡ ☁️ - EVM blockchain intelligence toolkit with 20 tools for token prices, gas comparison, swap quotes, yield rates, honeypot detection, and transaction simulation across Ethereum, Polygon, Arbitrum, Base, and Optimism. Zero config, no API keys required. - [chargebee/mcp](https://github.com/chargebee/agentkit/tree/main/modelcontextprotocol) πŸŽ–οΈ πŸ“‡ ☁️ - MCP Server that connects AI agents to [Chargebee platform](https://www.chargebee.com/). -- [grahammccain/chart-library-mcp](https://github.com/grahammccain/chart-library-mcp) 🐍 ☁️ - Historical stock chart pattern intelligence for AI agents. 24M pre-computed embeddings across 15K stocks and 10 years of data. Search by ticker+date or screenshot to find the most similar historical patterns and see what happened next. 19 tools including pattern search, forward returns, regime analysis, and trade simulation. Install: `pip install chartlibrary-mcp`. Free tier: 200 calls/day. +- [grahammccain/chart-library-mcp](https://github.com/grahammccain/chart-library-mcp) [![grahammccain/chart-library-mcp MCP server](https://glama.ai/mcp/servers/grahammccain/chart-library-mcp/badges/score.svg)](https://glama.ai/mcp/servers/grahammccain/chart-library-mcp) 🐍 ☁️ - Historical stock chart pattern intelligence for AI agents. 24M pre-computed embeddings across 15K stocks and 10 years of data. Search by ticker+date or screenshot to find the most similar historical patterns and see what happened next. 19 tools including pattern search, forward returns, regime analysis, and trade simulation. Install: `pip install chartlibrary-mcp`. Free tier: 200 calls/day. - [CryptoRugMunch/rug-munch-mcp](https://github.com/CryptoRugMunch/rug-munch-mcp) [![rug-munch-intelligence MCP server](https://glama.ai/mcp/servers/@CryptoRugMunch/rug-munch-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/@CryptoRugMunch/rug-munch-intelligence) 🐍 ☁️ - 19 crypto token risk intelligence tools for AI agents. Rug pull detection, honeypot scoring, deployer tracking, holder deep-dive, KOL shill detection, social OSINT, and LLM forensic analysis. Free tier (1 call/day) + API keys + x402 USDC micropayments. Remote SSE transport available. - [cct15/war-dashboard-data](https://github.com/cct15/war-dashboard-data) 🐍 ☁️ - Geopolitical conflict risk probabilities for AI agents. Covers 6 regions (Russia-Ukraine, Iran-Israel, China-Taiwan, etc.) with escalation/ceasefire/regime change probabilities at 1d/7d/30d horizons. Includes maritime chokepoint vessel data and political event probabilities. Updated daily. - [codex-data/codex-mcp](https://github.com/Codex-Data/codex-mcp) πŸŽ–οΈ πŸ“‡ ☁️ - [Codex API](https://www.codex.io) integration for real-time enriched blockchain and market data on 60+ networks From fc050227f12254b0e035efc2c7c5d2febe428d9a Mon Sep 17 00:00:00 2001 From: "Oleg B." Date: Mon, 23 Mar 2026 23:39:43 +0100 Subject: [PATCH 200/238] Add AgentVeil Protocol MCP Server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6af5c18..611a04b4 100644 --- a/README.md +++ b/README.md @@ -1823,6 +1823,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. +- [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. - [dkvdm/onepassword-mcp-server](https://github.com/dkvdm/onepassword-mcp-server) - An MCP server that enables secure credential retrieval from 1Password to be used by Agentic AI. From f3859d1c07691e46de98c7c28a427590db72c98b Mon Sep 17 00:00:00 2001 From: Sepehr Movasat Date: Fri, 3 Apr 2026 12:47:50 -0400 Subject: [PATCH 201/238] =?UTF-8?q?Add=20Touchpoint=20=E2=80=94=20Playwrig?= =?UTF-8?q?ht=20for=20the=20entire=20OS?= 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 f6af5c18..8ba7bca5 100644 --- a/README.md +++ b/README.md @@ -458,6 +458,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [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. +- [Touchpoint-Labs/touchpoint](https://github.com/Touchpoint-Labs/touchpoint) [![Touchpoint MCP server](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint/badges/score.svg)](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint) 🐍 🏠 🍎 πŸͺŸ 🐧 - Playwright for the entire OS. Gives AI agents the ability to see, find, and interact with UI elements in any desktop application. - [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) - A secure shell command execution server implementing the Model Context Protocol (MCP) - [VertexStudio/developer](https://github.com/VertexStudio/developer) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - Comprehensive developer tools for file editing, shell command execution, and screen capture capabilities - [wende/cicada](https://github.com/wende/cicada) 🐍 🏠 🍎 πŸͺŸ 🐧 - Code Intelligence for Elixir: module search, function tracking, and PR attribution through tree-sitter AST parsing From b1c10c7488e34dbc30baa7500e0e5964a0d4fc4a Mon Sep 17 00:00:00 2001 From: Ric Date: Fri, 3 Apr 2026 10:50:46 -0700 Subject: [PATCH 202/238] Add Smithery badge per reviewer feedback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26a5c984..077f6a40 100644 --- a/README.md +++ b/README.md @@ -1061,7 +1061,7 @@ MCP servers for e-commerce platforms and online store management. - [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. -- [OFODevelopment/cerebrochain-mcp-server](https://github.com/OFODevelopment/cerebrochain-mcp-server) πŸ“‡ ☁️ - Supply chain & logistics intelligence β€” rate shopping across 85+ carriers, inventory management, order tracking, fleet logistics, and AI-powered demand forecasting. 20 tools and 3 resources for warehouse and supply chain operations. Install via `npx @cerebrochain/mcp-server`. +- [OFODevelopment/cerebrochain-mcp-server](https://github.com/OFODevelopment/cerebrochain-mcp-server) [![smithery badge](https://smithery.ai/badge/@cerebrochain/mcp-server)](https://smithery.ai/server/@cerebrochain/mcp-server) πŸ“‡ ☁️ - Supply chain & logistics intelligence β€” rate shopping across 85+ carriers, inventory management, order tracking, fleet logistics, and AI-powered demand forecasting. 20 tools and 3 resources for warehouse and supply chain operations. - [samrothschild23/intelligence-api](https://github.com/samrothschild23/intelligence-api) [![MCP Server](https://glama.ai/mcp/servers/samrothschild23/intelligence-api/badges/score.svg)](https://glama.ai/mcp/servers/samrothschild23/intelligence-api) πŸ“‡ ☁️ - E-commerce and business intelligence MCP server. Analyze any Shopify store, research Amazon products with Opportunity Score and FBA profitability estimates, and find qualified sales leads from Google Maps with Lead Quality Scoring. Pay-per-call via x402 (USDC on Base). From ffe439c95eada0a926bde1e990a3b18a9f94e2cd Mon Sep 17 00:00:00 2001 From: Ric Date: Fri, 3 Apr 2026 10:57:36 -0700 Subject: [PATCH 203/238] Add Glama score badge after claiming server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 077f6a40..67b1202d 100644 --- a/README.md +++ b/README.md @@ -1061,7 +1061,7 @@ MCP servers for e-commerce platforms and online store management. - [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. -- [OFODevelopment/cerebrochain-mcp-server](https://github.com/OFODevelopment/cerebrochain-mcp-server) [![smithery badge](https://smithery.ai/badge/@cerebrochain/mcp-server)](https://smithery.ai/server/@cerebrochain/mcp-server) πŸ“‡ ☁️ - Supply chain & logistics intelligence β€” rate shopping across 85+ carriers, inventory management, order tracking, fleet logistics, and AI-powered demand forecasting. 20 tools and 3 resources for warehouse and supply chain operations. +- [OFODevelopment/cerebrochain-mcp-server](https://github.com/OFODevelopment/cerebrochain-mcp-server) [![smithery badge](https://smithery.ai/badge/@cerebrochain/mcp-server)](https://smithery.ai/server/@cerebrochain/mcp-server) [![OFODevelopment/cerebrochain-mcp-server MCP server](https://glama.ai/mcp/servers/OFODevelopment/cerebrochain-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/OFODevelopment/cerebrochain-mcp-server) πŸ“‡ ☁️ - Supply chain & logistics intelligence β€” rate shopping across 85+ carriers, inventory management, order tracking, fleet logistics, and AI-powered demand forecasting. 20 tools and 3 resources for warehouse and supply chain operations. - [samrothschild23/intelligence-api](https://github.com/samrothschild23/intelligence-api) [![MCP Server](https://glama.ai/mcp/servers/samrothschild23/intelligence-api/badges/score.svg)](https://glama.ai/mcp/servers/samrothschild23/intelligence-api) πŸ“‡ ☁️ - E-commerce and business intelligence MCP server. Analyze any Shopify store, research Amazon products with Opportunity Score and FBA profitability estimates, and find qualified sales leads from Google Maps with Lead Quality Scoring. Pay-per-call via x402 (USDC on Base). From b37d623c92ddc46f09562709032b573ed7f35edf Mon Sep 17 00:00:00 2001 From: Dario Lanchuske <84111690+lanchuske@users.noreply.github.com> Date: Fri, 3 Apr 2026 15:50:35 -0300 Subject: [PATCH 204/238] Add new MCP server links to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6af5c18..fb48f57a 100644 --- a/README.md +++ b/README.md @@ -515,6 +515,7 @@ Integration with communication platforms for message management and channel oper - [keturiosakys/bluesky-context-server](https://github.com/keturiosakys/bluesky-context-server) πŸ“‡ ☁️ - Bluesky instance integration for querying and interaction - [khan2a/telephony-mcp-server](https://github.com/khan2a/telephony-mcp-server) 🐍 πŸ’¬ - MCP Telephony server for automating voice calls with Speech-to-Text and Speech Recognition to summarize call conversations. Send and receive SMS, detect voicemail, and integrate with Vonage APIs for advanced telephony workflows. - [korotovsky/slack-mcp-server](https://github.com/korotovsky/slack-mcp-server) πŸ“‡ ☁️ - The most powerful MCP server for Slack Workspaces. +- [lanchuske/local-mcp](https://github.com/lanchuske/local-mcp-releases) πŸ“‡ 🏠 🍎 - Connect Claude, Cursor, Windsurf and other AI agents to macOS native apps: Mail, Calendar, Contacts, Reminders, Notes, iMessage, Finder, Safari, OmniFocus, Microsoft Teams, Outlook, OneDrive, and Office documents. 82 tools. Runs entirely on your Mac β€” no cloud, no tokens, no API keys. - [lharries/whatsapp-mcp](https://github.com/lharries/whatsapp-mcp) 🐍 🏎️ - An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups - [line/line-bot-mcp-server](https://github.com/line/line-bot-mcp-server) πŸŽ– πŸ“‡ ☁️ - MCP Server for Integrating LINE Official Account - [littlebearapps/outlook-assistant](https://github.com/littlebearapps/outlook-assistant) [![outlook-assistant MCP server](https://glama.ai/mcp/servers/@littlebearapps/outlook-assistant/badges/score.svg)](https://glama.ai/mcp/servers/@littlebearapps/outlook-assistant) πŸ“‡ ☁️ - Ask your AI assistant to search your inbox, send emails, schedule meetings, manage contacts, and configure mailbox settings β€” without leaving the conversation. Works with Claude, Cursor, Windsurf, and any MCP-compatible client. From ce1845040aa5250570d49bfe1e420028df0cdf4e Mon Sep 17 00:00:00 2001 From: Dario Lanchuske <84111690+lanchuske@users.noreply.github.com> Date: Fri, 3 Apr 2026 16:15:52 -0300 Subject: [PATCH 205/238] add Glama badge to lanchuske/local-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb48f57a..c53620e9 100644 --- a/README.md +++ b/README.md @@ -515,7 +515,7 @@ Integration with communication platforms for message management and channel oper - [keturiosakys/bluesky-context-server](https://github.com/keturiosakys/bluesky-context-server) πŸ“‡ ☁️ - Bluesky instance integration for querying and interaction - [khan2a/telephony-mcp-server](https://github.com/khan2a/telephony-mcp-server) 🐍 πŸ’¬ - MCP Telephony server for automating voice calls with Speech-to-Text and Speech Recognition to summarize call conversations. Send and receive SMS, detect voicemail, and integrate with Vonage APIs for advanced telephony workflows. - [korotovsky/slack-mcp-server](https://github.com/korotovsky/slack-mcp-server) πŸ“‡ ☁️ - The most powerful MCP server for Slack Workspaces. -- [lanchuske/local-mcp](https://github.com/lanchuske/local-mcp-releases) πŸ“‡ 🏠 🍎 - Connect Claude, Cursor, Windsurf and other AI agents to macOS native apps: Mail, Calendar, Contacts, Reminders, Notes, iMessage, Finder, Safari, OmniFocus, Microsoft Teams, Outlook, OneDrive, and Office documents. 82 tools. Runs entirely on your Mac β€” no cloud, no tokens, no API keys. +- [lanchuske/local-mcp](https://github.com/lanchuske/local-mcp-releases) [![lanchuske/local-mcp-releases MCP server](https://glama.ai/mcp/servers/lanchuske/local-mcp-releases/badges/score.svg)](https://glama.ai/mcp/servers/lanchuske/local-mcp-releases) πŸ“‡ 🏠 🍎 - Connect Claude, Cursor, Windsurf and other AI agents to macOS native apps: Mail, Calendar, Contacts, Reminders, Notes, iMessage, Finder, Safari, OmniFocus, Microsoft Teams, Outlook, OneDrive, and Office documents. 82 tools. Runs entirely on your Mac β€” no cloud, no tokens, no API keys. - [lharries/whatsapp-mcp](https://github.com/lharries/whatsapp-mcp) 🐍 🏎️ - An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups - [line/line-bot-mcp-server](https://github.com/line/line-bot-mcp-server) πŸŽ– πŸ“‡ ☁️ - MCP Server for Integrating LINE Official Account - [littlebearapps/outlook-assistant](https://github.com/littlebearapps/outlook-assistant) [![outlook-assistant MCP server](https://glama.ai/mcp/servers/@littlebearapps/outlook-assistant/badges/score.svg)](https://glama.ai/mcp/servers/@littlebearapps/outlook-assistant) πŸ“‡ ☁️ - Ask your AI assistant to search your inbox, send emails, schedule meetings, manage contacts, and configure mailbox settings β€” without leaving the conversation. Works with Claude, Cursor, Windsurf, and any MCP-compatible client. From 0a583f1d95fe84b67746f9850f40305ab21dc44d Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:26:52 -0600 Subject: [PATCH 206/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cb04618..0e9d4c9a 100644 --- a/README.md +++ b/README.md @@ -1347,7 +1347,7 @@ Integration with gaming related data, game engines, and services - [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. - [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) πŸ“‡ ☁️ - 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) +- [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) - [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - An MCP server for real-time Fantasy Premier League data and analysis tools. - [sonirico/mcp-stockfish](https://github.com/sonirico/mcp-stockfish) - 🏎️ 🏠 🍎 πŸͺŸ 🐧️ MCP server connecting AI systems to Stockfish chess engine. - [stefan-xyz/mcp-server-runescape](https://github.com/stefan-xyz/mcp-server-runescape) πŸ“‡ - An MCP server with tools for interacting with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices, player hiscores, and more. From c0f286c8de1272e95f7306e4eaf4864d86428970 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:31:09 -0600 Subject: [PATCH 207/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a822edbe..f7ed10f2 100644 --- a/README.md +++ b/README.md @@ -1065,7 +1065,7 @@ MCP servers for e-commerce platforms and online store management. - [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. -- [OFODevelopment/cerebrochain-mcp-server](https://github.com/OFODevelopment/cerebrochain-mcp-server) [![smithery badge](https://smithery.ai/badge/@cerebrochain/mcp-server)](https://smithery.ai/server/@cerebrochain/mcp-server) [![OFODevelopment/cerebrochain-mcp-server MCP server](https://glama.ai/mcp/servers/OFODevelopment/cerebrochain-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/OFODevelopment/cerebrochain-mcp-server) πŸ“‡ ☁️ - Supply chain & logistics intelligence β€” rate shopping across 85+ carriers, inventory management, order tracking, fleet logistics, and AI-powered demand forecasting. 20 tools and 3 resources for warehouse and supply chain operations. +- [OFODevelopment/cerebrochain-mcp-server](https://github.com/OFODevelopment/cerebrochain-mcp-server) [![OFODevelopment/cerebrochain-mcp-server MCP server](https://glama.ai/mcp/servers/OFODevelopment/cerebrochain-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/OFODevelopment/cerebrochain-mcp-server) πŸ“‡ ☁️ - Supply chain & logistics intelligence β€” rate shopping across 85+ carriers, inventory management, order tracking, fleet logistics, and AI-powered demand forecasting. 20 tools and 3 resources for warehouse and supply chain operations. - [samrothschild23/intelligence-api](https://github.com/samrothschild23/intelligence-api) [![MCP Server](https://glama.ai/mcp/servers/samrothschild23/intelligence-api/badges/score.svg)](https://glama.ai/mcp/servers/samrothschild23/intelligence-api) πŸ“‡ ☁️ - E-commerce and business intelligence MCP server. Analyze any Shopify store, research Amazon products with Opportunity Score and FBA profitability estimates, and find qualified sales leads from Google Maps with Lead Quality Scoring. Pay-per-call via x402 (USDC on Base). From 44bcd03be10f1d972b1b533980e6ed61a55df467 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:42:54 -0600 Subject: [PATCH 208/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a8b104a..0d5a8a59 100644 --- a/README.md +++ b/README.md @@ -1285,7 +1285,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [PreReason/mcp](https://github.com/PreReason/mcp) [![prereason-mcp MCP server](https://glama.ai/mcp/servers/PreReason/mcp/badges/score.svg)](https://glama.ai/mcp/servers/PreReason/mcp) πŸ“‡ ☁️ - Pre-reasoned Bitcoin and macro market briefings with trend signals, confidence scores, and regime classification. 17 briefings covering BTC, Fed balance sheet, M2, Treasury yields, and cross-asset correlations. - [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) 🐍 ☁️ - On-chain calculated crypto indicators (EMA, RSI, Bollinger Bands, Volatility) for 22 tokens via Chainlink oracle. 484 indicator feeds, 4 timeframes, free trial faucet. +- [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. - [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. - [QuantGeekDev/coincap-mcp](https://github.com/QuantGeekDev/coincap-mcp) πŸ“‡ ☁️ - Real-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keys From 2ba035fb10ee036e221c04401e8e4a7713d3bbe0 Mon Sep 17 00:00:00 2001 From: Zk-nd3r Date: Fri, 3 Apr 2026 21:08:25 +0000 Subject: [PATCH 209/238] Add Zcash MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a86fab19..880ca6b4 100644 --- a/README.md +++ b/README.md @@ -1248,6 +1248,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [kukapay/wallet-inspector-mcp](https://github.com/kukapay/wallet-inspector-mcp) 🐍 ☁️ - An MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana chain. - [kukapay/web3-jobs-mcp](https://github.com/kukapay/web3-jobs-mcp) 🐍 ☁️ - An MCP server that provides AI agents with real-time access to curated Web3 jobs. - [kukapay/whale-tracker-mcp](https://github.com/kukapay/whale-tracker-mcp) 🐍 ☁️ - A mcp server for tracking cryptocurrency whale transactions. +- [Frontier-Compute/zcash-mcp](https://github.com/Frontier-Compute/zcash-mcp) πŸ“‡ ☁️ - Zcash shielded operations for AI agents. Chain queries, memo decoding, on-chain attestation, and proof verification. - [KyuRish/trading212-mcp-server](https://github.com/KyuRish/trading212-mcp-server) [![trading212-mcp-server MCP server](https://glama.ai/mcp/servers/@KyuRish/trading212-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@KyuRish/trading212-mcp-server) 🐍 ☁️ - Trading 212 API integration with 28 tools for portfolio management, trading (market/limit/stop orders), pies, dividends, market data, and analytics. Built-in rate limiting. - [klever-io/mcp-klever-vm](https://github.com/klever-io/mcp-klever-vm) πŸŽ–οΈ πŸ“‡ ☁️ - Klever blockchain MCP server for smart contract development, on-chain data exploration, account and asset queries, transaction analysis, and contract deployment tooling. - [laukikk/alpaca-mcp](https://github.com/laukikk/alpaca-mcp) 🐍 ☁️ - An MCP Server for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data. From 8fadc75da603d50b4ccb76c6b1fa795da997da15 Mon Sep 17 00:00:00 2001 From: Nach Dakwale Date: Fri, 3 Apr 2026 14:21:58 -0700 Subject: [PATCH 210/238] docs: add Glama score badge to InstaDomain 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 66f518d4..95f8ef4a 100644 --- a/README.md +++ b/README.md @@ -2077,7 +2077,7 @@ Interact with Git repositories and version control platforms. Enables repository - [Mtehabsim/ScreenPilot](https://github.com/Mtehabsim/ScreenPilot) 🐍 🏠 - enables AI to fully control and access GUI interactions by providing tools for mouse and keyboard, ideal for general automation, education, and experimentation. - [muammar-yacoob/GMail-Manager-MCP](https://github.com/muammar-yacoob/GMail-Manager-MCP#readme) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Connects Claude Desktop to your Gmail so you can start managing your inbox using natural language. Bulk delete promos & newsletters, organize labels and get useful insights. - [mzxrai/mcp-openai](https://github.com/mzxrai/mcp-openai) πŸ“‡ ☁️ - Chat with OpenAI's smartest models -- [nach-dakwale/instadomain-mcp](https://github.com/nach-dakwale/instadomain-mcp) 🐍 ☁️ - Domain registration for AI agents. Check availability, buy domains (Stripe or x402 crypto), and auto-configure Cloudflare DNS. Zero setup required. +- [nach-dakwale/instadomain-mcp](https://github.com/nach-dakwale/instadomain-mcp) [![nach-dakwale/instadomain-mcp MCP server](https://glama.ai/mcp/servers/nach-dakwale/instadomain-mcp/badge)](https://glama.ai/mcp/servers/nach-dakwale/instadomain-mcp) 🐍 ☁️ - Domain registration for AI agents. Check availability, buy domains (Stripe or x402 crypto), and auto-configure Cloudflare DNS. Zero setup required. - [NakaokaRei/swift-mcp-gui](https://github.com/NakaokaRei/swift-mcp-gui.git) 🏠 🍎 - MCP server that can execute commands such as keyboard input and mouse movement - [nanana-app/mcp-server-nano-banana](https://github.com/nanana-app/mcp-server-nano-banana) 🐍 🏠 🍎 πŸͺŸ 🐧 - AI image generation using Google Gemini's nano banana model. - [nguyenvanduocit/all-in-one-model-context-protocol](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol) 🏎️ 🏠 - Some useful tools for developer, almost everything an engineer need: confluence, Jira, Youtube, run script, knowledge base RAG, fetch URL, Manage youtube channel, emails, calendar, gitlab From 735e0ac1506b59a50e25d9b2bcdfb75ed70f3fe3 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Fri, 3 Apr 2026 15:22:49 -0600 Subject: [PATCH 211/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbd2f7e3..3695ba6d 100644 --- a/README.md +++ b/README.md @@ -2167,7 +2167,7 @@ Interact with Git repositories and version control platforms. Enables repository - [Mtehabsim/ScreenPilot](https://github.com/Mtehabsim/ScreenPilot) 🐍 🏠 - enables AI to fully control and access GUI interactions by providing tools for mouse and keyboard, ideal for general automation, education, and experimentation. - [muammar-yacoob/GMail-Manager-MCP](https://github.com/muammar-yacoob/GMail-Manager-MCP#readme) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Connects Claude Desktop to your Gmail so you can start managing your inbox using natural language. Bulk delete promos & newsletters, organize labels and get useful insights. - [mzxrai/mcp-openai](https://github.com/mzxrai/mcp-openai) πŸ“‡ ☁️ - Chat with OpenAI's smartest models -- [nach-dakwale/instadomain-mcp](https://github.com/nach-dakwale/instadomain-mcp) [![nach-dakwale/instadomain-mcp MCP server](https://glama.ai/mcp/servers/nach-dakwale/instadomain-mcp/badge)](https://glama.ai/mcp/servers/nach-dakwale/instadomain-mcp) 🐍 ☁️ - Domain registration for AI agents. Check availability, buy domains (Stripe or x402 crypto), and auto-configure Cloudflare DNS. Zero setup required. +- [nach-dakwale/instadomain-mcp](https://github.com/nach-dakwale/instadomain-mcp) [![nach-dakwale/instadomain-mcp MCP server](https://glama.ai/mcp/servers/nach-dakwale/instadomain-mcp/badges/score.svg)](https://glama.ai/mcp/servers/nach-dakwale/instadomain-mcp) 🐍 ☁️ - Domain registration for AI agents. Check availability, buy domains (Stripe or x402 crypto), and auto-configure Cloudflare DNS. Zero setup required. - [NakaokaRei/swift-mcp-gui](https://github.com/NakaokaRei/swift-mcp-gui.git) 🏠 🍎 - MCP server that can execute commands such as keyboard input and mouse movement - [nanana-app/mcp-server-nano-banana](https://github.com/nanana-app/mcp-server-nano-banana) 🐍 🏠 🍎 πŸͺŸ 🐧 - AI image generation using Google Gemini's nano banana model. - [nguyenvanduocit/all-in-one-model-context-protocol](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol) 🏎️ 🏠 - Some useful tools for developer, almost everything an engineer need: confluence, Jira, Youtube, run script, knowledge base RAG, fetch URL, Manage youtube channel, emails, calendar, gitlab From 7de40360b978a9be91936a5778ea9e0bad73976d Mon Sep 17 00:00:00 2001 From: Zk-nd3r Date: Fri, 3 Apr 2026 14:36:47 -0700 Subject: [PATCH 212/238] add glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 880ca6b4..cbfe3dbb 100644 --- a/README.md +++ b/README.md @@ -1248,7 +1248,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [kukapay/wallet-inspector-mcp](https://github.com/kukapay/wallet-inspector-mcp) 🐍 ☁️ - An MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana chain. - [kukapay/web3-jobs-mcp](https://github.com/kukapay/web3-jobs-mcp) 🐍 ☁️ - An MCP server that provides AI agents with real-time access to curated Web3 jobs. - [kukapay/whale-tracker-mcp](https://github.com/kukapay/whale-tracker-mcp) 🐍 ☁️ - A mcp server for tracking cryptocurrency whale transactions. -- [Frontier-Compute/zcash-mcp](https://github.com/Frontier-Compute/zcash-mcp) πŸ“‡ ☁️ - Zcash shielded operations for AI agents. Chain queries, memo decoding, on-chain attestation, and proof verification. +- [Frontier-Compute/zcash-mcp](https://github.com/Frontier-Compute/zcash-mcp) [![Frontier-Compute/zcash-mcp MCP server](https://glama.ai/mcp/servers/Frontier-Compute/zcash-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Frontier-Compute/zcash-mcp) πŸ“‡ ☁️ - Zcash shielded operations for AI agents. Chain queries, memo decoding, on-chain attestation, and proof verification. - [KyuRish/trading212-mcp-server](https://github.com/KyuRish/trading212-mcp-server) [![trading212-mcp-server MCP server](https://glama.ai/mcp/servers/@KyuRish/trading212-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@KyuRish/trading212-mcp-server) 🐍 ☁️ - Trading 212 API integration with 28 tools for portfolio management, trading (market/limit/stop orders), pies, dividends, market data, and analytics. Built-in rate limiting. - [klever-io/mcp-klever-vm](https://github.com/klever-io/mcp-klever-vm) πŸŽ–οΈ πŸ“‡ ☁️ - Klever blockchain MCP server for smart contract development, on-chain data exploration, account and asset queries, transaction analysis, and contract deployment tooling. - [laukikk/alpaca-mcp](https://github.com/laukikk/alpaca-mcp) 🐍 ☁️ - An MCP Server for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data. From da80b121369b1d703ad790a71f2ddb7f47273a04 Mon Sep 17 00:00:00 2001 From: shane Date: Thu, 19 Feb 2026 00:17:03 -0600 Subject: [PATCH 213/238] Add VerdictSwarm MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9c65da2..12825bbb 100644 --- a/README.md +++ b/README.md @@ -1185,6 +1185,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [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 - [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) πŸ“‡ 🏠 - 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). - [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. - [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 From b8250e9d94e5c7495466bea4296607ce12a5aa4b Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Fri, 3 Apr 2026 19:14:01 -0600 Subject: [PATCH 214/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12825bbb..e5dedb01 100644 --- a/README.md +++ b/README.md @@ -1185,7 +1185,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [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 - [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) πŸ“‡ 🏠 - 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. +- [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). - [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. - [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 From 3c4360514591496cf2925411a813f6eef7150463 Mon Sep 17 00:00:00 2001 From: Shahabaz Khan Date: Sat, 4 Apr 2026 11:41:40 +0530 Subject: [PATCH 215/238] Add inxmail-mcp to Communication --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5dedb01..815471f9 100644 --- a/README.md +++ b/README.md @@ -509,6 +509,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. +- [shahabazdev/inxmail-mcp](https://github.com/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. - [jagan-shanmugam/mattermost-mcp-host](https://github.com/jagan-shanmugam/mattermost-mcp-host) 🐍 🏠 - A MCP server along with MCP host that provides access to Mattermost teams, channels and messages. MCP host is integrated as a bot in Mattermost with access to MCP servers that can be configured. From 6cc762bf29d0ef51780e1f7602cdd9cdf512ecc2 Mon Sep 17 00:00:00 2001 From: Shahabaz Khan Date: Sat, 4 Apr 2026 11:43:49 +0530 Subject: [PATCH 216/238] Add Glama badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 815471f9..258cf8fa 100644 --- a/README.md +++ b/README.md @@ -509,7 +509,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. -- [shahabazdev/inxmail-mcp](https://github.com/shahabazdev/inxmail-mcp) πŸ“‡ ☁️ - Manage Inxmail Commerce transactional emails β€” events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking. +- [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. - [jagan-shanmugam/mattermost-mcp-host](https://github.com/jagan-shanmugam/mattermost-mcp-host) 🐍 🏠 - A MCP server along with MCP host that provides access to Mattermost teams, channels and messages. MCP host is integrated as a bot in Mattermost with access to MCP servers that can be configured. From 0ce741ee522c1bba7091239ca0c6e3b3997c1c04 Mon Sep 17 00:00:00 2001 From: Shahabaz Khan Date: Sat, 4 Apr 2026 11:50:48 +0530 Subject: [PATCH 217/238] Fix Glama badge format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 258cf8fa..558133d2 100644 --- a/README.md +++ b/README.md @@ -509,7 +509,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. -- [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. +- [shahabazdev/inxmail-mcp](https://github.com/shahabazdev/inxmail-mcp) [![MCP Server](https://glama.ai/mcp/servers/shahabazdev/inxmail-mcp/badge)](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. - [jagan-shanmugam/mattermost-mcp-host](https://github.com/jagan-shanmugam/mattermost-mcp-host) 🐍 🏠 - A MCP server along with MCP host that provides access to Mattermost teams, channels and messages. MCP host is integrated as a bot in Mattermost with access to MCP servers that can be configured. From 70482e97c164cd42ae7700cdb3404c549f8bcc32 Mon Sep 17 00:00:00 2001 From: Shahabaz Khan Date: Sat, 4 Apr 2026 11:59:02 +0530 Subject: [PATCH 218/238] Revert to standard Glama badge format (badges/score.svg) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 558133d2..258cf8fa 100644 --- a/README.md +++ b/README.md @@ -509,7 +509,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. -- [shahabazdev/inxmail-mcp](https://github.com/shahabazdev/inxmail-mcp) [![MCP Server](https://glama.ai/mcp/servers/shahabazdev/inxmail-mcp/badge)](https://glama.ai/mcp/servers/shahabazdev/inxmail-mcp) πŸ“‡ ☁️ - Manage Inxmail Commerce transactional emails β€” events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking. +- [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. - [jagan-shanmugam/mattermost-mcp-host](https://github.com/jagan-shanmugam/mattermost-mcp-host) 🐍 🏠 - A MCP server along with MCP host that provides access to Mattermost teams, channels and messages. MCP host is integrated as a bot in Mattermost with access to MCP servers that can be configured. From 3942d5a03206c31cfb55843268c503bf57f95473 Mon Sep 17 00:00:00 2001 From: yusong652 Date: Sat, 4 Apr 2026 16:29:51 +0900 Subject: [PATCH 219/238] Add yade-mcp to Research section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5dedb01..2bf59cb5 100644 --- a/README.md +++ b/README.md @@ -1680,6 +1680,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [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. ### πŸ”Ž end to end RAG platforms From 5e4bc73105dd6eb9f73e25276cc1ca23a0252786 Mon Sep 17 00:00:00 2001 From: Ectsang <1057844+Ectsang@users.noreply.github.com> Date: Sat, 4 Apr 2026 18:15:42 +0800 Subject: [PATCH 220/238] Add goodmeta/intelligence-mcp to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 862f7545..d3b2999e 100644 --- a/README.md +++ b/README.md @@ -1182,6 +1182,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [cryptobriefing/gloria-mcp](https://github.com/cryptobriefing/gloria-mcp) [![cryptobriefing/gloria-mcp MCP server](https://glama.ai/mcp/servers/cryptobriefing/gloria-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cryptobriefing/gloria-mcp) πŸŽ–οΈ 🐍 ☁️ - AI-curated crypto news intelligence for agents. Real-time headlines with sentiment analysis, AI-generated recaps, keyword search, and ticker summaries across 16 categories including Bitcoin, Ethereum, DeFi, and AI. - [gpartin/CryptoGuardClient](https://github.com/gpartin/CryptoGuardClient) [![CryptoGuardClient MCP server](https://glama.ai/mcp/servers/gpartin/CryptoGuardClient/badges/score.svg)](https://glama.ai/mcp/servers/gpartin/CryptoGuardClient) 🐍 ☁️ - Per-transaction deterministic crypto validator for AI trading agents. Validate trades (PROCEED/CAUTION/BLOCK), scan tokens, detect rug pulls β€” powered by WaveGuard physics engine. 5 free calls/day, x402 USDC payments. `pip install CryptoGuardClient` - [gosodax/builders-sodax-mcp-server](https://github.com/gosodax/builders-sodax-mcp-server) [![sodax-builders-mcp MCP server](https://glama.ai/mcp/servers/@gosodax/sodax-builders-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@gosodax/sodax-builders-mcp) πŸ“‡ ☁️ - SODAX MCP server: live cross-chain DeFi API data and auto-updating SDK docs for 17+ networks. Query swaps, lending, solver volume, and intent history from your AI coding assistant. +- [goodmeta/intelligence-mcp](https://github.com/goodmeta/intelligence-mcp) πŸ“‡ ☁️ - Agent payments ecosystem intelligence. Scans GitHub, Hacker News, and npm for activity across AP2, ACP, x402, MPP, and UCP protocols. Returns scored opportunities with recommended actions. Free protocol comparison + paid scan via x402 USDC. - [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 From 9e15347126d0a116154765d62fa457225f0c2d31 Mon Sep 17 00:00:00 2001 From: nakulben Date: Sat, 4 Apr 2026 16:44:28 +0530 Subject: [PATCH 221/238] Add nakulben/whatsapp-mcp - WhatsApp Business API template management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 862f7545..cd112cc6 100644 --- a/README.md +++ b/README.md @@ -523,6 +523,7 @@ Integration with communication platforms for message management and channel oper - [korotovsky/slack-mcp-server](https://github.com/korotovsky/slack-mcp-server) πŸ“‡ ☁️ - The most powerful MCP server for Slack Workspaces. - [lanchuske/local-mcp](https://github.com/lanchuske/local-mcp-releases) [![lanchuske/local-mcp-releases MCP server](https://glama.ai/mcp/servers/lanchuske/local-mcp-releases/badges/score.svg)](https://glama.ai/mcp/servers/lanchuske/local-mcp-releases) πŸ“‡ 🏠 🍎 - Connect Claude, Cursor, Windsurf and other AI agents to macOS native apps: Mail, Calendar, Contacts, Reminders, Notes, iMessage, Finder, Safari, OmniFocus, Microsoft Teams, Outlook, OneDrive, and Office documents. 82 tools. Runs entirely on your Mac β€” no cloud, no tokens, no API keys. - [lharries/whatsapp-mcp](https://github.com/lharries/whatsapp-mcp) 🐍 🏎️ - An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups +- [nakulben/whatsapp-mcp](https://github.com/nakulben/whatsapp-mcp) 🐍 ☁️ - WhatsApp Business API template management via Meta Cloud API. Create, validate, and send all 12 template types (text, image, video, document, location, authentication, carousel, coupon, catalog, MPM, limited-time offer, and flows) from any MCP client. - [line/line-bot-mcp-server](https://github.com/line/line-bot-mcp-server) πŸŽ– πŸ“‡ ☁️ - MCP Server for Integrating LINE Official Account - [littlebearapps/outlook-assistant](https://github.com/littlebearapps/outlook-assistant) [![outlook-assistant MCP server](https://glama.ai/mcp/servers/@littlebearapps/outlook-assistant/badges/score.svg)](https://glama.ai/mcp/servers/@littlebearapps/outlook-assistant) πŸ“‡ ☁️ - Ask your AI assistant to search your inbox, send emails, schedule meetings, manage contacts, and configure mailbox settings β€” without leaving the conversation. Works with Claude, Cursor, Windsurf, and any MCP-compatible client. - [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 From 823adde5351050537992441867aa5e429ab93734 Mon Sep 17 00:00:00 2001 From: Ectsang <1057844+Ectsang@users.noreply.github.com> Date: Sat, 4 Apr 2026 21:08:59 +0800 Subject: [PATCH 222/238] Add Glama score badge to intelligence-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3b2999e..d8b1c769 100644 --- a/README.md +++ b/README.md @@ -1182,7 +1182,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [cryptobriefing/gloria-mcp](https://github.com/cryptobriefing/gloria-mcp) [![cryptobriefing/gloria-mcp MCP server](https://glama.ai/mcp/servers/cryptobriefing/gloria-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cryptobriefing/gloria-mcp) πŸŽ–οΈ 🐍 ☁️ - AI-curated crypto news intelligence for agents. Real-time headlines with sentiment analysis, AI-generated recaps, keyword search, and ticker summaries across 16 categories including Bitcoin, Ethereum, DeFi, and AI. - [gpartin/CryptoGuardClient](https://github.com/gpartin/CryptoGuardClient) [![CryptoGuardClient MCP server](https://glama.ai/mcp/servers/gpartin/CryptoGuardClient/badges/score.svg)](https://glama.ai/mcp/servers/gpartin/CryptoGuardClient) 🐍 ☁️ - Per-transaction deterministic crypto validator for AI trading agents. Validate trades (PROCEED/CAUTION/BLOCK), scan tokens, detect rug pulls β€” powered by WaveGuard physics engine. 5 free calls/day, x402 USDC payments. `pip install CryptoGuardClient` - [gosodax/builders-sodax-mcp-server](https://github.com/gosodax/builders-sodax-mcp-server) [![sodax-builders-mcp MCP server](https://glama.ai/mcp/servers/@gosodax/sodax-builders-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@gosodax/sodax-builders-mcp) πŸ“‡ ☁️ - SODAX MCP server: live cross-chain DeFi API data and auto-updating SDK docs for 17+ networks. Query swaps, lending, solver volume, and intent history from your AI coding assistant. -- [goodmeta/intelligence-mcp](https://github.com/goodmeta/intelligence-mcp) πŸ“‡ ☁️ - Agent payments ecosystem intelligence. Scans GitHub, Hacker News, and npm for activity across AP2, ACP, x402, MPP, and UCP protocols. Returns scored opportunities with recommended actions. Free protocol comparison + paid scan via x402 USDC. +- [goodmeta/intelligence-mcp](https://github.com/goodmeta/intelligence-mcp) [![intelligence-mcp MCP server](https://glama.ai/mcp/servers/goodmeta/intelligence-mcp/badges/score.svg)](https://glama.ai/mcp/servers/goodmeta/intelligence-mcp) πŸ“‡ ☁️ - Agent payments ecosystem intelligence. Scans GitHub, Hacker News, and npm for activity across AP2, ACP, x402, MPP, and UCP protocols. Returns scored opportunities with recommended actions. Free protocol comparison + paid scan via x402 USDC. - [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 From d2430a894142b695130ca0113198915e3830e5cc Mon Sep 17 00:00:00 2001 From: dial481 <248182468+dial481@users.noreply.github.com> Date: Sat, 4 Apr 2026 16:23:28 +0300 Subject: [PATCH 223/238] Add badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4632d934..fac7b40d 100644 --- a/README.md +++ b/README.md @@ -1474,7 +1474,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. -- [penfieldlabs/penfield-mcp](https://github.com/penfieldlabs/penfield-mcp) [![penfieldlabs/penfield-mcp MCP server](https://glama.ai/mcp/servers/penfieldlabs/penfield-mcp/badges/score.svg)](https://glama.ai/mcp/servers/penfieldlabs/penfield-mcp) - 🐍 ☁️ - Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive handoff, artifact storage, and personality system. Works across Claude, Cursor, Windsurf, and any MCP client. +- [penfieldlabs/penfield-mcp](https://github.com/penfieldlabs/penfield-mcp) - [![penfield-mcp MCP server](https://glama.ai/mcp/servers/penfieldlabs/penfield-mcp/badges/score.svg)](https://glama.ai/mcp/servers/penfieldlabs/penfield-mcp) - 🐍 ☁️ - Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive handoff, artifact storage, and personality system. Works across Claude, Cursor, Windsurf, and any MCP client. - [pfillion42/memviz](https://github.com/pfillion42/memviz) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Visual explorer for [MCP Memory Service](https://github.com/doobidoo/mcp-memory-service) SQLite-vec databases. Browse, search, filter, edit memories with dashboard, timeline, UMAP projection, semantic clustering, duplicate detection, and association graph. - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) πŸŽ–οΈ πŸ¦€ ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. From f2a0c73ae601d85a1980c99c2e28caa25ba24a0f Mon Sep 17 00:00:00 2001 From: MediumEditor Date: Sat, 4 Apr 2026 17:43:22 +0300 Subject: [PATCH 224/238] =?UTF-8?q?Add=20GuardVibe=20=E2=80=94=20Security?= =?UTF-8?q?=20MCP=20for=20vibe=20coding?= 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 862f7545..329029e7 100644 --- a/README.md +++ b/README.md @@ -1863,6 +1863,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [knowledgepa3/gia-mcp-server](https://github.com/knowledgepa3/gia-mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Enterprise AI governance layer with 29 tools: MAI decision classification (Mandatory/Advisory/Informational), hash-chained forensic audit trails, human-in-the-loop gates, compliance mapping (NIST AI RMF, EU AI Act, ISO 42001), governed memory packs, and site reliability tools. - [girste/mcp-cybersec-watchdog](https://github.com/girste/mcp-cybersec-watchdog) 🐍 🏠 🐧 - Comprehensive Linux server security audit with 89 CIS Benchmark controls, NIST 800-53, and PCI-DSS compliance checks. Real-time monitoring with anomaly detection across 23 analyzers: firewall, SSH, fail2ban, Docker, CVE, rootkit, SSL/TLS, filesystem, network, and more. - [gridinsoft/mcp-inspector](https://github.com/gridinsoft/mcp-inspector) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - MCP server for domain and URL security analysis powered by GridinSoft Inspector, enabling AI agents to verify website and link safety. +- [goklab/guardvibe](https://github.com/goklab/guardvibe) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Security MCP for vibe coding with 313 rules and 25 tools. Purpose-built for AI-generated code β€” scans Next.js, Supabase, Clerk, Stripe, Prisma, Hono, GraphQL, and 23+ modules. Auto-fix, SARIF export, pre-commit hook, and CVE version detection. Zero config, runs locally. - [HaroldFinchIFT/vuln-nist-mcp-server](https://github.com/HaroldFinchIFT/vuln-nist-mcp-server) 🐍 ☁️️ 🍎 πŸͺŸ 🐧 - A Model Context Protocol (MCP) server for querying NIST National Vulnerability Database (NVD) API endpoints. - [hieutran/entraid-mcp-server](https://github.com/hieuttmmo/entraid-mcp-server) 🐍 ☁️ - A MCP server for Microsoft Entra ID (Azure AD) directory, user, group, device, sign-in, and security operations via Microsoft Graph Python SDK. - [I4cTime/quantum_ring](https://github.com/I4cTime/quantum_ring) [![I4cTime/quantum_ring MCP server](https://glama.ai/mcp/servers/I4cTime/quantum_ring/badges/score.svg)](https://glama.ai/mcp/servers/I4cTime/quantum_ring) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Quantum-inspired keyring for AI coding agents. Secure secrets with superposition, entanglement, tunneling, and teleportation. From 0f499b5d12ff11022981a88dc53d82962f04e773 Mon Sep 17 00:00:00 2001 From: AIMLPM Date: Sat, 4 Apr 2026 08:20:32 -0700 Subject: [PATCH 225/238] Add AIMLPM/markcrawl MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 862f7545..087c38b8 100644 --- a/README.md +++ b/README.md @@ -1694,6 +1694,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [Aas-ee/open-webSearch](https://github.com/Aas-ee/open-webSearch) 🐍 πŸ“‡ ☁️ - Web search using free multi-engine search (NO API KEYS REQUIRED) β€” Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN. +- [AIMLPM/markcrawl](https://github.com/AIMLPM/markcrawl) 🐍 🏠 - Crawl websites into clean Markdown, search pages, and extract structured data with LLMs. Built-in MCP server for web research and RAG pipelines. - [ac3xx/mcp-servers-kagi](https://github.com/ac3xx/mcp-servers-kagi) πŸ“‡ ☁️ - Kagi search API integration - [adawalli/nexus](https://github.com/adawalli/nexus) πŸ“‡ ☁️ - AI-powered web search server using Perplexity Sonar models with source citations. Zero-install setup via NPX. - [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. From 866ffef11b7e466d2622f053adee7007523948f1 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sat, 4 Apr 2026 10:01:43 -0600 Subject: [PATCH 226/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fac7b40d..e6dff434 100644 --- a/README.md +++ b/README.md @@ -1474,7 +1474,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [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. -- [penfieldlabs/penfield-mcp](https://github.com/penfieldlabs/penfield-mcp) - [![penfield-mcp MCP server](https://glama.ai/mcp/servers/penfieldlabs/penfield-mcp/badges/score.svg)](https://glama.ai/mcp/servers/penfieldlabs/penfield-mcp) - 🐍 ☁️ - Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive handoff, artifact storage, and personality system. Works across Claude, Cursor, Windsurf, and any MCP client. +- [penfieldlabs/penfield-mcp](https://github.com/penfieldlabs/penfield-mcp) [![penfield-mcp MCP server](https://glama.ai/mcp/servers/penfieldlabs/penfield-mcp/badges/score.svg)](https://glama.ai/mcp/servers/penfieldlabs/penfield-mcp) 🐍 ☁️ - - 🐍 ☁️ - Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive handoff, artifact storage, and personality system. Works across Claude, Cursor, Windsurf, and any MCP client. - [pfillion42/memviz](https://github.com/pfillion42/memviz) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Visual explorer for [MCP Memory Service](https://github.com/doobidoo/mcp-memory-service) SQLite-vec databases. Browse, search, filter, edit memories with dashboard, timeline, UMAP projection, semantic clustering, duplicate detection, and association graph. - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) πŸŽ–οΈ πŸ¦€ ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) πŸ¦€ 🏠 🍎 πŸͺŸ 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. From 557942b291585e87393493e81fee6dacf9da2003 Mon Sep 17 00:00:00 2001 From: Amin Suleiman <61456877+webaesbyamin@users.noreply.github.com> Date: Sat, 4 Apr 2026 11:08:16 -0600 Subject: [PATCH 227/238] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Agent Receipts β€” cryptographic receipts for AI agents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6dff434..5e4ec9ff 100644 --- a/README.md +++ b/README.md @@ -2081,6 +2081,7 @@ Interact with Git repositories and version control platforms. Enables repository - [2niuhe/plantuml_web](https://github.com/2niuhe/plantuml_web) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - A web-based PlantUML frontend with MCP server integration, enable plantuml image generation and plantuml syntax validation. - [2niuhe/qrcode_mcp](https://github.com/2niuhe/qrcode_mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - A QR code generation MCP server that converts any text (including Chinese characters) to QR codes with customizable colors and base64 encoding output. +- - [Agent Receipts](https://github.com/webaesbyamin/agent-receipts) πŸ“‡ 🏠 - Cryptographic accountability for AI agents. Ed25519-signed receipts for every MCP tool call β€” constraints, chains, AI judgment, invoicing, local dashboard. - [AceDataCloud/MCPShortURL](https://github.com/AceDataCloud/MCPShortURL) [![AceDataCloud/MCPShortURL MCP server](https://glama.ai/mcp/servers/AceDataCloud/MCPShortURL/badges/score.svg)](https://glama.ai/mcp/servers/AceDataCloud/MCPShortURL) 🐍 ☁️ - Free URL shortening with batch support (up to 10 URLs), permanent `surl.id` short links, zero credit consumption. - [AbdelStark/bitcoin-mcp](https://github.com/AbdelStark/bitcoin-mcp) - β‚Ώ A Model Context Protocol (MCP) server that enables AI models to interact with Bitcoin, allowing them to generate keys, validate addresses, decode transactions, query the blockchain, and more. - [akseyh/bear-mcp-server](https://github.com/akseyh/bear-mcp-server) - Allows the AI to read from your Bear Notes (macOS only) From 5210a9abfd225633dd8d6395b6a0ae1feccfdeb7 Mon Sep 17 00:00:00 2001 From: Amin Suleiman <61456877+webaesbyamin@users.noreply.github.com> Date: Sat, 4 Apr 2026 11:25:42 -0600 Subject: [PATCH 228/238] fix: update Agent Receipts entry with owner/repo format and Glama badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e4ec9ff..3cc9de2e 100644 --- a/README.md +++ b/README.md @@ -2081,7 +2081,7 @@ Interact with Git repositories and version control platforms. Enables repository - [2niuhe/plantuml_web](https://github.com/2niuhe/plantuml_web) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - A web-based PlantUML frontend with MCP server integration, enable plantuml image generation and plantuml syntax validation. - [2niuhe/qrcode_mcp](https://github.com/2niuhe/qrcode_mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - A QR code generation MCP server that converts any text (including Chinese characters) to QR codes with customizable colors and base64 encoding output. -- - [Agent Receipts](https://github.com/webaesbyamin/agent-receipts) πŸ“‡ 🏠 - Cryptographic accountability for AI agents. Ed25519-signed receipts for every MCP tool call β€” constraints, chains, AI judgment, invoicing, local dashboard. +- [webaesbyamin/agent-receipts](https://github.com/webaesbyamin/agent-receipts) [![webaesbyamin/agent-receipts MCP server](https://glama.ai/mcp/servers/webaesbyamin/agent-receipts/badges/score.svg)](https://glama.ai/mcp/servers/webaesbyamin/agent-receipts) πŸ“‡ 🏠 - Cryptographic accountability for AI agents. Ed25519-signed receipts for every MCP tool call β€” constraints, chains, AI judgment, invoicing, local dashboard. - [AceDataCloud/MCPShortURL](https://github.com/AceDataCloud/MCPShortURL) [![AceDataCloud/MCPShortURL MCP server](https://glama.ai/mcp/servers/AceDataCloud/MCPShortURL/badges/score.svg)](https://glama.ai/mcp/servers/AceDataCloud/MCPShortURL) 🐍 ☁️ - Free URL shortening with batch support (up to 10 URLs), permanent `surl.id` short links, zero credit consumption. - [AbdelStark/bitcoin-mcp](https://github.com/AbdelStark/bitcoin-mcp) - β‚Ώ A Model Context Protocol (MCP) server that enables AI models to interact with Bitcoin, allowing them to generate keys, validate addresses, decode transactions, query the blockchain, and more. - [akseyh/bear-mcp-server](https://github.com/akseyh/bear-mcp-server) - Allows the AI to read from your Bear Notes (macOS only) From f51128635bb53cfc7248c4439056aabe264c7cbd Mon Sep 17 00:00:00 2001 From: Kevin Swint Date: Fri, 3 Apr 2026 08:08:20 -0700 Subject: [PATCH 229/238] feat: add xcode-studio-mcp to Developer Tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add kevinswint/xcode-studio-mcp β€” a unified MCP server for iOS development that enables building, running, screenshotting, and interacting with iOS Simulator. Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd45eeef..9cd00d97 100644 --- a/README.md +++ b/README.md @@ -839,6 +839,7 @@ Tools and integrations that enhance the development workflow and environment man - [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. +- [kevinswint/xcode-studio-mcp](https://github.com/kevinswint/xcode-studio-mcp) πŸ“‡ 🏠 🍎 - Unified MCP server for iOS development β€” build, run, screenshot, and interact with iOS Simulator. - [kindly-software/kdb](https://github.com/kindly-software/kdb) πŸ¦€ ☁️ - AI-powered time-travel debugger with bidirectional execution replay, audit-compliant hash-chain logging, and SIMD-accelerated stack unwinding. Free Hobby tier available. - [knewstimek/agent-tool](https://github.com/knewstimek/agent-tool) [![agent-tool MCP server](https://glama.ai/mcp/servers/knewstimek/agent-tool/badges/score.svg)](https://glama.ai/mcp/servers/knewstimek/agent-tool) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Encoding-aware, indentation-smart file tools for AI coding agents. 20+ tools including read/edit with automatic encoding detection, smart indentation conversion, SSH, SFTP, process management, and system utilities. Preserves file encoding (UTF-8, EUC-KR, Shift_JIS, etc.) and respects .editorconfig settings. - [KryptosAI/mcp-observatory](https://github.com/KryptosAI/mcp-observatory) [![mcp-observatory MCP server](https://glama.ai/mcp/servers/KryptosAI/mcp-observatory/badges/score.svg)](https://glama.ai/mcp/servers/KryptosAI/mcp-observatory) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Regression testing for MCP servers. Auto-discovers servers from Claude configs, checks capabilities, invokes tools, detects schema drift between versions, and recommends new servers based on your environment. Works as both a CLI and an MCP server. From 786b30e063f928d488ef3d73a3b7274520e27562 Mon Sep 17 00:00:00 2001 From: Kevin Swint Date: Fri, 3 Apr 2026 08:33:52 -0700 Subject: [PATCH 230/238] Add Glama score badge for xcode-studio-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cd00d97..cc9e4963 100644 --- a/README.md +++ b/README.md @@ -839,7 +839,7 @@ Tools and integrations that enhance the development workflow and environment man - [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. -- [kevinswint/xcode-studio-mcp](https://github.com/kevinswint/xcode-studio-mcp) πŸ“‡ 🏠 🍎 - Unified MCP server for iOS development β€” build, run, screenshot, and interact with iOS Simulator. +- [kevinswint/xcode-studio-mcp](https://github.com/kevinswint/xcode-studio-mcp) [![kevinswint/xcode-studio-mcp MCP server](https://glama.ai/mcp/servers/kevinswint/xcode-studio-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kevinswint/xcode-studio-mcp) πŸ“‡ 🏠 🍎 - Unified MCP server for iOS development β€” build, run, screenshot, and interact with iOS Simulator. - [kindly-software/kdb](https://github.com/kindly-software/kdb) πŸ¦€ ☁️ - AI-powered time-travel debugger with bidirectional execution replay, audit-compliant hash-chain logging, and SIMD-accelerated stack unwinding. Free Hobby tier available. - [knewstimek/agent-tool](https://github.com/knewstimek/agent-tool) [![agent-tool MCP server](https://glama.ai/mcp/servers/knewstimek/agent-tool/badges/score.svg)](https://glama.ai/mcp/servers/knewstimek/agent-tool) 🏎️ 🏠 🍎 πŸͺŸ 🐧 - Encoding-aware, indentation-smart file tools for AI coding agents. 20+ tools including read/edit with automatic encoding detection, smart indentation conversion, SSH, SFTP, process management, and system utilities. Preserves file encoding (UTF-8, EUC-KR, Shift_JIS, etc.) and respects .editorconfig settings. - [KryptosAI/mcp-observatory](https://github.com/KryptosAI/mcp-observatory) [![mcp-observatory MCP server](https://glama.ai/mcp/servers/KryptosAI/mcp-observatory/badges/score.svg)](https://glama.ai/mcp/servers/KryptosAI/mcp-observatory) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Regression testing for MCP servers. Auto-discovers servers from Claude configs, checks capabilities, invokes tools, detects schema drift between versions, and recommends new servers based on your environment. Works as both a CLI and an MCP server. From f07c70884345eea23f845886ee8e921f2c4ca0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E9=97=B2=E9=9D=99=E9=9B=85?= Date: Sun, 5 Apr 2026 02:51:23 +0800 Subject: [PATCH 231/238] Add RecallNest to Knowledge & Memory 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 cc9e4963..0df96050 100644 --- a/README.md +++ b/README.md @@ -1393,6 +1393,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [20alexl/mini_claude](https://github.com/20alexl/mini_claude) 🐍 🏠 - Persistent memory and guardrails for Claude Code. Features mistake tracking, loop detection, scope guard, and hooks that block risky edits. Runs locally with Ollama. - [agentic-mcp-tools/memora](https://github.com/agentic-mcp-tools/memora) 🐍 🏠 ☁️ - Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management. - [aitytech/agentkits-memory](https://github.com/aitytech/agentkits-memory) [![agentkits-memory MCP server](https://glama.ai/mcp/servers/@aitytech/agentkits-memory/badges/score.svg)](https://glama.ai/mcp/servers/@aitytech/agentkits-memory) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Persistent memory for AI coding assistants with hybrid search (FTS5 + vector embeddings), session tracking, automatic context hooks, and web viewer. SQLite-based with no daemon process β€” works with Claude Code, Cursor, Windsurf, and any MCP client. +- [AliceLJY/recallnest](https://github.com/AliceLJY/recallnest) [![recallnest MCP server](https://glama.ai/mcp/servers/AliceLJY/recallnest/badges/score.svg)](https://glama.ai/mcp/servers/AliceLJY/recallnest) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Persistent memory MCP server for AI coding agents (Claude Code, Codex, Gemini CLI). Hybrid retrieval (vector + BM25), cross-encoder reranking, knowledge graph with PPR traversal, session checkpoint/resume, and multi-scope isolation. Local-first with LanceDB + SQLite, zero external dependencies. - [ailenshen/apple-notes-mcp](https://github.com/ailenshen/apple-notes-mcp) [![apple-notes-mcp MCP server](https://glama.ai/mcp/servers/ailenshen/apple-notes-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ailenshen/apple-notes-mcp) πŸ“‡ 🏠 🍎 - Read and write Apple Notes with bidirectional Markdown conversion. Fast SQLite queries for listing/searching, AppleScript + native import for full CRUD. Supports stdio and Streamable HTTP transports. - [AgenticRevolution/memory-nexus-cloud](https://github.com/AgenticRevolution/memory-nexus-cloud) πŸ“‡ ☁️ - Cloud-hosted persistent semantic memory for AI agents. Semantic search, knowledge graphs, specialist expertise hats, and multi-tenant isolation. Free 7-day trial. - [AgentModule/mcp](https://github.com/AgentModule/mcp) [![AgentModule/mcp MCP server](https://glama.ai/mcp/servers/AgentModule/mcp/badges/score.svg)](https://glama.ai/mcp/servers/AgentModule/mcp) πŸ“‡ ☁️ - Agent-native knowledge infrastructure. Deterministic, vertical-specific knowledge bases engineered for autonomous agent consumption via MCP. Ethics module (22 modules, EU AI Act mapped) included with every membership. Free 24hr ethics trial. From b161c7a9630d8f05f53677c3294202c2cfe24dca Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sat, 4 Apr 2026 13:09:11 -0600 Subject: [PATCH 232/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8afab711..31f6ea0a 100644 --- a/README.md +++ b/README.md @@ -523,7 +523,7 @@ Integration with communication platforms for message management and channel oper - [korotovsky/slack-mcp-server](https://github.com/korotovsky/slack-mcp-server) πŸ“‡ ☁️ - The most powerful MCP server for Slack Workspaces. - [lanchuske/local-mcp](https://github.com/lanchuske/local-mcp-releases) [![lanchuske/local-mcp-releases MCP server](https://glama.ai/mcp/servers/lanchuske/local-mcp-releases/badges/score.svg)](https://glama.ai/mcp/servers/lanchuske/local-mcp-releases) πŸ“‡ 🏠 🍎 - Connect Claude, Cursor, Windsurf and other AI agents to macOS native apps: Mail, Calendar, Contacts, Reminders, Notes, iMessage, Finder, Safari, OmniFocus, Microsoft Teams, Outlook, OneDrive, and Office documents. 82 tools. Runs entirely on your Mac β€” no cloud, no tokens, no API keys. - [lharries/whatsapp-mcp](https://github.com/lharries/whatsapp-mcp) 🐍 🏎️ - An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups -- [nakulben/whatsapp-mcp](https://github.com/nakulben/whatsapp-mcp) 🐍 ☁️ - WhatsApp Business API template management via Meta Cloud API. Create, validate, and send all 12 template types (text, image, video, document, location, authentication, carousel, coupon, catalog, MPM, limited-time offer, and flows) from any MCP client. +- [nakulben/whatsapp-mcp](https://github.com/nakulben/whatsapp-mcp) [![nakulben/whatsapp-mcp MCP server](https://glama.ai/mcp/servers/nakulben/whatsapp-mcp/badges/score.svg)](https://glama.ai/mcp/servers/nakulben/whatsapp-mcp) 🐍 ☁️ - WhatsApp Business API template management via Meta Cloud API. Create, validate, and send all 12 template types (text, image, video, document, location, authentication, carousel, coupon, catalog, MPM, limited-time offer, and flows) from any MCP client. - [line/line-bot-mcp-server](https://github.com/line/line-bot-mcp-server) πŸŽ– πŸ“‡ ☁️ - MCP Server for Integrating LINE Official Account - [littlebearapps/outlook-assistant](https://github.com/littlebearapps/outlook-assistant) [![outlook-assistant MCP server](https://glama.ai/mcp/servers/@littlebearapps/outlook-assistant/badges/score.svg)](https://glama.ai/mcp/servers/@littlebearapps/outlook-assistant) πŸ“‡ ☁️ - Ask your AI assistant to search your inbox, send emails, schedule meetings, manage contacts, and configure mailbox settings β€” without leaving the conversation. Works with Claude, Cursor, Windsurf, and any MCP-compatible client. - [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 From 816bf0a4c4de59284e53e0faed18712145da86f7 Mon Sep 17 00:00:00 2001 From: MediumEditor Date: Sat, 4 Apr 2026 23:02:20 +0300 Subject: [PATCH 233/238] add Glama badge, update to v2.7.4 (330 rules, 29 tools) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 329029e7..fdbd6fa8 100644 --- a/README.md +++ b/README.md @@ -1863,7 +1863,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [knowledgepa3/gia-mcp-server](https://github.com/knowledgepa3/gia-mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Enterprise AI governance layer with 29 tools: MAI decision classification (Mandatory/Advisory/Informational), hash-chained forensic audit trails, human-in-the-loop gates, compliance mapping (NIST AI RMF, EU AI Act, ISO 42001), governed memory packs, and site reliability tools. - [girste/mcp-cybersec-watchdog](https://github.com/girste/mcp-cybersec-watchdog) 🐍 🏠 🐧 - Comprehensive Linux server security audit with 89 CIS Benchmark controls, NIST 800-53, and PCI-DSS compliance checks. Real-time monitoring with anomaly detection across 23 analyzers: firewall, SSH, fail2ban, Docker, CVE, rootkit, SSL/TLS, filesystem, network, and more. - [gridinsoft/mcp-inspector](https://github.com/gridinsoft/mcp-inspector) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - MCP server for domain and URL security analysis powered by GridinSoft Inspector, enabling AI agents to verify website and link safety. -- [goklab/guardvibe](https://github.com/goklab/guardvibe) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Security MCP for vibe coding with 313 rules and 25 tools. Purpose-built for AI-generated code β€” scans Next.js, Supabase, Clerk, Stripe, Prisma, Hono, GraphQL, and 23+ modules. Auto-fix, SARIF export, pre-commit hook, and CVE version detection. Zero config, runs locally. +- [goklab/guardvibe](https://github.com/goklab/guardvibe) [![MCP Server](https://glama.ai/mcp/servers/goklab/guardvibe/badge)](https://glama.ai/mcp/servers/goklab/guardvibe) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Security MCP for vibe coding with 330 rules and 29 tools. Purpose-built for AI-generated code β€” scans Next.js, Supabase, Clerk, Stripe, Prisma, Hono, GraphQL, and 25+ modules. Cross-file taint analysis, host security audit, auto-fix, SARIF export, pre-commit hook, and CVE version detection. Zero config, runs locally. - [HaroldFinchIFT/vuln-nist-mcp-server](https://github.com/HaroldFinchIFT/vuln-nist-mcp-server) 🐍 ☁️️ 🍎 πŸͺŸ 🐧 - A Model Context Protocol (MCP) server for querying NIST National Vulnerability Database (NVD) API endpoints. - [hieutran/entraid-mcp-server](https://github.com/hieuttmmo/entraid-mcp-server) 🐍 ☁️ - A MCP server for Microsoft Entra ID (Azure AD) directory, user, group, device, sign-in, and security operations via Microsoft Graph Python SDK. - [I4cTime/quantum_ring](https://github.com/I4cTime/quantum_ring) [![I4cTime/quantum_ring MCP server](https://glama.ai/mcp/servers/I4cTime/quantum_ring/badges/score.svg)](https://glama.ai/mcp/servers/I4cTime/quantum_ring) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Quantum-inspired keyring for AI coding agents. Secure secrets with superposition, entanglement, tunneling, and teleportation. From 5b46576ae5081cd324470860b993215939ca557c Mon Sep 17 00:00:00 2001 From: AIMLPM Date: Sat, 4 Apr 2026 13:35:45 -0700 Subject: [PATCH 234/238] Add Glama score badge for AIMLPM/markcrawl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 087c38b8..60b201fc 100644 --- a/README.md +++ b/README.md @@ -1694,7 +1694,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [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. - [Aas-ee/open-webSearch](https://github.com/Aas-ee/open-webSearch) 🐍 πŸ“‡ ☁️ - Web search using free multi-engine search (NO API KEYS REQUIRED) β€” Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN. -- [AIMLPM/markcrawl](https://github.com/AIMLPM/markcrawl) 🐍 🏠 - Crawl websites into clean Markdown, search pages, and extract structured data with LLMs. Built-in MCP server for web research and RAG pipelines. +- [AIMLPM/markcrawl](https://github.com/AIMLPM/markcrawl) [![AIMLPM/markcrawl MCP server](https://glama.ai/mcp/servers/AIMLPM/markcrawl/badges/score.svg)](https://glama.ai/mcp/servers/AIMLPM/markcrawl) 🐍 🏠 - Crawl websites into clean Markdown, search pages, and extract structured data with LLMs. Built-in MCP server for web research and RAG pipelines. - [ac3xx/mcp-servers-kagi](https://github.com/ac3xx/mcp-servers-kagi) πŸ“‡ ☁️ - Kagi search API integration - [adawalli/nexus](https://github.com/adawalli/nexus) πŸ“‡ ☁️ - AI-powered web search server using Perplexity Sonar models with source citations. Zero-install setup via NPX. - [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. From e4413ba7fa881a44d1106300d06ed6ad06ce43a2 Mon Sep 17 00:00:00 2001 From: Yali Pollak Date: Sat, 4 Apr 2026 23:08:23 +0100 Subject: [PATCH 235/238] feat: add ypollak2/llm-router to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0e3d82a..218b4ed4 100644 --- a/README.md +++ b/README.md @@ -993,6 +993,7 @@ Tools and integrations that enhance the development workflow and environment man - [YuliiaKovalova/dotnet-template-mcp](https://github.com/YuliiaKovalova/dotnet-template-mcp) [![dotnet-template-mcp MCP server](https://glama.ai/mcp/servers/@YuliiaKovalova/dotnet-template-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@YuliiaKovalova/dotnet-template-mcp) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - .NET Template Engine MCP server for AI-driven project scaffolding. Search, inspect, preview, and create `dotnet new` projects via natural language with parameter validation, smart defaults, NuGet auto-resolve, and interactive elicitation. - [Yutarop/ros-mcp](https://github.com/Yutarop/ros-mcp) 🐍 🏠 🐧 - MCP server that supports ROS2 topics, services, and actions communication, and controls robots using natural language. - [yWorks/mcp-typescribe](https://github.com/yWorks/mcp-typescribe) πŸ“‡ 🏠 - MCP server that provides Typescript API information efficiently to the agent to enable it to work with untrained APIs +- [ypollak2/llm-router](https://github.com/ypollak2/llm-router) 🐍 🏠 🍎 πŸͺŸ 🐧 - Subscription-aware LLM router for Claude Code. Routes tasks to 20+ providers (OpenAI, Gemini, Groq, Ollama, Codex) based on complexity classification, Claude subscription pressure, and cost. Free tasks stay on Claude subscription; expensive tasks fall back to the cheapest capable model. Includes 30 MCP tools, 6 auto-routing hooks, semantic dedup cache, prompt caching, daily spend cap, and a live web dashboard. - [zaizaizhao/mcp-swagger-server](https://github.com/zaizaizhao/mcp-swagger-server) πŸ“‡ ☁️ 🏠 - A Model Context Protocol (MCP) server that converts OpenAPI/Swagger specifications to MCP format, enabling AI assistants to interact with REST APIs through standardized protocol. - [zcaceres/fetch-mcp](https://github.com/zcaceres/fetch-mcp) πŸ“‡ 🏠 - An MCP server to flexibly fetch JSON, text, and HTML data - [zelentsov-dev/asc-mcp](https://github.com/zelentsov-dev/asc-mcp) 🏠 🍎 - App Store Connect API server with 208 tools for managing apps, builds, TestFlight, subscriptions, reviews, and more β€” directly from any MCP client. From 92b5558015a708dabe68c4faa0680282b05becca Mon Sep 17 00:00:00 2001 From: ypollak2 Date: Sat, 4 Apr 2026 23:16:07 +0100 Subject: [PATCH 236/238] feat: add Glama score badge to ypollak2/llm-router entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 218b4ed4..92edc301 100644 --- a/README.md +++ b/README.md @@ -993,7 +993,7 @@ Tools and integrations that enhance the development workflow and environment man - [YuliiaKovalova/dotnet-template-mcp](https://github.com/YuliiaKovalova/dotnet-template-mcp) [![dotnet-template-mcp MCP server](https://glama.ai/mcp/servers/@YuliiaKovalova/dotnet-template-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@YuliiaKovalova/dotnet-template-mcp) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - .NET Template Engine MCP server for AI-driven project scaffolding. Search, inspect, preview, and create `dotnet new` projects via natural language with parameter validation, smart defaults, NuGet auto-resolve, and interactive elicitation. - [Yutarop/ros-mcp](https://github.com/Yutarop/ros-mcp) 🐍 🏠 🐧 - MCP server that supports ROS2 topics, services, and actions communication, and controls robots using natural language. - [yWorks/mcp-typescribe](https://github.com/yWorks/mcp-typescribe) πŸ“‡ 🏠 - MCP server that provides Typescript API information efficiently to the agent to enable it to work with untrained APIs -- [ypollak2/llm-router](https://github.com/ypollak2/llm-router) 🐍 🏠 🍎 πŸͺŸ 🐧 - Subscription-aware LLM router for Claude Code. Routes tasks to 20+ providers (OpenAI, Gemini, Groq, Ollama, Codex) based on complexity classification, Claude subscription pressure, and cost. Free tasks stay on Claude subscription; expensive tasks fall back to the cheapest capable model. Includes 30 MCP tools, 6 auto-routing hooks, semantic dedup cache, prompt caching, daily spend cap, and a live web dashboard. +- [ypollak2/llm-router](https://github.com/ypollak2/llm-router) 🐍 🏠 🍎 πŸͺŸ 🐧 - Subscription-aware LLM router for Claude Code. Routes tasks to 20+ providers (OpenAI, Gemini, Groq, Ollama, Codex) based on complexity classification, Claude subscription pressure, and cost. Free tasks stay on Claude subscription; expensive tasks fall back to the cheapest capable model. Includes 30 MCP tools, 6 auto-routing hooks, semantic dedup cache, prompt caching, daily spend cap, and a live web dashboard. [![ypollak2/llm-router MCP server](https://glama.ai/mcp/servers/ypollak2/llm-router/badges/score.svg)](https://glama.ai/mcp/servers/ypollak2/llm-router) - [zaizaizhao/mcp-swagger-server](https://github.com/zaizaizhao/mcp-swagger-server) πŸ“‡ ☁️ 🏠 - A Model Context Protocol (MCP) server that converts OpenAPI/Swagger specifications to MCP format, enabling AI assistants to interact with REST APIs through standardized protocol. - [zcaceres/fetch-mcp](https://github.com/zcaceres/fetch-mcp) πŸ“‡ 🏠 - An MCP server to flexibly fetch JSON, text, and HTML data - [zelentsov-dev/asc-mcp](https://github.com/zelentsov-dev/asc-mcp) 🏠 🍎 - App Store Connect API server with 208 tools for managing apps, builds, TestFlight, subscriptions, reviews, and more β€” directly from any MCP client. From 947fa179534b2c3af614c890f2526c81b95cde22 Mon Sep 17 00:00:00 2001 From: thinkneo-ai Date: Sat, 4 Apr 2026 23:16:13 +0000 Subject: [PATCH 237/238] Add ThinkNEO Control Plane MCP server to Monitoring section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 105d4c8e..5dc854c9 100644 --- a/README.md +++ b/README.md @@ -1627,6 +1627,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [shibley/apistatuscheck-mcp-server](https://github.com/shibley/apistatuscheck-mcp-server) [![apistatuscheck-mcp-server MCP server](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/shibley/apistatuscheck-mcp-server) πŸ“‡ ☁️ - Check real-time operational status of 114+ cloud services and APIs (AWS, GitHub, Stripe, OpenAI, Vercel, etc.) directly from AI assistants. Published on npm. - [speedofme-dev/speedofme-mcp](https://www.npmjs.com/package/@speedofme/mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Official SpeedOf.Me server for accurate internet speed tests via 129 global Fastly edge servers with analytics dashboard and local history - [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. - [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 - [VictoriaMetrics-Community/mcp-victoriametrics](https://github.com/VictoriaMetrics-Community/mcp-victoriametrics) πŸŽ–οΈ 🏎️ 🏠 - Provides comprehensive integration with your [VictoriaMetrics instance APIs](https://docs.victoriametrics.com/victoriametrics/url-examples/) and [documentation](https://docs.victoriametrics.com/) for monitoring, observability, and debugging tasks related to your VictoriaMetrics instances From 475920ced8a08c15141701cb5f2d07e52c4a92c5 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sat, 4 Apr 2026 18:51:11 -0600 Subject: [PATCH 238/238] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a0222c3..7237acdf 100644 --- a/README.md +++ b/README.md @@ -993,7 +993,7 @@ Tools and integrations that enhance the development workflow and environment man - [YuliiaKovalova/dotnet-template-mcp](https://github.com/YuliiaKovalova/dotnet-template-mcp) [![dotnet-template-mcp MCP server](https://glama.ai/mcp/servers/@YuliiaKovalova/dotnet-template-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@YuliiaKovalova/dotnet-template-mcp) #️⃣ 🏠 🍎 πŸͺŸ 🐧 - .NET Template Engine MCP server for AI-driven project scaffolding. Search, inspect, preview, and create `dotnet new` projects via natural language with parameter validation, smart defaults, NuGet auto-resolve, and interactive elicitation. - [Yutarop/ros-mcp](https://github.com/Yutarop/ros-mcp) 🐍 🏠 🐧 - MCP server that supports ROS2 topics, services, and actions communication, and controls robots using natural language. - [yWorks/mcp-typescribe](https://github.com/yWorks/mcp-typescribe) πŸ“‡ 🏠 - MCP server that provides Typescript API information efficiently to the agent to enable it to work with untrained APIs -- [ypollak2/llm-router](https://github.com/ypollak2/llm-router) 🐍 🏠 🍎 πŸͺŸ 🐧 - Subscription-aware LLM router for Claude Code. Routes tasks to 20+ providers (OpenAI, Gemini, Groq, Ollama, Codex) based on complexity classification, Claude subscription pressure, and cost. Free tasks stay on Claude subscription; expensive tasks fall back to the cheapest capable model. Includes 30 MCP tools, 6 auto-routing hooks, semantic dedup cache, prompt caching, daily spend cap, and a live web dashboard. [![ypollak2/llm-router MCP server](https://glama.ai/mcp/servers/ypollak2/llm-router/badges/score.svg)](https://glama.ai/mcp/servers/ypollak2/llm-router) +- [ypollak2/llm-router](https://github.com/ypollak2/llm-router) [![ypollak2/llm-router MCP server](https://glama.ai/mcp/servers/ypollak2/llm-router/badges/score.svg)](https://glama.ai/mcp/servers/ypollak2/llm-router) 🐍 🏠 🍎 πŸͺŸ 🐧 - Subscription-aware LLM router for Claude Code. Routes tasks to 20+ providers (OpenAI, Gemini, Groq, Ollama, Codex) based on complexity classification, Claude subscription pressure, and cost. Free tasks stay on Claude subscription; expensive tasks fall back to the cheapest capable model. Includes 30 MCP tools, 6 auto-routing hooks, semantic dedup cache, prompt caching, daily spend cap, and a live web dashboard. - [zaizaizhao/mcp-swagger-server](https://github.com/zaizaizhao/mcp-swagger-server) πŸ“‡ ☁️ 🏠 - A Model Context Protocol (MCP) server that converts OpenAPI/Swagger specifications to MCP format, enabling AI assistants to interact with REST APIs through standardized protocol. - [zcaceres/fetch-mcp](https://github.com/zcaceres/fetch-mcp) πŸ“‡ 🏠 - An MCP server to flexibly fetch JSON, text, and HTML data - [zelentsov-dev/asc-mcp](https://github.com/zelentsov-dev/asc-mcp) 🏠 🍎 - App Store Connect API server with 208 tools for managing apps, builds, TestFlight, subscriptions, reviews, and more β€” directly from any MCP client.