Merge pull request #9185 from raccioly/add-docguard

Add DocGuard (deterministic doc-drift detection)
This commit is contained in:
Frank Fiegel
2026-07-13 11:03:42 +02:00
committed by GitHub
+1
View File
@@ -975,6 +975,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`.
- [raccioly/docguard](https://github.com/raccioly/docguard) [![raccioly/docguard MCP server](https://glama.ai/mcp/servers/raccioly/docguard/badges/score.svg)](https://glama.ai/mcp/servers/raccioly/docguard) 📇 🏠 🍎 🪟 🐧 - Deterministic documentation-drift detection for AI agents. Validates a project's canonical docs against its actual code — no LLM guessing; every finding has a stable code and a suggested fix. Five read-only tools over stdio: guard, score, explain, verify-claims, diagnose. `npx -y docguard-cli mcp`
- [tatavarthitarun/nowsecure-mcp-server](https://github.com/tatavarthitarun/nowsecure-mcp-server) [![tatavarthitarun/nowsecure-mcp-server MCP server](https://glama.ai/mcp/servers/tatavarthitarun/nowsecure-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/tatavarthitarun/nowsecure-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - MCP server for NowSecure Platform mobile security testing. List applications, pull remediation findings via GraphQL, and generate PDF reports locally (bypasses broken UI export). Published as `nowsecure-mcp-server`. `npx -y nowsecure-mcp-server`
- [adrianczuczka/mason](https://github.com/adrianczuczka/mason) [![adrianczuczka/mason MCP server](https://glama.ai/mcp/servers/adrianczuczka/mason/badges/score.svg)](https://glama.ai/mcp/servers/adrianczuczka/mason) 📇 🏠 🍎 🪟 🐧 - Context engineering MCP server. Generates CLAUDE.md from git history and architectural file sampling, and maintains a concept-map snapshot of features/flows → files so agents can skip grep/glob on repeat queries.
The fast, idiomatic Go framework for building MCP servers. Struct-tag auto schema, middleware chain, and adapters to import existing Gin/OpenAPI/gRPC services as MCP tools.