From 15101d2451ef6596d637ad80802ad74ca9f97cc0 Mon Sep 17 00:00:00 2001 From: Dell Zhang Date: Fri, 12 Jun 2026 07:48:11 +0100 Subject: [PATCH 001/115] Add TeleMem memory server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 242010380..d8941d039 100644 --- a/README.md +++ b/README.md @@ -1796,6 +1796,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [20alexl/claude-engram](https://github.com/20alexl/claude-engram) [![20alexl/claude-engram MCP server](https://glama.ai/mcp/servers/20alexl/claude-engram/badges/score.svg)](https://glama.ai/mcp/servers/20alexl/claude-engram) 🐍 🏠 - Persistent memory and session intelligence for Claude Code. Auto-tracks mistakes, decisions, and context via hooks. Mines session history for patterns and cross-session search. Loop detection, pre-edit warnings, context compaction survival. Runs locally with Ollama. - [timmx7/acheron-mcp-server](https://github.com/timmx7/acheron-mcp-server) [![acheron-mcp-server MCP server](https://glama.ai/mcp/servers/timmx7/acheron-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/timmx7/acheron-mcp-server) 📇 🏠 - Cross-surface persistent memory for Claude. Bridges context between Claude Chat, Code, and Cowork via local SQLite with full-text search. Save decisions, preferences, and insights in one surface, retrieve them in any other. - [turbyho/mem-context](https://github.com/turbyho/mem-context) [![turbyho/mem-context MCP server](https://glama.ai/mcp/servers/turbyho/mem-context/badges/score.svg)](https://glama.ai/mcp/servers/turbyho/mem-context) 🐍 🏠 🍎 🐧 - Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation. Automatic session capture, deduplication, 6-factor relevance scoring. `pip install mem-context` +- [TeleAI-UAGI/telemem](https://github.com/TeleAI-UAGI/telemem) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Long-term and multimodal memory for AI agents, usable as a drop-in replacement for Mem0. Character-isolated memory profiles, LLM-based semantic deduplication, FAISS + JSON dual storage, optional fully-local stack (Ollama/Qwen, no cloud), and video memory with ReAct-style QA. 8 tools. `pip install "telemem[mcp]"` then `telemem-mcp` - [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. - [Thezenmonster/agentmem](https://github.com/Thezenmonster/agentmem) [![Thezenmonster/agentmem MCP server](https://glama.ai/mcp/servers/Thezenmonster/agentmem/badges/score.svg)](https://glama.ai/mcp/servers/Thezenmonster/agentmem) 🐍 🏠 🍎 🪟 🐧 - Governed memory for coding agents with trust lifecycle (hypothesis → active → validated → deprecated), conflict detection, staleness tracking, and health scoring. SQLite + FTS5, zero infrastructure. `pip install quilmem[mcp]` - [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. From f499244b4b4939c125b761780a855f2600e8d3b4 Mon Sep 17 00:00:00 2001 From: Dell Zhang Date: Fri, 12 Jun 2026 08:17:03 +0100 Subject: [PATCH 002/115] Add Glama score badge to TeleMem entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8941d039..467902766 100644 --- a/README.md +++ b/README.md @@ -1796,7 +1796,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [20alexl/claude-engram](https://github.com/20alexl/claude-engram) [![20alexl/claude-engram MCP server](https://glama.ai/mcp/servers/20alexl/claude-engram/badges/score.svg)](https://glama.ai/mcp/servers/20alexl/claude-engram) 🐍 🏠 - Persistent memory and session intelligence for Claude Code. Auto-tracks mistakes, decisions, and context via hooks. Mines session history for patterns and cross-session search. Loop detection, pre-edit warnings, context compaction survival. Runs locally with Ollama. - [timmx7/acheron-mcp-server](https://github.com/timmx7/acheron-mcp-server) [![acheron-mcp-server MCP server](https://glama.ai/mcp/servers/timmx7/acheron-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/timmx7/acheron-mcp-server) 📇 🏠 - Cross-surface persistent memory for Claude. Bridges context between Claude Chat, Code, and Cowork via local SQLite with full-text search. Save decisions, preferences, and insights in one surface, retrieve them in any other. - [turbyho/mem-context](https://github.com/turbyho/mem-context) [![turbyho/mem-context MCP server](https://glama.ai/mcp/servers/turbyho/mem-context/badges/score.svg)](https://glama.ai/mcp/servers/turbyho/mem-context) 🐍 🏠 🍎 🐧 - Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation. Automatic session capture, deduplication, 6-factor relevance scoring. `pip install mem-context` -- [TeleAI-UAGI/telemem](https://github.com/TeleAI-UAGI/telemem) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Long-term and multimodal memory for AI agents, usable as a drop-in replacement for Mem0. Character-isolated memory profiles, LLM-based semantic deduplication, FAISS + JSON dual storage, optional fully-local stack (Ollama/Qwen, no cloud), and video memory with ReAct-style QA. 8 tools. `pip install "telemem[mcp]"` then `telemem-mcp` +- [TeleAI-UAGI/telemem](https://github.com/TeleAI-UAGI/telemem) [![TeleAI-UAGI/telemem MCP server](https://glama.ai/mcp/servers/TeleAI-UAGI/telemem/badges/score.svg)](https://glama.ai/mcp/servers/TeleAI-UAGI/telemem) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Long-term and multimodal memory for AI agents, usable as a drop-in replacement for Mem0. Character-isolated memory profiles, LLM-based semantic deduplication, FAISS + JSON dual storage, optional fully-local stack (Ollama/Qwen, no cloud), and video memory with ReAct-style QA. 8 tools. `pip install "telemem[mcp]"` then `telemem-mcp` - [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. - [Thezenmonster/agentmem](https://github.com/Thezenmonster/agentmem) [![Thezenmonster/agentmem MCP server](https://glama.ai/mcp/servers/Thezenmonster/agentmem/badges/score.svg)](https://glama.ai/mcp/servers/Thezenmonster/agentmem) 🐍 🏠 🍎 🪟 🐧 - Governed memory for coding agents with trust lifecycle (hypothesis → active → validated → deprecated), conflict detection, staleness tracking, and health scoring. SQLite + FTS5, zero infrastructure. `pip install quilmem[mcp]` - [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. From 31760e686dcf9024556251df8cbc0a73fbf6425c Mon Sep 17 00:00:00 2001 From: Fisher521 Date: Sun, 5 Jul 2026 07:21:30 +0700 Subject: [PATCH 003/115] Add Fisher521/burn-mcp-server to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..3bcbca2f7 100644 --- a/README.md +++ b/README.md @@ -1911,6 +1911,7 @@ Control smart home devices, home network equipment, and automation systems. Persistent memory storage using knowledge graph structures. Enables AI models to maintain and query structured information across sessions. +- [Fisher521/burn-mcp-server](https://github.com/Fisher521/burn-mcp-server) [![burn-mcp-server MCP server](https://glama.ai/mcp/servers/Fisher521/burn-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Fisher521/burn-mcp-server) 📇 ☁️ 🍎 - Turn your read-later queue into an AI-accessible knowledge base. 26 tools to search, triage, and organize bookmarks saved in the Burn 451 app — the agent reads your inbox and decides what is worth keeping. `npx burn-mcp-server` - [soolaugust/0CompactMem](https://github.com/soolaugust/0CompactMem) [![soolaugust/0CompactMem MCP server](https://glama.ai/mcp/servers/soolaugust/0CompactMem/badges/score.svg)](https://glama.ai/mcp/servers/soolaugust/0CompactMem) 🐍 🏠 🍎 🪟 🐧 - Persistent memory MCP server with OS-style demand paging, kswapd-style eviction, and mlock pinning. Multi-agent shared SQLite store with BM25 + FTS5 retrieval, importance scoring, and capacity-aware reclaim. 5 tools: `memory_lookup`, `pin_memory`, `unpin_memory`, `memory_stats`, `list_pinned`. `uvx --from git+https://github.com/soolaugust/0CompactMem memory-os` - [a2cr/a2cr](https://github.com/a2cr/a2cr) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](https://glama.ai/mcp/servers/a2cr/a2cr) 🐍 ☁️ 🏠 🍎 🪟 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history. - [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [![aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint — the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp` From 27e0c5b1e8f92745a9dd03965fc7cb38159974e2 Mon Sep 17 00:00:00 2001 From: Doucs91 Date: Wed, 8 Jul 2026 01:37:11 -0400 Subject: [PATCH 004/115] Add Hivelore to Version Control --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..f9ec53622 100644 --- a/README.md +++ b/README.md @@ -2952,6 +2952,7 @@ Interact with Git repositories and version control platforms. Enables repository - [adhikasp/mcp-git-ingest](https://github.com/adhikasp/mcp-git-ingest) 🐍 🏠 - Read and analyze GitHub repositories with your LLM - [costajohnt/oss-autopilot](https://github.com/costajohnt/oss-autopilot) [![costajohnt/oss-autopilot MCP server](https://glama.ai/mcp/servers/costajohnt/oss-autopilot/badges/score.svg)](https://glama.ai/mcp/servers/costajohnt/oss-autopilot) 📇 ☁️ 🏠 🍎 🪟 🐧 - Open source contribution manager with PR tracking across repos, issue discovery, CI failure diagnosis, and maintainer response drafting. Available as CLI, MCP server, and Claude Code plugin. - [ddukbg/github-enterprise-mcp](https://github.com/ddukbg/github-enterprise-mcp) 📇 ☁️ 🏠 - MCP server for GitHub Enterprise API integration +- [Doucs91/hivelore](https://github.com/Doucs91/hivelore) 📇 🏠 - Deterministic policy gate for agent-written code: briefs agents with the team's repo-specific rules, then blocks any commit whose diff reintroduces a documented mistake — validated regex/AST/test guards enforced in Git hooks and CI. - [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) [![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. From e2b3d47946c5855882e2c1c17b330ac38ec0b637 Mon Sep 17 00:00:00 2001 From: Aleksandr Kovalko Date: Mon, 13 Jul 2026 15:43:00 +0200 Subject: [PATCH 005/115] Add askads/mcp-yandex-metrica MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..c02c0a236 100644 --- a/README.md +++ b/README.md @@ -2329,6 +2329,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [AdsMCP/tiktok-ads-mcp-server](https://github.com/AdsMCP/tiktok-ads-mcp-server) 🐍 ☁️ - A Model Context Protocol server for TikTok Ads API integration, enabling AI assistants to manage campaigns, analyze performance metrics, handle audiences and creatives with OAuth authentication flow. - [AutomateLab-tech/seo-performance-mcp](https://github.com/AutomateLab-tech/seo-performance-mcp) [![AutomateLab-tech/seo-performance-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/seo-performance-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/seo-performance-mcp) 📇 ☁️ - Post-publish SEO performance MCP that unifies Google Search Console, Matomo, GA4, Clarity, and AI-citation signals per URL and emits a verdict (refresh / expand / merge / kill / double_down / hold) per post with reason codes. - [alexey-pelykh/lhremote](https://github.com/alexey-pelykh/lhremote) 📇 🏠 - Open-source CLI and MCP server for LinkedHelper automation — 32 tools for campaign management, messaging, and profile queries via Chrome DevTools Protocol. +- [askads/mcp-yandex-metrica](https://github.com/askads/mcp-yandex-metrica) [![askads/mcp-yandex-metrica MCP server](https://glama.ai/mcp/servers/askads/mcp-yandex-metrica/badges/score.svg)](https://glama.ai/mcp/servers/askads/mcp-yandex-metrica) 📇 ☁️ - Yandex Metrica (Яндекс Метрика) web analytics — list counters and goals, and pull traffic/conversion statistics. Read-only. - [Bishop81/wpgoldmine-mcp](https://github.com/Bishop81/wpgoldmine-mcp) [![wpgoldmine-mcp MCP server](https://glama.ai/mcp/servers/Bishop81/wpgoldmine-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Bishop81/wpgoldmine-mcp) 📇 ☁️ - MCP server to find WordPress and WooCommerce plugin opportunities: large, established plugins weakened by abandonment, low ratings, or poor support that you could realistically replace. Powered by wpgoldmine.io. - [BlockRunAI/x-grow](https://github.com/BlockRunAI/x-grow) 📇 ☁️ - X/Twitter algorithm optimizer with post drafting, review scoring, and AI image generation for maximum engagement. - [Brand-System/brandsystem-mcp](https://github.com/Brand-System/brandsystem-mcp) [![Brand-System/brandsystem-mcp MCP server](https://glama.ai/mcp/servers/Brand-System/brandsystem-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Brand-System/brandsystem-mcp) 📇 🏠 🍎 🪟 🐧 - Make your brand machine-readable. Extract brand identity (colors, fonts, logo, voice, visual rules) from any website via static CSS + rendered-page extraction, compile into DTCG tokens, brand runtime contracts, and interaction policies. 34 tools across 4 progressive sessions. Subscribable `brand://runtime` and `brand://policy` MCP resources. Content compliance scoring (0-100), pass/fail gate, and HTML/CSS preflight. Brandcode Studio connector for hosted brand sync. From 471e5e1497faa7bb387ea06300fadb148e50d4e4 Mon Sep 17 00:00:00 2001 From: casualpenguin <32107649+casualpenguin@users.noreply.github.com> Date: Tue, 14 Jul 2026 19:38:04 +0700 Subject: [PATCH 006/115] Add CatchAll (NewsCatcher) MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..c7aa45e80 100644 --- a/README.md +++ b/README.md @@ -2599,6 +2599,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [vectara/vectara-mcp](https://github.com/vectara/vectara-mcp) 🐍 🏠 ☁️ - An MCP server for accessing Vectara's trusted RAG-as-a-service platform. ### 🔎 Search & Data Extraction +- [Newscatcher/catchall-mcp](https://github.com/Newscatcher/catchall-mcp) 🐍 ☁️ - Recall-first web search: finds every relevant event across the open web, not just the top results. - [newsagentdata/newsagent-mcp](https://github.com/newsagentdata/newsagent-mcp) [![newsagentdata/newsagent-mcp MCP server](https://glama.ai/mcp/servers/newsagentdata/newsagent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/newsagentdata/newsagent-mcp) 🐍 ☁️ - Real-time, ML-enriched news intelligence — urgency scoring, political lean & event clustering across 190+ countries. - [qinisolabs/icdwise](https://github.com/qinisolabs/icdwise) 📇 🏠 ☁️ - Verified ICD-10-CM medical code lookup, validation & reverse search — official descriptions, never guessed. [![qinisolabs/icdwise MCP server](https://glama.ai/mcp/servers/qinisolabs/icdwise/badges/score.svg)](https://glama.ai/mcp/servers/qinisolabs/icdwise) - [AIweather-Anurag/ottasia-mcp-server](https://github.com/AIweather-Anurag/ottasia-mcp-server) [![AIweather-Anurag/ottasia-mcp-server MCP server](https://glama.ai/mcp/servers/AIweather-Anurag/ottasia-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/AIweather-Anurag/ottasia-mcp-server) 📇 ☁️ 🏠 - Where to watch any movie or TV show across 30 Asian and Middle Eastern streaming markets (Netflix, Disney+ Hotstar, Wavve, Shahid, Hoichoi, ZEE5, JioCinema, and 17 more). `npx -y @ottasia/mcp-server` From b4d12e43bd45b22f754f62fc4d242c6fc51e4c18 Mon Sep 17 00:00:00 2001 From: casualpenguin <32107649+casualpenguin@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:15:27 +0700 Subject: [PATCH 007/115] Add Glama score badge for CatchAll --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7aa45e80..9ab696367 100644 --- a/README.md +++ b/README.md @@ -2599,7 +2599,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [vectara/vectara-mcp](https://github.com/vectara/vectara-mcp) 🐍 🏠 ☁️ - An MCP server for accessing Vectara's trusted RAG-as-a-service platform. ### 🔎 Search & Data Extraction -- [Newscatcher/catchall-mcp](https://github.com/Newscatcher/catchall-mcp) 🐍 ☁️ - Recall-first web search: finds every relevant event across the open web, not just the top results. +- [Newscatcher/catchall-mcp](https://github.com/Newscatcher/catchall-mcp) [![Newscatcher/catchall-mcp MCP server](https://glama.ai/mcp/servers/Newscatcher/catchall-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Newscatcher/catchall-mcp) 🐍 ☁️ - Recall-first web search: finds every relevant event across the open web, not just the top results. - [newsagentdata/newsagent-mcp](https://github.com/newsagentdata/newsagent-mcp) [![newsagentdata/newsagent-mcp MCP server](https://glama.ai/mcp/servers/newsagentdata/newsagent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/newsagentdata/newsagent-mcp) 🐍 ☁️ - Real-time, ML-enriched news intelligence — urgency scoring, political lean & event clustering across 190+ countries. - [qinisolabs/icdwise](https://github.com/qinisolabs/icdwise) 📇 🏠 ☁️ - Verified ICD-10-CM medical code lookup, validation & reverse search — official descriptions, never guessed. [![qinisolabs/icdwise MCP server](https://glama.ai/mcp/servers/qinisolabs/icdwise/badges/score.svg)](https://glama.ai/mcp/servers/qinisolabs/icdwise) - [AIweather-Anurag/ottasia-mcp-server](https://github.com/AIweather-Anurag/ottasia-mcp-server) [![AIweather-Anurag/ottasia-mcp-server MCP server](https://glama.ai/mcp/servers/AIweather-Anurag/ottasia-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/AIweather-Anurag/ottasia-mcp-server) 📇 ☁️ 🏠 - Where to watch any movie or TV show across 30 Asian and Middle Eastern streaming markets (Netflix, Disney+ Hotstar, Wavve, Shahid, Hoichoi, ZEE5, JioCinema, and 17 more). `npx -y @ottasia/mcp-server` From 4db18e946a6ea68983bd43c0613ba3aebf962673 Mon Sep 17 00:00:00 2001 From: jospnunes Date: Tue, 21 Jul 2026 00:25:28 -0300 Subject: [PATCH 008/115] Add Idencify (hosted code-intelligence MCP server) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..87143adc5 100644 --- a/README.md +++ b/README.md @@ -992,6 +992,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [agenticempire/axint](https://github.com/agenticempire/axint) [![agenticempire/axint MCP server](https://glama.ai/mcp/servers/agenticempire/axint/badges/score.svg)](https://glama.ai/mcp/servers/agenticempire/axint) 📇 🏠 - Apple-native execution layer for AI agents. Compiles TypeScript to validated Swift — App Intents, SwiftUI views, WidgetKit widgets, and full apps. 13 MCP tools, 150 diagnostics, 500 tests. - [callstackincubator/agent-device](https://github.com/callstackincubator/agent-device) [![callstackincubator/agent-device MCP server](https://glama.ai/mcp/servers/callstackincubator/agent-device/badges/score.svg)](https://glama.ai/mcp/servers/callstackincubator/agent-device) 📇 🏠 🍎 🐧 - Discovery router for the agent-device CLI. Exposes status, install guidance, version-matched help, prompts, and resources for iOS, Android, tvOS, macOS, and Linux automation workflows. - [cq27-dev/rag-rat](https://github.com/cq27-dev/rag-rat) [![cq27-dev/rag-rat MCP server](https://glama.ai/mcp/servers/cq27-dev/rag-rat/badges/score.svg)](https://glama.ai/mcp/servers/cq27-dev/rag-rat) 🦀 🏠 🍎 🪟 🐧 - Local repo-intelligence index and MCP server for coding agents — "what a repository knows about itself." Hybrid BM25 + vector semantic search, a tree-sitter code graph (callers/callees/imports across Rust, TS/TSX, Kotlin, C/C++, Python) with an optional compiler-grade SCIP oracle, queryable git/GitHub history, and typed, source-anchored repo memories (Invariant, Decision, Risk, …) that persist across sessions. Every result carries provenance — confidence labels and coverage warnings. Keeps source read-only; a background watcher keeps queries fresh. PreToolUse hooks augment `grep` and flag near-duplicate code as you write it. `cargo install rag-rat` +- [jospnunes/idencify-mcp](https://github.com/jospnunes/idencify-mcp) 🎖️ 🦀 ☁️ - Hosted code-intelligence platform: connect a GitHub repo and agents get a whole-repo, cross-language call graph with 14 tools — blast-radius impact analysis, transitive callers, dead code, dependency cycles, architecture health, hybrid semantic search, and exact graph diffs between commits. OAuth 2.1; works with Claude Code, Cursor, and any MCP client. - [drhalto/agentmako](https://github.com/drhalto/agentmako) [![drhalto/agentmako MCP server](https://glama.ai/mcp/servers/drhalto/agentmako/badges/score.svg)](https://glama.ai/mcp/servers/drhalto/agentmako) 📇 🏠 🍎 🪟 🐧 - Local-first codebase intelligence engine. Gives coding agents structured context packets, indexed code/schema facts, and diagnostics over MCP, backed by a local SQLite store — so agents stop rediscovering your repo with raw grep. Optional Postgres/Supabase awareness and a bundled Claude Code plugin. - [Dusheh/myclaw-toolkit](https://github.com/Dusheh/myclaw-toolkit) [![Dusheh/myclaw-toolkit MCP server](https://glama.ai/mcp/servers/Dusheh/myclaw-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/Dusheh/myclaw-toolkit) 📇 ☁️ 🍎 🪟 🐧 - 23-in-1 developer utility MCP server: web search, exchange rates, crypto prices, QR codes, JSON formatter, UUID, URL tools, domain check, RSS feeds, and more. 6 paid APIs via x402 micropayments ($0.003 USDC on Base). `npx myclaw-toolkit` From 605ecd653b405ffb98fc069e11d09ac5eba839ee Mon Sep 17 00:00:00 2001 From: "TJ@axp-dev" Date: Wed, 22 Jul 2026 01:50:12 +0000 Subject: [PATCH 009/115] =?UTF-8?q?Add=20pdfops-mcp=20(Workplace=20&=20Pro?= =?UTF-8?q?ductivity)=20=E2=80=94=20deterministic=20PDF=20fill/merge/invoi?= =?UTF-8?q?ce=20tools,=20keyless=20stdio?= 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 0692d059f..8c5395c3e 100644 --- a/README.md +++ b/README.md @@ -3221,6 +3221,7 @@ Interact with Git repositories and version control platforms. Enables repository - [mnoomnoo/resume-mcp-server](https://github.com/mnoomnoo/resume-mcp-server) [![mnoomnoo/resume-mcp-server MCP server](https://glama.ai/mcp/servers/mnoomnoo/resume-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/mnoomnoo/resume-mcp-server) 🐍 🏠 🪟 🐧 - MCP server for searching and retrieving structured information from local resume and job application documents (.docx, .pdf, .md, .txt) with auto hot-reload. 21 tools for full-text search and filtering by skill, company, and education, plus structured extraction of work experience, achievements, badge skills, and side projects. `pip install resume-mcp-server` - [moro3k/mcp-altegio](https://github.com/moro3k/mcp-altegio) 📇 ☁️ - MCP server for Altegio API — appointments, clients, services, staff schedules for salon/spa/clinic management. 18 tools with Docker support. - [io.github.opsconduit/jobber-mcp](https://github.com/opsconduit/jobber-mcp) [![opsconduit/jobber-mcp MCP server](https://glama.ai/mcp/servers/opsconduit/jobber-mcp/badges/score.svg)](https://glama.ai/mcp/servers/opsconduit/jobber-mcp) 📇 ☁️ 🏠 - Customer-hosted, read-only MCP server for Jobber operations queries: owner action lists, overdue invoices, stale requests, estimates, jobs, and safe read-only GraphQL validation. +- [pdfops/pdfops-mcp](https://github.com/pdfops/pdfops-mcp) [![pdfops-mcp MCP server](https://glama.ai/mcp/servers/pdfops/pdfops-mcp/badges/score.svg)](https://glama.ai/mcp/servers/pdfops/pdfops-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Deterministic PDF tools for agents: inspect AcroForm fields, fill forms, merge PDFs, and generate invoice PDFs. Tools take file paths, so PDF bytes never transit model context; the same input produces byte-identical output. Keyless free tier. Install: `npx -y pdfops-mcp`. - [poolside-ventures/meetbot-mcp](https://github.com/poolside-ventures/meetbot-mcp) [![poolside-ventures/meetbot-mcp MCP server](https://glama.ai/mcp/servers/poolside-ventures/meetbot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/poolside-ventures/meetbot-mcp) 🎖️ 📇 ☁️ - Meet.bot: scheduling for AI agents. Check real calendar availability and book meetings on connected Google/Microsoft calendars. Pay per meeting booked, not per seat. - [prompeteer/prompeteer-mcp](https://github.com/prompeteer/prompeteer-mcp) [![prompeteer-mcp MCP server](https://glama.ai/mcp/servers/@prompeteer/prompeteer-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@prompeteer/prompeteer-mcp) 📇 ☁️ - Generate A+ prompts for ChatGPT, Claude, Midjourney, and 130+ AI platforms. Score quality across 16 dimensions and manage your prompt library with PromptDrive. - [proompteng/bilig](https://github.com/proompteng/bilig) [![proompteng/bilig MCP server](https://glama.ai/mcp/servers/proompteng/bilig/badges/score.svg)](https://glama.ai/mcp/servers/proompteng/bilig) 📇 🏠 - Headless WorkPaper MCP server for spreadsheet formulas, workbook edits, JSON persistence, and verified readback from TypeScript services. From d6f928c96e897a8e4c5849d8739e390770d6a539 Mon Sep 17 00:00:00 2001 From: Sofia Date: Fri, 24 Jul 2026 18:55:46 +0200 Subject: [PATCH 010/115] Add arcbounty-mcp (on-chain USDC bounty marketplace for agents) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 301b373b9..0de15bd2d 100644 --- a/README.md +++ b/README.md @@ -1688,6 +1688,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [@asterpay/mcp-server](https://github.com/timolein74/asterpay-mcp-server) [![asterpay-mcp-server MCP server](https://glama.ai/mcp/servers/timolein74/asterpay-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/timolein74/asterpay-mcp-server) 📇 ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics — pay-per-call in USDC on Base. SEPA Instant EUR off-ramp. - [Apex-Foundation/copilot-mcp](https://github.com/Apex-Foundation/copilot-mcp) [![Apex-Foundation/copilot-mcp MCP server](https://glama.ai/mcp/servers/Apex-Foundation/copilot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Apex-Foundation/copilot-mcp) 📇 ☁️ 🍎 🪟 🐧 - Web3 founder diligence stack: smart contract audit (Solidity via Slither, Rust via cargo-audit) with file/line findings, jurisdiction matching across 28 crypto-native domiciles, VC fund discovery with thesis matching, portfolio comparison against 47 accelerator companies, project scoring across team/traction/tokenomics/market/security, hackathon search, Twitter audience audit. - [@czagents/cnb](https://github.com/martinhavel/cz-agents-mcp) [![martinhavel/cz-agents-mcp MCP server](https://glama.ai/mcp/servers/martinhavel/cz-agents-mcp/badges/score.svg)](https://glama.ai/mcp/servers/martinhavel/cz-agents-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Czech National Bank (ČNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm `@czagents/cnb` or HTTP at cnb.cz-agents.dev/mcp. +- [arcbounty-mcp](https://github.com/Sofiia7/ARC/tree/main/mcp-server) 📇 🏠 ☁️ - Browse, take, and submit USDC bounties on ArcBounty (Arc Network, ERC-8183 escrow + ERC-8004 reputation). Read-only mode needs zero credentials; add a wallet and your agent can earn real USDC. In the official MCP Registry. - [@frihet/mcp-server](https://github.com/Frihet-io/frihet-mcp) [![frihet-mcp MCP server](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp) 📇 ☁️ - AI-native business management — invoices, expenses, clients, products, and quotes. 31 tools for Claude, Cursor, Windsurf, and Cline. - [@iiatlas/hledger-mcp](https://github.com/iiAtlas/hledger-mcp) 📇 🏠 🍎 🪟 - Double entry plain text accounting, right in your LLM! This MCP enables comprehensive read, and (optional) write access to your local [HLedger](https://hledger.org/) accounting journals. - [Fabio662/yieldagentx402-sdks](https://github.com/Fabio662/yieldagentx402-sdks) [![Fabio662/yieldagentx402-sdks MCP server](https://glama.ai/mcp/servers/Fabio662/yieldagentx402-sdks/badges/score.svg)](https://glama.ai/mcp/servers/Fabio662/yieldagentx402-sdks) 📇 ☁️ - Custody-free, policy-gated, receipt-backed execution layer for AI agents. 16 MCP tools across 18 chains (Base, Ethereum, Bitcoin native, Starknet, NEAR, Solana, Stacks, BNB, Rootstock, Filecoin, Aptos, Sui, TON, Tron, XRPL, Stellar, Algorand). One NEAR MPC key authority signs on EVM and BTC, no private keys held anywhere. ShadeGuard policy enforcement, Intel TDX TEE attestation, HMAC-SHA256 receipts, Filecoin and BTFS anchored. x402 protocol settlement with 0.25 percent protocol fee. Public discovery with no signup needed: call yax_get_capabilities without auth. Instant test key (5 USD cap, 7 day) via POST /api/apply. Install via `npx agentx402-mcp-server`. From 192972f949d5f39d35111616d5c557707c69503b Mon Sep 17 00:00:00 2001 From: Sofia Date: Fri, 24 Jul 2026 19:23:33 +0200 Subject: [PATCH 011/115] Point entry to repo root (owner/repo format) per maintainer feedback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0de15bd2d..64be3c08f 100644 --- a/README.md +++ b/README.md @@ -1688,7 +1688,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [@asterpay/mcp-server](https://github.com/timolein74/asterpay-mcp-server) [![asterpay-mcp-server MCP server](https://glama.ai/mcp/servers/timolein74/asterpay-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/timolein74/asterpay-mcp-server) 📇 ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics — pay-per-call in USDC on Base. SEPA Instant EUR off-ramp. - [Apex-Foundation/copilot-mcp](https://github.com/Apex-Foundation/copilot-mcp) [![Apex-Foundation/copilot-mcp MCP server](https://glama.ai/mcp/servers/Apex-Foundation/copilot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Apex-Foundation/copilot-mcp) 📇 ☁️ 🍎 🪟 🐧 - Web3 founder diligence stack: smart contract audit (Solidity via Slither, Rust via cargo-audit) with file/line findings, jurisdiction matching across 28 crypto-native domiciles, VC fund discovery with thesis matching, portfolio comparison against 47 accelerator companies, project scoring across team/traction/tokenomics/market/security, hackathon search, Twitter audience audit. - [@czagents/cnb](https://github.com/martinhavel/cz-agents-mcp) [![martinhavel/cz-agents-mcp MCP server](https://glama.ai/mcp/servers/martinhavel/cz-agents-mcp/badges/score.svg)](https://glama.ai/mcp/servers/martinhavel/cz-agents-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Czech National Bank (ČNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm `@czagents/cnb` or HTTP at cnb.cz-agents.dev/mcp. -- [arcbounty-mcp](https://github.com/Sofiia7/ARC/tree/main/mcp-server) 📇 🏠 ☁️ - Browse, take, and submit USDC bounties on ArcBounty (Arc Network, ERC-8183 escrow + ERC-8004 reputation). Read-only mode needs zero credentials; add a wallet and your agent can earn real USDC. In the official MCP Registry. +- [Sofiia7/ARC](https://github.com/Sofiia7/ARC) 📇 🏠 ☁️ - Browse, take, and submit USDC bounties on ArcBounty (Arc Network, ERC-8183 escrow + ERC-8004 reputation). Read-only mode needs zero credentials; add a wallet and your agent can earn real USDC. In the official MCP Registry. - [@frihet/mcp-server](https://github.com/Frihet-io/frihet-mcp) [![frihet-mcp MCP server](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp) 📇 ☁️ - AI-native business management — invoices, expenses, clients, products, and quotes. 31 tools for Claude, Cursor, Windsurf, and Cline. - [@iiatlas/hledger-mcp](https://github.com/iiAtlas/hledger-mcp) 📇 🏠 🍎 🪟 - Double entry plain text accounting, right in your LLM! This MCP enables comprehensive read, and (optional) write access to your local [HLedger](https://hledger.org/) accounting journals. - [Fabio662/yieldagentx402-sdks](https://github.com/Fabio662/yieldagentx402-sdks) [![Fabio662/yieldagentx402-sdks MCP server](https://glama.ai/mcp/servers/Fabio662/yieldagentx402-sdks/badges/score.svg)](https://glama.ai/mcp/servers/Fabio662/yieldagentx402-sdks) 📇 ☁️ - Custody-free, policy-gated, receipt-backed execution layer for AI agents. 16 MCP tools across 18 chains (Base, Ethereum, Bitcoin native, Starknet, NEAR, Solana, Stacks, BNB, Rootstock, Filecoin, Aptos, Sui, TON, Tron, XRPL, Stellar, Algorand). One NEAR MPC key authority signs on EVM and BTC, no private keys held anywhere. ShadeGuard policy enforcement, Intel TDX TEE attestation, HMAC-SHA256 receipts, Filecoin and BTFS anchored. x402 protocol settlement with 0.25 percent protocol fee. Public discovery with no signup needed: call yax_get_capabilities without auth. Instant test key (5 USD cap, 7 day) via POST /api/apply. Install via `npx agentx402-mcp-server`. From 1140b0df1f1c7effee39674aee4b51d1199cf3b4 Mon Sep 17 00:00:00 2001 From: ogasurfproject-jpg Date: Sun, 26 Jul 2026 23:54:14 +0900 Subject: [PATCH 012/115] Add new MCP server entries to README Updated the README.md to include new MCP server links and descriptions. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da0c183cd..eb04bf96c 100644 --- a/README.md +++ b/README.md @@ -829,6 +829,7 @@ Tools for encrypting and decrypting data. - [degenlegion-com/waxseal-sdk](https://github.com/degenlegion-com/waxseal-sdk) [![degenlegion-com/waxseal-sdk MCP server](https://glama.ai/mcp/servers/degenlegion-com/waxseal-sdk/badges/score.svg)](https://glama.ai/mcp/servers/degenlegion-com/waxseal-sdk) 📇 ☁️ 🏠 - On-chain Ed25519 identity for AI agents — verify seals by fingerprint, validate document signatures, and gate irreversible actions behind human-signed approval tokens. Hosted at `api.waxseal.id/mcp`; local install (`npx @waxseal/mcp`) for signing. - [denismaggior8/enigma-python-mcp](https://github.com/denismaggior8/enigma-python-mcp) [![denismaggior8/enigma-python-mcp MCP server](https://glama.ai/mcp/servers/denismaggior8/enigma-python-mcp/badges/score.svg)](https://glama.ai/mcp/servers/denismaggior8/enigma-python-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - A Model Context Protocol server that brings the capabilities of [enigmapython](https://github.com/denismaggior8/enigma-python) library to LLMs, allowing them to encrypt and decrypt messages using historically accurate Enigma machine emulators. +- [JIDEC](https://github.com/ogasurfproject-jpg/horizon-shield/tree/main/workers/hs-jidec-mcp) 📇 ☁️ - Public append-only verification ledger anchored to Bitcoin via OpenTimestamps; resolve citations, replay verification paths, and re-verify anchored records without trusting the operator. 4 read-only tools, no auth. - [laszlopere/mcp-bytesmith](https://github.com/laszlopere/mcp-bytesmith) [![laszlopere/mcp-bytesmith MCP server](https://glama.ai/mcp/servers/laszlopere/mcp-bytesmith/badges/score.svg)](https://glama.ai/mcp/servers/laszlopere/mcp-bytesmith) 🐍 🏠 - Local byte-wrangling toolbox: encoding (hex/Base64/Base32/Base58/Base45…), cryptographic + CRC hashing, base conversion, and CSPRNG tokens/passphrases, plus an opt-in Ethereum/EVM toolset (keccak, ABI/RLP codecs, EIP-191/712 hashing, function/event selectors, EIP-55). No network calls. `uvx mcp-bytesmith`. @@ -1666,7 +1667,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [alebgl77/ftp-deploy-mcp](https://github.com/alebgl77/ftp-deploy-mcp) [![alebgl77/ftp-deploy-mcp MCP server](https://glama.ai/mcp/servers/alebgl77/ftp-deploy-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alebgl77/ftp-deploy-mcp) 📇 🏠 🍎 🪟 🐧 - Deploy files from AI agents to your own FTP/FTPS/SFTP servers — multi-server config, recursive deploy with dry-run and gitignore-like excludes, per-server path jail and read-only mode, FileZilla import, one-command setup for popular MCP clients. ### 💰 Finance & Fintech -- [ogasurfproject-jpg/horizon-shield](https://github.com/ogasurfproject-jpg/horizon-shield) [![ogasurfproject-jpg/horizon-shield MCP server](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield/badges/score.svg)](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield) 📇 ☁️ - Third-party auditor for Japanese construction & renovation estimates; flags overcharge and returns Bitcoin-anchored, verifiable signed receipts (PTKA). Remote MCP, no auth. +- [ogasurfproject-jpg/horizon-shield](https://github.com/ogasurfproject-jpg/horizon-shield) [![ogasurfproject-jpg/horizon-shield MCP server](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield/badges/score.svg)](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield) 📇 ☁️ - Third-party auditor for Japanese construction & renovation estimates; flags overcharge and returns Bitcoin-anchored, verifiable receipts (PTKA). Remote MCP, no auth. - [atomno-mcp/mcp-fns-calc](https://github.com/atomno-mcp/mcp-fns-calc) [![atomno-mcp/mcp-fns-calc MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc) 🐍 ☁️ - MCP-сервер налоговых/бухгалтерских калькуляторов ФНС + публичные фискальные статусы (самозанятый, ИП/ОКВЭД, дисквалификация, блокировки счетов). Волна 1, юр-риск минимальный - [Luminc/peil-mcp](https://github.com/Luminc/peil-mcp) [![Luminc/peil-mcp MCP server](https://glama.ai/mcp/servers/Luminc/peil-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Luminc/peil-mcp) 🎖️ 🐍 ☁️ - Peil — financial orientation for Dutch freelancers (ZZP'ers): log hours, draft invoices from unbilled time, and ask where you stand — outstanding, overdue, and your net effective hourly rate. Scoped API keys with draft-by-default: putting email in front of a client needs a separate `invoices:send` permission the key can be issued without. `uvx peil-mcp` - [SimonTarara62/capitalcom-mcp-server](https://github.com/SimonTarara62/capitalcom-mcp-server) [![SimonTarara62/capitalcom-mcp-server MCP server](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server) 🐍 🏠 ☁️ - Unofficial, community MCP for the Capital.com Open API: safe, guarded trading and market data. Two-phase trades (preview → confirm → execute), allowlists, demo-first. Install with `uvx capitalcom-mcp`. From fc2542df8c4d67fd09e975093851eb4a6eed3518 Mon Sep 17 00:00:00 2001 From: Alexandre Boyer <33391039+ng-galien@users.noreply.github.com> Date: Sun, 26 Jul 2026 23:18:54 +0200 Subject: [PATCH 013/115] Add Maket visual design workspace --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da0c183cd..bd4dda9c3 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [karyaboyraz/mockit-mcp](https://github.com/karyaboyraz/mockit-mcp) [![karyaboyraz/mockit-mcp MCP server](https://glama.ai/mcp/servers/karyaboyraz/mockit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/karyaboyraz/mockit-mcp) 📇 🏠 🍎 🪟 🐧 - Generate premium iOS mobile UI mockups (PNG + HTML) from a single text prompt. Pairs Claude (Opus 4.7 by default) with a Playwright headless renderer. Two backends — `claude` CLI (uses your Claude Code subscription) or Anthropic API. Stdio + HTTP transports, MIT. - [Kentucky-ai/opentakeoff](https://github.com/Kentucky-ai/opentakeoff) [![Kentucky-ai/opentakeoff MCP server](https://glama.ai/mcp/servers/Kentucky-ai/opentakeoff/badges/score.svg)](https://glama.ai/mcp/servers/Kentucky-ai/opentakeoff) 📇 🏠 🍎 🪟 🐧 - Construction plan takeoff on stdio — load a plan PDF, read the title block, adopt the drawing scale (never applied silently), one-click trace rooms, and export real-world quantities (square footage, linear feet, counts) with provenance receipts. Install via NPM: `npx -y opentakeoff-mcp` - [Narasimhaponnada/mermaid-mcp](https://github.com/Narasimhaponnada/mermaid-mcp) 📇 ☁️ 🍎 🪟 🐧 - AI-powered Mermaid diagram generation with 22+ diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams, architecture diagrams, state machines, and more. Features 50+ pre-built templates, advanced layout engines, SVG/PNG/PDF exports, and seamless integration with GitHub Copilot, Claude, and any MCP-compatible client. Install via NPM: `npm install -g @narasimhaponnada/mermaid-mcp-server` +- [ng-galien/maket](https://github.com/ng-galien/maket) 📇 🏠 🍎 🪟 🐧 - Local-first visual design workspace for AI assistants. Compose wireframes and branded multi-page HTML/CSS documents with live preview, annotations, brand and asset libraries, typed data collections, layout validation, PDF export, and draft-only Gmail handoff. Install: `npx -y @ng-galien/maket`. - [posecode-dev/posecode](https://github.com/posecode-dev/posecode) [![posecode-dev/posecode MCP server](https://glama.ai/mcp/servers/posecode-dev/posecode/badges/score.svg)](https://glama.ai/mcp/servers/posecode-dev/posecode) 📇 🏠 🍎 🪟 🐧 - "Mermaid for human movement" — a text language any LLM can write, rendered as a safe, anatomically-clamped 3D human figure in the browser. - [rdanieli/tentra-mcp](https://github.com/rdanieli/tentra-mcp) [![rdanieli/tentra-mcp MCP server](https://glama.ai/mcp/servers/rdanieli/tentra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/rdanieli/tentra-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - AI-native architecture platform for engineering teams. Describe a system in natural language (e.g. "payment service with Stripe, Kafka, PostgreSQL") → get an interactive typed diagram with 167 cloud components → export to 14 production frameworks (Java Spring Boot, Python FastAPI, Go chi, Rust Axum, .NET, Kotlin Ktor, Ruby Rails, Elixir Phoenix, Docker Compose, Terraform, Mermaid, ADR, and more). Drift detection (`sync_architecture`) scores saved diagrams against live code 0–100 with a structured diff. 9 quality-lint rules catch orphans, SPOFs, god services. Also includes a secondary persistent code-graph layer for AI coding agents (free offline via `npx tentra-mcp --local init`). Agent-as-LLM pattern — zero LLM cost on our side, zero API key on yours. 35 MCP tools. Works in Cursor, Claude Code, Codex, Windsurf. - [RNVizion/rnv-color-mcp](https://github.com/RNVizion/rnv-color-mcp) [![RNVizion/rnv-color-mcp MCP server](https://glama.ai/mcp/servers/RNVizion/rnv-color-mcp/badges/score.svg)](https://glama.ai/mcp/servers/RNVizion/rnv-color-mcp) 🐍 ☁️ - A complete color workflow over MCP: mix (incl. Kubelka-Munk paint physics), convert formats, generate harmonies, and remember named palettes. Resolves hex, CSS, and custom brand color names, and refuses unknown colors rather than guessing. Hosted, no install: `https://rnvizion-rnv-color-mcp.hf.space/mcp`. From ece6f8d8fa2495f6f9000e25ac1538b7a605658a Mon Sep 17 00:00:00 2001 From: Alexandre Boyer <33391039+ng-galien@users.noreply.github.com> Date: Mon, 27 Jul 2026 14:25:51 +0200 Subject: [PATCH 014/115] docs: add Glama badge to Maket listing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd4dda9c3..a29e61b12 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [karyaboyraz/mockit-mcp](https://github.com/karyaboyraz/mockit-mcp) [![karyaboyraz/mockit-mcp MCP server](https://glama.ai/mcp/servers/karyaboyraz/mockit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/karyaboyraz/mockit-mcp) 📇 🏠 🍎 🪟 🐧 - Generate premium iOS mobile UI mockups (PNG + HTML) from a single text prompt. Pairs Claude (Opus 4.7 by default) with a Playwright headless renderer. Two backends — `claude` CLI (uses your Claude Code subscription) or Anthropic API. Stdio + HTTP transports, MIT. - [Kentucky-ai/opentakeoff](https://github.com/Kentucky-ai/opentakeoff) [![Kentucky-ai/opentakeoff MCP server](https://glama.ai/mcp/servers/Kentucky-ai/opentakeoff/badges/score.svg)](https://glama.ai/mcp/servers/Kentucky-ai/opentakeoff) 📇 🏠 🍎 🪟 🐧 - Construction plan takeoff on stdio — load a plan PDF, read the title block, adopt the drawing scale (never applied silently), one-click trace rooms, and export real-world quantities (square footage, linear feet, counts) with provenance receipts. Install via NPM: `npx -y opentakeoff-mcp` - [Narasimhaponnada/mermaid-mcp](https://github.com/Narasimhaponnada/mermaid-mcp) 📇 ☁️ 🍎 🪟 🐧 - AI-powered Mermaid diagram generation with 22+ diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams, architecture diagrams, state machines, and more. Features 50+ pre-built templates, advanced layout engines, SVG/PNG/PDF exports, and seamless integration with GitHub Copilot, Claude, and any MCP-compatible client. Install via NPM: `npm install -g @narasimhaponnada/mermaid-mcp-server` -- [ng-galien/maket](https://github.com/ng-galien/maket) 📇 🏠 🍎 🪟 🐧 - Local-first visual design workspace for AI assistants. Compose wireframes and branded multi-page HTML/CSS documents with live preview, annotations, brand and asset libraries, typed data collections, layout validation, PDF export, and draft-only Gmail handoff. Install: `npx -y @ng-galien/maket`. +- [ng-galien/maket](https://github.com/ng-galien/maket) [![ng-galien/maket MCP server](https://glama.ai/mcp/servers/ng-galien/maket/badges/score.svg)](https://glama.ai/mcp/servers/ng-galien/maket) 📇 🏠 🍎 🪟 🐧 - Local-first visual design workspace for AI assistants. Compose wireframes and branded multi-page HTML/CSS documents with live preview, annotations, brand and asset libraries, typed data collections, layout validation, PDF export, and draft-only Gmail handoff. Install: `npx -y @ng-galien/maket`. - [posecode-dev/posecode](https://github.com/posecode-dev/posecode) [![posecode-dev/posecode MCP server](https://glama.ai/mcp/servers/posecode-dev/posecode/badges/score.svg)](https://glama.ai/mcp/servers/posecode-dev/posecode) 📇 🏠 🍎 🪟 🐧 - "Mermaid for human movement" — a text language any LLM can write, rendered as a safe, anatomically-clamped 3D human figure in the browser. - [rdanieli/tentra-mcp](https://github.com/rdanieli/tentra-mcp) [![rdanieli/tentra-mcp MCP server](https://glama.ai/mcp/servers/rdanieli/tentra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/rdanieli/tentra-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - AI-native architecture platform for engineering teams. Describe a system in natural language (e.g. "payment service with Stripe, Kafka, PostgreSQL") → get an interactive typed diagram with 167 cloud components → export to 14 production frameworks (Java Spring Boot, Python FastAPI, Go chi, Rust Axum, .NET, Kotlin Ktor, Ruby Rails, Elixir Phoenix, Docker Compose, Terraform, Mermaid, ADR, and more). Drift detection (`sync_architecture`) scores saved diagrams against live code 0–100 with a structured diff. 9 quality-lint rules catch orphans, SPOFs, god services. Also includes a secondary persistent code-graph layer for AI coding agents (free offline via `npx tentra-mcp --local init`). Agent-as-LLM pattern — zero LLM cost on our side, zero API key on yours. 35 MCP tools. Works in Cursor, Claude Code, Codex, Windsurf. - [RNVizion/rnv-color-mcp](https://github.com/RNVizion/rnv-color-mcp) [![RNVizion/rnv-color-mcp MCP server](https://glama.ai/mcp/servers/RNVizion/rnv-color-mcp/badges/score.svg)](https://glama.ai/mcp/servers/RNVizion/rnv-color-mcp) 🐍 ☁️ - A complete color workflow over MCP: mix (incl. Kubelka-Munk paint physics), convert formats, generate harmonies, and remember named palettes. Resolves hex, CSS, and custom brand color names, and refuses unknown colors rather than guessing. Hosted, no install: `https://rnvizion-rnv-color-mcp.hf.space/mcp`. From 46b5eb3421b6f1a5b576ec064b5a4f19f4cd915e Mon Sep 17 00:00:00 2001 From: tizerluo Date: Wed, 29 Jul 2026 04:08:39 +0800 Subject: [PATCH 015/115] Add openagentemail server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da0c183cd..afba0a87f 100644 --- a/README.md +++ b/README.md @@ -777,6 +777,7 @@ Integration with communication platforms for message management and channel oper - [aeoess/mingle-mcp](https://github.com/aeoess/mingle-mcp) [![mingle-mcp MCP server](https://glama.ai/mcp/servers/aeoess/mingle-mcp/badges/score.svg)](https://glama.ai/mcp/servers/aeoess/mingle-mcp) 📇 ☁️ - Agent-to-agent networking. Your AI publishes what you need, matches with other people's agents, both humans approve before connecting. 6 tools, Ed25519 signed, shared network at api.aeoess.com. - [mouse114514/Xadeus-QQ-MCP](https://github.com/mouse114514/Xadeus-QQ-MCP) [![mouse114514/Xadeus-QQ-MCP MCP server](https://glama.ai/mcp/servers/mouse114514/Xadeus-QQ-MCP/badges/score.svg)](https://glama.ai/mcp/servers/mouse114514/Xadeus-QQ-MCP) 🐍 🏠 🪟 🐧 - QQ MCP Server — connects to QQ via NapCatQQ (OneBot v11), giving AI agents direct control over QQ (send/receive messages, group management, auto-wake on incoming messages, and more). - [n24q02m/better-email-mcp](https://github.com/n24q02m/better-email-mcp) [![better-email-mcp MCP server](https://glama.ai/mcp/servers/@n24q02m/better-email-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@n24q02m/better-email-mcp) 📇 ☁️ 🍎 🪟 🐧 - IMAP/SMTP email MCP server with App Passwords (no OAuth2). Auto-discovers Gmail, Outlook, Yahoo, iCloud. 5 composite tools: search, read, send, reply, forward. Multi-account support. +- [openagentemail/openagentemail](https://github.com/openagentemail/openagentemail) [![openagentemail/openagentemail MCP server](https://glama.ai/mcp/servers/openagentemail/openagentemail/badges/score.svg)](https://glama.ai/mcp/servers/openagentemail/openagentemail) 📇 🏠 🍎 🪟 🐧 - Self-hosted email for AI agents: unlimited mailboxes on your own domain with a single `docker compose up`. OTP and verification-link extraction built in, long-poll `mail_wait_for`, read/unread state, plus a web dashboard for humans. Install with `npx -y @openagentemail/mcp`. - [OrygnsCode/Omnicord](https://github.com/OrygnsCode/Omnicord) [![OrygnsCode/Omnicord MCP server](https://glama.ai/mcp/servers/OrygnsCode/Omnicord/badges/score.svg)](https://glama.ai/mcp/servers/OrygnsCode/Omnicord) 📇 🏠 🍎 🪟 🐧 - Hands your AI an entire Discord server: 148 tools covering chat, moderation, automod, events, and full administration, up to building a complete community server from one paragraph. One-command guided setup, and every destructive action previews and waits for your confirmation. - [overpod/mcp-telegram](https://github.com/overpod/mcp-telegram) [![mcp-telegram MCP server](https://glama.ai/mcp/servers/overpod/mcp-telegram/badges/score.svg)](https://glama.ai/mcp/servers/overpod/mcp-telegram) 📇 🏠 🍎 🪟 🐧 - Telegram MCP server via MTProto/GramJS — 20 tools for reading chats, searching messages, downloading media, managing contacts. QR code login, npx zero-install. Hosted version at mcp-telegram.com. - [OverQuotaAI/chatterboxio-mcp-server](https://github.com/OverQuotaAI/chatterboxio-mcp-server) 📇 ☁️ - MCP server implementation for ChatterBox.io, enabling AI agents to send bots to online meetings (Zoom, Google Meet) and obtain transcripts and recordings. From 5eae19f3b0de8d8860a70473232ce3f662a900d1 Mon Sep 17 00:00:00 2001 From: ogasurfproject-jpg Date: Wed, 29 Jul 2026 15:28:12 +0900 Subject: [PATCH 016/115] Consolidate horizon-shield: owner/repo format, add Glama badge, remove duplicates Updated links and descriptions for various MCP servers in the README. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index eb04bf96c..50485b9a9 100644 --- a/README.md +++ b/README.md @@ -829,7 +829,7 @@ Tools for encrypting and decrypting data. - [degenlegion-com/waxseal-sdk](https://github.com/degenlegion-com/waxseal-sdk) [![degenlegion-com/waxseal-sdk MCP server](https://glama.ai/mcp/servers/degenlegion-com/waxseal-sdk/badges/score.svg)](https://glama.ai/mcp/servers/degenlegion-com/waxseal-sdk) 📇 ☁️ 🏠 - On-chain Ed25519 identity for AI agents — verify seals by fingerprint, validate document signatures, and gate irreversible actions behind human-signed approval tokens. Hosted at `api.waxseal.id/mcp`; local install (`npx @waxseal/mcp`) for signing. - [denismaggior8/enigma-python-mcp](https://github.com/denismaggior8/enigma-python-mcp) [![denismaggior8/enigma-python-mcp MCP server](https://glama.ai/mcp/servers/denismaggior8/enigma-python-mcp/badges/score.svg)](https://glama.ai/mcp/servers/denismaggior8/enigma-python-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - A Model Context Protocol server that brings the capabilities of [enigmapython](https://github.com/denismaggior8/enigma-python) library to LLMs, allowing them to encrypt and decrypt messages using historically accurate Enigma machine emulators. -- [JIDEC](https://github.com/ogasurfproject-jpg/horizon-shield/tree/main/workers/hs-jidec-mcp) 📇 ☁️ - Public append-only verification ledger anchored to Bitcoin via OpenTimestamps; resolve citations, replay verification paths, and re-verify anchored records without trusting the operator. 4 read-only tools, no auth. +- [ogasurfproject-jpg/horizon-shield](https://github.com/ogasurfproject-jpg/horizon-shield/tree/main/workers/hs-jidec-mcp) [![ogasurfproject-jpg/horizon-shield MCP server](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield/badges/score.svg)](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield) 📇 ☁️ - Bitcoin-anchored, trustless public verification ledger (JIDEC) for AI-agent evidence: fetch the record bytes, recompute the SHA-256, and check the OpenTimestamps/Bitcoin timestamp — no trust in the issuer required. - [laszlopere/mcp-bytesmith](https://github.com/laszlopere/mcp-bytesmith) [![laszlopere/mcp-bytesmith MCP server](https://glama.ai/mcp/servers/laszlopere/mcp-bytesmith/badges/score.svg)](https://glama.ai/mcp/servers/laszlopere/mcp-bytesmith) 🐍 🏠 - Local byte-wrangling toolbox: encoding (hex/Base64/Base32/Base58/Base45…), cryptographic + CRC hashing, base conversion, and CSPRNG tokens/passphrases, plus an opt-in Ethereum/EVM toolset (keccak, ABI/RLP codecs, EIP-191/712 hashing, function/event selectors, EIP-55). No network calls. `uvx mcp-bytesmith`. @@ -1667,7 +1667,6 @@ Provides direct access to local file systems with configurable permissions. Enab - [alebgl77/ftp-deploy-mcp](https://github.com/alebgl77/ftp-deploy-mcp) [![alebgl77/ftp-deploy-mcp MCP server](https://glama.ai/mcp/servers/alebgl77/ftp-deploy-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alebgl77/ftp-deploy-mcp) 📇 🏠 🍎 🪟 🐧 - Deploy files from AI agents to your own FTP/FTPS/SFTP servers — multi-server config, recursive deploy with dry-run and gitignore-like excludes, per-server path jail and read-only mode, FileZilla import, one-command setup for popular MCP clients. ### 💰 Finance & Fintech -- [ogasurfproject-jpg/horizon-shield](https://github.com/ogasurfproject-jpg/horizon-shield) [![ogasurfproject-jpg/horizon-shield MCP server](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield/badges/score.svg)](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield) 📇 ☁️ - Third-party auditor for Japanese construction & renovation estimates; flags overcharge and returns Bitcoin-anchored, verifiable receipts (PTKA). Remote MCP, no auth. - [atomno-mcp/mcp-fns-calc](https://github.com/atomno-mcp/mcp-fns-calc) [![atomno-mcp/mcp-fns-calc MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc) 🐍 ☁️ - MCP-сервер налоговых/бухгалтерских калькуляторов ФНС + публичные фискальные статусы (самозанятый, ИП/ОКВЭД, дисквалификация, блокировки счетов). Волна 1, юр-риск минимальный - [Luminc/peil-mcp](https://github.com/Luminc/peil-mcp) [![Luminc/peil-mcp MCP server](https://glama.ai/mcp/servers/Luminc/peil-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Luminc/peil-mcp) 🎖️ 🐍 ☁️ - Peil — financial orientation for Dutch freelancers (ZZP'ers): log hours, draft invoices from unbilled time, and ask where you stand — outstanding, overdue, and your net effective hourly rate. Scoped API keys with draft-by-default: putting email in front of a client needs a separate `invoices:send` permission the key can be issued without. `uvx peil-mcp` - [SimonTarara62/capitalcom-mcp-server](https://github.com/SimonTarara62/capitalcom-mcp-server) [![SimonTarara62/capitalcom-mcp-server MCP server](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/SimonTarara62/capitalcom-mcp-server) 🐍 🏠 ☁️ - Unofficial, community MCP for the Capital.com Open API: safe, guarded trading and market data. Two-phase trades (preview → confirm → execute), allowlists, demo-first. Install with `uvx capitalcom-mcp`. @@ -2755,7 +2754,6 @@ MCP servers for real estate CRM, property management, and agent workflows. - [forgemeshlabs/disruption-intelligence-mcp](https://github.com/forgemeshlabs/disruption-intelligence-mcp) [![forgemeshlabs/disruption-intelligence-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/disruption-intelligence-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/disruption-intelligence-mcp) 📇 ☁️ - AI-native commercial disruption intelligence for MCP clients and x402-powered agents. Supports WARN/layoff intelligence, company context, geospatial territory disruption, and x402 payment challenge inspection via the hosted Forgemesh API. - [hyperionxmota/cook-county-property-mcp](https://github.com/hyperionxmota/cook-county-property-mcp) [![hyperionxmota/cook-county-property-mcp MCP server](https://glama.ai/mcp/servers/hyperionxmota/cook-county-property-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hyperionxmota/cook-county-property-mcp) 🐍 ☁️ - Cook County / Chicago property records — parcels, recorded sales, building permits, tax assessments, and comparable sales by street address or PIN. Hosted remote MCP, pay-per-call via x402 (USDC on Base/Solana). - [jbechtel-97/dealflowpro-mcp-server](https://github.com/jbechtel-97/dealflowpro-mcp-server) [![jbechtel-97/dealflowpro-mcp-server MCP server](https://glama.ai/mcp/servers/jbechtel-97/dealflowpro-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/jbechtel-97/dealflowpro-mcp-server) 📇 ☁️ - Multifamily real estate deal analysis — cap rate, DSCR, cash-on-cash, IRR, DFP Score (0-100), max offer price, and market intelligence for 2-200 unit properties. -- [ogasurfproject-jpg/horizon-shield](https://github.com/ogasurfproject-jpg/horizon-shield/tree/main/workers/hs-mcp) [![ogasurfproject-jpg/horizon-shield MCP server](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield/badges/score.svg)](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield) 🎖️ 📇 ☁️ - Audit Japanese construction and renovation estimates for overcharge: fair price ranges by work type, sales tactic red flags, and signed recomputable verdicts (KIRA). Includes an agent intake desk and a directory of independently audited contractors. Remote server, no API key required. - [pedra-ai/pedra-mcp](https://github.com/pedra-ai/pedra-mcp) [![pedra-ai/pedra-mcp MCP server](https://glama.ai/mcp/servers/@pedra-ai/pedra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@pedra-ai/pedra-mcp) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - AI photo and video editing for real-estate listings via the Pedra API: virtual staging, renovation, room emptying, photo enhancement, sky replacement, object removal/blur, and property video generation. `npx @pedra-ai/mcp` ### 🔬 Research From b10ac99c4ae9b3731ad39124a3bebfb6d1d9eab5 Mon Sep 17 00:00:00 2001 From: Alejandro Loyola Date: Wed, 29 Jul 2026 12:08:37 -0600 Subject: [PATCH 017/115] Add Browserless MCP server Co-Authored-By: Claude Opus 4.8 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef0aa4a6..8e982b90b 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [bighippoman/intercept-mcp](https://github.com/bighippoman/intercept-mcp) [![bighippoman/intercept-mcp MCP server](https://glama.ai/mcp/servers/bighippoman/intercept-mcp/badges/score.svg)](https://glama.ai/mcp/servers/bighippoman/intercept-mcp) 📇 🏠 - Multi-tier fallback chain for fetching web content as clean markdown. Handles tweets, YouTube, arXiv, PDFs, and regular pages with 9 fallback strategies. - [blackwhite084/playwright-plus-python-mcp](https://github.com/blackwhite084/playwright-plus-python-mcp) 🐍 - An MCP python server using Playwright for browser automation,more suitable for llm - [browserbase/mcp-server-browserbase](https://github.com/browserbase/mcp-server-browserbase) 🎖️ 📇 - Automate browser interactions in the cloud (e.g. web navigation, data extraction, form filling, and more) +- [browserless/browserless-mcp](https://github.com/browserless/browserless-mcp) 🎖️ ☁️ - Headless browser automation and web scraping infrastructure. Exposes the Browserless smart scraper API to LLM clients over MCP. - [browsermcp/mcp](https://github.com/browsermcp/mcp) 📇 🏠 - Automate your local Chrome browser - [brutalzinn/simple-mcp-selenium](https://github.com/brutalzinn/simple-mcp-selenium) 📇 🏠 - An MCP Selenium Server for controlling browsers using natural language in Cursor IDE. Perfect for testing, automation, and multi-user scenarios. - [co-browser/browser-use-mcp-server](https://github.com/co-browser/browser-use-mcp-server) 🐍 - browser-use packaged as an MCP server with SSE transport. includes a dockerfile to run chromium in docker + a vnc server. From 9f81e8485de4f9de60bd1939d87157b6b181952d Mon Sep 17 00:00:00 2001 From: Alejandro Loyola Date: Wed, 29 Jul 2026 12:25:35 -0600 Subject: [PATCH 018/115] Add Glama badge to Browserless entry Co-Authored-By: Claude Opus 4.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e982b90b..eaa818431 100644 --- a/README.md +++ b/README.md @@ -408,7 +408,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [bighippoman/intercept-mcp](https://github.com/bighippoman/intercept-mcp) [![bighippoman/intercept-mcp MCP server](https://glama.ai/mcp/servers/bighippoman/intercept-mcp/badges/score.svg)](https://glama.ai/mcp/servers/bighippoman/intercept-mcp) 📇 🏠 - Multi-tier fallback chain for fetching web content as clean markdown. Handles tweets, YouTube, arXiv, PDFs, and regular pages with 9 fallback strategies. - [blackwhite084/playwright-plus-python-mcp](https://github.com/blackwhite084/playwright-plus-python-mcp) 🐍 - An MCP python server using Playwright for browser automation,more suitable for llm - [browserbase/mcp-server-browserbase](https://github.com/browserbase/mcp-server-browserbase) 🎖️ 📇 - Automate browser interactions in the cloud (e.g. web navigation, data extraction, form filling, and more) -- [browserless/browserless-mcp](https://github.com/browserless/browserless-mcp) 🎖️ ☁️ - Headless browser automation and web scraping infrastructure. Exposes the Browserless smart scraper API to LLM clients over MCP. +- [browserless/browserless-mcp](https://github.com/browserless/browserless-mcp) [![browserless/browserless-mcp MCP server](https://glama.ai/mcp/servers/browserless/browserless-mcp/badges/score.svg)](https://glama.ai/mcp/servers/browserless/browserless-mcp) 🎖️ ☁️ - Headless browser automation and web scraping infrastructure. Exposes the Browserless smart scraper API to LLM clients over MCP. - [browsermcp/mcp](https://github.com/browsermcp/mcp) 📇 🏠 - Automate your local Chrome browser - [brutalzinn/simple-mcp-selenium](https://github.com/brutalzinn/simple-mcp-selenium) 📇 🏠 - An MCP Selenium Server for controlling browsers using natural language in Cursor IDE. Perfect for testing, automation, and multi-user scenarios. - [co-browser/browser-use-mcp-server](https://github.com/co-browser/browser-use-mcp-server) 🐍 - browser-use packaged as an MCP server with SSE transport. includes a dockerfile to run chromium in docker + a vnc server. From 2e8bf3005ac916a15eccf69e7ccd66797068b723 Mon Sep 17 00:00:00 2001 From: Celine Yu Date: Thu, 30 Jul 2026 23:48:21 +0800 Subject: [PATCH 019/115] Add Quant Data (Finance & Fintech) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef0aa4a6..8cb087ad0 100644 --- a/README.md +++ b/README.md @@ -1705,6 +1705,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [alebgl77/ftp-deploy-mcp](https://github.com/alebgl77/ftp-deploy-mcp) [![alebgl77/ftp-deploy-mcp MCP server](https://glama.ai/mcp/servers/alebgl77/ftp-deploy-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alebgl77/ftp-deploy-mcp) 📇 🏠 🍎 🪟 🐧 - Deploy files from AI agents to your own FTP/FTPS/SFTP servers — multi-server config, recursive deploy with dry-run and gitignore-like excludes, per-server path jail and read-only mode, FileZilla import, one-command setup for popular MCP clients. ### 💰 Finance & Fintech +- [celineycn/quantdata-plugin](https://github.com/celineycn/quantdata-plugin) 🎖️ 🐍 ☁️ - Measured market statistics for US stocks/ETFs, futures, HK and A-shares: five-class day-type probabilities for the session in progress, Weis volume-wave events with pre-registered win rates, options max pain from open interest alone, and estimated dealer gamma (GEX). Every published number traces to a stated measurement — failures included — and nothing is a buy/sell recommendation. 10 calls/day with no key or signup. Remote at https://api.quantdata.uk/mcp; on the official registry as `uk.quantdata/quantdata`. - [Zenidp/solinkify-mcp](https://github.com/Zenidp/solinkify-mcp) [![Zenidp/solinkify-mcp MCP server](https://glama.ai/mcp/servers/Zenidp/solinkify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Zenidp/solinkify-mcp) 📇 🏠 - Agentic payments on Solana: let an agent discover x402-priced endpoints, pay HTTP 402 paywalls in USDC, manage pre-paid balances and subscriptions, and buy datasets or settle store checkouts — 15 tools behind fail-closed spending caps ($1 per payment, $10 per day by default). Non-custodial: payments lock in a program-owned escrow and release 99% to the creator. Listed on the official MCP registry as `com.solinkify/mcp`. `npx -y @solinkify/mcp` - [ogasurfproject-jpg/horizon-shield](https://github.com/ogasurfproject-jpg/horizon-shield) [![ogasurfproject-jpg/horizon-shield MCP server](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield/badges/score.svg)](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield) 📇 ☁️ - Third-party auditor for Japanese construction & renovation estimates; flags overcharge and returns Bitcoin-anchored, verifiable signed receipts (PTKA). Remote MCP, no auth. - [atomno-mcp/mcp-fns-calc](https://github.com/atomno-mcp/mcp-fns-calc) [![atomno-mcp/mcp-fns-calc MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc) 🐍 ☁️ - MCP-сервер налоговых/бухгалтерских калькуляторов ФНС + публичные фискальные статусы (самозанятый, ИП/ОКВЭД, дисквалификация, блокировки счетов). Волна 1, юр-риск минимальный From d7be2eed6223fd7094c7c4195a4cd906afec3aaf Mon Sep 17 00:00:00 2001 From: Sofia Date: Thu, 30 Jul 2026 20:38:53 +0200 Subject: [PATCH 020/115] Add Glama score badge per maintainer request MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Glama's quality score for Sofiia7/ARC has since been evaluated (Server Coherence A, Tool Definition Quality A, Maintenance B) — adding the badge punkpeye asked for on 2026-07-25. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64be3c08f..6132a7d67 100644 --- a/README.md +++ b/README.md @@ -1688,7 +1688,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [@asterpay/mcp-server](https://github.com/timolein74/asterpay-mcp-server) [![asterpay-mcp-server MCP server](https://glama.ai/mcp/servers/timolein74/asterpay-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/timolein74/asterpay-mcp-server) 📇 ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics — pay-per-call in USDC on Base. SEPA Instant EUR off-ramp. - [Apex-Foundation/copilot-mcp](https://github.com/Apex-Foundation/copilot-mcp) [![Apex-Foundation/copilot-mcp MCP server](https://glama.ai/mcp/servers/Apex-Foundation/copilot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Apex-Foundation/copilot-mcp) 📇 ☁️ 🍎 🪟 🐧 - Web3 founder diligence stack: smart contract audit (Solidity via Slither, Rust via cargo-audit) with file/line findings, jurisdiction matching across 28 crypto-native domiciles, VC fund discovery with thesis matching, portfolio comparison against 47 accelerator companies, project scoring across team/traction/tokenomics/market/security, hackathon search, Twitter audience audit. - [@czagents/cnb](https://github.com/martinhavel/cz-agents-mcp) [![martinhavel/cz-agents-mcp MCP server](https://glama.ai/mcp/servers/martinhavel/cz-agents-mcp/badges/score.svg)](https://glama.ai/mcp/servers/martinhavel/cz-agents-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Czech National Bank (ČNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm `@czagents/cnb` or HTTP at cnb.cz-agents.dev/mcp. -- [Sofiia7/ARC](https://github.com/Sofiia7/ARC) 📇 🏠 ☁️ - Browse, take, and submit USDC bounties on ArcBounty (Arc Network, ERC-8183 escrow + ERC-8004 reputation). Read-only mode needs zero credentials; add a wallet and your agent can earn real USDC. In the official MCP Registry. +- [Sofiia7/ARC](https://github.com/Sofiia7/ARC) [![Sofiia7/ARC MCP server](https://glama.ai/mcp/servers/Sofiia7/ARC/badges/score.svg)](https://glama.ai/mcp/servers/Sofiia7/ARC) 📇 🏠 ☁️ - Browse, take, and submit USDC bounties on ArcBounty (Arc Network, ERC-8183 escrow + ERC-8004 reputation). Read-only mode needs zero credentials; add a wallet and your agent can earn real USDC. In the official MCP Registry. - [@frihet/mcp-server](https://github.com/Frihet-io/frihet-mcp) [![frihet-mcp MCP server](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp) 📇 ☁️ - AI-native business management — invoices, expenses, clients, products, and quotes. 31 tools for Claude, Cursor, Windsurf, and Cline. - [@iiatlas/hledger-mcp](https://github.com/iiAtlas/hledger-mcp) 📇 🏠 🍎 🪟 - Double entry plain text accounting, right in your LLM! This MCP enables comprehensive read, and (optional) write access to your local [HLedger](https://hledger.org/) accounting journals. - [Fabio662/yieldagentx402-sdks](https://github.com/Fabio662/yieldagentx402-sdks) [![Fabio662/yieldagentx402-sdks MCP server](https://glama.ai/mcp/servers/Fabio662/yieldagentx402-sdks/badges/score.svg)](https://glama.ai/mcp/servers/Fabio662/yieldagentx402-sdks) 📇 ☁️ - Custody-free, policy-gated, receipt-backed execution layer for AI agents. 16 MCP tools across 18 chains (Base, Ethereum, Bitcoin native, Starknet, NEAR, Solana, Stacks, BNB, Rootstock, Filecoin, Aptos, Sui, TON, Tron, XRPL, Stellar, Algorand). One NEAR MPC key authority signs on EVM and BTC, no private keys held anywhere. ShadeGuard policy enforcement, Intel TDX TEE attestation, HMAC-SHA256 receipts, Filecoin and BTFS anchored. x402 protocol settlement with 0.25 percent protocol fee. Public discovery with no signup needed: call yax_get_capabilities without auth. Instant test key (5 USD cap, 7 day) via POST /api/apply. Install via `npx agentx402-mcp-server`. From d13d23507ad77a4a65a709caa2868873a1dec23d Mon Sep 17 00:00:00 2001 From: Kaustubh Date: Wed, 10 Jun 2026 08:56:23 +0200 Subject: [PATCH 021/115] Add project-memory-mcp to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef0aa4a6..0a275cf03 100644 --- a/README.md +++ b/README.md @@ -2481,6 +2481,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [ohad6k/emulo](https://github.com/ohad6k/emulo) [![ohad6k/emulo MCP server](https://glama.ai/mcp/servers/ohad6k/emulo/badges/score.svg)](https://glama.ai/mcp/servers/ohad6k/emulo) 🐍 🏠 - Loads your personal profile, mined from your local Claude Code/Codex/OpenCode logs, so your agent works like you instead of a cold start. One tool, `load_emulo_profile`. Run with `uvx emulo mcp`. - [ctxfile/ctxfile](https://github.com/ctxfile/ctxfile) [![ctxfile/ctxfile MCP server](https://glama.ai/mcp/servers/ctxfile/ctxfile/badges/score.svg)](https://glama.ai/mcp/servers/ctxfile/ctxfile) 📇 🏠 🍎 🪟 🐧 - Local-first MCP server that snapshots your project's working state — files, git, plan, and decisions — into one structured context object and hands it to any MCP client in a single call. Save a session in one agent, continue it in another. Zero network calls by default; read-only over your project. Works with Claude Code, Cursor, and any MCP client. `npx -y ctxfile` - [atakanelik34/Bilinc](https://github.com/atakanelik34/Bilinc) [![atakanelik34/Bilinc MCP server](https://glama.ai/mcp/servers/atakanelik34/Bilinc/badges/score.svg)](https://glama.ai/mcp/servers/atakanelik34/Bilinc) 🐍 ☁️ 🍎 🪟 🐧 - Hosted agent memory that keeps an audit trail. Three tools — `commit_mem`, `recall`, `status` — where each write carries provenance (which run, tool, or operator produced it), contradictions with prior state surface as inspectable changes rather than silent overwrites, and a bad run is recovered from a snapshot instead of repaired by hand. `pip install -U bilinc` +- [kaaustubh/project-memory-mcp](https://github.com/kaaustubh/project-memory-mcp) 📇 🏠 - Persistent memory for AI coding agents over plain files in your repo (AGENTS.md + issues.jsonl) — no DB, no vectors. Captures past bugs & fixes, decisions, and your corrections (proactively, plus an optional Stop hook), and auto-recalls them next session. Works with Claude Code & Cursor. `npx -y @kaaustubh/project-memory-mcp install` ### ⚖️ Legal Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information. From 866a5dfd8a61565647cb932485638edc24ef2dad Mon Sep 17 00:00:00 2001 From: Kaustubh Date: Sun, 26 Jul 2026 17:53:04 +0200 Subject: [PATCH 022/115] Add Glama quality-score badge to project-memory-mcp entry Requested by maintainer/bot on the PR before merge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a275cf03..9cd24ac8d 100644 --- a/README.md +++ b/README.md @@ -2481,7 +2481,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [ohad6k/emulo](https://github.com/ohad6k/emulo) [![ohad6k/emulo MCP server](https://glama.ai/mcp/servers/ohad6k/emulo/badges/score.svg)](https://glama.ai/mcp/servers/ohad6k/emulo) 🐍 🏠 - Loads your personal profile, mined from your local Claude Code/Codex/OpenCode logs, so your agent works like you instead of a cold start. One tool, `load_emulo_profile`. Run with `uvx emulo mcp`. - [ctxfile/ctxfile](https://github.com/ctxfile/ctxfile) [![ctxfile/ctxfile MCP server](https://glama.ai/mcp/servers/ctxfile/ctxfile/badges/score.svg)](https://glama.ai/mcp/servers/ctxfile/ctxfile) 📇 🏠 🍎 🪟 🐧 - Local-first MCP server that snapshots your project's working state — files, git, plan, and decisions — into one structured context object and hands it to any MCP client in a single call. Save a session in one agent, continue it in another. Zero network calls by default; read-only over your project. Works with Claude Code, Cursor, and any MCP client. `npx -y ctxfile` - [atakanelik34/Bilinc](https://github.com/atakanelik34/Bilinc) [![atakanelik34/Bilinc MCP server](https://glama.ai/mcp/servers/atakanelik34/Bilinc/badges/score.svg)](https://glama.ai/mcp/servers/atakanelik34/Bilinc) 🐍 ☁️ 🍎 🪟 🐧 - Hosted agent memory that keeps an audit trail. Three tools — `commit_mem`, `recall`, `status` — where each write carries provenance (which run, tool, or operator produced it), contradictions with prior state surface as inspectable changes rather than silent overwrites, and a bad run is recovered from a snapshot instead of repaired by hand. `pip install -U bilinc` -- [kaaustubh/project-memory-mcp](https://github.com/kaaustubh/project-memory-mcp) 📇 🏠 - Persistent memory for AI coding agents over plain files in your repo (AGENTS.md + issues.jsonl) — no DB, no vectors. Captures past bugs & fixes, decisions, and your corrections (proactively, plus an optional Stop hook), and auto-recalls them next session. Works with Claude Code & Cursor. `npx -y @kaaustubh/project-memory-mcp install` +- [kaaustubh/project-memory-mcp](https://github.com/kaaustubh/project-memory-mcp) [![kaaustubh/project-memory-mcp MCP server](https://glama.ai/mcp/servers/kaaustubh/project-memory-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kaaustubh/project-memory-mcp) 📇 🏠 - Persistent memory for AI coding agents over plain files in your repo (AGENTS.md + issues.jsonl) — no DB, no vectors. Captures past bugs & fixes, decisions, and your corrections (proactively, plus an optional Stop hook), and auto-recalls them next session. Works with Claude Code & Cursor. `npx -y @kaaustubh/project-memory-mcp install` ### ⚖️ Legal Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information. From 084711f6e6ba4931a44177b911343e48a8e16197 Mon Sep 17 00:00:00 2001 From: Meta-CampUs-school <149607026+Meta-CampUs-school@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:54:43 +0300 Subject: [PATCH 023/115] =?UTF-8?q?Add=20=D1=81=D1=80=D0=B5=D0=B7AI=20MCP?= =?UTF-8?q?=20server=20to=20Search=20&=20Data=20Extraction?= 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 aef0aa4a6..f97968d8e 100644 --- a/README.md +++ b/README.md @@ -3036,6 +3036,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [shopsavvy/shopsavvy-mcp-server](https://github.com/shopsavvy/shopsavvy-mcp-server) 🎖️ 📇 ☁️ - Complete product and pricing data solution for AI assistants. Search for products by barcode/ASIN/URL, access detailed product metadata, access comprehensive pricing data from thousands of retailers, view and track price history, and more. - [sifter-ai/sifter](https://github.com/sifter-ai/sifter) [![sifter-ai/sifter MCP server](https://glama.ai/mcp/servers/sifter-ai/sifter/badges/score.svg)](https://glama.ai/mcp/servers/sifter-ai/sifter) 🐍 🏠 ☁️ - Structure any document, query it like a database. Open-source extraction engine that turns any document into typed, schema-defined records, queryable in natural language from Claude, ChatGPT, Gemini, or any MCP client. - [softvoyagers/linkmeta-api](https://github.com/softvoyagers/linkmeta-api) 📇 ☁️ - Free URL metadata extraction API (Open Graph, Twitter Cards, favicons, JSON-LD). No API key required. +- [srezai-team/srezai-mcp](https://github.com/srezai-team/srezai-mcp) 🎖️ 📇 ☁️ - Web and image search, page reading as clean Markdown, browser-rendered screenshots, schema-based extraction and agentic deep research. Strong Russian-web coverage. Remote (Streamable HTTP) at `https://srezai.ru/api/mcp` or via `npx srezai-mcp` for stdio-only clients. - [ssatama/rescuedogs-mcp-server](https://github.com/ssatama/rescuedogs-mcp-server) 📇 ☁️ - Search and discover rescue dogs from European and UK organizations with AI-powered personality matching and detailed profiles. - [StripFeed/mcp-server](https://github.com/StripFeed/mcp-server) [![stripfeed-mcp-server MCP server](https://glama.ai/mcp/servers/@StripFeed/stripfeed-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@StripFeed/stripfeed-mcp-server) 📇 ☁️ - Convert any URL to clean, token-efficient Markdown for AI agents. API-backed extraction with token counting, CSS selector support, and configurable caching via [StripFeed](https://www.stripfeed.dev). - [takashiishida/arxiv-latex-mcp](https://github.com/takashiishida/arxiv-latex-mcp) 🐍 ☁️ - Get the LaTeX source of arXiv papers to handle mathematical content and equations From 599da1263ad5a6924dc3f3dc1b23a444609af6e2 Mon Sep 17 00:00:00 2001 From: Great Anthony <0xdidi@users.noreply.github.com> Date: Fri, 31 Jul 2026 18:51:11 +0100 Subject: [PATCH 024/115] Add noteboxd/mcp to Art & Culture --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef0aa4a6..68a7a9aee 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [mikechao/metmuseum-mcp](https://github.com/mikechao/metmuseum-mcp) 📇 ☁️ - Metropolitan Museum of Art Collection API integration to search and display artworks in the collection. - [mikan-atomoki/text-to-model](https://github.com/mikan-atomoki/text-to-model) [![text-to-model MCP server](https://glama.ai/mcp/servers/mikan-atomoki/text-to-model/badges/score.svg)](https://glama.ai/mcp/servers/mikan-atomoki/text-to-model) 🐍 🏠 🪟 🍎 - Turn natural language into 3D models in Fusion 360. 64 CAD tools including sketches, extrudes, fillets, and JIS standard parts. - [molanojustin/smithsonian-mcp](https://github.com/molanojustin/smithsonian-mcp) 🐍 ☁️ - MCP server that provides AI assistants with access to the Smithsonian Institution's Open Access collections. +- [noteboxd/mcp](https://github.com/noteboxd/mcp) [![mcp MCP server](https://glama.ai/mcp/servers/Noteboxd/mcp/badges/score.svg)](https://glama.ai/mcp/servers/Noteboxd/mcp) 📇 ☁️ 🏠 - Fragrance and perfume API for AI: query the [Noteboxd](https://www.noteboxd.com) encyclopedia for fragrances, notes, accords, brands, perfumers, reviews, and charts. Hosted remote server at `https://mcp.noteboxd.com/mcp`, or run locally with `npx -y @noteboxd/mcp`. - [joshseane/-nmlp-mcp](https://github.com/joshseane/-nmlp-mcp) [![-nmlp-mcp MCP server](https://glama.ai/mcp/servers/joshseane/-nmlp-mcp/badges/score.svg)](https://glama.ai/mcp/servers/joshseane/-nmlp-mcp) 📇 ☁️ - First-edition identification — points of issue, number-line decoding, and publisher rules over a CC-BY, DOI-cited dataset of 6,717 titles — plus New Mexico book-donation logistics. Hosted remote server, no auth. Endpoint: https://newmexicoliteracyproject.org/api/mcp · Registry: `org.newmexicoliteracyproject/nmlp-mcp` - [OctoEverywhere/mcp](https://github.com/OctoEverywhere/mcp) #️⃣ ☁️ - A 3D printer MCP server that allows for getting live printer state, webcam snapshots, and printer control. - [omni-mcp/isaac-sim-mcp](https://github.com/omni-mcp/isaac-sim-mcp) 📇 ☁️ - A MCP Server and an extension enables natural language control of NVIDIA Isaac Sim, Lab, OpenUSD and etc. From ad2efef206367f1591230e37e0dfbaafc91a1522 Mon Sep 17 00:00:00 2001 From: jaimenbell <271556866+jaimenbell@users.noreply.github.com> Date: Fri, 31 Jul 2026 14:04:26 -0600 Subject: [PATCH 025/115] Add jaimenbell/rag-mcp to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef0aa4a6..e78784759 100644 --- a/README.md +++ b/README.md @@ -2328,6 +2328,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [IgorGanapolsky/mcp-memory-gateway](https://github.com/IgorGanapolsky/mcp-memory-gateway) [![IgorGanapolsky/mcp-memory-gateway MCP server](https://glama.ai/mcp/servers/IgorGanapolsky/mcp-memory-gateway/badges/score.svg)](https://glama.ai/mcp/servers/IgorGanapolsky/mcp-memory-gateway) 📇 🏠 - Pre-action gates that prevent AI coding agents from repeating known mistakes. Captures explicit feedback, auto-promotes failures into prevention rules, and enforces them via hooks. - [Ikalus1988/MisakaNet](https://github.com/Ikalus1988/MisakaNet) [![Ikalus1988/MisakaNet MCP server](https://glama.ai/mcp/servers/Ikalus1988/MisakaNet/badges/score.svg)](https://glama.ai/mcp/servers/Ikalus1988/MisakaNet) 🐍 🏠 🍎 🪟 🐧 - Agent failure memory network. Search 235+ verified debugging lessons from real engineering sessions. BM25 + SAG-Lite search, 3 tools (search, get_lesson, submit_usage), 5 resources, 3 guided prompts. Works with Claude Code, Cursor, and any MCP client. `python3 scripts/mcp_server.py` - [zsxh1990/pr-genius](https://github.com/zsxh1990/pr-genius) [![zsxh1990/pr-genius MCP server](https://glama.ai/mcp/servers/zsxh1990/pr-genius/badges/score.svg)](https://glama.ai/mcp/servers/zsxh1990/pr-genius) 🐍 🏠 - Evidence-backed PR contribution advisor. 550+ case studies from 33 repos, 8 tools for merge probability analysis, pattern matching, and contribution strategy. `pip install prgenius-core` +- [jaimenbell/rag-mcp](https://github.com/jaimenbell/rag-mcp) [![jaimenbell/rag-mcp MCP server](https://glama.ai/mcp/servers/jaimenbell/rag-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jaimenbell/rag-mcp) 🐍 🏠 - Minimal RAG-over-a-corpus retrieval tool: `search_knowledge(query, k)` embeds the query, vector-searches a local corpus and returns cited passages. Runs fully locally with no paid embedding API. `pip install jaimenbell-rag-mcp` - [JamesANZ/cross-llm-mcp](https://github.com/JamesANZ/cross-llm-mcp) 📇 🏠 - An MCP server that enables cross-LLM communication and memory sharing, allowing different AI models to collaborate and share context across conversations. - [JamesANZ/memory-mcp](https://github.com/JamesANZ/memory-mcp) 📇 🏠 - An MCP server that stores and retrieves memories from multiple LLMs using MongoDB. Provides tools for saving, retrieving, adding, and clearing conversation memories with timestamps and LLM identification. - [japlete/md-vision-mcp](https://github.com/japlete/md-vision-mcp) [![md-vision-mcp MCP server](https://glama.ai/mcp/servers/japlete/md-vision-mcp/badges/score.svg)](https://glama.ai/mcp/servers/japlete/md-vision-mcp) 📇 🏠 🍎 🪟 🐧 - Read Markdown with inlined images and heading indexes for agentic RAG over local docs or allowed URLs. From c87d21eeb13aeb3ef85575224d1170d2cbeebf69 Mon Sep 17 00:00:00 2001 From: jaimenbell <271556866+jaimenbell@users.noreply.github.com> Date: Fri, 31 Jul 2026 14:04:30 -0600 Subject: [PATCH 026/115] Add jaimenbell/vllm-ops-mcp to Monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef0aa4a6..aaea6b7cc 100644 --- a/README.md +++ b/README.md @@ -2672,6 +2672,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [inspektor-gadget/ig-mcp-server](https://github.com/inspektor-gadget/ig-mcp-server) 🏎️ ☁️ 🏠 🐧 🪟 🍎 - Debug your Container and Kubernetes workloads with an AI interface powered by eBPF. - [inventer-dev/mcp-internet-speed-test](https://github.com/inventer-dev/mcp-internet-speed-test) 🐍 ☁️ - Internet speed testing with network performance metrics including download/upload speed, latency, jitter analysis, and CDN server detection with geographic mapping - [jabbawocky/statuscraft](https://github.com/jabbawocky/statuscraft) [![jabbawocky/statuscraft MCP server](https://glama.ai/mcp/servers/jabbawocky/statuscraft/badges/score.svg)](https://glama.ai/mcp/servers/jabbawocky/statuscraft) 📇 🏠 🍎 🪟 🐧 - MCP server that checks the live status of 3831 software services in real time. Ask your AI agent "is GitHub down?" or "what's wrong with Sentry?" — and get a live answer pulled directly from official status pages, including full incident detail when something is broken. `npx -y github:jabbawocky/statuscraft` +- [jaimenbell/vllm-ops-mcp](https://github.com/jaimenbell/vllm-ops-mcp) [![jaimenbell/vllm-ops-mcp MCP server](https://glama.ai/mcp/servers/jaimenbell/vllm-ops-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jaimenbell/vllm-ops-mcp) 🐍 🏠 - Read-only ops and health server for a local vLLM instance: liveness versus real-completion health tiers, GPU and VRAM status, service status, and live serve-flag introspection. `pip install vllm-ops-mcp` - [Jwrede/llmprobe](https://github.com/Jwrede/llmprobe) [![Jwrede/llmprobe MCP server](https://glama.ai/mcp/servers/Jwrede/llmprobe/badges/score.svg)](https://glama.ai/mcp/servers/Jwrede/llmprobe) 🏎️ ☁️ 🏠 🍎 🪟 🐧 - Synthetic monitoring for LLM inference endpoints. Measure TTFT, latency, throughput, and errors across OpenAI, Anthropic, Google, Azure, Bedrock, and local servers (vLLM, SGLang, Ollama). CLI + MCP server with Prometheus and OpenTelemetry export. - [kascada/logmcp](https://github.com/kascada/logmcp) [![kascada/logmcp MCP server](https://glama.ai/mcp/servers/kascada/logmcp/badges/score.svg)](https://glama.ai/mcp/servers/kascada/logmcp) 🏎️ 🏠 🐧 - Read-only log access for AI assistants over HTTPS. Whitelist log files on your Linux server; AI can search and read them without shell access. Token-authenticated, syslog-audited. - [last9/last9-mcp-server](https://github.com/last9/last9-mcp-server) - Seamlessly bring real-time production context—logs, metrics, and traces—into your local environment to auto-fix code faster From 3afc304992e854564f44df2d19035109e284c25f Mon Sep 17 00:00:00 2001 From: jaimenbell <271556866+jaimenbell@users.noreply.github.com> Date: Fri, 31 Jul 2026 14:04:43 -0600 Subject: [PATCH 027/115] Add jaimenbell/discord-mcp to Communication --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef0aa4a6..8428c3f8e 100644 --- a/README.md +++ b/README.md @@ -773,6 +773,7 @@ Integration with communication platforms for message management and channel oper - [Rheopyrin/ox-mcp](https://github.com/Rheopyrin/ox-mcp) [![Rheopyrin/ox-mcp MCP server](https://glama.ai/mcp/servers/Rheopyrin/ox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Rheopyrin/ox-mcp) 📇 🏠 🍎 🪟 🐧 - Email (IMAP/SMTP), mail filters (Sieve), calendar (CalDAV), contacts (CardDAV), and free/busy scheduling for Open-Xchange and standards-based mail platforms. Published on the official MCP Registry. - [virtualsms-io/mcp-server](https://github.com/virtualsms-io/mcp-server) [![virtualsms-io/mcp-server](https://glama.ai/mcp/servers/virtualsms-io/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/virtualsms-io/mcp-server) 📇 ☁️ - Receive SMS verification codes with AI agents. Get virtual phone numbers for WhatsApp, Telegram, Google, and 500+ services. Own modem infrastructure across 200+ countries with real-time WebSocket delivery. 12 tools for number discovery, purchase, and code extraction. - [jagan-shanmugam/mattermost-mcp-host](https://github.com/jagan-shanmugam/mattermost-mcp-host) 🐍 🏠 - A MCP server along with MCP host that provides access to Mattermost teams, channels and messages. MCP host is integrated as a bot in Mattermost with access to MCP servers that can be configured. +- [jaimenbell/discord-mcp](https://github.com/jaimenbell/discord-mcp) [![jaimenbell/discord-mcp MCP server](https://glama.ai/mcp/servers/jaimenbell/discord-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jaimenbell/discord-mcp) 🐍 ☁️ - MCP server over the Discord REST API: read-only tools for listing channels, categories, roles, member roles and permission overwrites, plus write tools for channel, role, guild and message management that stay gated off by default. `pip install jaimenbell-discord-mcp` - [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. From ef77705af3246a2b1d7d9edf65b02bef4920c826 Mon Sep 17 00:00:00 2001 From: tsmiyamoto Date: Sat, 1 Aug 2026 12:44:58 +0900 Subject: [PATCH 028/115] Add Publee server Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef0aa4a6..6b9ac6ad0 100644 --- a/README.md +++ b/README.md @@ -545,6 +545,7 @@ Cloud platform service integration. Enables management and interaction with clou - [portainer/portainer-mcp](https://github.com/portainer/portainer-mcp) 🏎️ ☁️/🏠 - A powerful MCP server that enables AI assistants to seamlessly interact with Portainer instances, providing natural language access to container management, deployment operations, and infrastructure monitoring capabilities. - [nikhilnt1234/TokenBurnRate](https://github.com/nikhilnt1234/TokenBurnRate) [![nikhilnt1234/TokenBurnRate MCP server](https://glama.ai/mcp/servers/nikhilnt1234/TokenBurnRate/badges/score.svg)](https://glama.ai/mcp/servers/nikhilnt1234/TokenBurnRate) 📇 🏠 - Track LLM token costs across Claude, GPT and Gemini. MCP server + CLI with optimization hints and $ savings estimates. 📇🏠 - [s-b-e-n-s-o-n/portkey-admin-mcp](https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp) [![portkey-admin-mcp MCP server](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp/badges/score.svg)](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp) 📇 ☁️ - MCP server for the Portkey AI Gateway Admin API — 150 tools for prompts, configs, analytics, keys, guardrails, integrations, and more. +- [publee](https://publee.app/docs/mcp) 🎖️ 📇 ☁️ - Publish AI-generated HTML or static files to a shareable `.publee.site` URL in seconds. Works anonymously with zero setup (7-day retention); OAuth login adds permanent hosting, in-place updates that keep the same URL, and limited-sharing visibility (password, members-only). - [pulumi/mcp-server](https://github.com/pulumi/mcp-server) 🎖️ 📇 🏠 - MCP server for interacting with Pulumi using the Pulumi Automation API and Pulumi Cloud API. Enables MCP clients to perform Pulumi operations like retrieving package information, previewing changes, deploying updates, and retrieving stack outputs programmatically. - [pythonanywhere/pythonanywhere-mcp-server](https://github.com/pythonanywhere/pythonanywhere-mcp-server) 🐍 🏠 - MCP server implementation for PythonAnywhere cloud platform. - [RajeevSirohi/mcp-server-terraform](https://github.com/RajeevSirohi/mcp-server-terraform) [![RajeevSirohi/mcp-server-terraform MCP server](https://glama.ai/mcp/servers/RajeevSirohi/mcp-server-terraform/badges/score.svg)](https://glama.ai/mcp/servers/RajeevSirohi/mcp-server-terraform) 📇 🏠 🍎 🪟 🐧 - Safety-first Terraform operations: plan/apply/destroy with two-step confirmation gates, plan risk & cost analysis that flags expensive always-on resources (NAT gateways, EKS, Azure Firewall), drift detection, import/taint/refresh, provider auth pre-flight checks, and audit logging. From 9596a9fbf24fc6324ce4c7cf5f1aec9c45c91c2f Mon Sep 17 00:00:00 2001 From: tsmiyamoto Date: Sat, 1 Aug 2026 12:57:29 +0900 Subject: [PATCH 029/115] Use GitHub repository link for Publee entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b9ac6ad0..d6384b4a5 100644 --- a/README.md +++ b/README.md @@ -545,7 +545,7 @@ Cloud platform service integration. Enables management and interaction with clou - [portainer/portainer-mcp](https://github.com/portainer/portainer-mcp) 🏎️ ☁️/🏠 - A powerful MCP server that enables AI assistants to seamlessly interact with Portainer instances, providing natural language access to container management, deployment operations, and infrastructure monitoring capabilities. - [nikhilnt1234/TokenBurnRate](https://github.com/nikhilnt1234/TokenBurnRate) [![nikhilnt1234/TokenBurnRate MCP server](https://glama.ai/mcp/servers/nikhilnt1234/TokenBurnRate/badges/score.svg)](https://glama.ai/mcp/servers/nikhilnt1234/TokenBurnRate) 📇 🏠 - Track LLM token costs across Claude, GPT and Gemini. MCP server + CLI with optimization hints and $ savings estimates. 📇🏠 - [s-b-e-n-s-o-n/portkey-admin-mcp](https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp) [![portkey-admin-mcp MCP server](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp/badges/score.svg)](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp) 📇 ☁️ - MCP server for the Portkey AI Gateway Admin API — 150 tools for prompts, configs, analytics, keys, guardrails, integrations, and more. -- [publee](https://publee.app/docs/mcp) 🎖️ 📇 ☁️ - Publish AI-generated HTML or static files to a shareable `.publee.site` URL in seconds. Works anonymously with zero setup (7-day retention); OAuth login adds permanent hosting, in-place updates that keep the same URL, and limited-sharing visibility (password, members-only). +- [publee-dev/mcp](https://github.com/publee-dev/mcp) 🎖️ 📇 ☁️ - Publish AI-generated HTML or static files to a shareable `.publee.site` URL in seconds. Works anonymously with zero setup (7-day retention); an API token adds permanent hosting, in-place updates that keep the same URL, and limited-sharing visibility (password, members-only). - [pulumi/mcp-server](https://github.com/pulumi/mcp-server) 🎖️ 📇 🏠 - MCP server for interacting with Pulumi using the Pulumi Automation API and Pulumi Cloud API. Enables MCP clients to perform Pulumi operations like retrieving package information, previewing changes, deploying updates, and retrieving stack outputs programmatically. - [pythonanywhere/pythonanywhere-mcp-server](https://github.com/pythonanywhere/pythonanywhere-mcp-server) 🐍 🏠 - MCP server implementation for PythonAnywhere cloud platform. - [RajeevSirohi/mcp-server-terraform](https://github.com/RajeevSirohi/mcp-server-terraform) [![RajeevSirohi/mcp-server-terraform MCP server](https://glama.ai/mcp/servers/RajeevSirohi/mcp-server-terraform/badges/score.svg)](https://glama.ai/mcp/servers/RajeevSirohi/mcp-server-terraform) 📇 🏠 🍎 🪟 🐧 - Safety-first Terraform operations: plan/apply/destroy with two-step confirmation gates, plan risk & cost analysis that flags expensive always-on resources (NAT gateways, EKS, Azure Firewall), drift detection, import/taint/refresh, provider auth pre-flight checks, and audit logging. From 20906ba7b0c6cd5b86222531e385ae4c1f300817 Mon Sep 17 00:00:00 2001 From: Celine Yu Date: Sat, 1 Aug 2026 12:23:49 +0800 Subject: [PATCH 030/115] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cb087ad0..c2dc2821a 100644 --- a/README.md +++ b/README.md @@ -1705,7 +1705,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [alebgl77/ftp-deploy-mcp](https://github.com/alebgl77/ftp-deploy-mcp) [![alebgl77/ftp-deploy-mcp MCP server](https://glama.ai/mcp/servers/alebgl77/ftp-deploy-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alebgl77/ftp-deploy-mcp) 📇 🏠 🍎 🪟 🐧 - Deploy files from AI agents to your own FTP/FTPS/SFTP servers — multi-server config, recursive deploy with dry-run and gitignore-like excludes, per-server path jail and read-only mode, FileZilla import, one-command setup for popular MCP clients. ### 💰 Finance & Fintech -- [celineycn/quantdata-plugin](https://github.com/celineycn/quantdata-plugin) 🎖️ 🐍 ☁️ - Measured market statistics for US stocks/ETFs, futures, HK and A-shares: five-class day-type probabilities for the session in progress, Weis volume-wave events with pre-registered win rates, options max pain from open interest alone, and estimated dealer gamma (GEX). Every published number traces to a stated measurement — failures included — and nothing is a buy/sell recommendation. 10 calls/day with no key or signup. Remote at https://api.quantdata.uk/mcp; on the official registry as `uk.quantdata/quantdata`. +- [celineycn/quantdata-plugin](https://github.com/celineycn/quantdata-plugin) [![celineycn/quantdata-plugin MCP server](https://glama.ai/mcp/servers/celineycn/quantdata-plugin/badges/score.svg)](https://glama.ai/mcp/servers/celineycn/quantdata-plugin) 🎖️ 🐍 ☁️ - Measured market statistics for US stocks/ETFs, futures, HK and A-shares: five-class day-type probabilities for the session in progress, Weis volume-wave events with pre-registered win rates, options max pain from open interest alone, and estimated dealer gamma (GEX). Every published number traces to a stated measurement — failures included — and nothing is a buy/sell recommendation. 10 calls/day with no key or signup. Remote at https://api.quantdata.uk/mcp; on the official registry as `uk.quantdata/quantdata`. - [Zenidp/solinkify-mcp](https://github.com/Zenidp/solinkify-mcp) [![Zenidp/solinkify-mcp MCP server](https://glama.ai/mcp/servers/Zenidp/solinkify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Zenidp/solinkify-mcp) 📇 🏠 - Agentic payments on Solana: let an agent discover x402-priced endpoints, pay HTTP 402 paywalls in USDC, manage pre-paid balances and subscriptions, and buy datasets or settle store checkouts — 15 tools behind fail-closed spending caps ($1 per payment, $10 per day by default). Non-custodial: payments lock in a program-owned escrow and release 99% to the creator. Listed on the official MCP registry as `com.solinkify/mcp`. `npx -y @solinkify/mcp` - [ogasurfproject-jpg/horizon-shield](https://github.com/ogasurfproject-jpg/horizon-shield) [![ogasurfproject-jpg/horizon-shield MCP server](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield/badges/score.svg)](https://glama.ai/mcp/servers/ogasurfproject-jpg/horizon-shield) 📇 ☁️ - Third-party auditor for Japanese construction & renovation estimates; flags overcharge and returns Bitcoin-anchored, verifiable signed receipts (PTKA). Remote MCP, no auth. - [atomno-mcp/mcp-fns-calc](https://github.com/atomno-mcp/mcp-fns-calc) [![atomno-mcp/mcp-fns-calc MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-fns-calc) 🐍 ☁️ - MCP-сервер налоговых/бухгалтерских калькуляторов ФНС + публичные фискальные статусы (самозанятый, ИП/ОКВЭД, дисквалификация, блокировки счетов). Волна 1, юр-риск минимальный From cb3ca71a9238d29db313e4d4f2e2f43d73a1245b Mon Sep 17 00:00:00 2001 From: tsmiyamoto Date: Sat, 1 Aug 2026 16:36:43 +0900 Subject: [PATCH 031/115] Add Glama score badge to Publee entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6384b4a5..96fb2425f 100644 --- a/README.md +++ b/README.md @@ -545,7 +545,7 @@ Cloud platform service integration. Enables management and interaction with clou - [portainer/portainer-mcp](https://github.com/portainer/portainer-mcp) 🏎️ ☁️/🏠 - A powerful MCP server that enables AI assistants to seamlessly interact with Portainer instances, providing natural language access to container management, deployment operations, and infrastructure monitoring capabilities. - [nikhilnt1234/TokenBurnRate](https://github.com/nikhilnt1234/TokenBurnRate) [![nikhilnt1234/TokenBurnRate MCP server](https://glama.ai/mcp/servers/nikhilnt1234/TokenBurnRate/badges/score.svg)](https://glama.ai/mcp/servers/nikhilnt1234/TokenBurnRate) 📇 🏠 - Track LLM token costs across Claude, GPT and Gemini. MCP server + CLI with optimization hints and $ savings estimates. 📇🏠 - [s-b-e-n-s-o-n/portkey-admin-mcp](https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp) [![portkey-admin-mcp MCP server](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp/badges/score.svg)](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp) 📇 ☁️ - MCP server for the Portkey AI Gateway Admin API — 150 tools for prompts, configs, analytics, keys, guardrails, integrations, and more. -- [publee-dev/mcp](https://github.com/publee-dev/mcp) 🎖️ 📇 ☁️ - Publish AI-generated HTML or static files to a shareable `.publee.site` URL in seconds. Works anonymously with zero setup (7-day retention); an API token adds permanent hosting, in-place updates that keep the same URL, and limited-sharing visibility (password, members-only). +- [publee-dev/mcp](https://github.com/publee-dev/mcp) [![publee-dev/mcp MCP server](https://glama.ai/mcp/servers/publee-dev/mcp/badges/score.svg)](https://glama.ai/mcp/servers/publee-dev/mcp) 🎖️ 📇 ☁️ - Publish AI-generated HTML or static files to a shareable `.publee.site` URL in seconds. Works anonymously with zero setup (7-day retention); an API token adds permanent hosting, in-place updates that keep the same URL, and limited-sharing visibility (password, members-only). - [pulumi/mcp-server](https://github.com/pulumi/mcp-server) 🎖️ 📇 🏠 - MCP server for interacting with Pulumi using the Pulumi Automation API and Pulumi Cloud API. Enables MCP clients to perform Pulumi operations like retrieving package information, previewing changes, deploying updates, and retrieving stack outputs programmatically. - [pythonanywhere/pythonanywhere-mcp-server](https://github.com/pythonanywhere/pythonanywhere-mcp-server) 🐍 🏠 - MCP server implementation for PythonAnywhere cloud platform. - [RajeevSirohi/mcp-server-terraform](https://github.com/RajeevSirohi/mcp-server-terraform) [![RajeevSirohi/mcp-server-terraform MCP server](https://glama.ai/mcp/servers/RajeevSirohi/mcp-server-terraform/badges/score.svg)](https://glama.ai/mcp/servers/RajeevSirohi/mcp-server-terraform) 📇 🏠 🍎 🪟 🐧 - Safety-first Terraform operations: plan/apply/destroy with two-step confirmation gates, plan risk & cost analysis that flags expensive always-on resources (NAT gateways, EKS, Azure Firewall), drift detection, import/taint/refresh, provider auth pre-flight checks, and audit logging. From 4897a82cb6018f26d3a0ff1a618ce4bd561c53ff Mon Sep 17 00:00:00 2001 From: SAIHM-Admin Date: Sun, 2 Aug 2026 01:07:08 +0000 Subject: [PATCH 032/115] Add @saihm/mcp-server-pro to Knowledge & Memory Co-Authored-By: Claude Opus 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef0aa4a6..c30c1ab4a 100644 --- a/README.md +++ b/README.md @@ -2415,6 +2415,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [seanmarkwei/agentram-mcp](https://github.com/seanmarkwei/agentram-mcp) [![agentram-mcp MCP server](https://glama.ai/mcp/servers/seanmarkwei/agentram-mcp/badges/score.svg)](https://glama.ai/mcp/servers/seanmarkwei/agentram-mcp) 📇 ☁️ - Persistent memory for AI agents through a simple key-value HTTP API. No vector database or embeddings required. Store, retrieve, search, and share memory across agents with shared namespaces and TTL support. `npx -y agentram-mcp` - [SagaPeak/artifacta-mcp](https://github.com/SagaPeak/artifacta-mcp) [![SagaPeak/artifacta-mcp MCP server](https://glama.ai/mcp/servers/SagaPeak/artifacta-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SagaPeak/artifacta-mcp) 🎖️ 📇 🐍 ☁️ 🍎 🪟 🐧 - The artifact store for AI agents. Every output your agents produce — persisted, retrievable, shareable. Across runs, sessions, and tools. Session/agent metadata, content-hash dedup, expiring share links; 11 tools with path-confined uploads and destructive actions gated by default. TypeScript (`npx @artifacta-mcp/mcp`) and Python (`pipx run artifacta-mcp`). - [SAIHM-Admin/saihm-mcp](https://github.com/SAIHM-Admin/saihm-mcp) [![SAIHM-Admin/saihm-mcp MCP server](https://glama.ai/mcp/servers/SAIHM-Admin/saihm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SAIHM-Admin/saihm-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Sovereign, encrypted, persistent memory for AI agents. Eight MCP tools — remember, recall, forget (GDPR Art. 17 erasure), share. Anchored on COTI V2 mainnet. Apache-2.0. Install: `npx -y @saihm/mcp-server`. +- [SAIHM-Admin/saihm-mcp-server-pro](https://github.com/SAIHM-Admin/saihm-mcp-server-pro) [![SAIHM-Admin/saihm-mcp-server-pro MCP server](https://glama.ai/mcp/servers/SAIHM-Admin/saihm-mcp-server-pro/badges/score.svg)](https://glama.ai/mcp/servers/SAIHM-Admin/saihm-mcp-server-pro) 📇 ☁️ 🏠 🍎 🪟 🐧 - Client-side-sealed persistent memory for AI agents. Cells are encrypted in-process before they leave, so the endpoint stores, anchors, and shares over ciphertext and never holds your keys. Post-quantum ML-DSA-65 identity and ML-KEM-768 authenticated sharing; `forget` crypto-shreds the wrapped key for GDPR Art. 17 erasure. Eight MCP tools. Apache-2.0. Install: `npx -y @saihm/mcp-server-pro`. - [SaravananJaichandar/world-model-mcp](https://github.com/SaravananJaichandar/world-model-mcp) [![SaravananJaichandar/world-model-mcp MCP server](https://glama.ai/mcp/servers/SaravananJaichandar/world-model-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SaravananJaichandar/world-model-mcp) 🐍 🏠 🍎 🪟 🐧 - Temporal knowledge graph for codebases. Captures decision traces, links test failures to code changes, learns co-edit patterns, predicts regression risk, and enforces learned constraints at the edit boundary via a PreToolUse hook. 22 MCP tools, 9 SQLite databases with FTS5, supports Python/TypeScript/JavaScript/Solidity/Go/Rust/Java. Install via `pip install world-model-mcp`. - [sachitrafa/YourMemory](https://github.com/sachitrafa/YourMemory) [![sachitrafa/YourMemory MCP server](https://glama.ai/mcp/servers/sachitrafa/YourMemory/badges/score.svg)](https://glama.ai/mcp/servers/sachitrafa/YourMemory) 🐍 🏠 🍎 🪟 🐧 - Persistent memory for AI agents with Ebbinghaus forgetting-curve decay, hybrid BM25+vector retrieval, and entity graph for multi-hop reasoning. Memories auto-prune by importance and recall rate. Built-in browser dashboard, multi-agent support, and `yourmemory ask` for zero-API-call local queries. `pip install yourmemory` - [Schubeler-Consulting/knowmind](https://github.com/Schubeler-Consulting/knowmind) [![Schubeler-Consulting/knowmind MCP server](https://glama.ai/mcp/servers/Schubeler-Consulting/knowmind/badges/score.svg)](https://glama.ai/mcp/servers/Schubeler-Consulting/knowmind) 📇 ☁️ - AI agent memory and knowledge graph, hosted in Germany (GDPR-compliant). Hybrid recall (BM25 + vector + Neo4j graph hops with cross-encoder rerank), typed relations, and bi-temporal store across sessions via MCP. Works with Claude, ChatGPT, and Cursor. `npx -y knowmind mcp` From 42234f4c6aa97bf721f6026f0ea2f94e8b4d62a3 Mon Sep 17 00:00:00 2001 From: alexcloudstar Date: Sun, 2 Aug 2026 09:53:33 +0300 Subject: [PATCH 033/115] Add alexcloudstar/makers.page-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef0aa4a6..68be92f2a 100644 --- a/README.md +++ b/README.md @@ -2568,6 +2568,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [atomno-mcp/mcp-erid](https://github.com/atomno-mcp/mcp-erid) [![atomno-mcp/mcp-erid MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-erid/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-erid) 🐍 ☁️ - MCP-проверка маркировки интернет-рекламы (erid/ЕРИР): валидация токена, аудит страницы на соответствие 38-ФЗ. Волна 1, роль «читалки», ответственность не на нас - [AutomateLab-tech/seo-performance-mcp](https://github.com/AutomateLab-tech/seo-performance-mcp) [![AutomateLab-tech/seo-performance-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/seo-performance-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/seo-performance-mcp) 📇 ☁️ - Post-publish SEO performance MCP that unifies Google Search Console, Matomo, GA4, Clarity, and AI-citation signals per URL and emits a verdict (refresh / expand / merge / kill / double_down / hold) per post with reason codes. - [alexey-pelykh/lhremote](https://github.com/alexey-pelykh/lhremote) 📇 🏠 - Open-source CLI and MCP server for LinkedHelper automation — 32 tools for campaign management, messaging, and profile queries via Chrome DevTools Protocol. +- [alexcloudstar/makers.page-mcp](https://github.com/alexcloudstar/makers.page-mcp) [![alexcloudstar/makers.page-mcp MCP server](https://glama.ai/mcp/servers/alexcloudstar/makers.page-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alexcloudstar/makers.page-mcp) 📇 🏠 🍎 🪟 🐧 - Local MCP server that drafts channel-native X posts from your coding agent with human approval. Draft → approve → publish via X API v2; drafts and credentials stay on your machine. Part of [makers.page](https://makers.page). `npx -y makers-page-mcp` - [askads/mcp-vk-ads](https://github.com/askads/mcp-vk-ads) [![askads/mcp-vk-ads MCP server](https://glama.ai/mcp/servers/askads/mcp-vk-ads/badges/score.svg)](https://glama.ai/mcp/servers/askads/mcp-vk-ads) 📇 ☁️ - VK Ads (VK Реклама) API — manage ad plans, ad groups, banners, and pull statistics. Read + write. - [Bishop81/wpgoldmine-mcp](https://github.com/Bishop81/wpgoldmine-mcp) [![wpgoldmine-mcp MCP server](https://glama.ai/mcp/servers/Bishop81/wpgoldmine-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Bishop81/wpgoldmine-mcp) 📇 ☁️ - MCP server to find WordPress and WooCommerce plugin opportunities: large, established plugins weakened by abandonment, low ratings, or poor support that you could realistically replace. Powered by wpgoldmine.io. - [BlockRunAI/x-grow](https://github.com/BlockRunAI/x-grow) 📇 ☁️ - X/Twitter algorithm optimizer with post drafting, review scoring, and AI image generation for maximum engagement. From cb6f1b81c7eeedc58d38f207799c7324814cee22 Mon Sep 17 00:00:00 2001 From: Kofta Date: Sun, 2 Aug 2026 18:12:08 -0700 Subject: [PATCH 034/115] Add InferenceView MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef0aa4a6..1679b2bfb 100644 --- a/README.md +++ b/README.md @@ -1977,6 +1977,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [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. - [nexusforge-tools/mcp-eu-finance](https://github.com/nexusforge-tools/mcp-eu-finance) 📇 🏠 ☁️ - European financial data for AI agents — ECB rates, Eurostat inflation, GDP and unemployment by EU country. Zero API key needed. [![nexusforge-tools/mcp-eu-finance MCP server](https://glama.ai/mcp/servers/nexusforge-tools/mcp-eu-finance/badges/score.svg)](https://glama.ai/mcp/servers/nexusforge-tools/mcp-eu-finance) +- [nhantour/inferenceview-mcp](https://github.com/nhantour/inferenceview-mcp) [![nhantour/inferenceview-mcp MCP server](https://glama.ai/mcp/servers/nhantour/inferenceview-mcp/badges/score.svg)](https://glama.ai/mcp/servers/nhantour/inferenceview-mcp) 📇 🏠 ☁️ 🍎 🪟 🐧 - Preflight x402 and MCP resources before payment and fact-check claims before an AI agent acts. Wallet keys remain local; paid calls settle in USDC on Base. - [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. - [0x-devc/novai-mcp-server](https://github.com/0x-devc/novai-mcp-server) [![0x-devc/novai-mcp-server MCP server](https://glama.ai/mcp/servers/0x-devc/novai-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/0x-devc/novai-mcp-server) 📇 ☁️ - Read-only access to the live NOVAI blockchain (AI-native L1). Query blocks, transactions, AI entities, on-chain signals, oracle anchors, and memory objects over public JSON-RPC. No keys, no write paths. From e504356d319195431bc8986c8e0f359b25abb593 Mon Sep 17 00:00:00 2001 From: PolicyForge Date: Mon, 3 Aug 2026 13:36:52 +0300 Subject: [PATCH 035/115] Add PolicyForge to Legal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..892a59ad0 100644 --- a/README.md +++ b/README.md @@ -2503,6 +2503,7 @@ Access to legal information, legislation, and legal databases. Enables AI models - [Pactlio-ai/pactlio-mcp](https://github.com/Pactlio-ai/pactlio-mcp) [![Pactlio-ai/pactlio-mcp MCP server](https://glama.ai/mcp/servers/Pactlio-ai/pactlio-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Pactlio-ai/pactlio-mcp) 📇 ☁️ - Contract tools for AI agents: statute-cited requirements per contract type × US state/country, non-compete enforceability for all 50 states + DC, intake schemas, async multi-agent contract drafting with free previews, and contract risk analysis. Anonymous remote server at www.pactlio.com/api/mcp, listed as a [hosted connector on Glama](https://glama.ai/mcp/connectors/com.pactlio/contracts). - [Patent-PreCheck/patent-precheck-mcp](https://github.com/Patent-PreCheck/patent-precheck-mcp) [![Patent-PreCheck/patent-precheck-mcp MCP server](https://glama.ai/mcp/servers/Patent-PreCheck/patent-precheck-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Patent-PreCheck/patent-precheck-mcp) 📇 ☁️ - Patentability pre-check for code — USPTO statutory pillar scores (§101 eligibility, §102 novelty, §103 non-obviousness, §112 documentation), filing-readiness, and prior-art signals. No API keys; runs as a CLI or MCP server. Tools: `precheck_score`, `precheck_pillars`, `precheck_start_review`. Install: `npx -y @patentprecheck/mcp`. - [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. +- [PolicyForge/mcp](https://github.com/PolicyForge/mcp) 📇 ☁️ - Generate, audit and maintain legal policies from your codebase — privacy policies, terms of service, cookie policies, EULAs, refund policies and disclaimers, each hosted at a permanent URL. Audits the gap between what the code actually does and what the policy claims, and detects drift when the stack changes. 15 tools. Remote Streamable HTTP at policyforge.co/api/mcp with OAuth, or `npx -y @policyforge/mcp`. Listed in the MCP registry as co.policyforge/mcp. - [ptrinh/finalnotice-mcp](https://github.com/ptrinh/finalnotice-mcp) [![ptrinh/finalnotice-mcp MCP server](https://glama.ai/mcp/servers/ptrinh/finalnotice-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ptrinh/finalnotice-mcp) 📇 ☁️ - Generate localized debt-collection demand-letter PDFs (formal letter + matching envelope) across 100+ jurisdictions and 33 languages. No auth, no key — tools: `list_jurisdictions`, `preview_demand_letter`, `generate_demand_letter`. Hosted Streamable HTTP at finalnotice.io/mcp. - [smilemin07/korean-rnd-regs-mcp](https://github.com/smilemin07/korean-rnd-regs-mcp) [![korean-rnd-regs-mcp MCP server](https://glama.ai/mcp/servers/smilemin07/korean-rnd-regs-mcp/badges/score.svg)](https://glama.ai/mcp/servers/smilemin07/korean-rnd-regs-mcp) 🐍 🏠 - Natural-language search and review of South Korea's national R&D (research & development) regulations (acts, decrees, and administrative rules), returning the current in-force provisions with citations, fetched live from the official national law database. - [smythmyke/patent-search-mcp-server](https://github.com/smythmyke/patent-search-mcp-server) [![smythmyke/patent-search-mcp-server MCP server](https://glama.ai/mcp/servers/smythmyke/patent-search-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/smythmyke/patent-search-mcp-server) 📇 ☁️ - Patent intelligence and prior-art research for the AI Patent Search Generator. Eleven tools: full patent dossier (bibliography, claims, citations, family, classifications, examiner stats); USPTO prosecution-history file wrappers; AI Office Action analysis (rejection grounds, cited prior art, suggested response arguments); Boolean query generator; multi-strategy patent search (telescoping / onion-ring / faceted); similar-document ranking; citation graph (backward + forward, examiner-cited flagged); family lookup; and CPC classification lookup. Install: `npx -y patent-search-mcp-server`. From 4a74d08051a11af8fce49fa28de12d25dbf459a6 Mon Sep 17 00:00:00 2001 From: PolicyForge Date: Mon, 3 Aug 2026 13:49:46 +0300 Subject: [PATCH 036/115] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 892a59ad0..538e514fa 100644 --- a/README.md +++ b/README.md @@ -2503,7 +2503,7 @@ Access to legal information, legislation, and legal databases. Enables AI models - [Pactlio-ai/pactlio-mcp](https://github.com/Pactlio-ai/pactlio-mcp) [![Pactlio-ai/pactlio-mcp MCP server](https://glama.ai/mcp/servers/Pactlio-ai/pactlio-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Pactlio-ai/pactlio-mcp) 📇 ☁️ - Contract tools for AI agents: statute-cited requirements per contract type × US state/country, non-compete enforceability for all 50 states + DC, intake schemas, async multi-agent contract drafting with free previews, and contract risk analysis. Anonymous remote server at www.pactlio.com/api/mcp, listed as a [hosted connector on Glama](https://glama.ai/mcp/connectors/com.pactlio/contracts). - [Patent-PreCheck/patent-precheck-mcp](https://github.com/Patent-PreCheck/patent-precheck-mcp) [![Patent-PreCheck/patent-precheck-mcp MCP server](https://glama.ai/mcp/servers/Patent-PreCheck/patent-precheck-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Patent-PreCheck/patent-precheck-mcp) 📇 ☁️ - Patentability pre-check for code — USPTO statutory pillar scores (§101 eligibility, §102 novelty, §103 non-obviousness, §112 documentation), filing-readiness, and prior-art signals. No API keys; runs as a CLI or MCP server. Tools: `precheck_score`, `precheck_pillars`, `precheck_start_review`. Install: `npx -y @patentprecheck/mcp`. - [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. -- [PolicyForge/mcp](https://github.com/PolicyForge/mcp) 📇 ☁️ - Generate, audit and maintain legal policies from your codebase — privacy policies, terms of service, cookie policies, EULAs, refund policies and disclaimers, each hosted at a permanent URL. Audits the gap between what the code actually does and what the policy claims, and detects drift when the stack changes. 15 tools. Remote Streamable HTTP at policyforge.co/api/mcp with OAuth, or `npx -y @policyforge/mcp`. Listed in the MCP registry as co.policyforge/mcp. +- [PolicyForge/mcp](https://github.com/PolicyForge/mcp) [![PolicyForge/mcp MCP server](https://glama.ai/mcp/servers/PolicyForge/mcp/badges/score.svg)](https://glama.ai/mcp/servers/PolicyForge/mcp) 📇 ☁️ - Generate, audit and maintain legal policies from your codebase — privacy policies, terms of service, cookie policies, EULAs, refund policies and disclaimers, each hosted at a permanent URL. Audits the gap between what the code actually does and what the policy claims, and detects drift when the stack changes. 15 tools. Remote Streamable HTTP at policyforge.co/api/mcp with OAuth, or `npx -y @policyforge/mcp`. Listed in the MCP registry as co.policyforge/mcp. - [ptrinh/finalnotice-mcp](https://github.com/ptrinh/finalnotice-mcp) [![ptrinh/finalnotice-mcp MCP server](https://glama.ai/mcp/servers/ptrinh/finalnotice-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ptrinh/finalnotice-mcp) 📇 ☁️ - Generate localized debt-collection demand-letter PDFs (formal letter + matching envelope) across 100+ jurisdictions and 33 languages. No auth, no key — tools: `list_jurisdictions`, `preview_demand_letter`, `generate_demand_letter`. Hosted Streamable HTTP at finalnotice.io/mcp. - [smilemin07/korean-rnd-regs-mcp](https://github.com/smilemin07/korean-rnd-regs-mcp) [![korean-rnd-regs-mcp MCP server](https://glama.ai/mcp/servers/smilemin07/korean-rnd-regs-mcp/badges/score.svg)](https://glama.ai/mcp/servers/smilemin07/korean-rnd-regs-mcp) 🐍 🏠 - Natural-language search and review of South Korea's national R&D (research & development) regulations (acts, decrees, and administrative rules), returning the current in-force provisions with citations, fetched live from the official national law database. - [smythmyke/patent-search-mcp-server](https://github.com/smythmyke/patent-search-mcp-server) [![smythmyke/patent-search-mcp-server MCP server](https://glama.ai/mcp/servers/smythmyke/patent-search-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/smythmyke/patent-search-mcp-server) 📇 ☁️ - Patent intelligence and prior-art research for the AI Patent Search Generator. Eleven tools: full patent dossier (bibliography, claims, citations, family, classifications, examiner stats); USPTO prosecution-history file wrappers; AI Office Action analysis (rejection grounds, cited prior art, suggested response arguments); Boolean query generator; multi-strategy patent search (telescoping / onion-ring / faceted); similar-document ranking; citation graph (backward + forward, examiner-cited flagged); family lookup; and CPC classification lookup. Install: `npx -y patent-search-mcp-server`. From ef9c2e54657d0351b97556a2e3bba5e30e77c60d Mon Sep 17 00:00:00 2001 From: Jon McCutchen Date: Mon, 3 Aug 2026 10:44:17 -0400 Subject: [PATCH 037/115] Add Vruum MCP server (Marketing) Hosted B2B revenue-lifecycle MCP server (~32 compound tools) with a public MIT-licensed Claude Code / Codex plugin as the install path. Co-Authored-By: Claude Opus 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..b3daa120d 100644 --- a/README.md +++ b/README.md @@ -2634,6 +2634,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [atomno-mcp/mcp-seo-audit](https://github.com/atomno-mcp/mcp-seo-audit) [![atomno-mcp/mcp-seo-audit MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit) 🐍 ☁️ - Technical SEO audit powered by the detail.web engine. `audit_site(url)` returns a 0-100 health score, issues across 8 categories, and a GEO (Generative Engine Optimization) sub-score for visibility in AI search (ChatGPT, Perplexity, Google AI Overviews). Plus validators for robots.txt, sitemap.xml, JSON-LD, and meta tags. Install: `pipx install atomno-mcp-seo-audit`. - [antohins/seo-tools-mcp](https://github.com/antohins/seo-tools-mcp) [![antohins/seo-tools-mcp MCP server](https://glama.ai/mcp/servers/antohins/seo-tools-mcp/badges/score.svg)](https://glama.ai/mcp/servers/antohins/seo-tools-mcp) 📇 🏠 - Five read-only SEO servers for the Google/Yandex (RU/CIS) market: SERP (XMLStock), Yandex Wordstat, Google Search Console (Search Analytics + URL Inspection), Yandex.Webmaster, and Yandex.Metrica. ~38 tools, multi-account, OAuth with auto-refresh. Install: `npx -y seo-tools-mcp-`. - [AutomateLab-tech/ai-seo-mcp](https://github.com/AutomateLab-tech/ai-seo-mcp) [![AutomateLab-tech/ai-seo-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp) 📇 ☁️ 🏠 - AI-SEO / AEO / GEO audit MCP for any public URL. Scores schema.org coverage, robots.txt and llms.txt health, canonical and OpenGraph setup, and AI-citation likelihood; suggests rewrites tuned for Answer Engine and Generative Engine surfaces. No vendor keys, no crawls of private data. Install: `npx -y @automatelab/ai-seo-mcp`. +- [vruum-gtm/skills](https://github.com/vruum-gtm/skills) 🎖️ 🐍 ☁️ - Full B2B revenue lifecycle in one context layer: prospect and company research, pipeline sourcing (Sales Navigator, CSV, LinkedIn), multi-touch email and LinkedIn sequences with send-policy guards and reply detection, engagement and reply triage, deal pipeline, Stripe-read revenue truth, and HubSpot sync. ~32 compound tools (`search`, `fetch`, `manage_*`, `get_*`). The harness authors all outreach prose — the server schedules, gates, and sends, with no server-side message generation. Hosted, OAuth 2.1 at `https://api.vruum.ai/mcp`; installs as a Claude Code / Codex plugin. ### 📊 Monitoring From db6f91a21d77a4340eabeb4b5007f2ad942c923f Mon Sep 17 00:00:00 2001 From: Jon McCutchen Date: Mon, 3 Aug 2026 11:52:46 -0400 Subject: [PATCH 038/115] Use Vruum's canonical listing copy + documented connect paths Aligns the entry with the approved one-liner and install paths from the project's own listing doc. Co-Authored-By: Claude Opus 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3daa120d..2900fab8a 100644 --- a/README.md +++ b/README.md @@ -2634,7 +2634,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [atomno-mcp/mcp-seo-audit](https://github.com/atomno-mcp/mcp-seo-audit) [![atomno-mcp/mcp-seo-audit MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit) 🐍 ☁️ - Technical SEO audit powered by the detail.web engine. `audit_site(url)` returns a 0-100 health score, issues across 8 categories, and a GEO (Generative Engine Optimization) sub-score for visibility in AI search (ChatGPT, Perplexity, Google AI Overviews). Plus validators for robots.txt, sitemap.xml, JSON-LD, and meta tags. Install: `pipx install atomno-mcp-seo-audit`. - [antohins/seo-tools-mcp](https://github.com/antohins/seo-tools-mcp) [![antohins/seo-tools-mcp MCP server](https://glama.ai/mcp/servers/antohins/seo-tools-mcp/badges/score.svg)](https://glama.ai/mcp/servers/antohins/seo-tools-mcp) 📇 🏠 - Five read-only SEO servers for the Google/Yandex (RU/CIS) market: SERP (XMLStock), Yandex Wordstat, Google Search Console (Search Analytics + URL Inspection), Yandex.Webmaster, and Yandex.Metrica. ~38 tools, multi-account, OAuth with auto-refresh. Install: `npx -y seo-tools-mcp-`. - [AutomateLab-tech/ai-seo-mcp](https://github.com/AutomateLab-tech/ai-seo-mcp) [![AutomateLab-tech/ai-seo-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp) 📇 ☁️ 🏠 - AI-SEO / AEO / GEO audit MCP for any public URL. Scores schema.org coverage, robots.txt and llms.txt health, canonical and OpenGraph setup, and AI-citation likelihood; suggests rewrites tuned for Answer Engine and Generative Engine surfaces. No vendor keys, no crawls of private data. Install: `npx -y @automatelab/ai-seo-mcp`. -- [vruum-gtm/skills](https://github.com/vruum-gtm/skills) 🎖️ 🐍 ☁️ - Full B2B revenue lifecycle in one context layer: prospect and company research, pipeline sourcing (Sales Navigator, CSV, LinkedIn), multi-touch email and LinkedIn sequences with send-policy guards and reply detection, engagement and reply triage, deal pipeline, Stripe-read revenue truth, and HubSpot sync. ~32 compound tools (`search`, `fetch`, `manage_*`, `get_*`). The harness authors all outreach prose — the server schedules, gates, and sends, with no server-side message generation. Hosted, OAuth 2.1 at `https://api.vruum.ai/mcp`; installs as a Claude Code / Codex plugin. +- [vruum-gtm/skills](https://github.com/vruum-gtm/skills) 🎖️ 🐍 ☁️ - AI revenue platform. Operate outbound, deals, pipeline, and CRM automation from your agent: people, deals, outreach, engagement, and research tools over one MCP. Hosted at `https://api.vruum.ai/mcp` (`Authorization: Bearer vk_live_…`, personal access token from Settings → API tokens; OAuth 2.1 protected-resource discovery also exposed), or `npx @vruum/cli` then `vruum init`. ### 📊 Monitoring From a4962d22c3325ad5e738066da9cd48f0e566c443 Mon Sep 17 00:00:00 2001 From: Jon McCutchen Date: Mon, 3 Aug 2026 14:56:30 -0400 Subject: [PATCH 039/115] Point the Vruum entry at the MCP server repo vruum-gtm/mcp is the actual MCP server (stdio bridge + tool surface); the previously-linked vruum-gtm/skills is a Claude/Codex plugin marketplace. Language marker corrected to TypeScript to match. Co-Authored-By: Claude Opus 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2900fab8a..4bc4e022e 100644 --- a/README.md +++ b/README.md @@ -2634,7 +2634,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [atomno-mcp/mcp-seo-audit](https://github.com/atomno-mcp/mcp-seo-audit) [![atomno-mcp/mcp-seo-audit MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit) 🐍 ☁️ - Technical SEO audit powered by the detail.web engine. `audit_site(url)` returns a 0-100 health score, issues across 8 categories, and a GEO (Generative Engine Optimization) sub-score for visibility in AI search (ChatGPT, Perplexity, Google AI Overviews). Plus validators for robots.txt, sitemap.xml, JSON-LD, and meta tags. Install: `pipx install atomno-mcp-seo-audit`. - [antohins/seo-tools-mcp](https://github.com/antohins/seo-tools-mcp) [![antohins/seo-tools-mcp MCP server](https://glama.ai/mcp/servers/antohins/seo-tools-mcp/badges/score.svg)](https://glama.ai/mcp/servers/antohins/seo-tools-mcp) 📇 🏠 - Five read-only SEO servers for the Google/Yandex (RU/CIS) market: SERP (XMLStock), Yandex Wordstat, Google Search Console (Search Analytics + URL Inspection), Yandex.Webmaster, and Yandex.Metrica. ~38 tools, multi-account, OAuth with auto-refresh. Install: `npx -y seo-tools-mcp-`. - [AutomateLab-tech/ai-seo-mcp](https://github.com/AutomateLab-tech/ai-seo-mcp) [![AutomateLab-tech/ai-seo-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp) 📇 ☁️ 🏠 - AI-SEO / AEO / GEO audit MCP for any public URL. Scores schema.org coverage, robots.txt and llms.txt health, canonical and OpenGraph setup, and AI-citation likelihood; suggests rewrites tuned for Answer Engine and Generative Engine surfaces. No vendor keys, no crawls of private data. Install: `npx -y @automatelab/ai-seo-mcp`. -- [vruum-gtm/skills](https://github.com/vruum-gtm/skills) 🎖️ 🐍 ☁️ - AI revenue platform. Operate outbound, deals, pipeline, and CRM automation from your agent: people, deals, outreach, engagement, and research tools over one MCP. Hosted at `https://api.vruum.ai/mcp` (`Authorization: Bearer vk_live_…`, personal access token from Settings → API tokens; OAuth 2.1 protected-resource discovery also exposed), or `npx @vruum/cli` then `vruum init`. +- [vruum-gtm/mcp](https://github.com/vruum-gtm/mcp) 🎖️ 📇 ☁️ - AI revenue platform. Operate outbound, deals, pipeline, and CRM automation from your agent: people, deals, outreach, engagement, and research tools over one MCP. Remote server at `https://api.vruum.ai/mcp` (OAuth 2.1, or `Authorization: Bearer vk_live_…`); `npx -y @vruum/mcp` runs the stdio bridge for clients without remote support. ### 📊 Monitoring From ddf8a6a909bb0acddabc25d560dca700a9ab9c55 Mon Sep 17 00:00:00 2001 From: polymatx Date: Tue, 4 Aug 2026 06:06:17 +0300 Subject: [PATCH 040/115] =?UTF-8?q?Add=20dibs=20=E2=80=94=20coordination?= =?UTF-8?q?=20layer=20for=20parallel=20coding=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 67370cd77..dac154a78 100644 --- a/README.md +++ b/README.md @@ -620,6 +620,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [sshahzaiib/agy-bridge](https://github.com/sshahzaiib/agy-bridge) [![sshahzaiib/agy-bridge MCP server](https://glama.ai/mcp/servers/sshahzaiib/agy-bridge/badges/score.svg)](https://glama.ai/mcp/servers/sshahzaiib/agy-bridge) 📇 🏠 🍎 🪟 🐧 - Delegate heavy tasks from Claude Code (or any MCP client) to the Antigravity CLI (Gemini): file analysis, repo archaeology, web lookups, and adversarial second-opinion code reviews. Quota-aware model failover with cooldowns, per-tool timeouts, and multi-turn session continuity. - [alpadalar/netops-mcp](https://github.com/alpadalar/netops-mcp) 🐍 🏠 - Comprehensive DevOps and networking MCP server providing standardized access to essential infrastructure tools. Features network monitoring, system diagnostics, automation workflows, and infrastructure management with AI-powered operational insights. - [aresyn/codex-control-plane-mcp](https://github.com/aresyn/codex-control-plane-mcp) [![aresyn/codex-control-plane-mcp MCP server](https://glama.ai/mcp/servers/aresyn/codex-control-plane-mcp/badges/score.svg)](https://glama.ai/mcp/servers/aresyn/codex-control-plane-mcp) 🐍 🏠 🪟 - Durable control plane for long-running Codex Desktop tasks. Submit tasks asynchronously, poll operation/workflow state, approve Plan Mode, recover retries, and use hook-backed SQLite history for search and diagnostics. +- [polymatx/dibs](https://github.com/polymatx/dibs) 🏎️ 🏠 🍎 🪟 🐧 - Coordination layer for parallel coding agents: TTL file claims stored in the git common dir (visible across every worktree instantly), enforcement hooks that block colliding edits in Claude Code and at commit time, agent presence, handoff notes, and git-committed lessons searchable with BM25. Single static binary — no server, no database. - [askbudi/roundtable](https://github.com/askbudi/roundtable) 🐍 🏠 - Zero-configuration MCP server that unifies multiple AI coding assistants (Claude Code, Cursor, Codex) through intelligent auto-discovery and standardized interface. Essential infrastructure for autonomous agent development and multi-AI collaboration workflows. - [automateyournetwork/pyATS_MCP](https://github.com/automateyournetwork/pyATS_MCP) - Cisco pyATS server enabling structured, model-driven interaction with network devices. - [avansaber/tailtest-cline](https://github.com/avansaber/tailtest-cline) [![avansaber/tailtest-cline MCP server](https://glama.ai/mcp/servers/avansaber/tailtest-cline/badges/score.svg)](https://glama.ai/mcp/servers/avansaber/tailtest-cline) 🐍 🏠 🍎 🪟 🐧 - Adversarial test generation for AI coding sessions. Detects language and framework; writes tests; runs them; classifies failures via R12 (real_bug / environment / test_bug). Ships 8 adversarial scenario categories. Works in Cline directly and in 8+ editors via Cline host coverage. 162 plugin tests. MIT. From 8b38b6bdcec69354f67c7234b8283e70c30fb5f8 Mon Sep 17 00:00:00 2001 From: lanrecur Date: Tue, 4 Aug 2026 17:06:57 -0700 Subject: [PATCH 041/115] Add tickerdb/tickerdb-mcp to Finance & Fintech MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pre-computed market data for AI agents — categorical indicators, state transitions, and aftermath returns for US stocks, ETFs, and crypto. Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..a63333871 100644 --- a/README.md +++ b/README.md @@ -2074,6 +2074,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [zolo-ryan/MarketAuxMcpServer](https://github.com/Zolo-Ryan/MarketAuxMcpServer) 📇 ☁️ - MCP server for comprehensive market and financial news search with advanced filtering by symbols, industries, countries, and date ranges. - [mnemox-ai/tradememory-protocol](https://github.com/mnemox-ai/tradememory-protocol) [Glama](https://glama.ai/mcp/servers/mnemox-ai/tradememory-protocol) 🐍 🏠 - Structured 3-layer memory system (trades → patterns → strategy) for AI trading agents. Supports MT5, Binance, and Alpaca. - [thoughtproof/thoughtproof-mcp](https://github.com/ThoughtProof/thoughtproof-mcp) [![thoughtproof-mcp MCP server](https://glama.ai/mcp/servers/ThoughtProof/thoughtproof-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ThoughtProof/thoughtproof-mcp) 📇 ☁️ - Adversarial multi-model reasoning verification for AI agents before trades execute. Claude, Grok, and DeepSeek challenge each decision — returns ALLOW or HOLD with JWKS-signed attestation. x402-gated on Base (USDC). Part of the 4-issuer Combined Attestation Standard with InsumerAPI, RNWY, and Maiat. +- [tickerdb/tickerdb-mcp](https://github.com/tickerdb/tickerdb-mcp) [![tickerdb/tickerdb-mcp MCP server](https://glama.ai/mcp/servers/tickerdb/tickerdb-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tickerdb/tickerdb-mcp) 📇 ☁️ - Pre-computed market data for AI agents — 10,000+ US stocks, ETFs, and crypto with 182 categorical indicators (trend, momentum, volatility, fundamentals, stage analysis) plus state-transition history with aftermath returns. Screen, cross-reference, and backtest without computing indicators in context. `npx tickerdb-mcp` - [tunedforai/x402-mcp](https://github.com/tunedforai/x402-mcp) [![tunedforai/x402-mcp MCP server](https://glama.ai/mcp/servers/tunedforai/x402-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tunedforai/x402-mcp) 📇 ☁️ - Real-time crypto market structure for AI agents — orderflow across 20 exchanges, 24 tokens. 9 tools: price/funding/OI snapshots, cross-exchange CVD with whale activity, 7yr OHLCV history with buy/sell flow, on-chain address risk. Free via MCP ([`@tunedforai/x402-mcp`](https://www.npmjs.com/package/@tunedforai/x402-mcp) on npm) or pay-per-call in USDC on Base via x402 REST at [`x402.tunedfor.ai`](https://x402.tunedfor.ai) — no API key, no rate limits. - [toolstem/toolstem-mcp-server](https://github.com/toolstem/toolstem-mcp-server) [![toolstem/toolstem-mcp-server MCP server](https://glama.ai/mcp/servers/@toolstem/toolstem-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@toolstem/toolstem-mcp-server) 📇 ☁️ 🏠 – Agent-ready financial intelligence for AI agents. Curated tools (`get_stock_snapshot`, `get_company_metrics`, `compare_companies`) that fan out to multiple financial data sources, derive human-readable signals (`UNDERVALUED`, `STRONG`, `ACCELERATING`), and pre-compute CAGRs, margin trends, and DCF upside. One call, one flat JSON response — no cross-endpoint stitching. Available on npm (`toolstem-mcp-server`), the Official MCP Registry, and the Apify Store. - [toolstem/toolstem-sec-mcp-server](https://github.com/toolstem/toolstem-sec-mcp-server) 📇 ☁️ – SEC EDGAR signal intelligence for AI agents — insider trading (Form 4), 13F institutional holdings, 10-K/8-K filing velocity, activist risk flags, and multi-company disclosure comparisons. Three pricing tiers. Available on the Apify Store. From 3e062ee3d89ef5528e684fbd1f41fb4b202a28bf Mon Sep 17 00:00:00 2001 From: Meta-CampUs-school <149607026+Meta-CampUs-school@users.noreply.github.com> Date: Wed, 5 Aug 2026 09:52:19 +0300 Subject: [PATCH 042/115] =?UTF-8?q?Add=20Glama=20score=20badge=20to=20?= =?UTF-8?q?=D1=81=D1=80=D0=B5=D0=B7AI=20entry?= 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 f97968d8e..81e9fb840 100644 --- a/README.md +++ b/README.md @@ -3036,7 +3036,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [shopsavvy/shopsavvy-mcp-server](https://github.com/shopsavvy/shopsavvy-mcp-server) 🎖️ 📇 ☁️ - Complete product and pricing data solution for AI assistants. Search for products by barcode/ASIN/URL, access detailed product metadata, access comprehensive pricing data from thousands of retailers, view and track price history, and more. - [sifter-ai/sifter](https://github.com/sifter-ai/sifter) [![sifter-ai/sifter MCP server](https://glama.ai/mcp/servers/sifter-ai/sifter/badges/score.svg)](https://glama.ai/mcp/servers/sifter-ai/sifter) 🐍 🏠 ☁️ - Structure any document, query it like a database. Open-source extraction engine that turns any document into typed, schema-defined records, queryable in natural language from Claude, ChatGPT, Gemini, or any MCP client. - [softvoyagers/linkmeta-api](https://github.com/softvoyagers/linkmeta-api) 📇 ☁️ - Free URL metadata extraction API (Open Graph, Twitter Cards, favicons, JSON-LD). No API key required. -- [srezai-team/srezai-mcp](https://github.com/srezai-team/srezai-mcp) 🎖️ 📇 ☁️ - Web and image search, page reading as clean Markdown, browser-rendered screenshots, schema-based extraction and agentic deep research. Strong Russian-web coverage. Remote (Streamable HTTP) at `https://srezai.ru/api/mcp` or via `npx srezai-mcp` for stdio-only clients. +- [srezai-team/srezai-mcp](https://github.com/srezai-team/srezai-mcp) [![srezai-team/srezai-mcp MCP server](https://glama.ai/mcp/servers/srezai-team/srezai-mcp/badges/score.svg)](https://glama.ai/mcp/servers/srezai-team/srezai-mcp) 🎖️ 📇 ☁️ - Web and image search, page reading as clean Markdown, browser-rendered screenshots, schema-based extraction and agentic deep research. Strong Russian-web coverage. Remote (Streamable HTTP) at `https://srezai.ru/api/mcp` or via `npx srezai-mcp` for stdio-only clients. - [ssatama/rescuedogs-mcp-server](https://github.com/ssatama/rescuedogs-mcp-server) 📇 ☁️ - Search and discover rescue dogs from European and UK organizations with AI-powered personality matching and detailed profiles. - [StripFeed/mcp-server](https://github.com/StripFeed/mcp-server) [![stripfeed-mcp-server MCP server](https://glama.ai/mcp/servers/@StripFeed/stripfeed-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@StripFeed/stripfeed-mcp-server) 📇 ☁️ - Convert any URL to clean, token-efficient Markdown for AI agents. API-backed extraction with token counting, CSS selector support, and configurable caching via [StripFeed](https://www.stripfeed.dev). - [takashiishida/arxiv-latex-mcp](https://github.com/takashiishida/arxiv-latex-mcp) 🐍 ☁️ - Get the LaTeX source of arXiv papers to handle mathematical content and equations From 00beb72153dfb49bc862c78026d216c8820df5f6 Mon Sep 17 00:00:00 2001 From: ncosic Date: Wed, 5 Aug 2026 14:44:40 +0200 Subject: [PATCH 043/115] Add Webotee AI Connect (Amazon seller intelligence) to E-Commerce Rebased onto current main to resolve the README conflict. Tool count refreshed 65 -> 76 to match the live endpoint. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01JRAiMiGDk9wDjwYqUVtW3q --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..ba328c4b0 100644 --- a/README.md +++ b/README.md @@ -1642,6 +1642,7 @@ MCP servers for e-commerce platforms and online store management. - [slookisen/lokal](https://github.com/slookisen/lokal) [![slookisen/lokal MCP server](https://glama.ai/mcp/servers/slookisen/lokal/badges/score.svg)](https://glama.ai/mcp/servers/slookisen/lokal) 📇 ☁️ 🍎 🪟 🐧 - Search and discover 1,400+ verified local food producers in Norway — farms, REKO rings, farmers' markets, and farm shops. Natural-language search (NO/EN), geo-filtered discovery, and A2A protocol support, backed by [rettfrabonden.com](https://rettfrabonden.com). Install via `npx lokal-mcp`. - [tokenofesteem/mcp](https://github.com/tokenofesteem/mcp) [![tokenofesteem/mcp MCP server](https://glama.ai/mcp/servers/tokenofesteem/mcp/badges/score.svg)](https://glama.ai/mcp/servers/tokenofesteem/mcp) 🎖️ 📇 ☁️ - An agent can commission a funny, personalized printed booklet and have it printed and mailed as a gift, including a surprise for its own user. Pay with an account token, or tokenless with a single-use Stripe payment over HTTP 402. Remote MCP, US shipping, $19.99. - [wppoland/woocommerce-mcp](https://github.com/wppoland/woocommerce-mcp) [![wppoland/woocommerce-mcp MCP server](https://glama.ai/mcp/servers/wppoland/woocommerce-mcp/badges/score.svg)](https://glama.ai/mcp/servers/wppoland/woocommerce-mcp) 📇 🏠 🍎 🪟 🐧 - Read-only MCP server for WordPress + WooCommerce. Five tools over the existing WP/WooCommerce REST APIs: list/search products, product details, recent orders, sales reports (week/month/last_month/year), and public blog-post search. No writes, no store-side plugin to install. Built by WPPoland. Install: `git clone` + `npm run build`. +- [ncosic/webotee-mcp](https://github.com/ncosic/webotee-mcp) [![ncosic/webotee-mcp MCP server](https://glama.ai/mcp/servers/ncosic/webotee-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ncosic/webotee-mcp) 🐍 ☁️ - Hosted Amazon market-intelligence MCP for Claude, ChatGPT, and other clients (Webotee AI Connect). Query brands, sellers, ASINs, under-competed niches, the cross-seller operator network, observed buy-box history, and Amazon/Walmart cross-marketplace overlap from a pre-collected research dataset. 76 read-only research tools at the remote endpoint `https://app.webotee.com/mcp` (paid plan, 7-day free trial). ### 🛒 E-Commerce From f453d99e1cd6af502ed28d7d95bc5231a169b8cc Mon Sep 17 00:00:00 2001 From: Jon McCutchen <34611271+JonMcCutchen@users.noreply.github.com> Date: Wed, 5 Aug 2026 08:54:27 -0400 Subject: [PATCH 044/115] Add Glama score badge to Vruum entry The glama-check bot requires a score badge and the Glama entry now exists via the connectors path for hosted servers (https://glama.ai/mcp/connectors/ai.vruum/mcp), so the badge URL resolves. Placed after the repo link to match the neighbouring Marketing entries. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bc4e022e..7e2d98544 100644 --- a/README.md +++ b/README.md @@ -2634,7 +2634,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [atomno-mcp/mcp-seo-audit](https://github.com/atomno-mcp/mcp-seo-audit) [![atomno-mcp/mcp-seo-audit MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit) 🐍 ☁️ - Technical SEO audit powered by the detail.web engine. `audit_site(url)` returns a 0-100 health score, issues across 8 categories, and a GEO (Generative Engine Optimization) sub-score for visibility in AI search (ChatGPT, Perplexity, Google AI Overviews). Plus validators for robots.txt, sitemap.xml, JSON-LD, and meta tags. Install: `pipx install atomno-mcp-seo-audit`. - [antohins/seo-tools-mcp](https://github.com/antohins/seo-tools-mcp) [![antohins/seo-tools-mcp MCP server](https://glama.ai/mcp/servers/antohins/seo-tools-mcp/badges/score.svg)](https://glama.ai/mcp/servers/antohins/seo-tools-mcp) 📇 🏠 - Five read-only SEO servers for the Google/Yandex (RU/CIS) market: SERP (XMLStock), Yandex Wordstat, Google Search Console (Search Analytics + URL Inspection), Yandex.Webmaster, and Yandex.Metrica. ~38 tools, multi-account, OAuth with auto-refresh. Install: `npx -y seo-tools-mcp-`. - [AutomateLab-tech/ai-seo-mcp](https://github.com/AutomateLab-tech/ai-seo-mcp) [![AutomateLab-tech/ai-seo-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp) 📇 ☁️ 🏠 - AI-SEO / AEO / GEO audit MCP for any public URL. Scores schema.org coverage, robots.txt and llms.txt health, canonical and OpenGraph setup, and AI-citation likelihood; suggests rewrites tuned for Answer Engine and Generative Engine surfaces. No vendor keys, no crawls of private data. Install: `npx -y @automatelab/ai-seo-mcp`. -- [vruum-gtm/mcp](https://github.com/vruum-gtm/mcp) 🎖️ 📇 ☁️ - AI revenue platform. Operate outbound, deals, pipeline, and CRM automation from your agent: people, deals, outreach, engagement, and research tools over one MCP. Remote server at `https://api.vruum.ai/mcp` (OAuth 2.1, or `Authorization: Bearer vk_live_…`); `npx -y @vruum/mcp` runs the stdio bridge for clients without remote support. +- [vruum-gtm/mcp](https://github.com/vruum-gtm/mcp) [![vruum-gtm/mcp MCP server](https://glama.ai/mcp/servers/vruum-gtm/mcp/badges/score.svg)](https://glama.ai/mcp/servers/vruum-gtm/mcp) 🎖️ 📇 ☁️ - AI revenue platform. Operate outbound, deals, pipeline, and CRM automation from your agent: people, deals, outreach, engagement, and research tools over one MCP. Remote server at `https://api.vruum.ai/mcp` (OAuth 2.1, or `Authorization: Bearer vk_live_…`); `npx -y @vruum/mcp` runs the stdio bridge for clients without remote support. ### 📊 Monitoring From 1939956d42a023d6dbaf380a36816fe782b7624b Mon Sep 17 00:00:00 2001 From: redhold-jayanth Date: Thu, 6 Aug 2026 18:23:52 +0530 Subject: [PATCH 045/115] Add Diagrams.so MCP server to Architecture & Design Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..c8e6f29d3 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [Narasimhaponnada/mermaid-mcp](https://github.com/Narasimhaponnada/mermaid-mcp) 📇 ☁️ 🍎 🪟 🐧 - AI-powered Mermaid diagram generation with 22+ diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams, architecture diagrams, state machines, and more. Features 50+ pre-built templates, advanced layout engines, SVG/PNG/PDF exports, and seamless integration with GitHub Copilot, Claude, and any MCP-compatible client. Install via NPM: `npm install -g @narasimhaponnada/mermaid-mcp-server` - [posecode-dev/posecode](https://github.com/posecode-dev/posecode) [![posecode-dev/posecode MCP server](https://glama.ai/mcp/servers/posecode-dev/posecode/badges/score.svg)](https://glama.ai/mcp/servers/posecode-dev/posecode) 📇 🏠 🍎 🪟 🐧 - "Mermaid for human movement" — a text language any LLM can write, rendered as a safe, anatomically-clamped 3D human figure in the browser. - [rdanieli/tentra-mcp](https://github.com/rdanieli/tentra-mcp) [![rdanieli/tentra-mcp MCP server](https://glama.ai/mcp/servers/rdanieli/tentra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/rdanieli/tentra-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - AI-native architecture platform for engineering teams. Describe a system in natural language (e.g. "payment service with Stripe, Kafka, PostgreSQL") → get an interactive typed diagram with 167 cloud components → export to 14 production frameworks (Java Spring Boot, Python FastAPI, Go chi, Rust Axum, .NET, Kotlin Ktor, Ruby Rails, Elixir Phoenix, Docker Compose, Terraform, Mermaid, ADR, and more). Drift detection (`sync_architecture`) scores saved diagrams against live code 0–100 with a structured diff. 9 quality-lint rules catch orphans, SPOFs, god services. Also includes a secondary persistent code-graph layer for AI coding agents (free offline via `npx tentra-mcp --local init`). Agent-as-LLM pattern — zero LLM cost on our side, zero API key on yours. 35 MCP tools. Works in Cursor, Claude Code, Codex, Windsurf. +- [RedHold/diagrams-mcp-app-core](https://github.com/RedHold/diagrams-mcp-app-core) [![RedHold/diagrams-mcp-app-core MCP server](https://glama.ai/mcp/servers/RedHold/diagrams-mcp-app-core/badges/score.svg)](https://glama.ai/mcp/servers/RedHold/diagrams-mcp-app-core) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Generate and edit cloud architecture diagrams as native draw.io files. 23 tools: draw from a prompt or from Terraform and Kubernetes manifests, edit an existing diagram in place, pull Well-Architected warnings and repair them one at a time, then export .drawio or SVG. 30 icon packs for AWS, Azure, GCP and Kubernetes. Connect with a browser login, no API key to copy. Install via NPM: `npx -y @diagrams-so/mcp` - [RNVizion/rnv-color-mcp](https://github.com/RNVizion/rnv-color-mcp) [![RNVizion/rnv-color-mcp MCP server](https://glama.ai/mcp/servers/RNVizion/rnv-color-mcp/badges/score.svg)](https://glama.ai/mcp/servers/RNVizion/rnv-color-mcp) 🐍 ☁️ - A complete color workflow over MCP: mix (incl. Kubelka-Munk paint physics), convert formats, generate harmonies, and remember named palettes. Resolves hex, CSS, and custom brand color names, and refuses unknown colors rather than guessing. Hosted, no install: `https://rnvizion-rnv-color-mcp.hf.space/mcp`. - [uxloom-dev/uxloom](https://github.com/uxloom-dev/uxloom) [![uxloom-dev/uxloom MCP server](https://glama.ai/mcp/servers/uxloom-dev/uxloom/badges/score.svg)](https://glama.ai/mcp/servers/uxloom-dev/uxloom) 📇 🏠 🍎 🪟 🐧 - Agent-native UI/UX design validation: model user journeys as state machines and prove what AI-generated screens are missing (unreachable states, missing empty/loading/error states, WCAG contrast, touch targets, localization overflow) before code exists — then verify the code implements the contract. Deterministic CI gates (`uxloom check`, `uxloom audit`), one-command setup (`npx uxloom init`). - [yenchieh/diagramzu-mcp](https://github.com/yenchieh/diagramzu-mcp) 📇 ☁️ - Let your AI author Mermaid diagrams (flowchart, sequence, ER, mindmap) in a shared workspace, then read, comment on, embed, and present them at a clean URL — instead of pasting back hundreds of lines of prose. Hosted endpoint `https://mcp.diagramzu.ai/mcp` or local `npx -y @diagramzu/mcp`. 14 tools incl. diagram CRUD, version history, comments, presentation decks, and `analyze_diagram` lints. From c7cf90aa69edfb2f6e857a400ee31b1994b447f9 Mon Sep 17 00:00:00 2001 From: polymatx Date: Fri, 7 Aug 2026 04:28:36 +0300 Subject: [PATCH 046/115] Add Glama score badge to dibs entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dac154a78..307cde999 100644 --- a/README.md +++ b/README.md @@ -620,7 +620,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [sshahzaiib/agy-bridge](https://github.com/sshahzaiib/agy-bridge) [![sshahzaiib/agy-bridge MCP server](https://glama.ai/mcp/servers/sshahzaiib/agy-bridge/badges/score.svg)](https://glama.ai/mcp/servers/sshahzaiib/agy-bridge) 📇 🏠 🍎 🪟 🐧 - Delegate heavy tasks from Claude Code (or any MCP client) to the Antigravity CLI (Gemini): file analysis, repo archaeology, web lookups, and adversarial second-opinion code reviews. Quota-aware model failover with cooldowns, per-tool timeouts, and multi-turn session continuity. - [alpadalar/netops-mcp](https://github.com/alpadalar/netops-mcp) 🐍 🏠 - Comprehensive DevOps and networking MCP server providing standardized access to essential infrastructure tools. Features network monitoring, system diagnostics, automation workflows, and infrastructure management with AI-powered operational insights. - [aresyn/codex-control-plane-mcp](https://github.com/aresyn/codex-control-plane-mcp) [![aresyn/codex-control-plane-mcp MCP server](https://glama.ai/mcp/servers/aresyn/codex-control-plane-mcp/badges/score.svg)](https://glama.ai/mcp/servers/aresyn/codex-control-plane-mcp) 🐍 🏠 🪟 - Durable control plane for long-running Codex Desktop tasks. Submit tasks asynchronously, poll operation/workflow state, approve Plan Mode, recover retries, and use hook-backed SQLite history for search and diagnostics. -- [polymatx/dibs](https://github.com/polymatx/dibs) 🏎️ 🏠 🍎 🪟 🐧 - Coordination layer for parallel coding agents: TTL file claims stored in the git common dir (visible across every worktree instantly), enforcement hooks that block colliding edits in Claude Code and at commit time, agent presence, handoff notes, and git-committed lessons searchable with BM25. Single static binary — no server, no database. +- [polymatx/dibs](https://github.com/polymatx/dibs) [![polymatx/dibs MCP server](https://glama.ai/mcp/servers/polymatx/dibs/badges/score.svg)](https://glama.ai/mcp/servers/polymatx/dibs) 🏎️ 🏠 🍎 🪟 🐧 - Coordination layer for parallel coding agents: TTL file claims stored in the git common dir (visible across every worktree instantly), enforcement hooks that block colliding edits in Claude Code and at commit time, agent presence, handoff notes, and git-committed lessons searchable with BM25. Single static binary — no server, no database. - [askbudi/roundtable](https://github.com/askbudi/roundtable) 🐍 🏠 - Zero-configuration MCP server that unifies multiple AI coding assistants (Claude Code, Cursor, Codex) through intelligent auto-discovery and standardized interface. Essential infrastructure for autonomous agent development and multi-AI collaboration workflows. - [automateyournetwork/pyATS_MCP](https://github.com/automateyournetwork/pyATS_MCP) - Cisco pyATS server enabling structured, model-driven interaction with network devices. - [avansaber/tailtest-cline](https://github.com/avansaber/tailtest-cline) [![avansaber/tailtest-cline MCP server](https://glama.ai/mcp/servers/avansaber/tailtest-cline/badges/score.svg)](https://glama.ai/mcp/servers/avansaber/tailtest-cline) 🐍 🏠 🍎 🪟 🐧 - Adversarial test generation for AI coding sessions. Detects language and framework; writes tests; runs them; classifies failures via R12 (real_bug / environment / test_bug). Ships 8 adversarial scenario categories. Works in Cline directly and in 8+ editors via Cline host coverage. 162 plugin tests. MIT. From da9526ca7e74bba934a21aaa6a2c36bdfa5e9477 Mon Sep 17 00:00:00 2001 From: polymatx Date: Fri, 7 Aug 2026 05:22:43 +0300 Subject: [PATCH 047/115] Move dibs entry into correct alphabetical position --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 307cde999..cd856aef9 100644 --- a/README.md +++ b/README.md @@ -620,7 +620,6 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [sshahzaiib/agy-bridge](https://github.com/sshahzaiib/agy-bridge) [![sshahzaiib/agy-bridge MCP server](https://glama.ai/mcp/servers/sshahzaiib/agy-bridge/badges/score.svg)](https://glama.ai/mcp/servers/sshahzaiib/agy-bridge) 📇 🏠 🍎 🪟 🐧 - Delegate heavy tasks from Claude Code (or any MCP client) to the Antigravity CLI (Gemini): file analysis, repo archaeology, web lookups, and adversarial second-opinion code reviews. Quota-aware model failover with cooldowns, per-tool timeouts, and multi-turn session continuity. - [alpadalar/netops-mcp](https://github.com/alpadalar/netops-mcp) 🐍 🏠 - Comprehensive DevOps and networking MCP server providing standardized access to essential infrastructure tools. Features network monitoring, system diagnostics, automation workflows, and infrastructure management with AI-powered operational insights. - [aresyn/codex-control-plane-mcp](https://github.com/aresyn/codex-control-plane-mcp) [![aresyn/codex-control-plane-mcp MCP server](https://glama.ai/mcp/servers/aresyn/codex-control-plane-mcp/badges/score.svg)](https://glama.ai/mcp/servers/aresyn/codex-control-plane-mcp) 🐍 🏠 🪟 - Durable control plane for long-running Codex Desktop tasks. Submit tasks asynchronously, poll operation/workflow state, approve Plan Mode, recover retries, and use hook-backed SQLite history for search and diagnostics. -- [polymatx/dibs](https://github.com/polymatx/dibs) [![polymatx/dibs MCP server](https://glama.ai/mcp/servers/polymatx/dibs/badges/score.svg)](https://glama.ai/mcp/servers/polymatx/dibs) 🏎️ 🏠 🍎 🪟 🐧 - Coordination layer for parallel coding agents: TTL file claims stored in the git common dir (visible across every worktree instantly), enforcement hooks that block colliding edits in Claude Code and at commit time, agent presence, handoff notes, and git-committed lessons searchable with BM25. Single static binary — no server, no database. - [askbudi/roundtable](https://github.com/askbudi/roundtable) 🐍 🏠 - Zero-configuration MCP server that unifies multiple AI coding assistants (Claude Code, Cursor, Codex) through intelligent auto-discovery and standardized interface. Essential infrastructure for autonomous agent development and multi-AI collaboration workflows. - [automateyournetwork/pyATS_MCP](https://github.com/automateyournetwork/pyATS_MCP) - Cisco pyATS server enabling structured, model-driven interaction with network devices. - [avansaber/tailtest-cline](https://github.com/avansaber/tailtest-cline) [![avansaber/tailtest-cline MCP server](https://glama.ai/mcp/servers/avansaber/tailtest-cline/badges/score.svg)](https://glama.ai/mcp/servers/avansaber/tailtest-cline) 🐍 🏠 🍎 🪟 🐧 - Adversarial test generation for AI coding sessions. Detects language and framework; writes tests; runs them; classifies failures via R12 (real_bug / environment / test_bug). Ships 8 adversarial scenario categories. Works in Cline directly and in 8+ editors via Cline host coverage. 162 plugin tests. MIT. @@ -631,6 +630,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [blakerouse/ssh-mcp](https://github.com/blakerouse/ssh-mcp) 🏎️ 🏠 🍎 🪟 🐧 - MCP server exposing SSH control for Linux and Windows servers. Allows long running commands and the ability to perform commands on multiple hosts at the same time. - [sipyourdrink-ltd/bernstein](https://github.com/sipyourdrink-ltd/bernstein) [![sipyourdrink-ltd/bernstein MCP server](https://glama.ai/mcp/servers/chernistry/bernstein/badges/score.svg)](https://glama.ai/mcp/servers/chernistry/bernstein) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Deterministic multi-agent orchestrator for 37 CLI coding agents (Claude Code, Codex, Cursor, Aider, Gemini CLI, GitHub Copilot CLI, OpenHands, OpenCode, Goose, Qwen, Ollama, and more). MCP server mode (stdio + HTTP/SSE) exposes the orchestrator to any MCP client. Git worktree isolation per agent, HMAC-chained audit trail, cost-aware model routing via contextual bandit. Apache 2.0. - [danieldoderlein/llm-bus](https://github.com/danieldoderlein/llm-bus) [![danieldoderlein/llm-bus MCP server](https://glama.ai/mcp/servers/danieldoderlein/llm-bus/badges/score.svg)](https://glama.ai/mcp/servers/danieldoderlein/llm-bus) 📇 ☁️ 🏠 - Multi-agent coordination bus over MCP: atomic gap-free claims, advisory file leases, a shared event ledger, presence, prose handoffs, and a task graph, so multiple coding agents (Claude Code, Cursor, Codex) stop colliding and re-deriving each other's work. Remote Streamable HTTP; self-hostable (AGPL-3.0) or hosted at llm-bus.com. +- [polymatx/dibs](https://github.com/polymatx/dibs) [![polymatx/dibs MCP server](https://glama.ai/mcp/servers/polymatx/dibs/badges/score.svg)](https://glama.ai/mcp/servers/polymatx/dibs) 🏎️ 🏠 🍎 🪟 🐧 - Coordination layer for parallel coding agents: TTL file claims stored in the git common dir (visible across every worktree instantly), enforcement hooks that block colliding edits in Claude Code and at commit time, agent presence, handoff notes, and git-committed lessons searchable with BM25. Single static binary — no server, no database. - [doggybee/mcp-server-leetcode](https://github.com/doggybee/mcp-server-leetcode) 📇 ☁️ - An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access. - [eirikb/any-cli-mcp-server](https://github.com/eirikb/any-cli-mcp-server) 📇 🏠 - Universal MCP server that transforms any CLI tool into an MCP server. Works with any CLI that has `--help` output, supports caching for performance. - [ejentum/ejentum-mcp](https://github.com/ejentum/ejentum-mcp) [![ejentum/ejentum-mcp MCP server](https://glama.ai/mcp/servers/ejentum/ejentum-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ejentum/ejentum-mcp) 📇 🏠 - MCP server with reasoning, code, anti-deception, and memory tools for AI agents. From 7c94cd51fdbf85eb39cf3f115ac8402e629d7dbc Mon Sep 17 00:00:00 2001 From: Alex Pfau Date: Fri, 7 Aug 2026 10:24:31 +0200 Subject: [PATCH 048/115] Add zigbee2mqtt-mcp server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..8e35d61f8 100644 --- a/README.md +++ b/README.md @@ -2185,6 +2185,7 @@ Control smart home devices, home network equipment, and automation systems. - [laszlopere/mcp-kodi](https://github.com/laszlopere/mcp-kodi) [![laszlopere/mcp-kodi MCP server](https://glama.ai/mcp/servers/laszlopere/mcp-kodi/badges/score.svg)](https://glama.ai/mcp/servers/laszlopere/mcp-kodi) 🌊 🏠 🐧 - Control a Kodi media player over its JSON-RPC API — transport, volume, library search, queue management, and playback history. 16 tools, targetable across multiple Kodi instances. Written in C on the GLib stack; builds from source (autotools / .deb). - [claymore666/debmatic-mcp](https://github.com/claymore666/debmatic-mcp) [![claymore666/debmatic-mcp MCP server](https://glama.ai/mcp/servers/claymore666/debmatic-mcp/badges/score.svg)](https://glama.ai/mcp/servers/claymore666/debmatic-mcp) 📇 🏠 🍎 🪟 🐧 - Control a HomeMatic / debmatic CCU (eq-3 home automation) over its JSON-RPC and HM-Script APIs — switch and dim actuators, read sensors, system variables and service messages, run programs, and manage rooms, functions, channel links and device assignments. 25 tools over HTTP or stdio; runs locally against your own CCU. - [NickoScope/nickol-knx-mcp](https://github.com/NickoScope/nickol-knx-mcp) [![NickoScope/nickol-knx-mcp MCP server](https://glama.ai/mcp/servers/NickoScope/nickol-knx-mcp/badges/score.svg)](https://glama.ai/mcp/servers/NickoScope/nickol-knx-mcp) 🐍 🏠 - Design-time KNX/ETS6 assistant: parses .knxproj (read-only, no bus access), validates DPT/naming/command-status pairing, and generates Home Assistant YAML + ETS XML/CSV exports. +- [alexpfau/zigbee2mqtt-mcp](https://github.com/alexpfau/zigbee2mqtt-mcp) 📇 🏠 🍎 🪟 🐧 - Administer a Zigbee2MQTT estate over its MQTT bridge API — whole-network health report (offline devices, weak links, low batteries, pending OTA, devices rejoining), mesh topology, pairing, binding, reporting intervals and device options. 23 tools across read/safe/destructive tiers; destructive tools are disabled by default. `npx zigbee2mqtt-mcp` ### 🏭 Industrial & IoT From fe8909e9fa9a2540a09dfe425bcc96f06c8840a7 Mon Sep 17 00:00:00 2001 From: Alex Pfau Date: Fri, 7 Aug 2026 10:31:34 +0200 Subject: [PATCH 049/115] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e35d61f8..36db950de 100644 --- a/README.md +++ b/README.md @@ -2185,7 +2185,7 @@ Control smart home devices, home network equipment, and automation systems. - [laszlopere/mcp-kodi](https://github.com/laszlopere/mcp-kodi) [![laszlopere/mcp-kodi MCP server](https://glama.ai/mcp/servers/laszlopere/mcp-kodi/badges/score.svg)](https://glama.ai/mcp/servers/laszlopere/mcp-kodi) 🌊 🏠 🐧 - Control a Kodi media player over its JSON-RPC API — transport, volume, library search, queue management, and playback history. 16 tools, targetable across multiple Kodi instances. Written in C on the GLib stack; builds from source (autotools / .deb). - [claymore666/debmatic-mcp](https://github.com/claymore666/debmatic-mcp) [![claymore666/debmatic-mcp MCP server](https://glama.ai/mcp/servers/claymore666/debmatic-mcp/badges/score.svg)](https://glama.ai/mcp/servers/claymore666/debmatic-mcp) 📇 🏠 🍎 🪟 🐧 - Control a HomeMatic / debmatic CCU (eq-3 home automation) over its JSON-RPC and HM-Script APIs — switch and dim actuators, read sensors, system variables and service messages, run programs, and manage rooms, functions, channel links and device assignments. 25 tools over HTTP or stdio; runs locally against your own CCU. - [NickoScope/nickol-knx-mcp](https://github.com/NickoScope/nickol-knx-mcp) [![NickoScope/nickol-knx-mcp MCP server](https://glama.ai/mcp/servers/NickoScope/nickol-knx-mcp/badges/score.svg)](https://glama.ai/mcp/servers/NickoScope/nickol-knx-mcp) 🐍 🏠 - Design-time KNX/ETS6 assistant: parses .knxproj (read-only, no bus access), validates DPT/naming/command-status pairing, and generates Home Assistant YAML + ETS XML/CSV exports. -- [alexpfau/zigbee2mqtt-mcp](https://github.com/alexpfau/zigbee2mqtt-mcp) 📇 🏠 🍎 🪟 🐧 - Administer a Zigbee2MQTT estate over its MQTT bridge API — whole-network health report (offline devices, weak links, low batteries, pending OTA, devices rejoining), mesh topology, pairing, binding, reporting intervals and device options. 23 tools across read/safe/destructive tiers; destructive tools are disabled by default. `npx zigbee2mqtt-mcp` +- [alexpfau/zigbee2mqtt-mcp](https://github.com/alexpfau/zigbee2mqtt-mcp) [![alexpfau/zigbee2mqtt-mcp MCP server](https://glama.ai/mcp/servers/alexpfau/zigbee2mqtt-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alexpfau/zigbee2mqtt-mcp) 📇 🏠 🍎 🪟 🐧 - Administer a Zigbee2MQTT estate over its MQTT bridge API — whole-network health report (offline devices, weak links, low batteries, pending OTA, devices rejoining), mesh topology, pairing, binding, reporting intervals and device options. 23 tools across read/safe/destructive tiers; destructive tools are disabled by default. `npx zigbee2mqtt-mcp` ### 🏭 Industrial & IoT From f8fac0408020e0521124c1626440a2991e024c0d Mon Sep 17 00:00:00 2001 From: dhb Date: Sat, 8 Aug 2026 04:09:21 +0800 Subject: [PATCH 050/115] =?UTF-8?q?Add=20OpenWorkProof=20=E2=80=94=20verif?= =?UTF-8?q?iable=20execution=20protocol=20for=20AI=20agent=20tool=20calls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..ef9559434 100644 --- a/README.md +++ b/README.md @@ -3274,6 +3274,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [mastyf-ai/mastyf.ai](https://github.com/mastyf-ai/mastyf.ai) [![mastyf-ai/mastyf.ai MCP server](https://glama.ai/mcp/servers/mastyf-ai/mastyf.ai/badges/score.svg)](https://glama.ai/mcp/servers/mastyf-ai/mastyf.ai) 📇 🏠 🍎 🪟 🐧 - Open-source runtime security proxy for MCP. Transparently intercepts every tools/call through an 18-class attack defense pipeline (prompt injection, SSRF, shell injection, SQL injection, credential exfil, polyglot attacks) with a YAML policy engine and 304-entry adversarial corpus. Trust scoring for npm MCP packages with 0-100 badges. Cloud dashboard, Docker image, Python SDK. MIT. - [timescale/rsigma](https://github.com/timescale/rsigma) [![timescale/rsigma MCP server](https://glama.ai/mcp/servers/timescale/rsigma/badges/score.svg)](https://glama.ai/mcp/servers/timescale/rsigma) 🎖️ 🦀 🏠 🍎 🪟 🐧 - Exposes the RSigma Sigma detection-engineering toolkit to AI agents over stdio or Streamable HTTP with `rsigma mcp serve`. Tools to author, lint, validate, and convert Sigma detection rules, evaluate and explain detections against log events, and inspect correlation state, all backed by a native Rust engine. +- [dengyier/OpenWorkProof](https://github.com/dengyier/OpenWorkProof) 🐍 🏠 ☁️ - Verifiable execution protocol for AI agent tool calls. Ed25519-signed PolicyDecisions, causal evidence chains (RFC 8785 JCS), and offline verification from SQLite ledger. 2,281 tests, 2 real-world bugs demonstrated end-to-end. `pip install openworkproof` ### 🌐 Social Media From afb3db03567fe3b1d6569a83d652f15eb778143b Mon Sep 17 00:00:00 2001 From: ryanluriea Date: Fri, 7 Aug 2026 17:15:05 -0400 Subject: [PATCH 051/115] Add 2ools MCP server to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..a08b27785 100644 --- a/README.md +++ b/README.md @@ -1054,6 +1054,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### 💻 Developer Tools +- [2ools/mcp-server](https://github.com/2ools/mcp-server) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Turn what your assistant just built into a durable, versioned project. One free authless tool (`create_public_preview`) renders a standalone HTML document as a real shareable URL; 42 more cover projects, refinement, version comparison, separately-delegated approvals, artifacts, work assignments and source export. Build authority and review authority are deliberately separate scopes. Remote Streamable HTTP, OAuth 2.1 + PKCE. `https://2ools.app/mcp` - [hivemindunit/llmintel-mcp](https://github.com/hivemindunit/llmintel-mcp) [![hivemindunit/llmintel-mcp MCP server](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp) 📇 ☁️ - Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to. Covers OpenAI, Anthropic, Azure, Bedrock, Google, and Cohere. No API key. `npx -y @llmintel/mcp` or `https://llmintel.ai/v1/mcp` - [rm-rf-prod/GroundTruth-MCP](https://github.com/rm-rf-prod/GroundTruth-MCP) [![rm-rf-prod/GroundTruth-MCP MCP server](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP/badges/score.svg)](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP for live docs, code audits, snippets, and best practices across 445+ libraries. 14 tools, 107 audit patterns with file:line precision, BM25-ranked snippets, lockfile-aware version pinning, npm/PyPI/crates.io/Go fallback. No API keys, no rate limits, Context7 alternative. `npx -y @groundtruth-mcp/gt-mcp` - [scarletkc/vexor](https://github.com/scarletkc/vexor) [![scarletkc/vexor MCP server](https://glama.ai/mcp/servers/scarletkc/vexor/badges/score.svg)](https://glama.ai/mcp/servers/scarletkc/vexor) 🐍 🏠 ☁️ 🍎 🪟 🐧 - A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`. From 540332adc13bff8df3a7fcaaecb170f5ad9dab5e Mon Sep 17 00:00:00 2001 From: Tran Trong Qui Date: Sat, 8 Aug 2026 14:32:40 +0700 Subject: [PATCH 052/115] Add Signalint MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..7bed29a03 100644 --- a/README.md +++ b/README.md @@ -1420,6 +1420,7 @@ Tools and integrations that enhance the development workflow and environment man - [Mibayy/token-savior](https://github.com/Mibayy/token-savior) [![Mibayy/token-savior MCP server](https://glama.ai/mcp/servers/Mibayy/token-savior/badges/score.svg)](https://glama.ai/mcp/servers/Mibayy/token-savior) 🐍 🏠 🍎 🪟 🐧 - Structural code intelligence MCP server for AI-assisted development. Navigate and edit code by symbol names instead of raw text — symbol lookup, dependency graphs, call chains, dead code detection, and structural diff. Replaces grep/cat with semantic tools: 87% token reduction on large codebases. - [Tommertom/awesome-ionic-mcp](https://github.com/Tommertom/awesome-ionic-mcp) 📇 🏠 - Your Ionic coding buddy enabled via MCP – build awesome mobile apps using React/Angular/Vue or even Vanilla JS! - [tosin2013/mcp-adr-analysis-server](https://github.com/tosin2013/mcp-adr-analysis-server) 📇 ☁️ 🏠 - AI-powered architectural analysis server for software projects. Provides technology stack detection, ADR management, security checks, enhanced TDD workflow, and deployment readiness validation with support for multiple AI models. +- [TranQui004/signalint](https://github.com/TranQui004/signalint) 📇 🏠 🍎 🪟 🐧 - Local stdio MCP server for compact, cached, loop-aware JavaScript/TypeScript diagnostics. Clusters and prioritizes Oxlint/tsc/Biome issues, caches per-engine results to skip unchanged files, and detects recurring diagnostic loops. Also ships a `signalint` CLI and a composite GitHub Action for CI use. - [tumf/mcp-text-editor](https://github.com/tumf/mcp-text-editor) 🐍 🏠 - A line-oriented text file editor. Optimized for LLM tools with efficient partial file access to minimize token usage. - [ukkit/memcord](https://github.com/ukkit/memcord) 🐍 🏠 🐧 🍎 - A MCP server that keeps your chat history organized and searchable—with AI-powered summaries, secure memory, and full control. - [utensils/mcp-nixos](https://github.com/utensils/mcp-nixos) 🐍 🏠 - MCP server providing accurate information about NixOS packages, system options, Home Manager configurations, and nix-darwin macOS settings to prevent AI hallucinations. From 059268cdbcacee61c51dbcd8e91b3bc0c89cc0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Angel=20Pe=C3=B1a?= Date: Sat, 8 Aug 2026 02:41:32 -0500 Subject: [PATCH 053/115] Add Normativa-colombiana-MCP server to Legal section Add Angelthebestone/Normativa-colombiana-MCP, an MCP server for Colombian law and jurisprudence covering six official sources (Gestor Normativo, Corte Constitucional, SUIN-Juriscol, Corte Suprema de Justicia, Consejo de Estado, DIAN Normograma). Co-authored-by: CommandCodeBot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..01cb3742b 100644 --- a/README.md +++ b/README.md @@ -2485,6 +2485,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to ### ⚖️ Legal Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information. - [ad0750/regintel-mcp](https://github.com/ad0750/regintel-mcp) [![regintel-mcp MCP server](https://glama.ai/mcp/servers/ad0750/regintel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ad0750/regintel-mcp)🐍 ☁️ - MCP server for the RegIntel API: structured regulatory data across 41 jurisdictions and 212 regulations (GDPR, MiCA, DORA, SEC, FINRA, FCA, APRA, ASIC, MAS). Tools for search, lookup, recent updates, and compliance checks. +- [Angelthebestone/Normativa-colombiana-MCP](https://github.com/Angelthebestone/Normativa-colombiana-MCP) [![Angelthebestone/Normativa-colombiana-MCP MCP server](https://glama.ai/mcp/servers/Angelthebestone/Normativa-colombiana-MCP/badges/score.svg)](https://glama.ai/mcp/servers/Angelthebestone/Normativa-colombiana-MCP)🟦 🏠 - Colombian law and jurisprudence: Gestor Normativo (laws, decrees, resolutions), Corte Constitucional (49,000+ rulings), SUIN-Juriscol with validity status, Corte Suprema de Justicia, Consejo de Estado, and DIAN Normograma (tax, customs, forex). Install: `npx -y normativa-colombia-mcp`. - [ark-forge/mcp-eu-ai-act](https://github.com/ark-forge/mcp-eu-ai-act) [![mcp-eu-ai-act MCP server](https://glama.ai/mcp/servers/@ark-forge/mcp-eu-ai-act/badges/score.svg)](https://glama.ai/mcp/servers/@ark-forge/mcp-eu-ai-act) 📇 ☁️ - EU AI Act compliance scanner that detects regulatory violations in AI codebases with risk classification and remediation guidance. - [atomno-labs/mcp-sudact](https://github.com/atomno-labs/mcp-sudact) [![atomno-labs/mcp-sudact MCP server](https://glama.ai/mcp/servers/atomno-labs/mcp-sudact/badges/score.svg)](https://glama.ai/mcp/servers/atomno-labs/mcp-sudact) 🐍☁️ - Russian court practice (Sudact): case search by article, court, instance and dates; full decision text. - [atomno-mcp/mcp-fssp](https://github.com/atomno-mcp/mcp-fssp) [![atomno-mcp/mcp-fssp MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-fssp/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-fssp) 🐍☁️ - FSSP enforcement proceedings lookup for Russian debtors and compliance checks. From 051db07c6e27a2df1c7edff8fc381cb0c66a8d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Angel=20Pe=C3=B1a?= Date: Sat, 8 Aug 2026 03:04:23 -0500 Subject: [PATCH 054/115] fix: use permitted emoji for TypeScript MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace unsupported emoji with the permitted ones: TypeScript codebase (📇) and Local Service (🏠). Co-authored-by: CommandCodeBot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01cb3742b..51751b898 100644 --- a/README.md +++ b/README.md @@ -2485,7 +2485,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to ### ⚖️ Legal Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information. - [ad0750/regintel-mcp](https://github.com/ad0750/regintel-mcp) [![regintel-mcp MCP server](https://glama.ai/mcp/servers/ad0750/regintel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ad0750/regintel-mcp)🐍 ☁️ - MCP server for the RegIntel API: structured regulatory data across 41 jurisdictions and 212 regulations (GDPR, MiCA, DORA, SEC, FINRA, FCA, APRA, ASIC, MAS). Tools for search, lookup, recent updates, and compliance checks. -- [Angelthebestone/Normativa-colombiana-MCP](https://github.com/Angelthebestone/Normativa-colombiana-MCP) [![Angelthebestone/Normativa-colombiana-MCP MCP server](https://glama.ai/mcp/servers/Angelthebestone/Normativa-colombiana-MCP/badges/score.svg)](https://glama.ai/mcp/servers/Angelthebestone/Normativa-colombiana-MCP)🟦 🏠 - Colombian law and jurisprudence: Gestor Normativo (laws, decrees, resolutions), Corte Constitucional (49,000+ rulings), SUIN-Juriscol with validity status, Corte Suprema de Justicia, Consejo de Estado, and DIAN Normograma (tax, customs, forex). Install: `npx -y normativa-colombia-mcp`. +- [Angelthebestone/Normativa-colombiana-MCP](https://github.com/Angelthebestone/Normativa-colombiana-MCP) [![Angelthebestone/Normativa-colombiana-MCP MCP server](https://glama.ai/mcp/servers/Angelthebestone/Normativa-colombiana-MCP/badges/score.svg)](https://glama.ai/mcp/servers/Angelthebestone/Normativa-colombiana-MCP)📇 🏠 - Colombian law and jurisprudence: Gestor Normativo (laws, decrees, resolutions), Corte Constitucional (49,000+ rulings), SUIN-Juriscol with validity status, Corte Suprema de Justicia, Consejo de Estado, and DIAN Normograma (tax, customs, forex). Install: `npx -y normativa-colombia-mcp`. - [ark-forge/mcp-eu-ai-act](https://github.com/ark-forge/mcp-eu-ai-act) [![mcp-eu-ai-act MCP server](https://glama.ai/mcp/servers/@ark-forge/mcp-eu-ai-act/badges/score.svg)](https://glama.ai/mcp/servers/@ark-forge/mcp-eu-ai-act) 📇 ☁️ - EU AI Act compliance scanner that detects regulatory violations in AI codebases with risk classification and remediation guidance. - [atomno-labs/mcp-sudact](https://github.com/atomno-labs/mcp-sudact) [![atomno-labs/mcp-sudact MCP server](https://glama.ai/mcp/servers/atomno-labs/mcp-sudact/badges/score.svg)](https://glama.ai/mcp/servers/atomno-labs/mcp-sudact) 🐍☁️ - Russian court practice (Sudact): case search by article, court, instance and dates; full decision text. - [atomno-mcp/mcp-fssp](https://github.com/atomno-mcp/mcp-fssp) [![atomno-mcp/mcp-fssp MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-fssp/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-fssp) 🐍☁️ - FSSP enforcement proceedings lookup for Russian debtors and compliance checks. From 048c77b6a4e0e47e35056c190ec11515ab47038f Mon Sep 17 00:00:00 2001 From: David Mosiah Date: Sat, 8 Aug 2026 09:51:29 -0300 Subject: [PATCH 055/115] Add davidmosiah/wellness-nourish MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..8052de3a2 100644 --- a/README.md +++ b/README.md @@ -354,6 +354,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [cafferychen777/ChatSpatial](https://github.com/cafferychen777/ChatSpatial) 🐍 🏠 - MCP server for spatial transcriptomics analysis with 60+ integrated methods covering cell annotation, deconvolution, spatial statistics, and visualization. - [Crindo2/gph-mcp-server](https://github.com/Crindo2/gph-mcp-server) [![gph-mcp-server MCP server](https://glama.ai/mcp/servers/Crindo2/gph-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Crindo2/gph-mcp-server) 📇 ☁️ - Healthcare service vendor matching for medical practices: 76,000+ curated vendors across 25 categories (billing, credentialing, EHR, compliance, legal) in all 50 US states. - [davidmosiah/wellness-cgm-mcp](https://github.com/davidmosiah/wellness-cgm-mcp) [![Wellness CGM MCP server](https://glama.ai/mcp/servers/davidmosiah/wellness-cgm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/davidmosiah/wellness-cgm-mcp) 📇 🏠 ☁️ 🍎 🪟 🐧 - Local-first continuous glucose monitor MCP server for Dexcom Developer API and FreeStyle Libre via LibreLink Up. +- [davidmosiah/wellness-nourish](https://github.com/davidmosiah/wellness-nourish) [![Wellness Nourish MCP server](https://glama.ai/mcp/servers/davidmosiah/wellness-nourish/badges/score.svg)](https://glama.ai/mcp/servers/davidmosiah/wellness-nourish) 📇 🏠 🍎 🪟 🐧 - Zero-credential nutrition and hydration MCP server with food search, barcode lookup, meal estimation, intake logs and daily summaries. - [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. From a5595e62a98acca3c214e025e1db6c7d5504e328 Mon Sep 17 00:00:00 2001 From: Tran Trong Qui Date: Sun, 9 Aug 2026 12:31:49 +0700 Subject: [PATCH 056/115] docs: add Glama score badge to Signalint entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bed29a03..8df723037 100644 --- a/README.md +++ b/README.md @@ -1420,7 +1420,7 @@ Tools and integrations that enhance the development workflow and environment man - [Mibayy/token-savior](https://github.com/Mibayy/token-savior) [![Mibayy/token-savior MCP server](https://glama.ai/mcp/servers/Mibayy/token-savior/badges/score.svg)](https://glama.ai/mcp/servers/Mibayy/token-savior) 🐍 🏠 🍎 🪟 🐧 - Structural code intelligence MCP server for AI-assisted development. Navigate and edit code by symbol names instead of raw text — symbol lookup, dependency graphs, call chains, dead code detection, and structural diff. Replaces grep/cat with semantic tools: 87% token reduction on large codebases. - [Tommertom/awesome-ionic-mcp](https://github.com/Tommertom/awesome-ionic-mcp) 📇 🏠 - Your Ionic coding buddy enabled via MCP – build awesome mobile apps using React/Angular/Vue or even Vanilla JS! - [tosin2013/mcp-adr-analysis-server](https://github.com/tosin2013/mcp-adr-analysis-server) 📇 ☁️ 🏠 - AI-powered architectural analysis server for software projects. Provides technology stack detection, ADR management, security checks, enhanced TDD workflow, and deployment readiness validation with support for multiple AI models. -- [TranQui004/signalint](https://github.com/TranQui004/signalint) 📇 🏠 🍎 🪟 🐧 - Local stdio MCP server for compact, cached, loop-aware JavaScript/TypeScript diagnostics. Clusters and prioritizes Oxlint/tsc/Biome issues, caches per-engine results to skip unchanged files, and detects recurring diagnostic loops. Also ships a `signalint` CLI and a composite GitHub Action for CI use. +- [TranQui004/signalint](https://github.com/TranQui004/signalint) 📇 🏠 🍎 🪟 🐧 - Local stdio MCP server for compact, cached, loop-aware JavaScript/TypeScript diagnostics. Clusters and prioritizes Oxlint/tsc/Biome issues, caches per-engine results to skip unchanged files, and detects recurring diagnostic loops. Also ships a `signalint` CLI and a composite GitHub Action for CI use. [![TranQui004/signalint MCP server](https://glama.ai/mcp/servers/TranQui004/signalint/badges/score.svg)](https://glama.ai/mcp/servers/TranQui004/signalint) - [tumf/mcp-text-editor](https://github.com/tumf/mcp-text-editor) 🐍 🏠 - A line-oriented text file editor. Optimized for LLM tools with efficient partial file access to minimize token usage. - [ukkit/memcord](https://github.com/ukkit/memcord) 🐍 🏠 🐧 🍎 - A MCP server that keeps your chat history organized and searchable—with AI-powered summaries, secure memory, and full control. - [utensils/mcp-nixos](https://github.com/utensils/mcp-nixos) 🐍 🏠 - MCP server providing accurate information about NixOS packages, system options, Home Manager configurations, and nix-darwin macOS settings to prevent AI hallucinations. From c4e0312fa7f38d9b5377325ce2f5d1a4f7ed6e8f Mon Sep 17 00:00:00 2001 From: Aleksandr Kovalko Date: Tue, 11 Aug 2026 01:28:41 +0200 Subject: [PATCH 057/115] Add A1-x-Tech/mcp-yango-retail MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..058d2acc4 100644 --- a/README.md +++ b/README.md @@ -1616,6 +1616,7 @@ MCP servers for learning management systems (LMS) and educational tools. MCP servers for e-commerce platforms and online store management. +- [A1-x-Tech/mcp-yango-retail](https://github.com/A1-x-Tech/mcp-yango-retail) [![A1-x-Tech/mcp-yango-retail MCP server](https://glama.ai/mcp/servers/A1-x-Tech/mcp-yango-retail/badges/score.svg)](https://glama.ai/mcp/servers/A1-x-Tech/mcp-yango-retail) 📇 ☁️ - Yango Tech Retail (grocery platform) B2B API — orders, receipts, products, prices, discounts, stocks and stores. - [agentcentral-to/agent-central-mcp](https://github.com/agentcentral-to/agent-central-mcp) [![agentcentral-to/agent-central-mcp MCP server](https://glama.ai/mcp/servers/agentcentral-to/agent-central-mcp/badges/score.svg)](https://glama.ai/mcp/servers/agentcentral-to/agent-central-mcp) 📇 ☁️ - Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, and other AI clients, exposing inventory, orders, catalog, finance, fulfillment, and advertising data through a remote MCP endpoint. - [agentlux/agentlux-mcp](https://github.com/agentlux/agentlux-mcp) [![agentlux/agentlux-mcp MCP server](https://glama.ai/mcp/servers/agentlux/agentlux-mcp/badges/score.svg)](https://glama.ai/mcp/servers/agentlux/agentlux-mcp) 📇 ☁️ 🍎 🪟 🐧 - Agent marketplace and services MCP server for AgentLux. Browse marketplace items, manage agent identity, creator workflows, service hires, social flows, and Base/x402 commerce through 33 tools. Install via `npx -y @agentlux/mcp-server`. - [anhmtk/agentshare-mcp](https://github.com/anhmtk/agentshare-mcp) [![anhmtk/agentshare-mcp MCP server](https://glama.ai/mcp/servers/anhmtk/agentshare-mcp/badges/score.svg)](https://glama.ai/mcp/servers/anhmtk/agentshare-mcp) 📇 ☁️ - Solana DeFi intelligence MCP (Meteora DLMM `meteora_brief` + `meteora_pool_detail`, Solana DEX + DefiLlama scout). Commerce tools are secondary. Hosted at https://agentshare.dev/mcp From 8b162c7f66260724e765eb09a1deb0f0610e9b33 Mon Sep 17 00:00:00 2001 From: Guillaume Jean Hussong Date: Tue, 11 Aug 2026 01:40:26 -0600 Subject: [PATCH 058/115] Add standard-vocal-mcp server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..cc615c1cf 100644 --- a/README.md +++ b/README.md @@ -844,6 +844,7 @@ Tools for building and operating AI conversation agents that hold structured dia - [bodyegypt/lobbyvoices-mcp](https://github.com/bodyegypt/lobbyvoices-mcp) [![bodyegypt/lobbyvoices-mcp MCP server](https://glama.ai/mcp/servers/bodyegypt/lobbyvoices-mcp/badges/score.svg)](https://glama.ai/mcp/servers/bodyegypt/lobbyvoices-mcp) 🎖️ ☁️ - Official remote MCP server for [Lobby](https://lobbyvoices.com/developers), an AI receptionist for small businesses. Seven free no-auth tools: write business phone scripts and IVR menus (English + Mexican Spanish), generate ElevenLabs agent system prompts, calculate missed-call cost, get a hire-a-receptionist verdict, role-play a call against the live receptionist engine, and get a real demo number to call. Typed structured outputs. - [kiro0x/five-mcp](https://github.com/kiro0x/five-mcp) [![kiro0x/five-mcp MCP server](https://glama.ai/mcp/servers/kiro0x/five-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kiro0x/five-mcp) 🐍 🏠 - LLM character consistency engine — generates structured JSON constraints from 4 multiple-choice questions about an AI's psychology. Drop the JSON into any LLM's system prompt to prevent persona drift; reduces inference cost from retries. 160,000 personality patterns; works with any LLM. - [Perspective-AI/mcp](https://github.com/Perspective-AI/mcp) [![Perspective-AI/mcp MCP server](https://glama.ai/mcp/servers/Perspective-AI/mcp/badges/score.svg)](https://glama.ai/mcp/servers/Perspective-AI/mcp) 🎖️ 📇 ☁️ - Official MCP server for [Perspective AI](https://getperspective.ai). An AI Concierge replaces static forms with adaptive AI conversations for lead qualification, customer research, onboarding feedback, and advocacy. Design conversation agents (Concierge, Interviewer, Evaluator, Advocate), analyze conversations, deploy embeds, and automate follow-ups (webhook, email, Slack, HubSpot). +- [guillaumehussong/standard-vocal-mcp](https://github.com/guillaumehussong/standard-vocal-mcp) [![guillaumehussong/standard-vocal-mcp MCP server](https://glama.ai/mcp/servers/guillaumehussong/standard-vocal-mcp/badges/score.svg)](https://glama.ai/mcp/servers/guillaumehussong/standard-vocal-mcp) 📇 🏠 - Voice Agent Factory for Vapi phone agents: vertical templates, self-testing agents, audio forensics, prompt versioning, and CI regression gates. `npx -y standard-vocal-mcp` ### 🔑 Cryptography From d9e0e198e46ec332ddc5e74988dc762f1a6b6a20 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Aug 2026 06:28:24 +0000 Subject: [PATCH 059/115] Add Agentic Wallet Guardian v3 to Security --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 67370cd77..27681c6cd 100644 --- a/README.md +++ b/README.md @@ -3073,6 +3073,8 @@ Tools for conducting research, surveys, interviews, and data collection. ### 🔒 Security +- [rudimentall1/agentic-wallet-guardian-v3](https://github.com/rudimentall1/agentic-wallet-guardian-v3) [![rudimentall1/agentic-wallet-guardian-v3 MCP server](https://glama.ai/mcp/servers/rudimentall1/agentic-wallet-guardian-v3/badges/score.svg)](https://glama.ai/mcp/servers/rudimentall1/agentic-wallet-guardian-v3) 🐍 🏠 - Self-hosted security and policy layer for AI agents interacting with blockchain wallets. Agents submit a proposed transaction/action and Guardian evaluates wallet, token, contract, threat-intelligence, simulation, policy and reputation signals before returning an explainable ALLOW / WARN / BLOCK decision. Includes an MCP stdio server, real RPC/Blockscout/DexScreener/GoPlus providers, transaction simulation, local threat lists and policy controls. + - [nagameTW/mcp-server-malcolm](https://github.com/nagameTW/mcp-server-malcolm) [![nagameTW/mcp-server-malcolm MCP server](https://glama.ai/mcp/servers/nagameTW/mcp-server-malcolm/badges/score.svg)](https://glama.ai/mcp/servers/nagameTW/mcp-server-malcolm) 🐍 🏠 🍎 🪟 🐧 - The first MCP server for [Malcolm](https://malcolm.fyi), the open-source network traffic analysis suite (Zeek + Suricata + Arkime + OpenSearch + NetBox). Gives AI agents structured, threat-hunting access: search and aggregate traffic, discover fields, query Suricata alerts, browse Arkime sessions, and resolve NetBox assets. Read-only by default; opt-in, audited write classes for alerts, tagging, hunts, and PCAP upload. `pip install mcp-server-malcolm` - [chasdaddy/basescope](https://github.com/chasdaddy/basescope) [![chasdaddy/basescope MCP server](https://glama.ai/mcp/servers/chasdaddy/basescope/badges/score.svg)](https://glama.ai/mcp/servers/chasdaddy/basescope) 📇 ☁️ - The read-only safety layer for onchain AI agents. 13 read-only tools on Base + EVM: token/contract safety (honeypot & rug-pull checks cross-referenced across GoPlus + honeypot.is), risky-approval detection, verified-source lookup, balances, ENS + Basenames, gas, and prices. No private keys, no required API keys. `npx -y basescope` - [moxno/privacyscrubber-mcp](https://github.com/moxno/privacyscrubber-mcp) [![moxno/privacyscrubber-mcp MCP server](https://glama.ai/mcp/servers/moxno/privacyscrubber-mcp/badges/score.svg)](https://glama.ai/mcp/servers/moxno/privacyscrubber-mcp) 📇 🏠 - Zero-trust local PII and secrets masking server for Cursor, Windsurf, and Claude Desktop. `npx pii-masking-run` From 25bc40e3756b31c9e49680cf2189ac1432799ca1 Mon Sep 17 00:00:00 2001 From: mickelsamuel Date: Wed, 12 Aug 2026 13:44:28 -0400 Subject: [PATCH 060/115] Add MigrationPilot to Databases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..5378ecb3e 100644 --- a/README.md +++ b/README.md @@ -947,6 +947,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - BigQuery database integration with schema inspection and query capabilities - [memgraph/mcp-memgraph](https://github.com/memgraph/ai-toolkit/tree/main/integrations/mcp-memgraph) 🐍 🏠 - Memgraph MCP Server - includes a tool to run a query against Memgraph and a schema resource. - [mbentham/SqlAugur](https://github.com/mbentham/SqlAugur) #️⃣ 🏠 🪟 🐧 - SQL Server MCP server with AST-based query validation, read-only safety, schema exploration, ER diagram generation, and DBA toolkit integration (First Responder Kit, DarlingData, sp_WhoIsActive). +- [mickelsamuel/migrationpilot](https://github.com/mickelsamuel/migrationpilot) 📇 🏠 - Gate unsafe PostgreSQL migrations before an agent writes or runs them. `check_before_apply` returns pass/fail; 112 lock-safety rules, offline, no database required. `npx migrationpilot-mcp` - [modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/postgres) 📇 🏠 - PostgreSQL database integration with schema inspection and query capabilities - [modelcontextprotocol/server-sqlite](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/sqlite) 🐍 🏠 - SQLite database operations with built-in analysis features - [mahAnuj/mcp-multi-db](https://github.com/mahAnuj/mcp-multi-db) [![mahAnuj/mcp-multi-db MCP server](https://glama.ai/mcp/servers/mahAnuj/mcp-multi-db/badges/score.svg)](https://glama.ai/mcp/servers/mahAnuj/mcp-multi-db) 📇 🏠 - One MCP server for PostgreSQL, MySQL, and SQLite. Unified read-only tools (`list_databases`, `list_tables`, `describe_table`, `run_query`) across all three engines with two-layer read-only enforcement (SQL-text guard + DB-level read-only transactions). Install: `npx -y mcp-multi-db`. From 3d015d3deb9f46d4d4d867c64f71765c9e51ce9e Mon Sep 17 00:00:00 2001 From: bguillow-rgb Date: Thu, 13 Aug 2026 14:54:27 -0400 Subject: [PATCH 061/115] Add Perfume Picks fragrance database server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..95bf35f03 100644 --- a/README.md +++ b/README.md @@ -3604,6 +3604,7 @@ Interact with Git repositories and version control platforms. Enables repository - [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. - [AIDataNordic/Food-Recipe-MCP](https://github.com/AIDataNordic/Food-Recipe-MCP) [![Food Recipe MCP server](https://glama.ai/mcp/servers/AIDataNordic/Food-Recipe-MCP/badges/score.svg)](https://glama.ai/mcp/servers/AIDataNordic/Food-Recipe-MCP) 🐍 ☁️ 🍎 🪟 🐧 - Semantic search across 50,000+ Food.com recipes with hybrid dense+sparse retrieval and cross-encoder reranking. Filter by diet, cooking time and difficulty. Live remote endpoint available. - [akseyh/bear-mcp-server](https://github.com/akseyh/bear-mcp-server) - Allows the AI to read from your Bear Notes (macOS only) +- [bguillow-rgb/perfume-picks-mcp](https://github.com/bguillow-rgb/perfume-picks-mcp) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Read-only access to the Perfume Picks fragrance database: search 13,000+ scents with note pyramids and accords, find curated dupes with match percentages, compare fragrances, and get wear suggestions scored with community compliment and office-safety data. Zero-config `npx -y perfume-picks-mcp`; remote streamable-HTTP endpoint also available. - [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. - [altinoren/utopia](https://github.com/altinoren/Utopia) #️⃣ 🏠 - MCP that simulates a set of smart home and lifestyle devices, allowing you to test agent's reasoning and discovery capabilities. - [Amazon Bedrock Nova Canvas](https://github.com/zxkane/mcp-server-amazon-bedrock) 📇 ☁️ - Use Amazon Nova Canvas model for image generation. From d4ed7c61d8ca2d3dc0e2bc8f29ea68a5c54d1330 Mon Sep 17 00:00:00 2001 From: arunvenkatadri Date: Thu, 13 Aug 2026 18:33:53 -0400 Subject: [PATCH 062/115] Add Extelligence-ai/bagel (Industrial & IoT) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..60817ef36 100644 --- a/README.md +++ b/README.md @@ -2190,6 +2190,7 @@ Control smart home devices, home network equipment, and automation systems. Connect AI agents to industrial equipment, machinery, and operational technology (OT) — telemetry ingestion, monitoring, and control across manufacturing and factory-floor protocols. +- [Extelligence-ai/bagel](https://github.com/Extelligence-ai/bagel) 🐍 🏠 - Ask questions about robotics, drone, and IoT data (ROS 1/2 bags, MCAP, PX4/ArduPilot/Betaflight logs, CAN/MF4, live MQTT) in plain English; answers are DuckDB SQL over the actual messages, with an intelligent edge data-reduction pipeline and exports to Rerun, PlotJuggler, and LeRobot. [![Extelligence-ai/bagel MCP server](https://glama.ai/mcp/servers/Extelligence-ai/bagel/badges/score.svg)](https://glama.ai/mcp/servers/Extelligence-ai/bagel) - [FoundryNet/forge-mcp](https://github.com/FoundryNet/forge-mcp) 🐍 ☁️ - Industrial AI infrastructure that connects any AI agent to industrial equipment: 14 protocols, 18 manufacturers, 30 tools, cross-OEM telemetry normalization, health index, and failure prediction. The first physical-world MCP server. Free tier available. ([Smithery](https://smithery.ai/server/@foundrynet/forge)) [![FoundryNet/forge-mcp MCP server](https://glama.ai/mcp/servers/FoundryNet/forge-mcp/badges/score.svg)](https://glama.ai/mcp/servers/FoundryNet/forge-mcp) ### 🧠 Knowledge & Memory From a69c09beabcdecb7f68a7ce623881901c733af66 Mon Sep 17 00:00:00 2001 From: Korsarrr Date: Fri, 14 Aug 2026 18:15:34 +0200 Subject: [PATCH 063/115] Add BlazingCDN official MCP server to Cloud Platforms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..f96d3c555 100644 --- a/README.md +++ b/README.md @@ -497,6 +497,7 @@ Cloud platform service integration. Enables management and interaction with clou - [AliKarami/MikroMCP](https://github.com/AliKarami/MikroMCP) [![AliKarami/MikroMCP MCP server](https://glama.ai/mcp/servers/AliKarami/MikroMCP/badges/score.svg)](https://glama.ai/mcp/servers/AliKarami/MikroMCP) 📇 🏠 🍎 🪟 🐧 - Manage MikroTik RouterOS devices through AI assistants — interfaces, firewall rules, DHCP, DNS, routes, WireGuard, WiFi, BGP/OSPF, VLANs, and more. 77 tools with dry-run previews, idempotency checks, circuit breakers, RBAC, and rollback-aware change workflows. - [aliyun/alibaba-cloud-ops-mcp-server](https://github.com/aliyun/alibaba-cloud-ops-mcp-server) 🎖️ 🐍 ☁️ - A MCP server that enables AI assistants to operation resources on Alibaba Cloud, supporting ECS, Cloud Monitor, OOS and widely used cloud products. - [awslabs/mcp](https://github.com/awslabs/mcp) 🎖️ ☁️ - AWS MCP servers for seamless integration with AWS services and resources. +- [BlazingCDN/BlazingCDN-MCP](https://github.com/BlazingCDN/BlazingCDN-MCP) 🎖️ 📇 ☁️ 🏠 🍎 🪟 🐧 - Official BlazingCDN server: manage CDN zones (TTLs, compression, on-the-fly image resizing, HLS/DASH), purge and warm up cache, traffic metrics, custom domains, cloud storage and Video CDN. 52 tools, read-only by default with opt-in write/delete. Install: `npx -y @blazingcdn/mcp`. - [bright8192/esxi-mcp-server](https://github.com/bright8192/esxi-mcp-server) 🐍 ☁️ - A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management. - [chaandannn/finopsmcp](https://github.com/chaandannn/finopsmcp) [![chaandannn/finopsmcp MCP server](https://glama.ai/mcp/servers/chaandannn/finopsmcp/badges/score.svg)](https://glama.ai/mcp/servers/chaandannn/finopsmcp) 🐍 🏠 🍎 🪟 🐧 - Local-first FinOps copilot. Connect AWS, Azure, GCP, Kubernetes, and 15+ SaaS and AI bills, then ask cost questions in Claude or Cursor, find waste, and get the fix as a pull request you approve. Read-only; your credentials and bill stay on your machine. `uvx nable`. - [cloudflare/mcp-server-cloudflare](https://github.com/cloudflare/mcp-server-cloudflare) 🎖️ 📇 ☁️ - Integration with Cloudflare services including Workers, KV, R2, and D1 From 5eb3ee4d0809be2910e5f7a9050c09a199c05fd0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe LeBlanc Date: Sat, 15 Aug 2026 10:03:36 -0400 Subject: [PATCH 064/115] Add AIStoryHub/etincel to Developer Tools Deterministic, local AI-writing-tells audit + trainable voice layer, MCP server, CLI, and GitHub Action. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01U24Csv17sJtoAqZtS1eNLU --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..ae14a2283 100644 --- a/README.md +++ b/README.md @@ -1083,6 +1083,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [saiffmirza/kiyas](https://github.com/saiffmirza/kiyas) [![saiffmirza/kiyas MCP server](https://glama.ai/mcp/servers/saiffmirza/kiyas/badges/score.svg)](https://glama.ai/mcp/servers/saiffmirza/kiyas) 📇 🏠 ☁️ 🍎 🪟 🐧 - Design-fidelity checks for AI agents: compare a Figma frame (or any design screenshot) against the rendered implementation and get structured discrepancies with CSS properties and severity. Resolves a natural-language component description to a URL + selector in your codebase, screenshots it with Playwright, and compares via vision AI using your existing Claude Code or Codex subscription — no API keys. 90% mutation recall, zero false positives on its golden eval set. `npx -y kiyas-cli mcp` - [sapph1re/mcp-billing-gateway-sdk](https://github.com/sapph1re/mcp-billing-gateway-sdk) [![sapph1re/mcp-billing-gateway-sdk MCP server](https://glama.ai/mcp/servers/sapph1re/mcp-billing-gateway-sdk/badges/score.svg)](https://glama.ai/mcp/servers/sapph1re/mcp-billing-gateway-sdk) 📇 ☁️ - Billing infrastructure for MCP server operators. Add Stripe subscriptions, per-call credits, tiered pricing, and x402 crypto micropayments to any MCP server without writing billing code. Operator dashboard included. - [agenticempire/axint](https://github.com/agenticempire/axint) [![agenticempire/axint MCP server](https://glama.ai/mcp/servers/agenticempire/axint/badges/score.svg)](https://glama.ai/mcp/servers/agenticempire/axint) 📇 🏠 - Apple-native execution layer for AI agents. Compiles TypeScript to validated Swift — App Intents, SwiftUI views, WidgetKit widgets, and full apps. 13 MCP tools, 150 diagnostics, 500 tests. +- [AIStoryHub/etincel](https://github.com/AIStoryHub/etincel) [![AIStoryHub/etincel MCP server](https://glama.ai/mcp/servers/AIStoryHub/etincel/badges/score.svg)](https://glama.ai/mcp/servers/AIStoryHub/etincel) 🎖️ 📇 🏠 ☁️ 🍎 🪟 🐧 - Deterministic, local audit for AI writing tells (uniform paragraphs, hedged authority, stock transitions), paired with a trainable voice layer so Claude, Cursor, or any MCP client drafts closer to a real voice before you read it. No model call in the audit path. Also ships as a CLI and GitHub Action. `npx etincel serve` - [callstackincubator/agent-device](https://github.com/callstackincubator/agent-device) [![callstackincubator/agent-device MCP server](https://glama.ai/mcp/servers/callstackincubator/agent-device/badges/score.svg)](https://glama.ai/mcp/servers/callstackincubator/agent-device) 📇 🏠 🍎 🐧 - Discovery router for the agent-device CLI. Exposes status, install guidance, version-matched help, prompts, and resources for iOS, Android, tvOS, macOS, and Linux automation workflows. - [cq27-dev/rag-rat](https://github.com/cq27-dev/rag-rat) [![cq27-dev/rag-rat MCP server](https://glama.ai/mcp/servers/cq27-dev/rag-rat/badges/score.svg)](https://glama.ai/mcp/servers/cq27-dev/rag-rat) 🦀 🏠 🍎 🪟 🐧 - Local repo-intelligence index and MCP server for coding agents — "what a repository knows about itself." Hybrid BM25 + vector semantic search, a tree-sitter code graph (callers/callees/imports across Rust, TS/TSX, Kotlin, C/C++, Python) with an optional compiler-grade SCIP oracle, queryable git/GitHub history, and typed, source-anchored repo memories (Invariant, Decision, Risk, …) that persist across sessions. Every result carries provenance — confidence labels and coverage warnings. Keeps source read-only; a background watcher keeps queries fresh. PreToolUse hooks augment `grep` and flag near-duplicate code as you write it. `cargo install rag-rat` - [drhalto/agentmako](https://github.com/drhalto/agentmako) [![drhalto/agentmako MCP server](https://glama.ai/mcp/servers/drhalto/agentmako/badges/score.svg)](https://glama.ai/mcp/servers/drhalto/agentmako) 📇 🏠 🍎 🪟 🐧 - Local-first codebase intelligence engine. Gives coding agents structured context packets, indexed code/schema facts, and diagnostics over MCP, backed by a local SQLite store — so agents stop rediscovering your repo with raw grep. Optional Postgres/Supabase awareness and a bundled Claude Code plugin. From 707fece08224cdc143f8b507f55ec52546f5a42c Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Sat, 15 Aug 2026 22:58:03 +0200 Subject: [PATCH 065/115] Add MediaWiki MCP Server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..93dd7d8f0 100644 --- a/README.md +++ b/README.md @@ -2400,6 +2400,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [Piccolo123/url-manager-mcp](https://github.com/Piccolo123/url-manager-mcp) [![url-manager-mcp MCP server](https://glama.ai/mcp/servers/Piccolo123/url-manager-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Piccolo123/url-manager-mcp) 📇 🐍 🏠 🍎 🪟 🐧 - Agent-first cross-platform bookmark & knowledge manager. AI agents collect web pages from any source (pairs naturally with Fetch, Firecrawl, Brave Search) and auto-categorize into organized collections with search, tags, and shared folders. 16 tools including `agent_register` (zero-config onboarding), `add_footprint`, `search_footprints`, `create_shared_category`. `pip install -r requirements.txt && python server.py` - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) 🎖️ 🦀 ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) 🦀 🏠 🍎 🪟 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. +- [ProfessionalWiki/MediaWiki-MCP-Server](https://github.com/ProfessionalWiki/MediaWiki-MCP-Server) 📇 ☁ 🏠 🍎 🪟 🐧 - Read, search, and edit any MediaWiki wiki (Wikipedia, Fandom, corporate wikis) with OAuth and multi-wiki support. 50+ tools, including Semantic MediaWiki, Cargo, Wikibase, NeoWiki, and Bucket queries. Listed in the official MCP registry. `npx @professional-wiki/mediawiki-mcp-server` - [Rarefied-Earth/groundwork](https://github.com/Rarefied-Earth/groundwork) [![Rarefied-Earth/groundwork MCP server](https://glama.ai/mcp/servers/Rarefied-Earth/groundwork/badges/score.svg)](https://glama.ai/mcp/servers/Rarefied-Earth/groundwork) 📇 ☁️ - Hosted company-state MCP for operating SMBs (brand, voice, charter, priorities, entitled modules/skills). Anonymous public discovery at `https://connector.rarefied.earth/public/mcp` proves live value in under 10 seconds; tenant feed after trial. Official registry: `io.github.Rarefied-Earth/groundwork`. [Product](https://rarefied.earth/groundwork/) - [ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) 📇 ☁️ - Retrieve context from your [Ragie](https://www.ragie.ai) (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more. - [ravi-labs/mindmap-mcp-server](https://github.com/ravi-labs/mindmap-mcp-server) [![ravi-labs/mindmap-mcp-server MCP server](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server) 📇 🏠 - Local-first memory & context-handoff across AI tools — capture context in one tool, resume it in another, with graceful decay, a persona layer, and a portable memory passport. From 3c2c059899ef566012899873125fae6f45120825 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Sat, 15 Aug 2026 23:37:45 +0200 Subject: [PATCH 066/115] Add the required Glama badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93dd7d8f0..080dd14bc 100644 --- a/README.md +++ b/README.md @@ -2400,7 +2400,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [Piccolo123/url-manager-mcp](https://github.com/Piccolo123/url-manager-mcp) [![url-manager-mcp MCP server](https://glama.ai/mcp/servers/Piccolo123/url-manager-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Piccolo123/url-manager-mcp) 📇 🐍 🏠 🍎 🪟 🐧 - Agent-first cross-platform bookmark & knowledge manager. AI agents collect web pages from any source (pairs naturally with Fetch, Firecrawl, Brave Search) and auto-categorize into organized collections with search, tags, and shared folders. 16 tools including `agent_register` (zero-config onboarding), `add_footprint`, `search_footprints`, `create_shared_category`. `pip install -r requirements.txt && python server.py` - [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) 🎖️ 🦀 ☁️ - Connects to your Pinecone Assistant and gives the agent context from its knowledge engine. - [pomazanbohdan/memory-mcp-1file](https://github.com/pomazanbohdan/memory-mcp-1file) 🦀 🏠 🍎 🪟 🐧 - A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents. -- [ProfessionalWiki/MediaWiki-MCP-Server](https://github.com/ProfessionalWiki/MediaWiki-MCP-Server) 📇 ☁ 🏠 🍎 🪟 🐧 - Read, search, and edit any MediaWiki wiki (Wikipedia, Fandom, corporate wikis) with OAuth and multi-wiki support. 50+ tools, including Semantic MediaWiki, Cargo, Wikibase, NeoWiki, and Bucket queries. Listed in the official MCP registry. `npx @professional-wiki/mediawiki-mcp-server` +- [ProfessionalWiki/MediaWiki-MCP-Server](https://github.com/ProfessionalWiki/MediaWiki-MCP-Server) [![ProfessionalWiki/MediaWiki-MCP-Server MCP server](https://glama.ai/mcp/servers/ProfessionalWiki/MediaWiki-MCP-Server/badges/score.svg)](https://glama.ai/mcp/servers/ProfessionalWiki/MediaWiki-MCP-Server) 📇 ☁️ 🏠 🍎 🪟 🐧 - Read, search, and edit any MediaWiki wiki (Wikipedia, Fandom, corporate wikis) with OAuth and multi-wiki support. 50+ tools, including Semantic MediaWiki, Cargo, Wikibase, NeoWiki, and Bucket queries. Listed in the official MCP registry. `npx @professional-wiki/mediawiki-mcp-server` - [Rarefied-Earth/groundwork](https://github.com/Rarefied-Earth/groundwork) [![Rarefied-Earth/groundwork MCP server](https://glama.ai/mcp/servers/Rarefied-Earth/groundwork/badges/score.svg)](https://glama.ai/mcp/servers/Rarefied-Earth/groundwork) 📇 ☁️ - Hosted company-state MCP for operating SMBs (brand, voice, charter, priorities, entitled modules/skills). Anonymous public discovery at `https://connector.rarefied.earth/public/mcp` proves live value in under 10 seconds; tenant feed after trial. Official registry: `io.github.Rarefied-Earth/groundwork`. [Product](https://rarefied.earth/groundwork/) - [ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) 📇 ☁️ - Retrieve context from your [Ragie](https://www.ragie.ai) (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more. - [ravi-labs/mindmap-mcp-server](https://github.com/ravi-labs/mindmap-mcp-server) [![ravi-labs/mindmap-mcp-server MCP server](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ravi-labs/mindmap-mcp-server) 📇 🏠 - Local-first memory & context-handoff across AI tools — capture context in one tool, resume it in another, with graceful decay, a persona layer, and a portable memory passport. From 80f3691f7c48b94f4259f9502612c42c08b0b398 Mon Sep 17 00:00:00 2001 From: pai <2921839932@qq.com> Date: Sun, 16 Aug 2026 18:26:05 +0800 Subject: [PATCH 067/115] Add nexus-browser-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..2926ae8b0 100644 --- a/README.md +++ b/README.md @@ -454,6 +454,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [ofershap/real-browser-mcp](https://github.com/ofershap/real-browser-mcp) [![real-browser-mcp MCP server](https://glama.ai/mcp/servers/ofershap/real-browser-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ofershap/real-browser-mcp) 📇 🏠 - MCP server + Chrome extension that gives AI agents control of the user's real browser with existing sessions, logins, and cookies. No headless browser, no re-authentication. - [Pantheon-Security/chrome-mcp-secure](https://github.com/Pantheon-Security/chrome-mcp-secure) 📇 🏠 🍎 🪟 🐧 - Security-hardened Chrome automation with post-quantum encryption (ML-KEM-768 + ChaCha20-Poly1305), secure credential vault, memory scrubbing, and audit logging. 22 tools for browser automation and secure logins. - [PhungXuanAnh/selenium-mcp-server](https://github.com/PhungXuanAnh/selenium-mcp-server) 🐍 🏠 🍎 🪟 🐧 - A Model Context Protocol server providing web automation capabilities through Selenium WebDriver +- [paipaipai666/nexus-browser-mcp](https://github.com/paipaipai666/nexus-browser-mcp) 🐍 🏠 🪟 🍎 🐧 - Browser automation via accessibility tree with event-driven deterministic snapshots (MutationObserver quiet-window instead of fixed sleeps), HITL governance gates with redacted JSONL audit, multi-task isolation with self-healing rebuilds, and developer observability (console / JS errors / network / Web Vitals). - [pskill9/web-search](https://github.com/pskill9/web-search) 📇 🏠 - An MCP server that enables free web searching using Google search results, with no API keys required. - [protostatis/unbrowser](https://github.com/protostatis/unbrowser) [![protostatis/unbrowser MCP server](https://glama.ai/mcp/servers/protostatis/unbrowser/badges/score.svg)](https://glama.ai/mcp/servers/protostatis/unbrowser) 🦀 🏠 🍎 🪟 🐧 - Lightweight browser MCP server for LLM agents. Runs JavaScript, follows links, fills forms, manages cookies, and returns low-token BlockMaps from a single native binary without Chrome. - [prufa-dev/prufa-mcp](https://github.com/prufa-dev/prufa-mcp) [![prufa-dev/prufa-mcp MCP server](https://glama.ai/mcp/servers/prufa-dev/prufa-mcp/badges/score.svg)](https://glama.ai/mcp/servers/prufa-dev/prufa-mcp) 🐍 ☁️ - Point your coding agent at a URL and get a real-browser QA audit: broken signup/login/checkout flows, JS console errors, missing analytics, consent + security headers, mobile tap targets, and accessibility — returned as machine-verified findings graded A–F. Free 60-second audit, no signup. From 1c1433b932ee619b2bed79a311e6c78950920b68 Mon Sep 17 00:00:00 2001 From: pai <2921839932@qq.com> Date: Sun, 16 Aug 2026 18:38:14 +0800 Subject: [PATCH 068/115] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2926ae8b0..8065f6472 100644 --- a/README.md +++ b/README.md @@ -454,7 +454,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [ofershap/real-browser-mcp](https://github.com/ofershap/real-browser-mcp) [![real-browser-mcp MCP server](https://glama.ai/mcp/servers/ofershap/real-browser-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ofershap/real-browser-mcp) 📇 🏠 - MCP server + Chrome extension that gives AI agents control of the user's real browser with existing sessions, logins, and cookies. No headless browser, no re-authentication. - [Pantheon-Security/chrome-mcp-secure](https://github.com/Pantheon-Security/chrome-mcp-secure) 📇 🏠 🍎 🪟 🐧 - Security-hardened Chrome automation with post-quantum encryption (ML-KEM-768 + ChaCha20-Poly1305), secure credential vault, memory scrubbing, and audit logging. 22 tools for browser automation and secure logins. - [PhungXuanAnh/selenium-mcp-server](https://github.com/PhungXuanAnh/selenium-mcp-server) 🐍 🏠 🍎 🪟 🐧 - A Model Context Protocol server providing web automation capabilities through Selenium WebDriver -- [paipaipai666/nexus-browser-mcp](https://github.com/paipaipai666/nexus-browser-mcp) 🐍 🏠 🪟 🍎 🐧 - Browser automation via accessibility tree with event-driven deterministic snapshots (MutationObserver quiet-window instead of fixed sleeps), HITL governance gates with redacted JSONL audit, multi-task isolation with self-healing rebuilds, and developer observability (console / JS errors / network / Web Vitals). +- [paipaipai666/nexus-browser-mcp](https://github.com/paipaipai666/nexus-browser-mcp) [![paipaipai666/nexus-browser-mcp MCP server](https://glama.ai/mcp/servers/paipaipai666/nexus-browser-mcp/badges/score.svg)](https://glama.ai/mcp/servers/paipaipai666/nexus-browser-mcp) 🐍 🏠 🪟 🍎 🐧 - Browser automation via accessibility tree with event-driven deterministic snapshots (MutationObserver quiet-window instead of fixed sleeps), HITL governance gates with redacted JSONL audit, multi-task isolation with self-healing rebuilds, and developer observability (console / JS errors / network / Web Vitals). - [pskill9/web-search](https://github.com/pskill9/web-search) 📇 🏠 - An MCP server that enables free web searching using Google search results, with no API keys required. - [protostatis/unbrowser](https://github.com/protostatis/unbrowser) [![protostatis/unbrowser MCP server](https://glama.ai/mcp/servers/protostatis/unbrowser/badges/score.svg)](https://glama.ai/mcp/servers/protostatis/unbrowser) 🦀 🏠 🍎 🪟 🐧 - Lightweight browser MCP server for LLM agents. Runs JavaScript, follows links, fills forms, manages cookies, and returns low-token BlockMaps from a single native binary without Chrome. - [prufa-dev/prufa-mcp](https://github.com/prufa-dev/prufa-mcp) [![prufa-dev/prufa-mcp MCP server](https://glama.ai/mcp/servers/prufa-dev/prufa-mcp/badges/score.svg)](https://glama.ai/mcp/servers/prufa-dev/prufa-mcp) 🐍 ☁️ - Point your coding agent at a URL and get a real-browser QA audit: broken signup/login/checkout flows, JS console errors, missing analytics, consent + security headers, mobile tap targets, and accessibility — returned as machine-verified findings graded A–F. Free 60-second audit, no signup. From 990a1758f20c4a49fdf9c3f70cf965da67566ba2 Mon Sep 17 00:00:00 2001 From: YS-projectcalc Date: Sun, 16 Aug 2026 19:18:24 -0500 Subject: [PATCH 069/115] Add YS-projectcalc/agent-cold-email (Coldrig) to Communication --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..88030f63e 100644 --- a/README.md +++ b/README.md @@ -829,6 +829,7 @@ Integration with communication platforms for message management and channel oper - [windborne/zulipmcp](https://github.com/windborne/zulipmcp) [![windborne/zulipmcp MCP server](https://glama.ai/mcp/servers/windborne/zulipmcp/badges/score.svg)](https://glama.ai/mcp/servers/windborne/zulipmcp) 🐍 ☁️ - Run AI agents in Zulip as @mentionable bots — or wire into any MCP client. Real-time listening, session management, file handling. - [YCloud-Developers/ycloud-whatsapp-mcp-server](https://github.com/YCloud-Developers/ycloud-whatsapp-mcp-server) 📇 🏠 - MCP server for WhatsApp Business Platform by YCloud. - [yjcho9317/nworks](https://github.com/yjcho9317/nworks) [![nworks MCP server](https://glama.ai/mcp/servers/yjcho9317/nworks/badges/score.svg)](https://glama.ai/mcp/servers/yjcho9317/nworks) 📇 🏠 🍎 🪟 🐧 - NAVER WORKS CLI + MCP server. 26 tools for messages, calendar, drive, mail, tasks, and boards. AI agents can manage NAVER WORKS directly. +- [YS-projectcalc/agent-cold-email](https://github.com/YS-projectcalc/agent-cold-email) [![YS-projectcalc/agent-cold-email MCP server](https://glama.ai/mcp/servers/YS-projectcalc/agent-cold-email/badges/score.svg)](https://glama.ai/mcp/servers/YS-projectcalc/agent-cold-email) 🎖️ 📇 ☁️ - Coldrig: cold-email infrastructure your agent operates end to end — buy domains, provision mailboxes, warm up, run sequences, and handle replies (28 tools, remote streamable-HTTP or stdio via `npx agent-cold-email`). Free sandbox: `npx agent-cold-email demo` - [zcaceres/gtasks-mcp](https://github.com/zcaceres/gtasks-mcp) 📇 ☁️ - An MCP server to Manage Google Tasks - [ztxtxwd/open-feishu-mcp-server](https://github.com/ztxtxwd/open-feishu-mcp-server) 📇 ☁️ 🏠 - A Model Context Protocol (MCP) server with built-in Feishu OAuth authentication, supporting remote connections and providing comprehensive Feishu document management tools including block creation, content updates, and advanced features. - [loglux/whatsapp-mcp-stream](https://github.com/loglux/whatsapp-mcp-stream) [![whatsapp-mcp-stream MCP server](https://glama.ai/mcp/servers/@loglux/whatsapp-mcp-stream/badges/score.svg)](https://glama.ai/mcp/servers/@loglux/whatsapp-mcp-stream) 📇 🏠 🍎 🪟 🐧 - WhatsApp MCP server over Streamable HTTP with web admin UI (QR/status/settings), bidirectional media upload/download, and SQLite persistence. From 19d3c5f6ac48e1db2ec323cf901d865929b2d629 Mon Sep 17 00:00:00 2001 From: Krzysztof Szumny Date: Mon, 17 Aug 2026 10:53:48 +0200 Subject: [PATCH 070/115] Add noisy/noisy-coding (voice interface for Claude Code) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..60c87866b 100644 --- a/README.md +++ b/README.md @@ -1073,6 +1073,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [getnahook/nahook-mcp](https://github.com/getnahook/nahook-mcp) [![getnahook/nahook-mcp MCP server](https://glama.ai/mcp/servers/getnahook/nahook-mcp/badges/score.svg)](https://glama.ai/mcp/servers/getnahook/nahook-mcp) 🎖️ 🏎️ ☁️ - "The official MCP server for the Nahook webhook platform — trigger webhooks, inspect deliveries, retry failures, and manage endpoints from your AI assistant." - [naveenayalla1-CS50/mcp-server-toolkit](https://github.com/naveenayalla1-CS50/mcp-server-toolkit) [![naveenayalla1-CS50/mcp-server-toolkit MCP server](https://glama.ai/mcp/servers/naveenayalla1-CS50/mcp-server-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/naveenayalla1-CS50/mcp-server-toolkit) 📇 🏠 ☁️ 🍎 🪟 🐧 - Plug-and-play MCP server toolkit with semantic code search, natural language database queries, docs indexing, and OpenAPI introspection. One-command setup for Claude Code, Cursor, and Windsurf. - [Nishant-Chaudhary5338/mcp-code-indexer](https://github.com/Nishant-Chaudhary5338/mcp-code-indexer) [![Nishant-Chaudhary5338/mcp-code-indexer MCP server](https://glama.ai/mcp/servers/Nishant-Chaudhary5338/mcp-code-indexer/badges/score.svg)](https://glama.ai/mcp/servers/Nishant-Chaudhary5338/mcp-code-indexer) 📇 🏠 - Index any TypeScript/React repo (including monorepos) into a queryable code graph. Reverse queries (who-renders, who-calls, find-references), blast-radius analysis, dependency cycles, dead-code orphans, and symbol signatures — exposed over stdio. Install: `npx code-graph-indexer`. +- [noisy/noisy-coding](https://github.com/noisy/noisy-coding) 🐍 🏠 🍎 🪟 🐧 - Voice interface for Claude Code: talk to your agent and it talks back while it works. Live speech-to-text with turn-taking, Grok/xAI voices, per-subagent voice personas, and a real-time HUD dashboard. Ships as a Docker image and a Claude Code plugin. - [nomadop/session-watcher](https://github.com/nomadop/session-watcher) [![nomadop/session-watcher MCP server](https://glama.ai/mcp/servers/nomadop/session-watcher/badges/score.svg)](https://glama.ai/mcp/servers/nomadop/session-watcher) 📇 🏠 🍎 🪟 🐧 - EOQ-based context economics for coding agents. Monitors LLM token cache with inventory theory, signals optimal session restart timing via live dashboard and terminal statusline. Zero context pollution — no metric ever enters the model's context. - [oddunits/pntr-cli](https://github.com/oddunits/pntr-cli) [![oddunits/pntr-cli MCP server](https://glama.ai/mcp/servers/oddunits/pntr-cli/badges/score.svg)](https://glama.ai/mcp/servers/oddunits/pntr-cli) 🎖️ 📇 ☁️ - The official MCP server for PNTR free dev subdomains — register a `*.pntr.dev` subdomain, manage its DNS records, receive email on a disposable inbox, and capture inbound HTTP requests for webhook debugging. Free tier, no key needed to start. Local stdio via `npx @pntr/cli` or hosted endpoint (`https://api.pntr.dev/mcp`, OAuth). - [raccioly/docguard](https://github.com/raccioly/docguard) [![raccioly/docguard MCP server](https://glama.ai/mcp/servers/raccioly/docguard/badges/score.svg)](https://glama.ai/mcp/servers/raccioly/docguard) 📇 🏠 🍎 🪟 🐧 - Deterministic documentation-drift detection for AI agents. Validates a project's canonical docs against its actual code — no LLM guessing; every finding has a stable code and a suggested fix. Five read-only tools over stdio: guard, score, explain, verify-claims, diagnose. `npx -y docguard-cli mcp` From 69db0ae7cafcfdbde3a1badfa5244101b57d45c9 Mon Sep 17 00:00:00 2001 From: Krzysztof Szumny Date: Mon, 17 Aug 2026 12:03:50 +0200 Subject: [PATCH 071/115] Add Glama score badge to noisy/noisy-coding entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c87866b..988aa1d12 100644 --- a/README.md +++ b/README.md @@ -1073,7 +1073,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [getnahook/nahook-mcp](https://github.com/getnahook/nahook-mcp) [![getnahook/nahook-mcp MCP server](https://glama.ai/mcp/servers/getnahook/nahook-mcp/badges/score.svg)](https://glama.ai/mcp/servers/getnahook/nahook-mcp) 🎖️ 🏎️ ☁️ - "The official MCP server for the Nahook webhook platform — trigger webhooks, inspect deliveries, retry failures, and manage endpoints from your AI assistant." - [naveenayalla1-CS50/mcp-server-toolkit](https://github.com/naveenayalla1-CS50/mcp-server-toolkit) [![naveenayalla1-CS50/mcp-server-toolkit MCP server](https://glama.ai/mcp/servers/naveenayalla1-CS50/mcp-server-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/naveenayalla1-CS50/mcp-server-toolkit) 📇 🏠 ☁️ 🍎 🪟 🐧 - Plug-and-play MCP server toolkit with semantic code search, natural language database queries, docs indexing, and OpenAPI introspection. One-command setup for Claude Code, Cursor, and Windsurf. - [Nishant-Chaudhary5338/mcp-code-indexer](https://github.com/Nishant-Chaudhary5338/mcp-code-indexer) [![Nishant-Chaudhary5338/mcp-code-indexer MCP server](https://glama.ai/mcp/servers/Nishant-Chaudhary5338/mcp-code-indexer/badges/score.svg)](https://glama.ai/mcp/servers/Nishant-Chaudhary5338/mcp-code-indexer) 📇 🏠 - Index any TypeScript/React repo (including monorepos) into a queryable code graph. Reverse queries (who-renders, who-calls, find-references), blast-radius analysis, dependency cycles, dead-code orphans, and symbol signatures — exposed over stdio. Install: `npx code-graph-indexer`. -- [noisy/noisy-coding](https://github.com/noisy/noisy-coding) 🐍 🏠 🍎 🪟 🐧 - Voice interface for Claude Code: talk to your agent and it talks back while it works. Live speech-to-text with turn-taking, Grok/xAI voices, per-subagent voice personas, and a real-time HUD dashboard. Ships as a Docker image and a Claude Code plugin. +- [noisy/noisy-coding](https://github.com/noisy/noisy-coding) [![noisy/noisy-coding MCP server](https://glama.ai/mcp/servers/noisy/noisy-coding/badges/score.svg)](https://glama.ai/mcp/servers/noisy/noisy-coding) 🐍 🏠 🍎 🪟 🐧 - Voice interface for Claude Code: talk to your agent and it talks back while it works. Live speech-to-text with turn-taking, Grok/xAI voices, per-subagent voice personas, and a real-time HUD dashboard. Ships as a Docker image and a Claude Code plugin. - [nomadop/session-watcher](https://github.com/nomadop/session-watcher) [![nomadop/session-watcher MCP server](https://glama.ai/mcp/servers/nomadop/session-watcher/badges/score.svg)](https://glama.ai/mcp/servers/nomadop/session-watcher) 📇 🏠 🍎 🪟 🐧 - EOQ-based context economics for coding agents. Monitors LLM token cache with inventory theory, signals optimal session restart timing via live dashboard and terminal statusline. Zero context pollution — no metric ever enters the model's context. - [oddunits/pntr-cli](https://github.com/oddunits/pntr-cli) [![oddunits/pntr-cli MCP server](https://glama.ai/mcp/servers/oddunits/pntr-cli/badges/score.svg)](https://glama.ai/mcp/servers/oddunits/pntr-cli) 🎖️ 📇 ☁️ - The official MCP server for PNTR free dev subdomains — register a `*.pntr.dev` subdomain, manage its DNS records, receive email on a disposable inbox, and capture inbound HTTP requests for webhook debugging. Free tier, no key needed to start. Local stdio via `npx @pntr/cli` or hosted endpoint (`https://api.pntr.dev/mcp`, OAuth). - [raccioly/docguard](https://github.com/raccioly/docguard) [![raccioly/docguard MCP server](https://glama.ai/mcp/servers/raccioly/docguard/badges/score.svg)](https://glama.ai/mcp/servers/raccioly/docguard) 📇 🏠 🍎 🪟 🐧 - Deterministic documentation-drift detection for AI agents. Validates a project's canonical docs against its actual code — no LLM guessing; every finding has a stable code and a suggested fix. Five read-only tools over stdio: guard, score, explain, verify-claims, diagnose. `npx -y docguard-cli mcp` From e77970eb3257085008c10878861c037b9181dc90 Mon Sep 17 00:00:00 2001 From: Sady Date: Mon, 17 Aug 2026 10:16:26 -0400 Subject: [PATCH 072/115] Add Glama score badge to Hivelore entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9ec53622..5d9f0be1e 100644 --- a/README.md +++ b/README.md @@ -2952,7 +2952,7 @@ Interact with Git repositories and version control platforms. Enables repository - [adhikasp/mcp-git-ingest](https://github.com/adhikasp/mcp-git-ingest) 🐍 🏠 - Read and analyze GitHub repositories with your LLM - [costajohnt/oss-autopilot](https://github.com/costajohnt/oss-autopilot) [![costajohnt/oss-autopilot MCP server](https://glama.ai/mcp/servers/costajohnt/oss-autopilot/badges/score.svg)](https://glama.ai/mcp/servers/costajohnt/oss-autopilot) 📇 ☁️ 🏠 🍎 🪟 🐧 - Open source contribution manager with PR tracking across repos, issue discovery, CI failure diagnosis, and maintainer response drafting. Available as CLI, MCP server, and Claude Code plugin. - [ddukbg/github-enterprise-mcp](https://github.com/ddukbg/github-enterprise-mcp) 📇 ☁️ 🏠 - MCP server for GitHub Enterprise API integration -- [Doucs91/hivelore](https://github.com/Doucs91/hivelore) 📇 🏠 - Deterministic policy gate for agent-written code: briefs agents with the team's repo-specific rules, then blocks any commit whose diff reintroduces a documented mistake — validated regex/AST/test guards enforced in Git hooks and CI. +- [Doucs91/hivelore](https://github.com/Doucs91/hivelore) [![Doucs91/hivelore MCP server](https://glama.ai/mcp/servers/Doucs91/hivelore/badges/score.svg)](https://glama.ai/mcp/servers/Doucs91/hivelore) 📇 🏠 - Deterministic policy gate for agent-written code: briefs agents with the team's repo-specific rules, then blocks any commit whose diff reintroduces a documented mistake — validated regex/AST/test guards enforced in Git hooks and CI. - [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) [![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. From 4a38c9f3c833975b9397064e6a53845edd9bd0c3 Mon Sep 17 00:00:00 2001 From: cscarfie Date: Tue, 18 Aug 2026 12:34:34 +0000 Subject: [PATCH 073/115] Add moodle-mcp-server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..3b7193cfc 100644 --- a/README.md +++ b/README.md @@ -1608,6 +1608,7 @@ MCP servers for learning management systems (LMS) and educational tools. - [admin978/canvas-mcp](https://github.com/admin978/canvas-mcp) [![admin978/canvas-mcp MCP server](https://glama.ai/mcp/servers/admin978/canvas-mcp/badges/score.svg)](https://glama.ai/mcp/servers/admin978/canvas-mcp) 🐍 🏠 🍎 🪟 🐧 - Local-first MCP server for Canvas LMS. Stdio transport, no third-party broker, token stays in `~/.canvas.env`. Exposes courses, assignments, modules, announcements, grades, planner items, upcoming events, todo, and bulk file dump as MCP tools. - [Connectry-io/connectrylab-architect-cert-mcp](https://github.com/Connectry-io/connectrylab-architect-cert-mcp) [![connectrylab-architect-cert-mcp MCP server](https://glama.ai/mcp/servers/Connectry-io/connectrylab-architect-cert-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Connectry-io/connectrylab-architect-cert-mcp) 📇 🏠 🍎 🪟 🐧 - Free certification prep for the Claude Certified Architect exam. 390 scenario-based questions, guided capstone build, 30 concept handouts, 6 reference projects, practice exams, interactive UI with clickable answer cards, glassmorphism progress dashboard, spaced repetition, and deterministic grading. +- [csmediapro/moodle-mcp-server](https://github.com/csmediapro/moodle-mcp-server) 📇 🏠 🍎 🪟 🐧 - Open-source MCP server that connects AI agents to Moodle LMS data through Moodle Web Services. 10 query tools for courses, users, assignments, categories, and site info. Plugin-extensible. LLM-agnostic. Install via `npx moodle-mcp-server-aql`. - [JuhongPark/mcp-server-pronunciation](https://github.com/JuhongPark/mcp-server-pronunciation) [![JuhongPark/mcp-server-pronunciation MCP server](https://glama.ai/mcp/servers/JuhongPark/mcp-server-pronunciation/badges/score.svg)](https://glama.ai/mcp/servers/JuhongPark/mcp-server-pronunciation) 🐍 🏠 🍎 🪟 🐧 - Local MCP voice coach with English pronunciation, grammar, fluency, phoneme-level feedback, practice drills, and learner-profile hints. Install via `uvx mcp-server-pronunciation@0.3.0`. - [RohanMuppa/brightspace-mcp-server](https://github.com/RohanMuppa/brightspace-mcp-server) [![brightspace-mcp-server MCP server](https://glama.ai/mcp/servers/@RohanMuppa/brightspace-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@RohanMuppa/brightspace-mcp-server) 📇 🏠 🍎 🪟 🐧 - MCP server for D2L Brightspace LMS. Check grades, due dates, assignments, announcements, syllabus, rosters, discussions, and course content. Works with any school that uses Brightspace. Install via `npx brightspace-mcp-server@latest`. - [anzy-renlab-ai/pronounce](https://github.com/anzy-renlab-ai/pronounce) [![pronounce MCP server](https://glama.ai/mcp/servers/anzy-renlab-ai/pronounce/badges/score.svg)](https://glama.ai/mcp/servers/anzy-renlab-ai/pronounce) 🐍 🏠 🍎 🪟 🐧 - Community pronunciation dictionary for developer project / product / jargon names (kubectl, nginx, GIF, JSON, Pydantic, Knative, LaTeX — 1,848 entries). Each entry carries IPA, a General-American respelling, alternate readings where the pronunciation is contested, a source citation (creator interview / project FAQ / Wikipedia § Pronunciation), and a confidence level. Tools: `pronounce(word)`, `search_pronunciations(query)`, `list_pronunciations(category)`. Install: `uvx pronounce-mcp`. Live browse: . From 60e53240ec099bdf7707de74a744dc5c10c50a26 Mon Sep 17 00:00:00 2001 From: cscarfie Date: Tue, 18 Aug 2026 12:42:30 +0000 Subject: [PATCH 074/115] Add Glama score badge to moodle-mcp-server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b7193cfc..c082eca80 100644 --- a/README.md +++ b/README.md @@ -1608,7 +1608,7 @@ MCP servers for learning management systems (LMS) and educational tools. - [admin978/canvas-mcp](https://github.com/admin978/canvas-mcp) [![admin978/canvas-mcp MCP server](https://glama.ai/mcp/servers/admin978/canvas-mcp/badges/score.svg)](https://glama.ai/mcp/servers/admin978/canvas-mcp) 🐍 🏠 🍎 🪟 🐧 - Local-first MCP server for Canvas LMS. Stdio transport, no third-party broker, token stays in `~/.canvas.env`. Exposes courses, assignments, modules, announcements, grades, planner items, upcoming events, todo, and bulk file dump as MCP tools. - [Connectry-io/connectrylab-architect-cert-mcp](https://github.com/Connectry-io/connectrylab-architect-cert-mcp) [![connectrylab-architect-cert-mcp MCP server](https://glama.ai/mcp/servers/Connectry-io/connectrylab-architect-cert-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Connectry-io/connectrylab-architect-cert-mcp) 📇 🏠 🍎 🪟 🐧 - Free certification prep for the Claude Certified Architect exam. 390 scenario-based questions, guided capstone build, 30 concept handouts, 6 reference projects, practice exams, interactive UI with clickable answer cards, glassmorphism progress dashboard, spaced repetition, and deterministic grading. -- [csmediapro/moodle-mcp-server](https://github.com/csmediapro/moodle-mcp-server) 📇 🏠 🍎 🪟 🐧 - Open-source MCP server that connects AI agents to Moodle LMS data through Moodle Web Services. 10 query tools for courses, users, assignments, categories, and site info. Plugin-extensible. LLM-agnostic. Install via `npx moodle-mcp-server-aql`. +- [csmediapro/moodle-mcp-server](https://github.com/csmediapro/moodle-mcp-server) [![csmediapro/moodle-mcp-server MCP server](https://glama.ai/mcp/servers/csmediapro/moodle-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/csmediapro/moodle-mcp-server) 📇 🏠 🍎 🪟 🐧 - Open-source MCP server that connects AI agents to Moodle LMS data through Moodle Web Services. 10 query tools for courses, users, assignments, categories, and site info. Plugin-extensible. LLM-agnostic. Install via `npx moodle-mcp-server-aql`. - [JuhongPark/mcp-server-pronunciation](https://github.com/JuhongPark/mcp-server-pronunciation) [![JuhongPark/mcp-server-pronunciation MCP server](https://glama.ai/mcp/servers/JuhongPark/mcp-server-pronunciation/badges/score.svg)](https://glama.ai/mcp/servers/JuhongPark/mcp-server-pronunciation) 🐍 🏠 🍎 🪟 🐧 - Local MCP voice coach with English pronunciation, grammar, fluency, phoneme-level feedback, practice drills, and learner-profile hints. Install via `uvx mcp-server-pronunciation@0.3.0`. - [RohanMuppa/brightspace-mcp-server](https://github.com/RohanMuppa/brightspace-mcp-server) [![brightspace-mcp-server MCP server](https://glama.ai/mcp/servers/@RohanMuppa/brightspace-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@RohanMuppa/brightspace-mcp-server) 📇 🏠 🍎 🪟 🐧 - MCP server for D2L Brightspace LMS. Check grades, due dates, assignments, announcements, syllabus, rosters, discussions, and course content. Works with any school that uses Brightspace. Install via `npx brightspace-mcp-server@latest`. - [anzy-renlab-ai/pronounce](https://github.com/anzy-renlab-ai/pronounce) [![pronounce MCP server](https://glama.ai/mcp/servers/anzy-renlab-ai/pronounce/badges/score.svg)](https://glama.ai/mcp/servers/anzy-renlab-ai/pronounce) 🐍 🏠 🍎 🪟 🐧 - Community pronunciation dictionary for developer project / product / jargon names (kubectl, nginx, GIF, JSON, Pydantic, Knative, LaTeX — 1,848 entries). Each entry carries IPA, a General-American respelling, alternate readings where the pronunciation is contested, a source citation (creator interview / project FAQ / Wikipedia § Pronunciation), and a confidence level. Tools: `pronounce(word)`, `search_pronunciations(query)`, `list_pronunciations(category)`. Install: `uvx pronounce-mcp`. Live browse: . From 71c9a97f91861eb1ffa6087bbb3f9321e259f101 Mon Sep 17 00:00:00 2001 From: Willi Thiel Date: Wed, 19 Aug 2026 01:04:37 +0200 Subject: [PATCH 075/115] Add calibreweb-mcp (art & culture) Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..095164d4a 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [mikan-atomoki/text-to-model](https://github.com/mikan-atomoki/text-to-model) [![text-to-model MCP server](https://glama.ai/mcp/servers/mikan-atomoki/text-to-model/badges/score.svg)](https://glama.ai/mcp/servers/mikan-atomoki/text-to-model) 🐍 🏠 🪟 🍎 - Turn natural language into 3D models in Fusion 360. 64 CAD tools including sketches, extrudes, fillets, and JIS standard parts. - [molanojustin/smithsonian-mcp](https://github.com/molanojustin/smithsonian-mcp) 🐍 ☁️ - MCP server that provides AI assistants with access to the Smithsonian Institution's Open Access collections. - [joshseane/-nmlp-mcp](https://github.com/joshseane/-nmlp-mcp) [![-nmlp-mcp MCP server](https://glama.ai/mcp/servers/joshseane/-nmlp-mcp/badges/score.svg)](https://glama.ai/mcp/servers/joshseane/-nmlp-mcp) 📇 ☁️ - First-edition identification — points of issue, number-line decoding, and publisher rules over a CC-BY, DOI-cited dataset of 6,717 titles — plus New Mexico book-donation logistics. Hosted remote server, no auth. Endpoint: https://newmexicoliteracyproject.org/api/mcp · Registry: `org.newmexicoliteracyproject/nmlp-mcp` +- [ni-c/calibreweb-mcp](https://github.com/ni-c/calibreweb-mcp) [![ni-c/calibreweb-mcp MCP server](https://glama.ai/mcp/servers/ni-c/calibreweb-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ni-c/calibreweb-mcp) 📇 🏠 - Read-only access to a self-hosted Calibre-Web (or Calibre-Web Automated) ebook library via its OPDS feed: search, curated views and shelves, cover images and per-format download links. `npx -y calibreweb-mcp` - [OctoEverywhere/mcp](https://github.com/OctoEverywhere/mcp) #️⃣ ☁️ - A 3D printer MCP server that allows for getting live printer state, webcam snapshots, and printer control. - [omni-mcp/isaac-sim-mcp](https://github.com/omni-mcp/isaac-sim-mcp) 📇 ☁️ - A MCP Server and an extension enables natural language control of NVIDIA Isaac Sim, Lab, OpenUSD and etc. - [Pantani/ableton-mind](https://github.com/Pantani/ableton-mind) [![Pantani/ableton-mind MCP server](https://glama.ai/mcp/servers/Pantani/ableton-mind/badges/score.svg)](https://glama.ai/mcp/servers/Pantani/ableton-mind) 📇 🏠 🍎 🪟 - Control Ableton Live from Claude, Cursor or Codex through a local Remote Script bridge: inspect sets, create tracks, scenes and clips, load devices, apply music recipes, and verify changes against Live state. From 21b9aad41978759b0a0edd9761219d8f942d82b4 Mon Sep 17 00:00:00 2001 From: zyqzyq <497533265@qq.com> Date: Wed, 19 Aug 2026 16:38:25 +0800 Subject: [PATCH 076/115] Add Unfour to MCP servers list Added Unfour to the list of MCP servers, providing a local-first backend developer workspace with various tools for AI agents. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..cca8e93cb 100644 --- a/README.md +++ b/README.md @@ -1521,6 +1521,7 @@ Tools and integrations that enhance the development workflow and environment man - [todah-zg/codemagic-mcp](https://github.com/todah-zg/codemagic-mcp) [![codemagic-mcp MCP server](https://glama.ai/mcp/servers/todah-zg/codemagic-mcp/badges/score.svg)](https://glama.ai/mcp/servers/todah-zg/codemagic-mcp) 📇 ☁️ - Build, sign, and publish iOS and Android apps through AI agents. Integrates Codemagic CI/CD, App Store Connect, and Google Play in one server. - [deslay1/amendor-mcp](https://github.com/deslay1/amendor-mcp) [![deslay1/amendor-mcp MCP server](https://glama.ai/mcp/servers/deslay1/amendor-mcp/badges/score.svg)](https://glama.ai/mcp/servers/deslay1/amendor-mcp) 📇 ☁️ - Lets the non-technical people you build for request UI changes directly on your live site, then pulls each request (with the exact element and page) into your coding agent so it builds it on a branch and opens a pull request. Works with Claude Code, Cursor, Cline, Codex, and remote agents over HTTP. `npx -y amendor-mcp` - [LS-SIEM-LLP/qa-probe](https://github.com/LS-SIEM-LLP/qa-probe) [![LS-SIEM-LLP/qa-probe MCP server](https://glama.ai/mcp/servers/LS-SIEM-LLP/qa-probe/badges/score.svg)](https://glama.ai/mcp/servers/LS-SIEM-LLP/qa-probe) 📇 🏠 🍎 🪟 🐧 - Probes your live API and classifies why each endpoint failed (root cause + evidence + calibrated confidence) over MCP, so your AI assistant debugs from evidence instead of guessing. Deterministic rules, no black box. Works with FastAPI, Express, Next.js, tRPC, and GraphQL. `npm i -g qa-probe` +- [zyqzyq/Unfour](https://github.com/zyqzyq/Unfour) 🦀 🏠 🪟 🍎 - Local-first backend developer workspace exposing API debugging, SSH, database, workspace, and diagnostics tools to AI agents through a local MCP server, with workspace-scoped safety policies and confirmation for risky actions. ### 🧮 Data Science Tools From 1de3dc97fceac7fc14c799400d277c9b8c9e5ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8F=E5=8C=96=E5=A4=A7=E7=88=86=E7=82=B82023?= Date: Wed, 19 Aug 2026 17:31:47 +0800 Subject: [PATCH 077/115] Add chinese-almanac-mcp to Art & Culture --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..05901de00 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [TwelveTake-Studios/reaper-mcp](https://github.com/TwelveTake-Studios/reaper-mcp) 🐍 🏠 🍎 🪟 🐧 - MCP server enabling AI assistants to control REAPER DAW for mixing, mastering, MIDI composition, and full music production with 129 tools - [vicseeai/vicsee-mcp-server](https://github.com/vicseeai/vicsee-mcp-server) [![vicseeai/vicsee-mcp-server MCP server](https://glama.ai/mcp/servers/vicseeai/vicsee-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/vicseeai/vicsee-mcp-server) 📇 ☁️ - Generate, edit, and upscale AI video & images (Seedance, Veo, Kling, FLUX, Nano Banana) from any agent via VicSee. - [XavierFabregat/spotify-mcp](https://github.com/XavierFabregat/spotify-mcp) [![XavierFabregat/spotify-mcp MCP server](https://glama.ai/mcp/servers/XavierFabregat/spotify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/XavierFabregat/spotify-mcp) 📇 🏠 🍎 🪟 🐧 - Conversational Spotify control with intent-shaped tools: play by description, queue, devices, playlists, and library, plus a 2-minute PKCE setup wizard. Built for the post-Feb-2026 Spotify Web API. `npx -y @xavifabregat/spotify-mcp` +- [yonlandwu/chinese-almanac-mcp](https://github.com/yonlandwu/chinese-almanac-mcp) [![chinese-almanac-mcp MCP server](https://glama.ai/mcp/servers/yonlandwu/chinese-almanac-mcp/badges/score.svg)](https://glama.ai/mcp/servers/yonlandwu/chinese-almanac-mcp) 📇 🏠 🍎 🪟 🐧 - Chinese almanac (Tung Shing / 通勝) MCP server with NASA JPL solar-term precision: daily almanac readings, 12 hour-pillar luck ratings, solar terms, auspicious-date picking across 8 life activities (wedding, moving, grand opening...), zodiac horoscopes and personal lucky hours. Yi-Ji arbitration follows the 1739 imperial canon *Xie Ji Bian Fang Shu*. `npx -y chinese-almanac-mcp` - [yuna0x0/anilist-mcp](https://github.com/yuna0x0/anilist-mcp) 📇 ☁️ - A MCP server integrating AniList API for anime and manga information - [yuvalsuede/agent-media](https://github.com/yuvalsuede/agent-media) 📇 ☁️ 🍎 🪟 🐧 - CLI and MCP server for AI video and image generation with unified access to 7 models (Kling, Veo, Sora, Seedance, Flux, Grok Imagine). Provides 9 tools for generating, managing, and browsing media. From 9f94bfd9e85b4466b85c62d6f2c1abab3bf06dfe Mon Sep 17 00:00:00 2001 From: EveryPage Date: Wed, 19 Aug 2026 21:20:45 +0100 Subject: [PATCH 078/115] Add EveryPage MCP server to Workplace & Productivity --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..bb473dd6f 100644 --- a/README.md +++ b/README.md @@ -3528,6 +3528,7 @@ Interact with Git repositories and version control platforms. Enables repository - [drzamarian/n8n-mcp-community](https://github.com/drzamarian/n8n-mcp-community) [![drzamarian/n8n-mcp-community MCP server](https://glama.ai/mcp/servers/drzamarian/n8n-mcp-community/badges/score.svg)](https://glama.ai/mcp/servers/drzamarian/n8n-mcp-community) 📇 🏠 - Security-focused MCP server for self-hosted n8n Community Edition: 44 bounded tools for workflows, executions, credentials, tags, and diagnostics, read-only by default, with no external AI calls. - [ellmos-ai/n8n-manager-mcp](https://github.com/ellmos-ai/n8n-manager-mcp) [![ellmos-ai/n8n-manager-mcp MCP server](https://glama.ai/mcp/servers/ellmos-ai/n8n-manager-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ellmos-ai/n8n-manager-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - MCP server for managing n8n workflows through AI assistants, including workflow CRUD, synchronization, inspection, and execution support. - [ernestocorona/kanboard-mcp](https://github.com/ErnestoCorona/kanboard-mcp) [![ErnestoCorona/kanboard-mcp MCP server](https://glama.ai/mcp/servers/ErnestoCorona/kanboard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ErnestoCorona/kanboard-mcp) 📇 🏠 🍎 🪟 🐧 - TypeScript MCP server for [Kanboard](https://kanboard.org) with multi-project routing via `.kanboard.yaml`. 37 tools, 982 unit tests, Docker multi-arch on GHCR, provenance-signed npm releases via OIDC, Diátaxis-structured docs, MIT licensed. +- [EveryPageApp/everypage-mcp](https://github.com/EveryPageApp/everypage-mcp) [![EveryPageApp/everypage-mcp MCP server](https://glama.ai/mcp/servers/EveryPageApp/everypage-mcp/badges/score.svg)](https://glama.ai/mcp/servers/EveryPageApp/everypage-mcp) 🎖️ 📇 🏠 🍎 🪟 🐧 - Official MCP server for [EveryPage](https://everypage.co): upload PDFs, mint trackable share links, and read page-by-page readership analytics (who read, how far, how long) from any MCP client. `npx -y everypage-mcp` - [OurThinkTank/founders-os](https://github.com/OurThinkTank/founders-os) [![OurThinkTank/founders-os MCP server](https://glama.ai/mcp/servers/OurThinkTank/founders-os/badges/score.svg)](https://glama.ai/mcp/servers/OurThinkTank/founders-os) 📇 🏠 - Self-hosted business context for your AI client: CRM, check points, automation triggers, financial ledger, tasks, playbooks, news feeds, projects, and semantic memory in one MCP server. Ask one question and it reads your CRM and books together. Your data stays in your own database. MIT licensed. - [foxintheloop/UpTier](https://github.com/foxintheloop/UpTier) 📇 🏠 🪟 - Desktop task manager with clean To Do-style UI and 25+ MCP tools for prioritization, goal tracking, and multi-profile workflows. - [getalai/alai-mcp-server](https://github.com/getalai/alai-mcp-server) [![Alai MCP server](https://glama.ai/mcp/servers/getalai/Alai/badges/score.svg)](https://glama.ai/mcp/servers/getalai/Alai) 🐍 ☁️ 🎖️ - Generate, edit, and export high quality presentations with AI to PDF, PPTX, or a shareable link. From 0a7ae0e10df3d4d9ca4febc6694e32a8a31db1f6 Mon Sep 17 00:00:00 2001 From: zyqzyq <497533265@qq.com> Date: Thu, 20 Aug 2026 10:42:10 +0800 Subject: [PATCH 079/115] Fix Unfour MCP server entry in README Updated Unfour MCP server entry with badge and formatting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cca8e93cb..b398af350 100644 --- a/README.md +++ b/README.md @@ -1521,7 +1521,7 @@ Tools and integrations that enhance the development workflow and environment man - [todah-zg/codemagic-mcp](https://github.com/todah-zg/codemagic-mcp) [![codemagic-mcp MCP server](https://glama.ai/mcp/servers/todah-zg/codemagic-mcp/badges/score.svg)](https://glama.ai/mcp/servers/todah-zg/codemagic-mcp) 📇 ☁️ - Build, sign, and publish iOS and Android apps through AI agents. Integrates Codemagic CI/CD, App Store Connect, and Google Play in one server. - [deslay1/amendor-mcp](https://github.com/deslay1/amendor-mcp) [![deslay1/amendor-mcp MCP server](https://glama.ai/mcp/servers/deslay1/amendor-mcp/badges/score.svg)](https://glama.ai/mcp/servers/deslay1/amendor-mcp) 📇 ☁️ - Lets the non-technical people you build for request UI changes directly on your live site, then pulls each request (with the exact element and page) into your coding agent so it builds it on a branch and opens a pull request. Works with Claude Code, Cursor, Cline, Codex, and remote agents over HTTP. `npx -y amendor-mcp` - [LS-SIEM-LLP/qa-probe](https://github.com/LS-SIEM-LLP/qa-probe) [![LS-SIEM-LLP/qa-probe MCP server](https://glama.ai/mcp/servers/LS-SIEM-LLP/qa-probe/badges/score.svg)](https://glama.ai/mcp/servers/LS-SIEM-LLP/qa-probe) 📇 🏠 🍎 🪟 🐧 - Probes your live API and classifies why each endpoint failed (root cause + evidence + calibrated confidence) over MCP, so your AI assistant debugs from evidence instead of guessing. Deterministic rules, no black box. Works with FastAPI, Express, Next.js, tRPC, and GraphQL. `npm i -g qa-probe` -- [zyqzyq/Unfour](https://github.com/zyqzyq/Unfour) 🦀 🏠 🪟 🍎 - Local-first backend developer workspace exposing API debugging, SSH, database, workspace, and diagnostics tools to AI agents through a local MCP server, with workspace-scoped safety policies and confirmation for risky actions. +- [zyqzyq/Unfour](https://github.com/zyqzyq/Unfour) [![Unfour MCP server](https://glama.ai/mcp/servers/zyqzyq/Unfour/badges/score.svg)](https://glama.ai/mcp/servers/zyqzyq/Unfour)🦀 🏠 🪟 🍎 - Local-first backend developer workspace exposing API debugging, SSH, database, workspace, and diagnostics tools to AI agents through a local MCP server, with workspace-scoped safety policies and confirmation for risky actions. ### 🧮 Data Science Tools From 7b051cef28737abf45b39cb8db7d44d9dae1da49 Mon Sep 17 00:00:00 2001 From: Juan Jose del Rio Holgado <641373+partymola@users.noreply.github.com> Date: Thu, 20 Aug 2026 12:32:57 +0100 Subject: [PATCH 080/115] Add partymola/google-health-mcp to Sports --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..a5ea2e03b 100644 --- a/README.md +++ b/README.md @@ -3363,6 +3363,7 @@ Tools for accessing sports-related data, results, and statistics. - [NasserAlbusaidi/macrofactor-mcp](https://github.com/NasserAlbusaidi/macrofactor-mcp) [![NasserAlbusaidi/macrofactor-mcp MCP server](https://glama.ai/mcp/servers/NasserAlbusaidi/macrofactor-mcp/badges/score.svg)](https://glama.ai/mcp/servers/NasserAlbusaidi/macrofactor-mcp) 🐍 🏠 🍎 🐧 - Fueling & recovery decision engine combining MacroFactor nutrition data with Garmin training data. Recovery checks, daily briefings, weekly reports, and nutrition-performance correlations over your own local data. Install: `uvx macrofactor-mcp`. - [partymola/bosch-flow-mcp](https://github.com/partymola/bosch-flow-mcp) [![partymola/bosch-flow-mcp MCP server](https://glama.ai/mcp/servers/partymola/bosch-flow-mcp/badges/score.svg)](https://glama.ai/mcp/servers/partymola/bosch-flow-mcp) 🐍 ☁️ 🏠 - MCP server for Bosch eBike Flow (Smart System / BES3). Read-only, signs in with your own Bosch account via PKCE. Battery health and charge-cycle trends, components and firmware, live state-of-charge, and per-ride activity data (distance, elevation, power, assist-mode, CO2). Local SQLite cache with auto-sync. - [partymola/fitbit-mcp](https://github.com/partymola/fitbit-mcp) [![partymola/fitbit-mcp MCP server](https://glama.ai/mcp/servers/partymola/fitbit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/partymola/fitbit-mcp) 🐍 ☁️ 🏠 - MCP server for the Fitbit Web API. OAuth 2.0 PKCE, local SQLite cache with auto-sync, and trend analysis. Tools for heart rate, activity, exercises, sleep, weight, SpO2, and HRV. +- [partymola/google-health-mcp](https://github.com/partymola/google-health-mcp) [![partymola/google-health-mcp MCP server](https://glama.ai/mcp/servers/partymola/google-health-mcp/badges/score.svg)](https://glama.ai/mcp/servers/partymola/google-health-mcp) 🐍 ☁️ 🏠 - MCP server for the Google Health API. OAuth with auto-refresh, local SQLite cache with incremental sync, an offline cache-only mode, and trend analysis. Tools for heart rate, activity, exercises, sleep, weight, SpO2, HRV, ECG, and irregular-rhythm notifications. - [partymola/withings-mcp](https://github.com/partymola/withings-mcp) [![partymola/withings-mcp MCP server](https://glama.ai/mcp/servers/partymola/withings-mcp/badges/score.svg)](https://glama.ai/mcp/servers/partymola/withings-mcp) 🐍 ☁️ 🏠 - MCP server for the Withings Health API: OAuth, local SQLite cache, and trend analysis for body composition, sleep, activity, workouts, and ECG. - [proplineapi/propline-mcp](https://github.com/proplineapi/propline-mcp) [![proplineapi/propline-mcp MCP server](https://glama.ai/mcp/servers/proplineapi/propline-mcp/badges/score.svg)](https://glama.ai/mcp/servers/proplineapi/propline-mcp) 📇 ☁️ - Live sports betting odds, cross-book +EV, and graded prop resolution (every Over/Under settled against real box scores) across 13 sportsbooks for MLB, NBA, NHL, NFL, soccer, and UFC. the-odds-api compatible; free tier, no card. - [r-huijts/firstcycling-mcp](https://github.com/r-huijts/firstcycling-mcp) 📇 ☁️ - Access cycling race data, results, and statistics through natural language. Features include retrieving start lists, race results, and rider information from firstcycling.com. From 1cc8d57c3a95d067004c5e286477a4518401e5ab Mon Sep 17 00:00:00 2001 From: Korsarrr Date: Fri, 21 Aug 2026 16:27:49 +0200 Subject: [PATCH 081/115] Add Glama score badge to BlazingCDN entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f96d3c555..f930ba5fa 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,7 @@ Cloud platform service integration. Enables management and interaction with clou - [AliKarami/MikroMCP](https://github.com/AliKarami/MikroMCP) [![AliKarami/MikroMCP MCP server](https://glama.ai/mcp/servers/AliKarami/MikroMCP/badges/score.svg)](https://glama.ai/mcp/servers/AliKarami/MikroMCP) 📇 🏠 🍎 🪟 🐧 - Manage MikroTik RouterOS devices through AI assistants — interfaces, firewall rules, DHCP, DNS, routes, WireGuard, WiFi, BGP/OSPF, VLANs, and more. 77 tools with dry-run previews, idempotency checks, circuit breakers, RBAC, and rollback-aware change workflows. - [aliyun/alibaba-cloud-ops-mcp-server](https://github.com/aliyun/alibaba-cloud-ops-mcp-server) 🎖️ 🐍 ☁️ - A MCP server that enables AI assistants to operation resources on Alibaba Cloud, supporting ECS, Cloud Monitor, OOS and widely used cloud products. - [awslabs/mcp](https://github.com/awslabs/mcp) 🎖️ ☁️ - AWS MCP servers for seamless integration with AWS services and resources. -- [BlazingCDN/BlazingCDN-MCP](https://github.com/BlazingCDN/BlazingCDN-MCP) 🎖️ 📇 ☁️ 🏠 🍎 🪟 🐧 - Official BlazingCDN server: manage CDN zones (TTLs, compression, on-the-fly image resizing, HLS/DASH), purge and warm up cache, traffic metrics, custom domains, cloud storage and Video CDN. 52 tools, read-only by default with opt-in write/delete. Install: `npx -y @blazingcdn/mcp`. +- [BlazingCDN/BlazingCDN-MCP](https://github.com/BlazingCDN/BlazingCDN-MCP) [![BlazingCDN/BlazingCDN-MCP MCP server](https://glama.ai/mcp/servers/@BlazingCDN/BlazingCDN-MCP/badges/score.svg)](https://glama.ai/mcp/servers/@BlazingCDN/BlazingCDN-MCP) 🎖️ 📇 ☁️ 🏠 🍎 🪟 🐧 - Official BlazingCDN server: manage CDN zones (TTLs, compression, on-the-fly image resizing, HLS/DASH), purge and warm up cache, traffic metrics, custom domains, cloud storage and Video CDN. 52 tools, read-only by default with opt-in write/delete. Install: `npx -y @blazingcdn/mcp`. - [bright8192/esxi-mcp-server](https://github.com/bright8192/esxi-mcp-server) 🐍 ☁️ - A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management. - [chaandannn/finopsmcp](https://github.com/chaandannn/finopsmcp) [![chaandannn/finopsmcp MCP server](https://glama.ai/mcp/servers/chaandannn/finopsmcp/badges/score.svg)](https://glama.ai/mcp/servers/chaandannn/finopsmcp) 🐍 🏠 🍎 🪟 🐧 - Local-first FinOps copilot. Connect AWS, Azure, GCP, Kubernetes, and 15+ SaaS and AI bills, then ask cost questions in Claude or Cursor, find waste, and get the fix as a pull request you approve. Read-only; your credentials and bill stay on your machine. `uvx nable`. - [cloudflare/mcp-server-cloudflare](https://github.com/cloudflare/mcp-server-cloudflare) 🎖️ 📇 ☁️ - Integration with Cloudflare services including Workers, KV, R2, and D1 From 9897b823281eaf00826a24635473172a0f0f67ae Mon Sep 17 00:00:00 2001 From: Korsarrr Date: Fri, 21 Aug 2026 16:28:16 +0200 Subject: [PATCH 082/115] Use canonical Glama badge path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f930ba5fa..d8828cdf0 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,7 @@ Cloud platform service integration. Enables management and interaction with clou - [AliKarami/MikroMCP](https://github.com/AliKarami/MikroMCP) [![AliKarami/MikroMCP MCP server](https://glama.ai/mcp/servers/AliKarami/MikroMCP/badges/score.svg)](https://glama.ai/mcp/servers/AliKarami/MikroMCP) 📇 🏠 🍎 🪟 🐧 - Manage MikroTik RouterOS devices through AI assistants — interfaces, firewall rules, DHCP, DNS, routes, WireGuard, WiFi, BGP/OSPF, VLANs, and more. 77 tools with dry-run previews, idempotency checks, circuit breakers, RBAC, and rollback-aware change workflows. - [aliyun/alibaba-cloud-ops-mcp-server](https://github.com/aliyun/alibaba-cloud-ops-mcp-server) 🎖️ 🐍 ☁️ - A MCP server that enables AI assistants to operation resources on Alibaba Cloud, supporting ECS, Cloud Monitor, OOS and widely used cloud products. - [awslabs/mcp](https://github.com/awslabs/mcp) 🎖️ ☁️ - AWS MCP servers for seamless integration with AWS services and resources. -- [BlazingCDN/BlazingCDN-MCP](https://github.com/BlazingCDN/BlazingCDN-MCP) [![BlazingCDN/BlazingCDN-MCP MCP server](https://glama.ai/mcp/servers/@BlazingCDN/BlazingCDN-MCP/badges/score.svg)](https://glama.ai/mcp/servers/@BlazingCDN/BlazingCDN-MCP) 🎖️ 📇 ☁️ 🏠 🍎 🪟 🐧 - Official BlazingCDN server: manage CDN zones (TTLs, compression, on-the-fly image resizing, HLS/DASH), purge and warm up cache, traffic metrics, custom domains, cloud storage and Video CDN. 52 tools, read-only by default with opt-in write/delete. Install: `npx -y @blazingcdn/mcp`. +- [BlazingCDN/BlazingCDN-MCP](https://github.com/BlazingCDN/BlazingCDN-MCP) [![BlazingCDN/BlazingCDN-MCP MCP server](https://glama.ai/mcp/servers/BlazingCDN/BlazingCDN-MCP/badges/score.svg)](https://glama.ai/mcp/servers/BlazingCDN/BlazingCDN-MCP) 🎖️ 📇 ☁️ 🏠 🍎 🪟 🐧 - Official BlazingCDN server: manage CDN zones (TTLs, compression, on-the-fly image resizing, HLS/DASH), purge and warm up cache, traffic metrics, custom domains, cloud storage and Video CDN. 52 tools, read-only by default with opt-in write/delete. Install: `npx -y @blazingcdn/mcp`. - [bright8192/esxi-mcp-server](https://github.com/bright8192/esxi-mcp-server) 🐍 ☁️ - A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management. - [chaandannn/finopsmcp](https://github.com/chaandannn/finopsmcp) [![chaandannn/finopsmcp MCP server](https://glama.ai/mcp/servers/chaandannn/finopsmcp/badges/score.svg)](https://glama.ai/mcp/servers/chaandannn/finopsmcp) 🐍 🏠 🍎 🪟 🐧 - Local-first FinOps copilot. Connect AWS, Azure, GCP, Kubernetes, and 15+ SaaS and AI bills, then ask cost questions in Claude or Cursor, find waste, and get the fix as a pull request you approve. Read-only; your credentials and bill stay on your machine. `uvx nable`. - [cloudflare/mcp-server-cloudflare](https://github.com/cloudflare/mcp-server-cloudflare) 🎖️ 📇 ☁️ - Integration with Cloudflare services including Workers, KV, R2, and D1 From 1599981f3c8c931e146be897eafd8c03b51146ff Mon Sep 17 00:00:00 2001 From: HeapSmasher <98077186+las7@users.noreply.github.com> Date: Sat, 22 Aug 2026 01:30:43 +0000 Subject: [PATCH 083/115] Add Reachpad/reachpad-mcp to Code Execution --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..0c00af31b 100644 --- a/README.md +++ b/README.md @@ -603,6 +603,7 @@ Code execution servers. Allow LLMs to execute code in a secure environment, e.g. - [ouvreboite/openapi-to-mcp](https://github.com/ouvreboite/openapi-to-mcp) #️⃣ ☁️ - Lightweight MCP server to access any API using their OpenAPI specification. Supports OAuth2 and full JSON schema parameters and request body. - [pydantic/pydantic-ai/mcp-run-python](https://github.com/pydantic/pydantic-ai/tree/main/mcp-run-python) 🐍 🏠 - Run Python code in a secure sandbox via MCP tool calls - [r33drichards/mcp-js](https://github.com/r33drichards/mcp-js) 🦀 🏠 🐧 🍎 - A Javascript code execution sandbox that uses v8 to isolate code to run AI generated javascript locally without fear. Supports heap snapshotting for persistent sessions. +- [Reachpad/reachpad-mcp](https://github.com/Reachpad/reachpad-mcp) [![Reachpad/reachpad-mcp MCP server](https://glama.ai/mcp/servers/Reachpad/reachpad-mcp/badges/score.svg)](https://glama.ai/mcp/servers/qjk8wultuz) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Give any coding agent a persistent cloud development environment it can create, run commands in, checkpoint and fork. The filesystem, installed dependencies, running services and terminal state survive between calls, so a paused environment resumes instead of booting fresh. Available as a hosted remote server at `https://reachpad.dev/mcp` (OAuth, nothing to install) or over stdio with `npx @reachpad/mcp`. - [rikarazome/prolog-reasoner](https://github.com/rikarazome/prolog-reasoner) [![rikarazome/prolog-reasoner MCP server](https://glama.ai/mcp/servers/rikarazome/prolog-reasoner/badges/score.svg)](https://glama.ai/mcp/servers/rikarazome/prolog-reasoner) 🐍 🏠 🍎 🪟 🐧 - SWI-Prolog execution for LLMs with CLP(FD), negation-as-failure, and recursion. Benchmarked 90% vs 73% LLM-only accuracy on 30 logic problems. - [SebastianGilPinzon/colab-mcp](https://github.com/SebastianGilPinzon/colab-mcp) [![SebastianGilPinzon/colab-mcp MCP server](https://glama.ai/mcp/servers/SebastianGilPinzon/colab-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SebastianGilPinzon/colab-mcp) 🐍 🏠 🍎 🪟 🐧 - Control Google Colab notebooks and assign GPUs (T4/L4/A100) from any AI agent. Enhanced fork of Google's colab-mcp with all tools visible at startup, OAuth GPU control, and Windows support. - [Sowiedu/Edict](https://github.com/Sowiedu/Edict) [![Sowiedu/Edict MCP server](https://glama.ai/mcp/servers/sowiedu/edict/badges/score.svg)](https://glama.ai/mcp/servers/sowiedu/edict) 📇 🏠 – Agent-first programming language: agents produce JSON AST, the compiler validates, type-checks, effect-checks, verifies contracts via Z3/SMT, and compiles to WASM. 19 MCP tools for the full compile-and-execute loop. From 4dc65023e3f13ee9c3f48bc960f8871e9c2e50bf Mon Sep 17 00:00:00 2001 From: jospnunes Date: Fri, 21 Aug 2026 23:32:27 -0300 Subject: [PATCH 084/115] Add Glama score badge to Idencify entry Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87143adc5..368ecd49b 100644 --- a/README.md +++ b/README.md @@ -992,7 +992,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [agenticempire/axint](https://github.com/agenticempire/axint) [![agenticempire/axint MCP server](https://glama.ai/mcp/servers/agenticempire/axint/badges/score.svg)](https://glama.ai/mcp/servers/agenticempire/axint) 📇 🏠 - Apple-native execution layer for AI agents. Compiles TypeScript to validated Swift — App Intents, SwiftUI views, WidgetKit widgets, and full apps. 13 MCP tools, 150 diagnostics, 500 tests. - [callstackincubator/agent-device](https://github.com/callstackincubator/agent-device) [![callstackincubator/agent-device MCP server](https://glama.ai/mcp/servers/callstackincubator/agent-device/badges/score.svg)](https://glama.ai/mcp/servers/callstackincubator/agent-device) 📇 🏠 🍎 🐧 - Discovery router for the agent-device CLI. Exposes status, install guidance, version-matched help, prompts, and resources for iOS, Android, tvOS, macOS, and Linux automation workflows. - [cq27-dev/rag-rat](https://github.com/cq27-dev/rag-rat) [![cq27-dev/rag-rat MCP server](https://glama.ai/mcp/servers/cq27-dev/rag-rat/badges/score.svg)](https://glama.ai/mcp/servers/cq27-dev/rag-rat) 🦀 🏠 🍎 🪟 🐧 - Local repo-intelligence index and MCP server for coding agents — "what a repository knows about itself." Hybrid BM25 + vector semantic search, a tree-sitter code graph (callers/callees/imports across Rust, TS/TSX, Kotlin, C/C++, Python) with an optional compiler-grade SCIP oracle, queryable git/GitHub history, and typed, source-anchored repo memories (Invariant, Decision, Risk, …) that persist across sessions. Every result carries provenance — confidence labels and coverage warnings. Keeps source read-only; a background watcher keeps queries fresh. PreToolUse hooks augment `grep` and flag near-duplicate code as you write it. `cargo install rag-rat` -- [jospnunes/idencify-mcp](https://github.com/jospnunes/idencify-mcp) 🎖️ 🦀 ☁️ - Hosted code-intelligence platform: connect a GitHub repo and agents get a whole-repo, cross-language call graph with 14 tools — blast-radius impact analysis, transitive callers, dead code, dependency cycles, architecture health, hybrid semantic search, and exact graph diffs between commits. OAuth 2.1; works with Claude Code, Cursor, and any MCP client. +- [jospnunes/idencify-mcp](https://github.com/jospnunes/idencify-mcp) [![jospnunes/idencify-mcp MCP server](https://glama.ai/mcp/servers/jospnunes/idencify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jospnunes/idencify-mcp) 🎖️ 🦀 ☁️ - Hosted code-intelligence platform: connect a GitHub repo and agents get a whole-repo, cross-language call graph with 14 tools — blast-radius impact analysis, transitive callers, dead code, dependency cycles, architecture health, hybrid semantic search, and exact graph diffs between commits. OAuth 2.1; works with Claude Code, Cursor, and any MCP client. - [drhalto/agentmako](https://github.com/drhalto/agentmako) [![drhalto/agentmako MCP server](https://glama.ai/mcp/servers/drhalto/agentmako/badges/score.svg)](https://glama.ai/mcp/servers/drhalto/agentmako) 📇 🏠 🍎 🪟 🐧 - Local-first codebase intelligence engine. Gives coding agents structured context packets, indexed code/schema facts, and diagnostics over MCP, backed by a local SQLite store — so agents stop rediscovering your repo with raw grep. Optional Postgres/Supabase awareness and a bundled Claude Code plugin. - [Dusheh/myclaw-toolkit](https://github.com/Dusheh/myclaw-toolkit) [![Dusheh/myclaw-toolkit MCP server](https://glama.ai/mcp/servers/Dusheh/myclaw-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/Dusheh/myclaw-toolkit) 📇 ☁️ 🍎 🪟 🐧 - 23-in-1 developer utility MCP server: web search, exchange rates, crypto prices, QR codes, JSON formatter, UUID, URL tools, domain check, RSS feeds, and more. 6 paid APIs via x402 micropayments ($0.003 USDC on Base). `npx myclaw-toolkit` From ab7b6f26f3de47ee8502429ffb6db19b69bd66f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Quintana?= Date: Sat, 22 Aug 2026 16:29:44 +0200 Subject: [PATCH 085/115] Add a11y-toolkit (new Accessibility category) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 72a96c8ff..5a69a2a95 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,10 @@ MCP servers for creating, coordinating, and executing agreements: commitments, e - [CNSLabs/agreements-api-sdk](https://github.com/CNSLabs/agreements-api-sdk) [![CNSLabs/agreements-api-sdk MCP server](https://glama.ai/mcp/servers/CNSLabs/agreements-api-sdk/badges/score.svg)](https://glama.ai/mcp/servers/CNSLabs/agreements-api-sdk) 📇 ☁️ 🏠 - Remote Streamable HTTP and local stdio MCP server for defining, validating, deploying, and operating machine-readable agreements with EIP-712 permit preparation, signed participant inputs, state reads, and input history. - [humanforai/humanforai-mcp](https://github.com/humanforai/humanforai-mcp) [![humanforai/humanforai-mcp MCP server](https://glama.ai/mcp/servers/humanforai/humanforai-mcp/badges/score.svg)](https://glama.ai/mcp/servers/humanforai/humanforai-mcp) 🎖️ 📇 ☁️ - Hire a real human operator for tasks that need physical presence, perception, or judgment: real-world verification, product testing, AI output review, data collection, and local errands. Remote streamable HTTP at https://humanforai.dev/mcp or local stdio via `npx -y humanforai`. +### ♿ Accessibility + +- [kinti/a11y-toolkit](https://github.com/kinti/a11y-toolkit) 🐍 🏠 - MCP server + CLI for WCAG 2.2 accessibility: color contrast (pairs plus pixel-level text-over-image sampling), EU accessibility declaration generation (RD 1112/2018, Ley 11/2023 / European Accessibility Act, EN 301 549), and an aria-live announcement monitor. Multilanguage es/en, zero dependencies. + ### 🎨 Art & Culture Access and explore art collections, cultural heritage, and museum databases. Enables AI models to search and analyze artistic and cultural content. From 9d4f68b268036cd4d2e1951b72a23b417dcde9ae Mon Sep 17 00:00:00 2001 From: ruslanlap Date: Sat, 22 Aug 2026 21:32:55 +0000 Subject: [PATCH 086/115] Add ruslanlap/pagespeed-insights-mcp to Monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..53b778c7f 100644 --- a/README.md +++ b/README.md @@ -2708,6 +2708,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [utapyngo/sentry-mcp-rs](https://github.com/utapyngo/sentry-mcp-rs) 🦀 ☁️ - Fast and minimal Sentry MCP server written in Rust - [us-all/datadog-mcp-server](https://github.com/us-all/datadog-mcp-server) [![us-all/datadog-mcp-server MCP server](https://glama.ai/mcp/servers/us-all/datadog-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/us-all/datadog-mcp-server) 📇 🏠 🍎 🪟 🐧 - Datadog observability — 168 tools across metrics, monitors, logs, APM, RUM, incidents, status pages, fleet automation, workflows. 4 workflow Prompts and `incident-triage-snapshot` aggregation that fans out to 4 fetches in one call. - [vdalhambra/siteaudit-mcp](https://github.com/vdalhambra/siteaudit-mcp) [![vdalhambra/siteaudit-mcp MCP server](https://glama.ai/mcp/servers/vdalhambra/siteaudit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vdalhambra/siteaudit-mcp) 🐍 ☁️ 🏠 - Instant website audits with 11 tools — full SEO audit (20+ checks), security headers and SSL verification, Lighthouse performance metrics, multi-site comparison, broken link checker, WCAG accessibility audit, Schema.org structured data validation, competitor gap analysis, and robots.txt parsing. No API keys required. +- [ruslanlap/pagespeed-insights-mcp](https://github.com/ruslanlap/pagespeed-insights-mcp) [![ruslanlap/pagespeed-insights-mcp MCP server](https://glama.ai/mcp/servers/ruslanlap/pagespeed-insights-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ruslanlap/pagespeed-insights-mcp) 📇 🏠 🍎 🪟 🐧 - 19-tool MCP server for Google PageSpeed Insights, Chrome UX Report (CrUX) and Lighthouse: page analysis & comparison, real-user CrUX data (URL + origin), batch analysis, baselines/regression tracking, deep diagnostics (network, JS, images, render-blocking, third-party impact), visual analysis and a prioritized recommendations engine. Published on npm (`npx pagespeed-insights-mcp`); listed in the Official MCP Registry and Glama. - [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 - [yshngg/pmcp](https://github.com/yshngg/pmcp) 🏎️ ☁️ 🏠 🍎 🪟 🐧 - A Prometheus Model Context Protocol Server. - [zhaoyue722/llm-usage-mcp](https://github.com/zhaoyue722/llm-usage-mcp) [![zhaoyue722/llm-usage-mcp MCP server](https://glama.ai/mcp/servers/zhaoyue722/llm-usage-mcp/badges/score.svg)](https://glama.ai/mcp/servers/zhaoyue722/llm-usage-mcp) 🐍 🏠 🍎 🪟 🐧 - Local-first LLM API cost tracker. Captures usage across Anthropic, OpenAI, Qwen, and DeepSeek into a local SQLite ledger and exposes spend queries, provider comparison, and recommendations as MCP tools — with first-class Chinese-provider support (CNY→USD). Install: `uvx llm-usage-mcp`. From 12c742e69357a0c6479bfc3f45c7924008644e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Guzm=C3=A1n=20Maeso?= Date: Sun, 23 Aug 2026 13:48:08 +0200 Subject: [PATCH 087/115] Add shakaran/symfony-agent-mcp to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..e8f8499f5 100644 --- a/README.md +++ b/README.md @@ -1505,6 +1505,7 @@ Tools and integrations that enhance the development workflow and environment man - [imqueue/mcp](https://github.com/imqueue/mcp) [![imqueue/mcp MCP server](https://glama.ai/mcp/servers/imqueue/mcp/badges/score.svg)](https://glama.ai/mcp/servers/imqueue/mcp) 📇 🏠 - Search @imqueue docs and scaffold typed services & clients for AI coding agents, access CLI and manage your service fleet. - [WCAG-Compliance/wcagc-mcp](https://github.com/WCAG-Compliance/wcagc-mcp) [![WCAG-Compliance/wcagc-mcp MCP server](https://glama.ai/mcp/servers/WCAG-Compliance/wcagc-mcp/badges/score.svg)](https://glama.ai/mcp/servers/WCAG-Compliance/wcagc-mcp) 🎖️ 📇 ☁️ 🏠 - Deterministic axe-core accessibility scanning (WCAG 2.1 AA, EN 301 549, PDF/UA) through a [wcagc](https://wcagc.com) account: scan any public URL or PDF, crawl a whole registered site, replay saved multi-step journeys, and read violation trends. Returns structured findings — rule, severity counts and the success criteria involved — so the assistant reasons over real results rather than guessing from markup. Every scan result carries an automated-coverage disclaimer instead of a score or a pass/fail verdict. Hosted at `https://mcp.wcagc.com/mcp`, or run it locally with `npx -y @wcagc/mcp`. - [srbsa/diffgate](https://github.com/srbsa/diffgate) [![srbsa/diffgate MCP server](https://glama.ai/mcp/servers/srbsa/diffgate/badges/score.svg)](https://glama.ai/mcp/servers/srbsa/diffgate) 📇 🏠 🍎 🪟 🐧 - Deterministic guardrail for AI-written diffs, runnable from inside the coding agent's own loop over MCP. Zero-LLM-token, AST-precise rules (SQLi, SSRF, XXE, permissive CORS, prototype pollution, hardcoded secrets) across 8 languages, plus structural checks for reinvented helpers and over-abstraction — findings scoped to only the changed lines, same input always gives the same output, no false-block guarantee. `npm i -g diffgate-review` (registers as the `diffgate` command; `diffgate mcp` starts the server) +- [shakaran/symfony-agent-mcp](https://github.com/shakaran/symfony-agent-mcp) [![shakaran/symfony-agent-mcp MCP server](https://glama.ai/mcp/servers/shakaran/symfony-agent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/shakaran/symfony-agent-mcp) 📇 🏠 🍎 🪟 🐧 - Read-only introspection of a Symfony codebase: routes, controllers, services, entities, database schema, migrations, events, forms, security, Doctrine, Messenger, Twig and API Platform. 1,677 tools discovered progressively — `tools/list` starts at five meta-tools and the rest activate per category, so connecting costs ~828 tokens instead of ~154,000. Nothing is executed and nothing is written; results are scanned for credentials before they leave. `npx -y @shakaran/symfony-agent-mcp` ### 🔒 Delivery - [jordandalton/doordash-mcp-server](https://github.com/JordanDalton/DoorDash-MCP-Server) 🐍 – DoorDash Delivery (Unofficial) From 029762674009beaef986ecfab771c09c49926259 Mon Sep 17 00:00:00 2001 From: icyberdeveloper Date: Sun, 23 Aug 2026 16:42:36 +0000 Subject: [PATCH 088/115] Add icyberdeveloper/tbank-mcp server Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01MJXx5PEDgBp9NfYcmGWQHb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..b3f613d43 100644 --- a/README.md +++ b/README.md @@ -1869,6 +1869,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [Hovsteder/powersun-tron-mcp](https://github.com/Hovsteder/powersun-tron-mcp) [![Hovsteder/powersun-tron-mcp MCP server](https://glama.ai/mcp/servers/Hovsteder/powersun-tron-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Hovsteder/powersun-tron-mcp) 📇 ☁️ - TRON Energy & Bandwidth marketplace and DEX swap aggregator for AI agents. 27 tools for buying energy, swapping TRC-20 tokens via SunSwap DEX, selling resources, and earning passive income. Remote Streamable HTTP with 3 payment methods (API Key, HTTP 402, x402 USDC). - [HuggingAGI/mcp-baostock-server](https://github.com/HuggingAGI/mcp-baostock-server) 🐍 ☁️ - MCP server based on baostock, providing access and analysis capabilities for Chinese stock market data. - [hypeprinter007-stack/anchor-x402-mcp](https://github.com/hypeprinter007-stack/anchor-x402-mcp) [![hypeprinter007-stack/anchor-x402-mcp MCP server](https://glama.ai/mcp/servers/hypeprinter007-stack/anchor-x402-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hypeprinter007-stack/anchor-x402-mcp) 📇 ☁️ - 16 paid wallet & utility tools on Base + Solana. 9 commodity primitives — OFAC sanctions screen, bundled wallet intel (balances + activity + identity + sanctions in one call), dual-chain hash anchoring, signed decision attestations, mainnet tx + calldata decode, ENS + Bonfida SNS resolve, USD prices, datetime parse. Plus an async due-diligence investigator (`/v1/investigate`, $7.77, signed markdown report + dual-chain anchor), a verifiable signed RNG (`/v1/roll`), and 5 universal LLM endpoints — roast, yes/no oracle with on-chain anchored verdict (Base + Solana), TL;DR (URL or text), aura read (color + tier + score), academic grade. Pay-per-call USDC via x402, no API keys, no accounts. Also runs a free hosted chatbot at chat.anchor-x402.com. +- [icyberdeveloper/tbank-mcp](https://github.com/icyberdeveloper/tbank-mcp) [![icyberdeveloper/tbank-mcp MCP server](https://glama.ai/mcp/servers/icyberdeveloper/tbank-mcp/badges/score.svg)](https://glama.ai/mcp/servers/icyberdeveloper/tbank-mcp) 🐍 ☁️ - MCP server for T-Bank (Т-Банк) mobile banking — accounts, cards, transfers, bill pay, grocery ordering, tickets and travel search. - [ignaciohermosillacornejo/copilot-money-mcp](https://github.com/ignaciohermosillacornejo/copilot-money-mcp) [![ignaciohermosillacornejo/copilot-money-mcp MCP server](https://glama.ai/mcp/servers/ignaciohermosillacornejo/copilot-money-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ignaciohermosillacornejo/copilot-money-mcp) 📇 🏠 ☁️ 🍎 - Read and manage [Copilot Money](https://copilot.money) personal finance data — 30 tools for transactions, budgets, accounts, recurring charges, investments, and goals. Reads are 100% local from the Firestore cache; opt-in writes (`--write`) go directly to Copilot's GraphQL API. - [IndigoProtocol/indigo-mcp](https://github.com/IndigoProtocol/indigo-mcp) [![indigo-mcp MCP server](https://glama.ai/mcp/servers/IndigoProtocol/indigo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/IndigoProtocol/indigo-mcp) 📇 ☁️ 🏠 - MCP server for Indigo Protocol on Cardano — iAsset prices, CDP/loan analytics, stability pools, INDY staking, governance, and DEX data for LLM agents - [IndigoProtocol/cardano-mcp](https://github.com/IndigoProtocol/cardano-mcp) [![cardano-mcp MCP server](https://glama.ai/mcp/servers/IndigoProtocol/cardano-mcp/badges/score.svg)](https://glama.ai/mcp/servers/IndigoProtocol/cardano-mcp) 📇 ☁️ 🏠 - Cardano blockchain MCP server for wallet interactions — submit transactions, fetch addresses, read UTxOs, check balances, resolve ADAHandles, and check stake delegation From 74006267e74c6b31afc0effba9b2a46ca506c888 Mon Sep 17 00:00:00 2001 From: haruodev Date: Mon, 24 Aug 2026 00:00:38 -0300 Subject: [PATCH 089/115] Add tamperlens-mcp server to Security Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..06c95683a 100644 --- a/README.md +++ b/README.md @@ -3169,6 +3169,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [ARKALDA/hejdar-mcp](https://github.com/ARKALDA/hejdar-mcp) [![ARKALDA/hejdar-mcp MCP server](https://glama.ai/mcp/servers/ARKALDA/hejdar-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ARKALDA/hejdar-mcp) 🐍 ☁️ - Runtime policy enforcement for AI agents. Evaluate actions against organization policies before execution, with observe and enforce modes. - [goldmembrane/cleaner-code](https://github.com/goldmembrane/cleaner-code) [![cleaner-code MCP server](https://glama.ai/mcp/servers/goldmembrane/cleaner-code/badges/score.svg)](https://glama.ai/mcp/servers/goldmembrane/cleaner-code) 📇 🏠 🍎 🪟 🐧 - AI code security scanner MCP server. Detects 9 categories of threats in AI-generated code (invisible Unicode, Trojan Source, homoglyphs, Glassworm steganography, rules file backdoors, dependency typosquatting, obfuscation) using static analysis plus CodeBERT deep learning. Runs locally, free tier. - [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. +- [haruodev/tamperlens](https://github.com/haruodev/tamperlens) 📇 ☁️ 🍎 🪟 🐧 - Document forensics before an agent reads the file: whether a PDF, Office file or image was edited after it was written, whether its redactions actually removed the text, and whether it carries text addressed to a language model rather than to a reader — the recovered injection payload is elided rather than echoed back into the context. Thin client over the Tamperlens REST API; signals with evidence, never a verdict; nothing stored. 10 documents/hour with no key. `npx -y tamperlens-mcp` - [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. - [icoretech/warden-mcp](https://github.com/icoretech/warden-mcp) [![icoretech/warden-mcp MCP server](https://glama.ai/mcp/servers/icoretech/warden-mcp/badges/score.svg)](https://glama.ai/mcp/servers/icoretech/warden-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - MCP server for Bitwarden and Vaultwarden vault management. Search, create, edit, and organize logins, notes, cards, identities, SSH keys, folders, collections, attachments, and Sends via the official `bw` CLI. From 13fecf49be8fe1e925bb68213759c6553b4e5e97 Mon Sep 17 00:00:00 2001 From: Artem Chuikin Date: Mon, 24 Aug 2026 12:54:12 +0200 Subject: [PATCH 090/115] Add TranscriptOut YouTube server to Search & Data Extraction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..3b8e96b78 100644 --- a/README.md +++ b/README.md @@ -2875,6 +2875,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [vectara/vectara-mcp](https://github.com/vectara/vectara-mcp) 🐍 🏠 ☁️ - An MCP server for accessing Vectara's trusted RAG-as-a-service platform. ### 🔎 Search & Data Extraction +- [artemchuikin/youtube-mcp](https://github.com/artemchuikin/youtube-mcp) 🎖️ 📇 ☁️ - YouTube transcripts in five formats (text, JSON, SRT, VTT, srv3), video and channel search, playlists, and 4,000-video batch jobs over a hosted endpoint. 14 tools, free tier, no card. - [Newscatcher/catchall-mcp](https://github.com/Newscatcher/catchall-mcp) [![Newscatcher/catchall-mcp MCP server](https://glama.ai/mcp/servers/Newscatcher/catchall-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Newscatcher/catchall-mcp) 🐍 ☁️ - Recall-first web search: finds every relevant event across the open web, not just the top results. - [pgalyen1987/gate402-mcp](https://github.com/pgalyen1987/gate402-mcp) [![pgalyen1987/gate402-mcp MCP server](https://glama.ai/mcp/servers/pgalyen1987/gate402-mcp/badges/score.svg)](https://glama.ai/mcp/servers/pgalyen1987/gate402-mcp) 📇 ☁️ - Pay-per-call agent APIs over x402 (USDC on Base): per-token LLM inference (Llama 3.1/Qwen/Mistral), per-second GPU/CPU compute, on-chain/DeFi + SEC-EDGAR + news data, and clean-Markdown/Cloudflare-stealth web scraping. Signed receipts, no signup — auto-claims a free-tier key. Install via `npx -y gate402-mcp`. - [KnockOutEZ/wigolo](https://github.com/KnockOutEZ/wigolo) [![KnockOutEZ/wigolo MCP server](https://glama.ai/mcp/servers/KnockOutEZ/wigolo/badges/score.svg)](https://glama.ai/mcp/servers/KnockOutEZ/wigolo) 📇 🏠 - Local-first, keyless web intelligence in one server: search, fetch, crawl, extract, cache, find-similar, and research. Multi-engine search with local ML reranking and a persistent SQLite cache, renders JS-heavy pages, and keeps everything on your machine. Install via `npx wigolo init --non-interactive --agents=`. From 9b02db67c23207823d5cca16383b951e43d7d97e Mon Sep 17 00:00:00 2001 From: Artem Chuikin Date: Mon, 24 Aug 2026 13:05:00 +0200 Subject: [PATCH 091/115] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b8e96b78..09cd6905a 100644 --- a/README.md +++ b/README.md @@ -2875,7 +2875,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [vectara/vectara-mcp](https://github.com/vectara/vectara-mcp) 🐍 🏠 ☁️ - An MCP server for accessing Vectara's trusted RAG-as-a-service platform. ### 🔎 Search & Data Extraction -- [artemchuikin/youtube-mcp](https://github.com/artemchuikin/youtube-mcp) 🎖️ 📇 ☁️ - YouTube transcripts in five formats (text, JSON, SRT, VTT, srv3), video and channel search, playlists, and 4,000-video batch jobs over a hosted endpoint. 14 tools, free tier, no card. +- [artemchuikin/youtube-mcp](https://github.com/artemchuikin/youtube-mcp) [![artemchuikin/youtube-mcp MCP server](https://glama.ai/mcp/servers/artemchuikin/youtube-mcp/badges/score.svg)](https://glama.ai/mcp/servers/artemchuikin/youtube-mcp) 🎖️ 📇 ☁️ - YouTube transcripts in five formats (text, JSON, SRT, VTT, srv3), video and channel search, playlists, and 4,000-video batch jobs over a hosted endpoint. 14 tools, free tier, no card. - [Newscatcher/catchall-mcp](https://github.com/Newscatcher/catchall-mcp) [![Newscatcher/catchall-mcp MCP server](https://glama.ai/mcp/servers/Newscatcher/catchall-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Newscatcher/catchall-mcp) 🐍 ☁️ - Recall-first web search: finds every relevant event across the open web, not just the top results. - [pgalyen1987/gate402-mcp](https://github.com/pgalyen1987/gate402-mcp) [![pgalyen1987/gate402-mcp MCP server](https://glama.ai/mcp/servers/pgalyen1987/gate402-mcp/badges/score.svg)](https://glama.ai/mcp/servers/pgalyen1987/gate402-mcp) 📇 ☁️ - Pay-per-call agent APIs over x402 (USDC on Base): per-token LLM inference (Llama 3.1/Qwen/Mistral), per-second GPU/CPU compute, on-chain/DeFi + SEC-EDGAR + news data, and clean-Markdown/Cloudflare-stealth web scraping. Signed receipts, no signup — auto-claims a free-tier key. Install via `npx -y gate402-mcp`. - [KnockOutEZ/wigolo](https://github.com/KnockOutEZ/wigolo) [![KnockOutEZ/wigolo MCP server](https://glama.ai/mcp/servers/KnockOutEZ/wigolo/badges/score.svg)](https://glama.ai/mcp/servers/KnockOutEZ/wigolo) 📇 🏠 - Local-first, keyless web intelligence in one server: search, fetch, crawl, extract, cache, find-similar, and research. Multi-engine search with local ML reranking and a persistent SQLite cache, renders JS-heavy pages, and keeps everything on your machine. Install via `npx wigolo init --non-interactive --agents=`. From ee763beb83ebd5cd08ead3b3622a7c9af06ab14b Mon Sep 17 00:00:00 2001 From: haruodev Date: Mon, 24 Aug 2026 11:07:04 -0300 Subject: [PATCH 092/115] =?UTF-8?q?tamperlens-mcp:=20link=20para=20o=20rep?= =?UTF-8?q?o=20p=C3=BAblico=20+=20badge=20de=20score=20do=20Glama?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aponta para haruodev/tamperlens-mcp (o repo dedicado público) em vez do monorepo privado, e adiciona o badge de score que o glama-check pede. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06c95683a..b39d8c803 100644 --- a/README.md +++ b/README.md @@ -3169,7 +3169,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [ARKALDA/hejdar-mcp](https://github.com/ARKALDA/hejdar-mcp) [![ARKALDA/hejdar-mcp MCP server](https://glama.ai/mcp/servers/ARKALDA/hejdar-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ARKALDA/hejdar-mcp) 🐍 ☁️ - Runtime policy enforcement for AI agents. Evaluate actions against organization policies before execution, with observe and enforce modes. - [goldmembrane/cleaner-code](https://github.com/goldmembrane/cleaner-code) [![cleaner-code MCP server](https://glama.ai/mcp/servers/goldmembrane/cleaner-code/badges/score.svg)](https://glama.ai/mcp/servers/goldmembrane/cleaner-code) 📇 🏠 🍎 🪟 🐧 - AI code security scanner MCP server. Detects 9 categories of threats in AI-generated code (invisible Unicode, Trojan Source, homoglyphs, Glassworm steganography, rules file backdoors, dependency typosquatting, obfuscation) using static analysis plus CodeBERT deep learning. Runs locally, free tier. - [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. -- [haruodev/tamperlens](https://github.com/haruodev/tamperlens) 📇 ☁️ 🍎 🪟 🐧 - Document forensics before an agent reads the file: whether a PDF, Office file or image was edited after it was written, whether its redactions actually removed the text, and whether it carries text addressed to a language model rather than to a reader — the recovered injection payload is elided rather than echoed back into the context. Thin client over the Tamperlens REST API; signals with evidence, never a verdict; nothing stored. 10 documents/hour with no key. `npx -y tamperlens-mcp` +- [haruodev/tamperlens-mcp](https://github.com/haruodev/tamperlens-mcp) [![haruodev/tamperlens-mcp MCP server](https://glama.ai/mcp/servers/haruodev/tamperlens-mcp/badges/score.svg)](https://glama.ai/mcp/servers/haruodev/tamperlens-mcp) 📇 ☁️ 🍎 🪟 🐧 - Document forensics before an agent reads the file: whether a PDF, Office file or image was edited after it was written, whether its redactions actually removed the text, and whether it carries text addressed to a language model rather than to a reader — the recovered injection payload is elided rather than echoed back into the context. Thin client over the Tamperlens REST API; signals with evidence, never a verdict; nothing stored. 10 documents/hour with no key. `npx -y tamperlens-mcp` - [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. - [icoretech/warden-mcp](https://github.com/icoretech/warden-mcp) [![icoretech/warden-mcp MCP server](https://glama.ai/mcp/servers/icoretech/warden-mcp/badges/score.svg)](https://glama.ai/mcp/servers/icoretech/warden-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - MCP server for Bitwarden and Vaultwarden vault management. Search, create, edit, and organize logins, notes, cards, identities, SSH keys, folders, collections, attachments, and Sends via the official `bw` CLI. From 007a345eff90c7de9297c1309493e690569b1668 Mon Sep 17 00:00:00 2001 From: PolyOrderbooks Date: Tue, 25 Aug 2026 01:04:49 +0530 Subject: [PATCH 094/115] Add polyorderbooks/mcp-server to Finance & Fintech. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Historical Polymarket order book depth — full L2 ladders at 1-second resolution on resolved markets. There are already several good Polymarket servers on the list. They wrap Polymarket own Gamma and CLOB APIs, which serve the current book and 1-minute price history; none can serve historical depth, because Polymarket does not archive it at any granularity. This one serves depth that was captured live, which is the gap rather than a duplicate. TypeScript, npx-installable, MIT. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..628b99ffd 100644 --- a/README.md +++ b/README.md @@ -2105,6 +2105,7 @@ px goldbean-mcp\. - [amitesh-m/wealthville-integrations](https://github.com/amitesh-m/wealthville-integrations) [![Wealthville MCP server](https://glama.ai/mcp/servers/amitesh-m/wealthville-integrations/badges/score.svg)](https://glama.ai/mcp/servers/amitesh-m/wealthville-integrations) 🎖️ 📇 🏠 - Solana + EVM liquidity-pool scores for AI agents: **Enter/Hold/Exit verdicts** and a composite **0–100 Wealthville Score**, plus a live, immutable, miss-inclusive track record. 4 read-only tools (pool score, top pools, track record, signals feed). In the official MCP Registry. `npx @wealthville/mcp-server` - [SynderAccounting/gl-importer-plugin](https://github.com/SynderAccounting/gl-importer-plugin) [![SynderAccounting/gl-importer-plugin MCP server](https://glama.ai/mcp/servers/SynderAccounting/gl-importer-plugin/badges/score.svg)](https://glama.ai/mcp/servers/SynderAccounting/gl-importer-plugin) 🎖️ 📇 ☁️ - Import CSV/XLSX accounting data into QuickBooks Online or Xero via the [Synder Importer API](https://importer.synder.com). 19 tools covering imports, field mapping rules, post-import rules, and entity discovery. Install with `npx -y @cloudbusiness/gl-importer-mcp`. - [sand0vvv/hyperevm-mcp](https://github.com/sand0vvv/hyperevm-mcp) [![sand0vvv/hyperevm-mcp MCP server](https://glama.ai/mcp/servers/sand0vvv/hyperevm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sand0vvv/hyperevm-mcp) 📇 ☁️ 🍎 🪟 🐧 - Read-only Hyperliquid / HyperEVM: every way to earn on HYPE in one table — liquid staking, lending with utilisation and max LTV, LP pools, and the HLP vault — with yield a pool earns separated from yield paid in emitted tokens. Also protocol TVL, fees actually paid, perp and spot markets, funding history, and order-book depth with a straight answer when a size will not fill. Where a source publishes a figure whose unit cannot be confirmed, the cell reads n/a instead. No keys, no signing, nothing to configure. `npx -y @sand0vvv/hyperevm-mcp` +- [polyorderbooks/mcp-server](https://github.com/polyorderbooks/mcp-server) 📇 ☁️ - Historical Polymarket order book depth — full L2 bid/ask ladders at 1-second resolution on resolved markets, plus prices, spread and liquidity. Polymarket archives no order book history, so this serves depth captured live. ### 🎮 Gaming Integration with gaming related data, game engines, and services From d376a9a0cdfad8c682242e6e5281009ac1e4b65f Mon Sep 17 00:00:00 2001 From: PolyOrderbooks Date: Tue, 25 Aug 2026 18:21:08 +0530 Subject: [PATCH 095/115] Add the Glama score badge. Placed immediately after the repository link, before the language and scope flags, matching the other badged entries in the section rather than the "after the description" wording in the request. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 628b99ffd..69e864cc0 100644 --- a/README.md +++ b/README.md @@ -2105,7 +2105,7 @@ px goldbean-mcp\. - [amitesh-m/wealthville-integrations](https://github.com/amitesh-m/wealthville-integrations) [![Wealthville MCP server](https://glama.ai/mcp/servers/amitesh-m/wealthville-integrations/badges/score.svg)](https://glama.ai/mcp/servers/amitesh-m/wealthville-integrations) 🎖️ 📇 🏠 - Solana + EVM liquidity-pool scores for AI agents: **Enter/Hold/Exit verdicts** and a composite **0–100 Wealthville Score**, plus a live, immutable, miss-inclusive track record. 4 read-only tools (pool score, top pools, track record, signals feed). In the official MCP Registry. `npx @wealthville/mcp-server` - [SynderAccounting/gl-importer-plugin](https://github.com/SynderAccounting/gl-importer-plugin) [![SynderAccounting/gl-importer-plugin MCP server](https://glama.ai/mcp/servers/SynderAccounting/gl-importer-plugin/badges/score.svg)](https://glama.ai/mcp/servers/SynderAccounting/gl-importer-plugin) 🎖️ 📇 ☁️ - Import CSV/XLSX accounting data into QuickBooks Online or Xero via the [Synder Importer API](https://importer.synder.com). 19 tools covering imports, field mapping rules, post-import rules, and entity discovery. Install with `npx -y @cloudbusiness/gl-importer-mcp`. - [sand0vvv/hyperevm-mcp](https://github.com/sand0vvv/hyperevm-mcp) [![sand0vvv/hyperevm-mcp MCP server](https://glama.ai/mcp/servers/sand0vvv/hyperevm-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sand0vvv/hyperevm-mcp) 📇 ☁️ 🍎 🪟 🐧 - Read-only Hyperliquid / HyperEVM: every way to earn on HYPE in one table — liquid staking, lending with utilisation and max LTV, LP pools, and the HLP vault — with yield a pool earns separated from yield paid in emitted tokens. Also protocol TVL, fees actually paid, perp and spot markets, funding history, and order-book depth with a straight answer when a size will not fill. Where a source publishes a figure whose unit cannot be confirmed, the cell reads n/a instead. No keys, no signing, nothing to configure. `npx -y @sand0vvv/hyperevm-mcp` -- [polyorderbooks/mcp-server](https://github.com/polyorderbooks/mcp-server) 📇 ☁️ - Historical Polymarket order book depth — full L2 bid/ask ladders at 1-second resolution on resolved markets, plus prices, spread and liquidity. Polymarket archives no order book history, so this serves depth captured live. +- [polyorderbooks/mcp-server](https://github.com/polyorderbooks/mcp-server) [![polyorderbooks/mcp-server MCP server](https://glama.ai/mcp/servers/polyorderbooks/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/polyorderbooks/mcp-server) 📇 ☁️ - Historical Polymarket order book depth — full L2 bid/ask ladders at 1-second resolution on resolved markets, plus prices, spread and liquidity. Polymarket archives no order book history, so this serves depth captured live. ### 🎮 Gaming Integration with gaming related data, game engines, and services From de362853832059566cb33a2011ef791f95b879ec Mon Sep 17 00:00:00 2001 From: SolveGate Dev Date: Tue, 25 Aug 2026 17:12:03 +0000 Subject: [PATCH 096/115] Add SolveGate MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..1c2136e56 100644 --- a/README.md +++ b/README.md @@ -466,6 +466,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [serkan-ozal/browser-devtools-mcp](https://github.com/serkan-ozal/browser-devtools-mcp) 📇 - An MCP Server enables AI assistants to autonomously test, debug, and validate web applications. - [site-shot/site-shot-mcp](https://github.com/site-shot/site-shot-mcp) [![site-shot/site-shot-mcp MCP server](https://glama.ai/mcp/servers/site-shot/site-shot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/site-shot/site-shot-mcp) 📇 ☁️ - Website screenshot API for AI agents. Real Chromium rendering, full-page capture up to 20,000px, country/geo proxies, and automatic ad & cookie-banner removal (cleaner images, fewer vision tokens). Two tools: `capture_screenshot`, `capture_full_page`. Install: `npx -y site-shot-mcp`. - [softvoyagers/pageshot-api](https://github.com/softvoyagers/pageshot-api) 📇 ☁️ - Free webpage screenshot capture API with format, viewport, and dark mode options. No API key required. +- [SolveGate/solvegate-mcp](https://github.com/SolveGate/solvegate-mcp) 🎖️ 📇 ☁️ - Deal with Cloudflare Turnstile from an agent. `inspect_page` reports whether a page actually uses Turnstile and what its sitekey is — free, no API key — so the agent can look before it acts, and it says plainly when a page carries reCAPTCHA or hCaptcha instead, or is a full-page Cloudflare interstitial rather than an embedded widget. `solve_turnstile` and `get_solve` clear the challenge and return a token when one is genuinely needed. `npx -y solvegate-mcp` - [swimmwatch/cloakbrowser-mcp](https://github.com/swimmwatch/cloakbrowser-mcp) [![swimmwatch/cloakbrowser-mcp MCP server](https://glama.ai/mcp/servers/swimmwatch/cloakbrowser-mcp/badges/score.svg)](https://glama.ai/mcp/servers/swimmwatch/cloakbrowser-mcp) 📇 🏠 🍎 🪟 🐧 - Playwright MCP-compatible browser automation using CloakBrowser Chromium, available as an npm package and Docker image. - [User0856/snaprender-mcp](https://github.com/User0856/snaprender-integrations/tree/main/mcp-server) [![snaprender-mcp MCP server](https://glama.ai/mcp/servers/@User0856/snaprender-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@User0856/snaprender-mcp) 📇 ☁️ - Screenshot API for AI agents — capture any website as PNG, JPEG, WebP, or PDF with device emulation, dark mode, ad blocking, and cookie banner removal. Free tier included. - [copperline-labs/rendex-mcp](https://github.com/copperline-labs/rendex-mcp) [![rendex-mcp MCP server](https://glama.ai/mcp/servers/copperline-labs/rendex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/copperline-labs/rendex-mcp) 📇 ☁️ - Screenshot, PDF, and HTML rendering API for AI agents. Capture any URL or raw HTML as PNG/JPEG/WebP/PDF with batch processing, geo-targeting, async webhooks, and MCP-native integration. Free tier included. From 644e58def2882bf0f09ff816e8f972a4155adf5c Mon Sep 17 00:00:00 2001 From: SolveGate Dev Date: Tue, 25 Aug 2026 20:29:26 +0000 Subject: [PATCH 097/115] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c2136e56..c4c78ba3f 100644 --- a/README.md +++ b/README.md @@ -466,7 +466,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [serkan-ozal/browser-devtools-mcp](https://github.com/serkan-ozal/browser-devtools-mcp) 📇 - An MCP Server enables AI assistants to autonomously test, debug, and validate web applications. - [site-shot/site-shot-mcp](https://github.com/site-shot/site-shot-mcp) [![site-shot/site-shot-mcp MCP server](https://glama.ai/mcp/servers/site-shot/site-shot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/site-shot/site-shot-mcp) 📇 ☁️ - Website screenshot API for AI agents. Real Chromium rendering, full-page capture up to 20,000px, country/geo proxies, and automatic ad & cookie-banner removal (cleaner images, fewer vision tokens). Two tools: `capture_screenshot`, `capture_full_page`. Install: `npx -y site-shot-mcp`. - [softvoyagers/pageshot-api](https://github.com/softvoyagers/pageshot-api) 📇 ☁️ - Free webpage screenshot capture API with format, viewport, and dark mode options. No API key required. -- [SolveGate/solvegate-mcp](https://github.com/SolveGate/solvegate-mcp) 🎖️ 📇 ☁️ - Deal with Cloudflare Turnstile from an agent. `inspect_page` reports whether a page actually uses Turnstile and what its sitekey is — free, no API key — so the agent can look before it acts, and it says plainly when a page carries reCAPTCHA or hCaptcha instead, or is a full-page Cloudflare interstitial rather than an embedded widget. `solve_turnstile` and `get_solve` clear the challenge and return a token when one is genuinely needed. `npx -y solvegate-mcp` +- [SolveGate/solvegate-mcp](https://github.com/SolveGate/solvegate-mcp) [![SolveGate/solvegate-mcp MCP server](https://glama.ai/mcp/servers/SolveGate/solvegate-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SolveGate/solvegate-mcp) 🎖️ 📇 ☁️ - Deal with Cloudflare Turnstile from an agent. `inspect_page` reports whether a page actually uses Turnstile and what its sitekey is — free, no API key — so the agent can look before it acts, and it says plainly when a page carries reCAPTCHA or hCaptcha instead, or is a full-page Cloudflare interstitial rather than an embedded widget. `solve_turnstile` and `get_solve` clear the challenge and return a token when one is genuinely needed. `npx -y solvegate-mcp` - [swimmwatch/cloakbrowser-mcp](https://github.com/swimmwatch/cloakbrowser-mcp) [![swimmwatch/cloakbrowser-mcp MCP server](https://glama.ai/mcp/servers/swimmwatch/cloakbrowser-mcp/badges/score.svg)](https://glama.ai/mcp/servers/swimmwatch/cloakbrowser-mcp) 📇 🏠 🍎 🪟 🐧 - Playwright MCP-compatible browser automation using CloakBrowser Chromium, available as an npm package and Docker image. - [User0856/snaprender-mcp](https://github.com/User0856/snaprender-integrations/tree/main/mcp-server) [![snaprender-mcp MCP server](https://glama.ai/mcp/servers/@User0856/snaprender-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@User0856/snaprender-mcp) 📇 ☁️ - Screenshot API for AI agents — capture any website as PNG, JPEG, WebP, or PDF with device emulation, dark mode, ad blocking, and cookie banner removal. Free tier included. - [copperline-labs/rendex-mcp](https://github.com/copperline-labs/rendex-mcp) [![rendex-mcp MCP server](https://glama.ai/mcp/servers/copperline-labs/rendex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/copperline-labs/rendex-mcp) 📇 ☁️ - Screenshot, PDF, and HTML rendering API for AI agents. Capture any URL or raw HTML as PNG/JPEG/WebP/PDF with batch processing, geo-targeting, async webhooks, and MCP-native integration. Free tier included. From f606809a33a266cae75e8ff8ad69dd9a9bb2d71f Mon Sep 17 00:00:00 2001 From: Paris Date: Wed, 26 Aug 2026 10:10:24 +0300 Subject: [PATCH 098/115] Add parasxos/apple-mail-mcp to communication servers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..e6a0c56fd 100644 --- a/README.md +++ b/README.md @@ -765,6 +765,7 @@ Integration with communication platforms for message management and channel oper - [sendchamp/ai](https://github.com/sendchamp/ai) [![sendchamp/ai MCP server](https://glama.ai/mcp/servers/sendchamp/ai/badges/score.svg)](https://glama.ai/mcp/servers/sendchamp/ai) 🎖️ ☁️ - Official Sendchamp docs MCP server for AI coding agents. Read-only search and retrieval over SMS, OTP verification, and Africa-specific routing documentation. Endpoint: `https://mcp.sendchamp.com/docs`. Pair with Agent Skills via `npx skills add sendchamp/ai`. - [iprashantraj/mcp-discord-bridge](https://github.com/iprashantraj/mcp-discord-bridge) [![iprashantraj/mcp-discord-bridge MCP server](https://glama.ai/mcp/servers/iprashantraj/mcp-discord-bridge/badges/score.svg)](https://glama.ai/mcp/servers/iprashantraj/mcp-discord-bridge) 📇 🏠 🍎 🪟 🐧 - Discord MCP server with 46 tools for channels, messages, forums, webhooks, members, roles, threads, and moderation. Zero-install via `npx -y mcp-discord-bridge`. Also runs as a standalone bot with slash commands. - [jcoulaud/shipmail-mcp](https://github.com/jcoulaud/shipmail-mcp) [![jcoulaud/shipmail-mcp MCP server](https://glama.ai/mcp/servers/jcoulaud/shipmail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jcoulaud/shipmail-mcp) 📇 ☁️ - Business email MCP server for AI agents. Manage custom-domain mailboxes, read and send messages, draft replies, inspect threads, and automate Shipmail REST API/webhook workflows. +- [parasxos/apple-mail-mcp](https://github.com/parasxos/apple-mail-mcp) 🐍 🏠 🍎 - Full-featured MCP server for Apple Mail. Indexed search over 300k+ message mailboxes in milliseconds, full-text body search with Exchange backfill, verified multi-identity sending (SMTP/Keychain, SSH bastion, pipe), server-side scheduled sends with cancel, reviewed plan-then-apply triage, and a local audit ledger. 21 tools, frozen v1 wire contract. - [sethbang/proton-mail-mcp](https://github.com/sethbang/proton-mail-mcp) [![proton-mail-mcp MCP server](https://glama.ai/mcp/servers/sethbang/proton-mail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sethbang/proton-mail-mcp) 📇 🏠 - Unofficial Proton Mail MCP server — send, read, search, and organize email over SMTP and IMAP (via Proton Mail Bridge). Bulk ops with dry-run previews, read-only mode, and Trash-by-default deletes. Not affiliated with Proton AG. - [shahabazdev/inxmail-mcp](https://github.com/shahabazdev/inxmail-mcp) [![shahabazdev/inxmail-mcp MCP server](https://glama.ai/mcp/servers/shahabazdev/inxmail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/shahabazdev/inxmail-mcp) 📇 ☁️ - Manage Inxmail Commerce transactional emails — events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking. - [TheSameAbramovych/qmailing-mcp-server](https://github.com/TheSameAbramovych/qmailing-mcp-server) [![TheSameAbramovych/qmailing-mcp-server MCP server](https://glama.ai/mcp/servers/TheSameAbramovych/qmailing-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/TheSameAbramovych/qmailing-mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - AI agents read & send email, manage mailboxes, custom domains and webhooks via the QMailing API (npm stdio + hosted OAuth connector). From adab2de0eb8ebe5a127c2b6f52589c69dab9bb39 Mon Sep 17 00:00:00 2001 From: SLP-DEV1 Date: Wed, 26 Aug 2026 12:02:55 +0200 Subject: [PATCH 099/115] Add qwen-dap-mcp native debugger bridge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..7f1e1b371 100644 --- a/README.md +++ b/README.md @@ -1061,6 +1061,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [hernaninverso/eleata-verify-mcp](https://github.com/hernaninverso/eleata-verify-mcp) [![hernaninverso/eleata-verify-mcp MCP server](https://glama.ai/mcp/servers/hernaninverso/eleata-verify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hernaninverso/eleata-verify-mcp) 📇 ☁️ - Grounding / hallucination guard: verify a claim against evidence (Supported/Refuted/Not Enough Evidence) with a confidence + abstain flag, for RAG and agents. `npx -y eleata-verify-mcp`. - [appcreationsca/bumpguard-mcp](https://github.com/appcreationsca/bumpguard-mcp) [![appcreationsca/bumpguard-mcp MCP server](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp) 🐍 🏠 🍎 🪟 🐧 - Pre-flight dependency-upgrade impact analysis: reports exactly which of your code's API usages break *before* you bump a dependency, with line numbers, severity, and fix hints. Also verifies AI-written code against the actually-installed API to catch hallucinated calls. Static analysis only — never runs third-party code. Python + .NET. `pip install bumpguard-mcp` - [MasterPlayspots/motionspec](https://github.com/MasterPlayspots/motionspec) [![MasterPlayspots/motionspec MCP server](https://glama.ai/mcp/servers/MasterPlayspots/motionspec/badges/score.svg)](https://glama.ai/mcp/servers/MasterPlayspots/motionspec) 📇 ☁️ 🏠 - Reduced-motion / WCAG 2.2.2+2.3.3 verification for web animation: agents author validated specs; a deterministic compiler emits reduced-motion-safe, on-budget CSS. Keyless hosted endpoint (motion_catalog, motion_validate). +- [SLP-DEV1/qwen-dap-mcp](https://github.com/SLP-DEV1/qwen-dap-mcp) 📇 🏠 🪟 - DAP-to-MCP bridge that gives coding agents structured native-debugger evidence through CodeLLDB, including stack frames, registers, locals, disassembly, memory, crash dumps, and bounded autonomous crash fix/verify workflows. [![SLP-DEV1/qwen-dap-mcp MCP server](https://glama.ai/mcp/servers/SLP-DEV1/qwen-dap-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SLP-DEV1/qwen-dap-mcp) - [Vivekpatil200320/CyberRescue](https://github.com/Vivekpatil200320/cyberrescue) [![cyberrescue MCP server](https://glama.ai/mcp/servers/Vivekpatil200320/cyberrescue/badges/score.svg)](https://glama.ai/mcp/servers/Vivekpatil200320/cyberrescue) 🐍 🏠 - Secure host-level telemetry gateway enabling sandboxed AI agents to dynamically fetch container logs and track kernel resource metrics. - [davidmosiah/delx-mcp-server](https://github.com/davidmosiah/delx-mcp-server) [![Delx MCP Server](https://glama.ai/mcp/servers/davidmosiah/delx-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/davidmosiah/delx-mcp-server) 📇 🏠 ☁️ 🍎 🪟 🐧 - Native stdio bridge for the hosted Delx Protocol MCP endpoint, with one-command client install, doctor checks and live tool discovery. - [DeusData/codebase-memory-mcp](https://github.com/DeusData/codebase-memory-mcp) [![DeusData/codebase-memory-mcp MCP server](https://glama.ai/mcp/servers/DeusData/codebase-memory-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DeusData/codebase-memory-mcp) 🌊 🏠 🍎 🪟 🐧 - Code-intelligence engine that indexes a repo into a persistent knowledge graph — functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, ~99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. `npx codebase-memory-mcp` From 943e12e242be89c7fefe2e6167cc9280d34eb17b Mon Sep 17 00:00:00 2001 From: HAJJI Date: Wed, 26 Aug 2026 21:39:41 +0200 Subject: [PATCH 100/115] Add SFHAJJI/lex to the Legal section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..6ab5d8715 100644 --- a/README.md +++ b/README.md @@ -2504,6 +2504,7 @@ Access to legal information, legislation, and legal databases. Enables AI models - [Patent-PreCheck/patent-precheck-mcp](https://github.com/Patent-PreCheck/patent-precheck-mcp) [![Patent-PreCheck/patent-precheck-mcp MCP server](https://glama.ai/mcp/servers/Patent-PreCheck/patent-precheck-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Patent-PreCheck/patent-precheck-mcp) 📇 ☁️ - Patentability pre-check for code — USPTO statutory pillar scores (§101 eligibility, §102 novelty, §103 non-obviousness, §112 documentation), filing-readiness, and prior-art signals. No API keys; runs as a CLI or MCP server. Tools: `precheck_score`, `precheck_pillars`, `precheck_start_review`. Install: `npx -y @patentprecheck/mcp`. - [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. - [ptrinh/finalnotice-mcp](https://github.com/ptrinh/finalnotice-mcp) [![ptrinh/finalnotice-mcp MCP server](https://glama.ai/mcp/servers/ptrinh/finalnotice-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ptrinh/finalnotice-mcp) 📇 ☁️ - Generate localized debt-collection demand-letter PDFs (formal letter + matching envelope) across 100+ jurisdictions and 33 languages. No auth, no key — tools: `list_jurisdictions`, `preview_demand_letter`, `generate_demand_letter`. Hosted Streamable HTTP at finalnotice.io/mcp. +- [SFHAJJI/lex](https://github.com/SFHAJJI/lex) #⃣ ☁️ - Point-in-time Luxembourg and EU law: what did this article say on this date. Ten read-only tools for search, as-of retrieval, article history, diff, timeline, citations, provenance and coverage over the official Legilux and EUR-Lex texts, with publisher permalinks and content hashes on every answer. Remote server at law.soufien.lu/mcp. - [smilemin07/korean-rnd-regs-mcp](https://github.com/smilemin07/korean-rnd-regs-mcp) [![korean-rnd-regs-mcp MCP server](https://glama.ai/mcp/servers/smilemin07/korean-rnd-regs-mcp/badges/score.svg)](https://glama.ai/mcp/servers/smilemin07/korean-rnd-regs-mcp) 🐍 🏠 - Natural-language search and review of South Korea's national R&D (research & development) regulations (acts, decrees, and administrative rules), returning the current in-force provisions with citations, fetched live from the official national law database. - [smythmyke/patent-search-mcp-server](https://github.com/smythmyke/patent-search-mcp-server) [![smythmyke/patent-search-mcp-server MCP server](https://glama.ai/mcp/servers/smythmyke/patent-search-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/smythmyke/patent-search-mcp-server) 📇 ☁️ - Patent intelligence and prior-art research for the AI Patent Search Generator. Eleven tools: full patent dossier (bibliography, claims, citations, family, classifications, examiner stats); USPTO prosecution-history file wrappers; AI Office Action analysis (rejection grounds, cited prior art, suggested response arguments); Boolean query generator; multi-strategy patent search (telescoping / onion-ring / faceted); similar-document ranking; citation graph (backward + forward, examiner-cited flagged); family lookup; and CPC classification lookup. Install: `npx -y patent-search-mcp-server`. - [Vaquill-AI/canlii-mcp](https://github.com/Vaquill-AI/canlii-mcp) [![Vaquill-AI/canlii-mcp MCP server](https://glama.ai/mcp/servers/Vaquill-AI/canlii-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Vaquill-AI/canlii-mcp) 📇 ☁️ - Canadian case law and legislation metadata via CanLII. Bring-your-own free CanLII API key. Hosted endpoint at canlii-mcp.vaquill.ai. MIT. From 50b464e5988dd1b97b6c5ae34e10e5bd3068071b Mon Sep 17 00:00:00 2001 From: Paris Date: Thu, 27 Aug 2026 12:13:04 +0300 Subject: [PATCH 101/115] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6a0c56fd..09379fad9 100644 --- a/README.md +++ b/README.md @@ -765,7 +765,7 @@ Integration with communication platforms for message management and channel oper - [sendchamp/ai](https://github.com/sendchamp/ai) [![sendchamp/ai MCP server](https://glama.ai/mcp/servers/sendchamp/ai/badges/score.svg)](https://glama.ai/mcp/servers/sendchamp/ai) 🎖️ ☁️ - Official Sendchamp docs MCP server for AI coding agents. Read-only search and retrieval over SMS, OTP verification, and Africa-specific routing documentation. Endpoint: `https://mcp.sendchamp.com/docs`. Pair with Agent Skills via `npx skills add sendchamp/ai`. - [iprashantraj/mcp-discord-bridge](https://github.com/iprashantraj/mcp-discord-bridge) [![iprashantraj/mcp-discord-bridge MCP server](https://glama.ai/mcp/servers/iprashantraj/mcp-discord-bridge/badges/score.svg)](https://glama.ai/mcp/servers/iprashantraj/mcp-discord-bridge) 📇 🏠 🍎 🪟 🐧 - Discord MCP server with 46 tools for channels, messages, forums, webhooks, members, roles, threads, and moderation. Zero-install via `npx -y mcp-discord-bridge`. Also runs as a standalone bot with slash commands. - [jcoulaud/shipmail-mcp](https://github.com/jcoulaud/shipmail-mcp) [![jcoulaud/shipmail-mcp MCP server](https://glama.ai/mcp/servers/jcoulaud/shipmail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jcoulaud/shipmail-mcp) 📇 ☁️ - Business email MCP server for AI agents. Manage custom-domain mailboxes, read and send messages, draft replies, inspect threads, and automate Shipmail REST API/webhook workflows. -- [parasxos/apple-mail-mcp](https://github.com/parasxos/apple-mail-mcp) 🐍 🏠 🍎 - Full-featured MCP server for Apple Mail. Indexed search over 300k+ message mailboxes in milliseconds, full-text body search with Exchange backfill, verified multi-identity sending (SMTP/Keychain, SSH bastion, pipe), server-side scheduled sends with cancel, reviewed plan-then-apply triage, and a local audit ledger. 21 tools, frozen v1 wire contract. +- [parasxos/apple-mail-mcp](https://github.com/parasxos/apple-mail-mcp) [![parasxos/apple-mail-mcp MCP server](https://glama.ai/mcp/servers/parasxos/apple-mail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/parasxos/apple-mail-mcp) 🐍 🏠 🍎 - Full-featured MCP server for Apple Mail. Indexed search over 300k+ message mailboxes in milliseconds, full-text body search with Exchange backfill, verified multi-identity sending (SMTP/Keychain, SSH bastion, pipe), server-side scheduled sends with cancel, reviewed plan-then-apply triage, and a local audit ledger. 21 tools, frozen v1 wire contract. - [sethbang/proton-mail-mcp](https://github.com/sethbang/proton-mail-mcp) [![proton-mail-mcp MCP server](https://glama.ai/mcp/servers/sethbang/proton-mail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sethbang/proton-mail-mcp) 📇 🏠 - Unofficial Proton Mail MCP server — send, read, search, and organize email over SMTP and IMAP (via Proton Mail Bridge). Bulk ops with dry-run previews, read-only mode, and Trash-by-default deletes. Not affiliated with Proton AG. - [shahabazdev/inxmail-mcp](https://github.com/shahabazdev/inxmail-mcp) [![shahabazdev/inxmail-mcp MCP server](https://glama.ai/mcp/servers/shahabazdev/inxmail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/shahabazdev/inxmail-mcp) 📇 ☁️ - Manage Inxmail Commerce transactional emails — events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking. - [TheSameAbramovych/qmailing-mcp-server](https://github.com/TheSameAbramovych/qmailing-mcp-server) [![TheSameAbramovych/qmailing-mcp-server MCP server](https://glama.ai/mcp/servers/TheSameAbramovych/qmailing-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/TheSameAbramovych/qmailing-mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - AI agents read & send email, manage mailboxes, custom domains and webhooks via the QMailing API (npm stdio + hosted OAuth connector). From 6cccb0a9693b29ea35958fd47ec4118fc9ed22a5 Mon Sep 17 00:00:00 2001 From: Horizon Date: Fri, 28 Aug 2026 09:58:03 +0900 Subject: [PATCH 102/115] Add hs-femtech-mcp to Health & Wellness --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f37dea1c5..d978b295a 100644 --- a/README.md +++ b/README.md @@ -2167,6 +2167,7 @@ Integration with gaming related data, game engines, and services Access health metrics, wellness data, and medical information through various health platforms. +- [io.github.ogasurfproject-jpg/hs-femtech-mcp](https://github.com/ogasurfproject-jpg/hs-femtech-mcp) 📇 ☁️ - Neutral verification registry for femtech (women's health) information sources. Indexes sources by provenance, authority tier, jurisdiction, and machine-readable compensation disclosure. No diagnosis, no efficacy claims, no referral fees. - [io.github.PhilipAD/health-export-mcp](https://github.com/PhilipAD/health-export-mcp) [![io.github.PhilipAD/health-export-mcp MCP server](https://glama.ai/mcp/servers/PhilipAD/health-export-mcp/badges/score.svg)](https://glama.ai/mcp/servers/PhilipAD/health-export-mcp) 🍎 🏠 - Query 190 Apple Health metrics from any MCP agent — zero-dependency, read-only, local-first. ### 🏠 Home Automation From 6946492d87f42d45f72478768bdfa72f07a3d4b8 Mon Sep 17 00:00:00 2001 From: Horizon Date: Fri, 28 Aug 2026 10:52:38 +0900 Subject: [PATCH 103/115] Revert "Add hs-femtech-mcp to Health & Wellness" This reverts commit 6cccb0a9693b29ea35958fd47ec4118fc9ed22a5. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d978b295a..f37dea1c5 100644 --- a/README.md +++ b/README.md @@ -2167,7 +2167,6 @@ Integration with gaming related data, game engines, and services Access health metrics, wellness data, and medical information through various health platforms. -- [io.github.ogasurfproject-jpg/hs-femtech-mcp](https://github.com/ogasurfproject-jpg/hs-femtech-mcp) 📇 ☁️ - Neutral verification registry for femtech (women's health) information sources. Indexes sources by provenance, authority tier, jurisdiction, and machine-readable compensation disclosure. No diagnosis, no efficacy claims, no referral fees. - [io.github.PhilipAD/health-export-mcp](https://github.com/PhilipAD/health-export-mcp) [![io.github.PhilipAD/health-export-mcp MCP server](https://glama.ai/mcp/servers/PhilipAD/health-export-mcp/badges/score.svg)](https://glama.ai/mcp/servers/PhilipAD/health-export-mcp) 🍎 🏠 - Query 190 Apple Health metrics from any MCP agent — zero-dependency, read-only, local-first. ### 🏠 Home Automation From 06fd31c73880780fffaa0cf8b8385e2769427354 Mon Sep 17 00:00:00 2001 From: Nykolus Alvut Date: Fri, 28 Aug 2026 12:51:09 +0900 Subject: [PATCH 104/115] Add KitchenSink4Word (Word .docx MCP server) Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6089495b4..e762082cf 100644 --- a/README.md +++ b/README.md @@ -3552,6 +3552,7 @@ Interact with Git repositories and version control platforms. Enables repository - [minhhq-a1/odoo-pulse](https://github.com/minhhq-a1/odoo-pulse) [![minhhq-a1/odoo-pulse MCP server](https://glama.ai/mcp/servers/minhhq-a1/odoo-pulse/badges/score.svg)](https://glama.ai/mcp/servers/minhhq-a1/odoo-pulse) 🐍 ☁️ - An AI Business Analyst for Odoo ERP: one-call reports with a verdict (business_pulse, pipeline_review, receivables_health, inventory_risk, sales_snapshot, absence_overview) over the XML-RPC API. - [mnoomnoo/resume-mcp-server](https://github.com/mnoomnoo/resume-mcp-server) [![mnoomnoo/resume-mcp-server MCP server](https://glama.ai/mcp/servers/mnoomnoo/resume-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/mnoomnoo/resume-mcp-server) 🐍 🏠 🪟 🐧 - MCP server for searching and retrieving structured information from local resume and job application documents (.docx, .pdf, .md, .txt) with auto hot-reload. 21 tools for full-text search and filtering by skill, company, and education, plus structured extraction of work experience, achievements, badge skills, and side projects. `pip install resume-mcp-server` - [moro3k/mcp-altegio](https://github.com/moro3k/mcp-altegio) 📇 ☁️ - MCP server for Altegio API — appointments, clients, services, staff schedules for salon/spa/clinic management. 18 tools with Docker support. +- [nometalalchemist/KitchenSink4Word](https://github.com/nometalalchemist/KitchenSink4Word) 🐍 🏠 🍎 🪟 🐧 - Everything plus the kitchen sink for Microsoft Word: 170 tools for .docx editing including live editing of open documents, merge-aware tables, citations/footnotes/TOC, tracked-changes writing, mail merge, redaction, accessibility audits, LaTeX equations, Zotero integration, and publication style conversion. Windows for live/COM features; the file-based majority is cross-platform. `pip install kitchensink4word` - [io.github.opsconduit/jobber-mcp](https://github.com/opsconduit/jobber-mcp) [![opsconduit/jobber-mcp MCP server](https://glama.ai/mcp/servers/opsconduit/jobber-mcp/badges/score.svg)](https://glama.ai/mcp/servers/opsconduit/jobber-mcp) 📇 ☁️ 🏠 - Customer-hosted, read-only MCP server for Jobber operations queries: owner action lists, overdue invoices, stale requests, estimates, jobs, and safe read-only GraphQL validation. - [poolside-ventures/meetbot-mcp](https://github.com/poolside-ventures/meetbot-mcp) [![poolside-ventures/meetbot-mcp MCP server](https://glama.ai/mcp/servers/poolside-ventures/meetbot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/poolside-ventures/meetbot-mcp) 🎖️ 📇 ☁️ - Meet.bot: scheduling for AI agents. Check real calendar availability and book meetings on connected Google/Microsoft calendars. Pay per meeting booked, not per seat. - [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. From 3714e9e5565de1555c39746df9236be19b7d85bc Mon Sep 17 00:00:00 2001 From: Nykolus Alvut Date: Fri, 28 Aug 2026 12:58:17 +0900 Subject: [PATCH 105/115] Add Glama score badge per listing requirements Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e762082cf..1d3b3f7f4 100644 --- a/README.md +++ b/README.md @@ -3552,7 +3552,7 @@ Interact with Git repositories and version control platforms. Enables repository - [minhhq-a1/odoo-pulse](https://github.com/minhhq-a1/odoo-pulse) [![minhhq-a1/odoo-pulse MCP server](https://glama.ai/mcp/servers/minhhq-a1/odoo-pulse/badges/score.svg)](https://glama.ai/mcp/servers/minhhq-a1/odoo-pulse) 🐍 ☁️ - An AI Business Analyst for Odoo ERP: one-call reports with a verdict (business_pulse, pipeline_review, receivables_health, inventory_risk, sales_snapshot, absence_overview) over the XML-RPC API. - [mnoomnoo/resume-mcp-server](https://github.com/mnoomnoo/resume-mcp-server) [![mnoomnoo/resume-mcp-server MCP server](https://glama.ai/mcp/servers/mnoomnoo/resume-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/mnoomnoo/resume-mcp-server) 🐍 🏠 🪟 🐧 - MCP server for searching and retrieving structured information from local resume and job application documents (.docx, .pdf, .md, .txt) with auto hot-reload. 21 tools for full-text search and filtering by skill, company, and education, plus structured extraction of work experience, achievements, badge skills, and side projects. `pip install resume-mcp-server` - [moro3k/mcp-altegio](https://github.com/moro3k/mcp-altegio) 📇 ☁️ - MCP server for Altegio API — appointments, clients, services, staff schedules for salon/spa/clinic management. 18 tools with Docker support. -- [nometalalchemist/KitchenSink4Word](https://github.com/nometalalchemist/KitchenSink4Word) 🐍 🏠 🍎 🪟 🐧 - Everything plus the kitchen sink for Microsoft Word: 170 tools for .docx editing including live editing of open documents, merge-aware tables, citations/footnotes/TOC, tracked-changes writing, mail merge, redaction, accessibility audits, LaTeX equations, Zotero integration, and publication style conversion. Windows for live/COM features; the file-based majority is cross-platform. `pip install kitchensink4word` +- [nometalalchemist/KitchenSink4Word](https://github.com/nometalalchemist/KitchenSink4Word) 🐍 🏠 🍎 🪟 🐧 - Everything plus the kitchen sink for Microsoft Word: 170 tools for .docx editing including live editing of open documents, merge-aware tables, citations/footnotes/TOC, tracked-changes writing, mail merge, redaction, accessibility audits, LaTeX equations, Zotero integration, and publication style conversion. Windows for live/COM features; the file-based majority is cross-platform. `pip install kitchensink4word` [![nometalalchemist/KitchenSink4Word MCP server](https://glama.ai/mcp/servers/nometalalchemist/KitchenSink4Word/badges/score.svg)](https://glama.ai/mcp/servers/nometalalchemist/KitchenSink4Word) - [io.github.opsconduit/jobber-mcp](https://github.com/opsconduit/jobber-mcp) [![opsconduit/jobber-mcp MCP server](https://glama.ai/mcp/servers/opsconduit/jobber-mcp/badges/score.svg)](https://glama.ai/mcp/servers/opsconduit/jobber-mcp) 📇 ☁️ 🏠 - Customer-hosted, read-only MCP server for Jobber operations queries: owner action lists, overdue invoices, stale requests, estimates, jobs, and safe read-only GraphQL validation. - [poolside-ventures/meetbot-mcp](https://github.com/poolside-ventures/meetbot-mcp) [![poolside-ventures/meetbot-mcp MCP server](https://glama.ai/mcp/servers/poolside-ventures/meetbot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/poolside-ventures/meetbot-mcp) 🎖️ 📇 ☁️ - Meet.bot: scheduling for AI agents. Check real calendar availability and book meetings on connected Google/Microsoft calendars. Pay per meeting booked, not per seat. - [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. From 8b891d6faf47ca950981ead634c26ee863d8b5bf Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Sat, 29 Aug 2026 05:32:43 -0600 Subject: [PATCH 106/115] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f8a1c77d..51876f355 100644 --- a/README.md +++ b/README.md @@ -1422,7 +1422,7 @@ Tools and integrations that enhance the development workflow and environment man - [Mibayy/token-savior](https://github.com/Mibayy/token-savior) [![Mibayy/token-savior MCP server](https://glama.ai/mcp/servers/Mibayy/token-savior/badges/score.svg)](https://glama.ai/mcp/servers/Mibayy/token-savior) 🐍 🏠 🍎 🪟 🐧 - Structural code intelligence MCP server for AI-assisted development. Navigate and edit code by symbol names instead of raw text — symbol lookup, dependency graphs, call chains, dead code detection, and structural diff. Replaces grep/cat with semantic tools: 87% token reduction on large codebases. - [Tommertom/awesome-ionic-mcp](https://github.com/Tommertom/awesome-ionic-mcp) 📇 🏠 - Your Ionic coding buddy enabled via MCP – build awesome mobile apps using React/Angular/Vue or even Vanilla JS! - [tosin2013/mcp-adr-analysis-server](https://github.com/tosin2013/mcp-adr-analysis-server) 📇 ☁️ 🏠 - AI-powered architectural analysis server for software projects. Provides technology stack detection, ADR management, security checks, enhanced TDD workflow, and deployment readiness validation with support for multiple AI models. -- [TranQui004/signalint](https://github.com/TranQui004/signalint) 📇 🏠 🍎 🪟 🐧 - Local stdio MCP server for compact, cached, loop-aware JavaScript/TypeScript diagnostics. Clusters and prioritizes Oxlint/tsc/Biome issues, caches per-engine results to skip unchanged files, and detects recurring diagnostic loops. Also ships a `signalint` CLI and a composite GitHub Action for CI use. [![TranQui004/signalint MCP server](https://glama.ai/mcp/servers/TranQui004/signalint/badges/score.svg)](https://glama.ai/mcp/servers/TranQui004/signalint) +- [TranQui004/signalint](https://github.com/TranQui004/signalint) [![TranQui004/signalint MCP server](https://glama.ai/mcp/servers/TranQui004/signalint/badges/score.svg)](https://glama.ai/mcp/servers/TranQui004/signalint) 📇 🏠 🍎 🪟 🐧 - Local stdio MCP server for compact, cached, loop-aware JavaScript/TypeScript diagnostics. Clusters and prioritizes Oxlint/tsc/Biome issues, caches per-engine results to skip unchanged files, and detects recurring diagnostic loops. Also ships a `signalint` CLI and a composite GitHub Action for CI use. - [tumf/mcp-text-editor](https://github.com/tumf/mcp-text-editor) 🐍 🏠 - A line-oriented text file editor. Optimized for LLM tools with efficient partial file access to minimize token usage. - [ukkit/memcord](https://github.com/ukkit/memcord) 🐍 🏠 🐧 🍎 - A MCP server that keeps your chat history organized and searchable—with AI-powered summaries, secure memory, and full control. - [utensils/mcp-nixos](https://github.com/utensils/mcp-nixos) 🐍 🏠 - MCP server providing accurate information about NixOS packages, system options, Home Manager configurations, and nix-darwin macOS settings to prevent AI hallucinations. From 2aaed1d19bfdcd4fe528506f4a38f880f69c6fc8 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Sat, 29 Aug 2026 05:46:16 -0600 Subject: [PATCH 107/115] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15700fadf..46a04d035 100644 --- a/README.md +++ b/README.md @@ -1058,7 +1058,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### 💻 Developer Tools -- [2ools/mcp-server](https://github.com/2ools/mcp-server) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Turn what your assistant just built into a durable, versioned project. One free authless tool (`create_public_preview`) renders a standalone HTML document as a real shareable URL; 42 more cover projects, refinement, version comparison, separately-delegated approvals, artifacts, work assignments and source export. Build authority and review authority are deliberately separate scopes. Remote Streamable HTTP, OAuth 2.1 + PKCE. `https://2ools.app/mcp` +- [2ools/mcp-server](https://github.com/2ools/mcp-server) [![2ools/mcp-server MCP server](https://glama.ai/mcp/servers/2ools/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/2ools/mcp-server) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Turn what your assistant just built into a durable, versioned project. One free authless tool (`create_public_preview`) renders a standalone HTML document as a real shareable URL; 42 more cover projects, refinement, version comparison, separately-delegated approvals, artifacts, work assignments and source export. Build authority and review authority are deliberately separate scopes. Remote Streamable HTTP, OAuth 2.1 + PKCE. `https://2ools.app/mcp` - [hivemindunit/llmintel-mcp](https://github.com/hivemindunit/llmintel-mcp) [![hivemindunit/llmintel-mcp MCP server](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp) 📇 ☁️ - Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to. Covers OpenAI, Anthropic, Azure, Bedrock, Google, and Cohere. No API key. `npx -y @llmintel/mcp` or `https://llmintel.ai/v1/mcp` - [rm-rf-prod/GroundTruth-MCP](https://github.com/rm-rf-prod/GroundTruth-MCP) [![rm-rf-prod/GroundTruth-MCP MCP server](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP/badges/score.svg)](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP for live docs, code audits, snippets, and best practices across 445+ libraries. 14 tools, 107 audit patterns with file:line precision, BM25-ranked snippets, lockfile-aware version pinning, npm/PyPI/crates.io/Go fallback. No API keys, no rate limits, Context7 alternative. `npx -y @groundtruth-mcp/gt-mcp` - [scarletkc/vexor](https://github.com/scarletkc/vexor) [![scarletkc/vexor MCP server](https://glama.ai/mcp/servers/scarletkc/vexor/badges/score.svg)](https://glama.ai/mcp/servers/scarletkc/vexor) 🐍 🏠 ☁️ 🍎 🪟 🐧 - A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`. From 5b76dbf8bf4e28a9623daef98165ff6649fce1fd Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Sat, 29 Aug 2026 06:01:52 -0600 Subject: [PATCH 108/115] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e1b1c391..cd6d21990 100644 --- a/README.md +++ b/README.md @@ -1070,7 +1070,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [hernaninverso/eleata-verify-mcp](https://github.com/hernaninverso/eleata-verify-mcp) [![hernaninverso/eleata-verify-mcp MCP server](https://glama.ai/mcp/servers/hernaninverso/eleata-verify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hernaninverso/eleata-verify-mcp) 📇 ☁️ - Grounding / hallucination guard: verify a claim against evidence (Supported/Refuted/Not Enough Evidence) with a confidence + abstain flag, for RAG and agents. `npx -y eleata-verify-mcp`. - [appcreationsca/bumpguard-mcp](https://github.com/appcreationsca/bumpguard-mcp) [![appcreationsca/bumpguard-mcp MCP server](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp) 🐍 🏠 🍎 🪟 🐧 - Pre-flight dependency-upgrade impact analysis: reports exactly which of your code's API usages break *before* you bump a dependency, with line numbers, severity, and fix hints. Also verifies AI-written code against the actually-installed API to catch hallucinated calls. Static analysis only — never runs third-party code. Python + .NET. `pip install bumpguard-mcp` - [MasterPlayspots/motionspec](https://github.com/MasterPlayspots/motionspec) [![MasterPlayspots/motionspec MCP server](https://glama.ai/mcp/servers/MasterPlayspots/motionspec/badges/score.svg)](https://glama.ai/mcp/servers/MasterPlayspots/motionspec) 📇 ☁️ 🏠 - Reduced-motion / WCAG 2.2.2+2.3.3 verification for web animation: agents author validated specs; a deterministic compiler emits reduced-motion-safe, on-budget CSS. Keyless hosted endpoint (motion_catalog, motion_validate). -- [SLP-DEV1/qwen-dap-mcp](https://github.com/SLP-DEV1/qwen-dap-mcp) 📇 🏠 🪟 - DAP-to-MCP bridge that gives coding agents structured native-debugger evidence through CodeLLDB, including stack frames, registers, locals, disassembly, memory, crash dumps, and bounded autonomous crash fix/verify workflows. [![SLP-DEV1/qwen-dap-mcp MCP server](https://glama.ai/mcp/servers/SLP-DEV1/qwen-dap-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SLP-DEV1/qwen-dap-mcp) +- [SLP-DEV1/qwen-dap-mcp](https://github.com/SLP-DEV1/qwen-dap-mcp) [![SLP-DEV1/qwen-dap-mcp MCP server](https://glama.ai/mcp/servers/SLP-DEV1/qwen-dap-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SLP-DEV1/qwen-dap-mcp) 📇 🏠 🪟 - DAP-to-MCP bridge that gives coding agents structured native-debugger evidence through CodeLLDB, including stack frames, registers, locals, disassembly, memory, crash dumps, and bounded autonomous crash fix/verify workflows. - [Vivekpatil200320/CyberRescue](https://github.com/Vivekpatil200320/cyberrescue) [![cyberrescue MCP server](https://glama.ai/mcp/servers/Vivekpatil200320/cyberrescue/badges/score.svg)](https://glama.ai/mcp/servers/Vivekpatil200320/cyberrescue) 🐍 🏠 - Secure host-level telemetry gateway enabling sandboxed AI agents to dynamically fetch container logs and track kernel resource metrics. - [davidmosiah/delx-mcp-server](https://github.com/davidmosiah/delx-mcp-server) [![Delx MCP Server](https://glama.ai/mcp/servers/davidmosiah/delx-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/davidmosiah/delx-mcp-server) 📇 🏠 ☁️ 🍎 🪟 🐧 - Native stdio bridge for the hosted Delx Protocol MCP endpoint, with one-command client install, doctor checks and live tool discovery. - [DeusData/codebase-memory-mcp](https://github.com/DeusData/codebase-memory-mcp) [![DeusData/codebase-memory-mcp MCP server](https://glama.ai/mcp/servers/DeusData/codebase-memory-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DeusData/codebase-memory-mcp) 🌊 🏠 🍎 🪟 🐧 - Code-intelligence engine that indexes a repo into a persistent knowledge graph — functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, ~99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. `npx codebase-memory-mcp` From 367388cd7baa622c7dff94b46f532ab0df71fe53 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Sat, 29 Aug 2026 06:02:35 -0600 Subject: [PATCH 109/115] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad6740e5e..6fc81ed7c 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ MCP servers for creating, coordinating, and executing agreements: commitments, e ### ♿ Accessibility -- [kinti/a11y-toolkit](https://github.com/kinti/a11y-toolkit) 🐍 🏠 - MCP server + CLI for WCAG 2.2 accessibility: color contrast (pairs plus pixel-level text-over-image sampling), EU accessibility declaration generation (RD 1112/2018, Ley 11/2023 / European Accessibility Act, EN 301 549), and an aria-live announcement monitor. Multilanguage es/en, zero dependencies. +- [kinti/a11y-toolkit](https://github.com/kinti/a11y-toolkit) [![kinti/a11y-toolkit MCP server](https://glama.ai/mcp/servers/kinti/a11y-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/kinti/a11y-toolkit) 🐍 🏠 - MCP server + CLI for WCAG 2.2 accessibility: color contrast (pairs plus pixel-level text-over-image sampling), EU accessibility declaration generation (RD 1112/2018, Ley 11/2023 / European Accessibility Act, EN 301 549), and an aria-live announcement monitor. Multilanguage es/en, zero dependencies. ### 🎨 Art & Culture From bb1c07712c6918be4020dfe9a4dde273ecb56bfa Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Sat, 29 Aug 2026 06:26:23 -0600 Subject: [PATCH 110/115] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97f3f470c..625c8a525 100644 --- a/README.md +++ b/README.md @@ -2526,7 +2526,7 @@ Access to legal information, legislation, and legal databases. Enables AI models - [Patent-PreCheck/patent-precheck-mcp](https://github.com/Patent-PreCheck/patent-precheck-mcp) [![Patent-PreCheck/patent-precheck-mcp MCP server](https://glama.ai/mcp/servers/Patent-PreCheck/patent-precheck-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Patent-PreCheck/patent-precheck-mcp) 📇 ☁️ - Patentability pre-check for code — USPTO statutory pillar scores (§101 eligibility, §102 novelty, §103 non-obviousness, §112 documentation), filing-readiness, and prior-art signals. No API keys; runs as a CLI or MCP server. Tools: `precheck_score`, `precheck_pillars`, `precheck_start_review`. Install: `npx -y @patentprecheck/mcp`. - [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. - [ptrinh/finalnotice-mcp](https://github.com/ptrinh/finalnotice-mcp) [![ptrinh/finalnotice-mcp MCP server](https://glama.ai/mcp/servers/ptrinh/finalnotice-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ptrinh/finalnotice-mcp) 📇 ☁️ - Generate localized debt-collection demand-letter PDFs (formal letter + matching envelope) across 100+ jurisdictions and 33 languages. No auth, no key — tools: `list_jurisdictions`, `preview_demand_letter`, `generate_demand_letter`. Hosted Streamable HTTP at finalnotice.io/mcp. -- [SFHAJJI/lex](https://github.com/SFHAJJI/lex) #⃣ ☁️ - Point-in-time Luxembourg and EU law: what did this article say on this date. Ten read-only tools for search, as-of retrieval, article history, diff, timeline, citations, provenance and coverage over the official Legilux and EUR-Lex texts, with publisher permalinks and content hashes on every answer. Remote server at law.soufien.lu/mcp. +- [SFHAJJI/lex](https://github.com/SFHAJJI/lex) [![SFHAJJI/lex MCP server](https://glama.ai/mcp/servers/SFHAJJI/lex/badges/score.svg)](https://glama.ai/mcp/servers/SFHAJJI/lex) ☁️ - Point-in-time Luxembourg and EU law: what did this article say on this date. Ten read-only tools for search, as-of retrieval, article history, diff, timeline, citations, provenance and coverage over the official Legilux and EUR-Lex texts, with publisher permalinks and content hashes on every answer. Remote server at law.soufien.lu/mcp. - [smilemin07/korean-rnd-regs-mcp](https://github.com/smilemin07/korean-rnd-regs-mcp) [![korean-rnd-regs-mcp MCP server](https://glama.ai/mcp/servers/smilemin07/korean-rnd-regs-mcp/badges/score.svg)](https://glama.ai/mcp/servers/smilemin07/korean-rnd-regs-mcp) 🐍 🏠 - Natural-language search and review of South Korea's national R&D (research & development) regulations (acts, decrees, and administrative rules), returning the current in-force provisions with citations, fetched live from the official national law database. - [smythmyke/patent-search-mcp-server](https://github.com/smythmyke/patent-search-mcp-server) [![smythmyke/patent-search-mcp-server MCP server](https://glama.ai/mcp/servers/smythmyke/patent-search-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/smythmyke/patent-search-mcp-server) 📇 ☁️ - Patent intelligence and prior-art research for the AI Patent Search Generator. Eleven tools: full patent dossier (bibliography, claims, citations, family, classifications, examiner stats); USPTO prosecution-history file wrappers; AI Office Action analysis (rejection grounds, cited prior art, suggested response arguments); Boolean query generator; multi-strategy patent search (telescoping / onion-ring / faceted); similar-document ranking; citation graph (backward + forward, examiner-cited flagged); family lookup; and CPC classification lookup. Install: `npx -y patent-search-mcp-server`. - [Vaquill-AI/canlii-mcp](https://github.com/Vaquill-AI/canlii-mcp) [![Vaquill-AI/canlii-mcp MCP server](https://glama.ai/mcp/servers/Vaquill-AI/canlii-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Vaquill-AI/canlii-mcp) 📇 ☁️ - Canadian case law and legislation metadata via CanLII. Bring-your-own free CanLII API key. Hosted endpoint at canlii-mcp.vaquill.ai. MIT. From f92e52240691dcd5045392698637c14ad1e79db7 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Sat, 29 Aug 2026 06:30:20 -0600 Subject: [PATCH 111/115] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77dd72523..0cb2f226f 100644 --- a/README.md +++ b/README.md @@ -3631,7 +3631,7 @@ Interact with Git repositories and version control platforms. Enables repository - [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. - [AIDataNordic/Food-Recipe-MCP](https://github.com/AIDataNordic/Food-Recipe-MCP) [![Food Recipe MCP server](https://glama.ai/mcp/servers/AIDataNordic/Food-Recipe-MCP/badges/score.svg)](https://glama.ai/mcp/servers/AIDataNordic/Food-Recipe-MCP) 🐍 ☁️ 🍎 🪟 🐧 - Semantic search across 50,000+ Food.com recipes with hybrid dense+sparse retrieval and cross-encoder reranking. Filter by diet, cooking time and difficulty. Live remote endpoint available. - [akseyh/bear-mcp-server](https://github.com/akseyh/bear-mcp-server) - Allows the AI to read from your Bear Notes (macOS only) -- [bguillow-rgb/perfume-picks-mcp](https://github.com/bguillow-rgb/perfume-picks-mcp) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Read-only access to the Perfume Picks fragrance database: search 13,000+ scents with note pyramids and accords, find curated dupes with match percentages, compare fragrances, and get wear suggestions scored with community compliment and office-safety data. Zero-config `npx -y perfume-picks-mcp`; remote streamable-HTTP endpoint also available. +- [bguillow-rgb/perfume-picks-mcp](https://github.com/bguillow-rgb/perfume-picks-mcp) [![bguillow-rgb/perfume-picks-mcp MCP server](https://glama.ai/mcp/servers/bguillow-rgb/perfume-picks-mcp/badges/score.svg)](https://glama.ai/mcp/servers/bguillow-rgb/perfume-picks-mcp) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Read-only access to the Perfume Picks fragrance database: search 13,000+ scents with note pyramids and accords, find curated dupes with match percentages, compare fragrances, and get wear suggestions scored with community compliment and office-safety data. Zero-config `npx -y perfume-picks-mcp`; remote streamable-HTTP endpoint also available. - [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. - [altinoren/utopia](https://github.com/altinoren/Utopia) #️⃣ 🏠 - MCP that simulates a set of smart home and lifestyle devices, allowing you to test agent's reasoning and discovery capabilities. - [Amazon Bedrock Nova Canvas](https://github.com/zxkane/mcp-server-amazon-bedrock) 📇 ☁️ - Use Amazon Nova Canvas model for image generation. From 755681d9891308ae174a0ab7b950cf8849f54b81 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Sat, 29 Aug 2026 06:38:30 -0600 Subject: [PATCH 112/115] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1912dcec..416ef8321 100644 --- a/README.md +++ b/README.md @@ -961,7 +961,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - BigQuery database integration with schema inspection and query capabilities - [memgraph/mcp-memgraph](https://github.com/memgraph/ai-toolkit/tree/main/integrations/mcp-memgraph) 🐍 🏠 - Memgraph MCP Server - includes a tool to run a query against Memgraph and a schema resource. - [mbentham/SqlAugur](https://github.com/mbentham/SqlAugur) #️⃣ 🏠 🪟 🐧 - SQL Server MCP server with AST-based query validation, read-only safety, schema exploration, ER diagram generation, and DBA toolkit integration (First Responder Kit, DarlingData, sp_WhoIsActive). -- [mickelsamuel/migrationpilot](https://github.com/mickelsamuel/migrationpilot) 📇 🏠 - Gate unsafe PostgreSQL migrations before an agent writes or runs them. `check_before_apply` returns pass/fail; 112 lock-safety rules, offline, no database required. `npx migrationpilot-mcp` +- [mickelsamuel/migrationpilot](https://github.com/mickelsamuel/migrationpilot) [![mickelsamuel/migrationpilot MCP server](https://glama.ai/mcp/servers/mickelsamuel/migrationpilot/badges/score.svg)](https://glama.ai/mcp/servers/mickelsamuel/migrationpilot) 📇 🏠 - Gate unsafe PostgreSQL migrations before an agent writes or runs them. `check_before_apply` returns pass/fail; 112 lock-safety rules, offline, no database required. `npx migrationpilot-mcp` - [modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/postgres) 📇 🏠 - PostgreSQL database integration with schema inspection and query capabilities - [modelcontextprotocol/server-sqlite](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/sqlite) 🐍 🏠 - SQLite database operations with built-in analysis features - [mahAnuj/mcp-multi-db](https://github.com/mahAnuj/mcp-multi-db) [![mahAnuj/mcp-multi-db MCP server](https://glama.ai/mcp/servers/mahAnuj/mcp-multi-db/badges/score.svg)](https://glama.ai/mcp/servers/mahAnuj/mcp-multi-db) 📇 🏠 - One MCP server for PostgreSQL, MySQL, and SQLite. Unified read-only tools (`list_databases`, `list_tables`, `describe_table`, `run_query`) across all three engines with two-layer read-only enforcement (SQL-text guard + DB-level read-only transactions). Install: `npx -y mcp-multi-db`. From 5a4d69d9d5b945782fc1f92f77cb99e6c5100310 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Sat, 29 Aug 2026 06:53:51 -0600 Subject: [PATCH 113/115] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb2603e43..4b5e223a5 100644 --- a/README.md +++ b/README.md @@ -2218,7 +2218,7 @@ Control smart home devices, home network equipment, and automation systems. Connect AI agents to industrial equipment, machinery, and operational technology (OT) — telemetry ingestion, monitoring, and control across manufacturing and factory-floor protocols. -- [Extelligence-ai/bagel](https://github.com/Extelligence-ai/bagel) 🐍 🏠 - Ask questions about robotics, drone, and IoT data (ROS 1/2 bags, MCAP, PX4/ArduPilot/Betaflight logs, CAN/MF4, live MQTT) in plain English; answers are DuckDB SQL over the actual messages, with an intelligent edge data-reduction pipeline and exports to Rerun, PlotJuggler, and LeRobot. [![Extelligence-ai/bagel MCP server](https://glama.ai/mcp/servers/Extelligence-ai/bagel/badges/score.svg)](https://glama.ai/mcp/servers/Extelligence-ai/bagel) +- [Extelligence-ai/bagel](https://github.com/Extelligence-ai/bagel) [![Extelligence-ai/bagel MCP server](https://glama.ai/mcp/servers/Extelligence-ai/bagel/badges/score.svg)](https://glama.ai/mcp/servers/Extelligence-ai/bagel) 🐍 🏠 - Ask questions about robotics, drone, and IoT data (ROS 1/2 bags, MCAP, PX4/ArduPilot/Betaflight logs, CAN/MF4, live MQTT) in plain English; answers are DuckDB SQL over the actual messages, with an intelligent edge data-reduction pipeline and exports to Rerun, PlotJuggler, and LeRobot. - [FoundryNet/forge-mcp](https://github.com/FoundryNet/forge-mcp) 🐍 ☁️ - Industrial AI infrastructure that connects any AI agent to industrial equipment: 14 protocols, 18 manufacturers, 30 tools, cross-OEM telemetry normalization, health index, and failure prediction. The first physical-world MCP server. Free tier available. ([Smithery](https://smithery.ai/server/@foundrynet/forge)) [![FoundryNet/forge-mcp MCP server](https://glama.ai/mcp/servers/FoundryNet/forge-mcp/badges/score.svg)](https://glama.ai/mcp/servers/FoundryNet/forge-mcp) ### 🧠 Knowledge & Memory From 60dc2ec3619bf1f873ea0d922b031176df10a241 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Sat, 29 Aug 2026 07:10:00 -0600 Subject: [PATCH 114/115] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7ea8d004..b4c0a83e9 100644 --- a/README.md +++ b/README.md @@ -3324,7 +3324,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [mastyf-ai/mastyf.ai](https://github.com/mastyf-ai/mastyf.ai) [![mastyf-ai/mastyf.ai MCP server](https://glama.ai/mcp/servers/mastyf-ai/mastyf.ai/badges/score.svg)](https://glama.ai/mcp/servers/mastyf-ai/mastyf.ai) 📇 🏠 🍎 🪟 🐧 - Open-source runtime security proxy for MCP. Transparently intercepts every tools/call through an 18-class attack defense pipeline (prompt injection, SSRF, shell injection, SQL injection, credential exfil, polyglot attacks) with a YAML policy engine and 304-entry adversarial corpus. Trust scoring for npm MCP packages with 0-100 badges. Cloud dashboard, Docker image, Python SDK. MIT. - [timescale/rsigma](https://github.com/timescale/rsigma) [![timescale/rsigma MCP server](https://glama.ai/mcp/servers/timescale/rsigma/badges/score.svg)](https://glama.ai/mcp/servers/timescale/rsigma) 🎖️ 🦀 🏠 🍎 🪟 🐧 - Exposes the RSigma Sigma detection-engineering toolkit to AI agents over stdio or Streamable HTTP with `rsigma mcp serve`. Tools to author, lint, validate, and convert Sigma detection rules, evaluate and explain detections against log events, and inspect correlation state, all backed by a native Rust engine. -- [dengyier/OpenWorkProof](https://github.com/dengyier/OpenWorkProof) 🐍 🏠 ☁️ - Verifiable execution protocol for AI agent tool calls. Ed25519-signed PolicyDecisions, causal evidence chains (RFC 8785 JCS), and offline verification from SQLite ledger. 2,281 tests, 2 real-world bugs demonstrated end-to-end. `pip install openworkproof` +- [dengyier/OpenWorkProof](https://github.com/dengyier/OpenWorkProof) [![dengyier/OpenWorkProof MCP server](https://glama.ai/mcp/servers/dengyier/OpenWorkProof/badges/score.svg)](https://glama.ai/mcp/servers/dengyier/OpenWorkProof) 🐍 🏠 ☁️ - Verifiable execution protocol for AI agent tool calls. Ed25519-signed PolicyDecisions, causal evidence chains (RFC 8785 JCS), and offline verification from SQLite ledger. 2,281 tests, 2 real-world bugs demonstrated end-to-end. `pip install openworkproof` ### 🌐 Social Media From 06f8d046d214d147f97e54e630d2c6f494b34340 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Sat, 29 Aug 2026 13:49:48 -0600 Subject: [PATCH 115/115] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e229cf4c8..c5d94a4c8 100644 --- a/README.md +++ b/README.md @@ -3611,7 +3611,7 @@ Interact with Git repositories and version control platforms. Enables repository - [minhhq-a1/odoo-pulse](https://github.com/minhhq-a1/odoo-pulse) [![minhhq-a1/odoo-pulse MCP server](https://glama.ai/mcp/servers/minhhq-a1/odoo-pulse/badges/score.svg)](https://glama.ai/mcp/servers/minhhq-a1/odoo-pulse) 🐍 ☁️ - An AI Business Analyst for Odoo ERP: one-call reports with a verdict (business_pulse, pipeline_review, receivables_health, inventory_risk, sales_snapshot, absence_overview) over the XML-RPC API. - [mnoomnoo/resume-mcp-server](https://github.com/mnoomnoo/resume-mcp-server) [![mnoomnoo/resume-mcp-server MCP server](https://glama.ai/mcp/servers/mnoomnoo/resume-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/mnoomnoo/resume-mcp-server) 🐍 🏠 🪟 🐧 - MCP server for searching and retrieving structured information from local resume and job application documents (.docx, .pdf, .md, .txt) with auto hot-reload. 21 tools for full-text search and filtering by skill, company, and education, plus structured extraction of work experience, achievements, badge skills, and side projects. `pip install resume-mcp-server` - [moro3k/mcp-altegio](https://github.com/moro3k/mcp-altegio) 📇 ☁️ - MCP server for Altegio API — appointments, clients, services, staff schedules for salon/spa/clinic management. 18 tools with Docker support. -- [nometalalchemist/KitchenSink4Word](https://github.com/nometalalchemist/KitchenSink4Word) 🐍 🏠 🍎 🪟 🐧 - Everything plus the kitchen sink for Microsoft Word: 170 tools for .docx editing including live editing of open documents, merge-aware tables, citations/footnotes/TOC, tracked-changes writing, mail merge, redaction, accessibility audits, LaTeX equations, Zotero integration, and publication style conversion. Windows for live/COM features; the file-based majority is cross-platform. `pip install kitchensink4word` [![nometalalchemist/KitchenSink4Word MCP server](https://glama.ai/mcp/servers/nometalalchemist/KitchenSink4Word/badges/score.svg)](https://glama.ai/mcp/servers/nometalalchemist/KitchenSink4Word) +- [nometalalchemist/KitchenSink4Word](https://github.com/nometalalchemist/KitchenSink4Word) [![nometalalchemist/KitchenSink4Word MCP server](https://glama.ai/mcp/servers/nometalalchemist/KitchenSink4Word/badges/score.svg)](https://glama.ai/mcp/servers/nometalalchemist/KitchenSink4Word) 🐍 🏠 🍎 🪟 🐧 - Everything plus the kitchen sink for Microsoft Word: 170 tools for .docx editing including live editing of open documents, merge-aware tables, citations/footnotes/TOC, tracked-changes writing, mail merge, redaction, accessibility audits, LaTeX equations, Zotero integration, and publication style conversion. Windows for live/COM features; the file-based majority is cross-platform. `pip install kitchensink4word` - [io.github.opsconduit/jobber-mcp](https://github.com/opsconduit/jobber-mcp) [![opsconduit/jobber-mcp MCP server](https://glama.ai/mcp/servers/opsconduit/jobber-mcp/badges/score.svg)](https://glama.ai/mcp/servers/opsconduit/jobber-mcp) 📇 ☁️ 🏠 - Customer-hosted, read-only MCP server for Jobber operations queries: owner action lists, overdue invoices, stale requests, estimates, jobs, and safe read-only GraphQL validation. - [pdfops/pdfops-mcp](https://github.com/pdfops/pdfops-mcp) [![pdfops-mcp MCP server](https://glama.ai/mcp/servers/pdfops/pdfops-mcp/badges/score.svg)](https://glama.ai/mcp/servers/pdfops/pdfops-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Deterministic PDF tools for agents: inspect AcroForm fields, fill forms, merge PDFs, and generate invoice PDFs. Tools take file paths, so PDF bytes never transit model context; the same input produces byte-identical output. Keyless free tier. Install: `npx -y pdfops-mcp`. - [poolside-ventures/meetbot-mcp](https://github.com/poolside-ventures/meetbot-mcp) [![poolside-ventures/meetbot-mcp MCP server](https://glama.ai/mcp/servers/poolside-ventures/meetbot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/poolside-ventures/meetbot-mcp) 🎖️ 📇 ☁️ - Meet.bot: scheduling for AI agents. Check real calendar availability and book meetings on connected Google/Microsoft calendars. Pay per meeting booked, not per seat.