From b7a4d1d3ec5992a4418a3068d5c03df107bc27fc Mon Sep 17 00:00:00 2001 From: Saurabh Yadav <74822612+HakashiKatake@users.noreply.github.com> Date: Mon, 7 Sep 2026 13:33:24 +0530 Subject: [PATCH] Add DocOrbit MCP Server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a896baf2d..74a616982 100644 --- a/README.md +++ b/README.md @@ -1302,6 +1302,7 @@ Tools and integrations that enhance the development workflow and environment man - [Govcraft/rust-docs-mcp-server](https://github.com/Govcraft/rust-docs-mcp-server) 🦀 🏠 - Provides up-to-date documentation context for a specific Rust crate to LLMs via an MCP tool, using semantic search (embeddings) and LLM summarization. - [h-kazuki-pixel/layout-doctor-mcp](https://github.com/h-kazuki-pixel/layout-doctor-mcp) [![h-kazuki-pixel/layout-doctor-mcp MCP server](https://glama.ai/mcp/servers/h-kazuki-pixel/layout-doctor-mcp/badges/score.svg)](https://glama.ai/mcp/servers/h-kazuki-pixel/layout-doctor-mcp) 📇 🏠 🍎 🪟 🐧 - Renders HTML in a headless browser and detects layout defects numerically (text overlap, element overflow, placeholder leftovers) without requiring baseline images. Read-only, no API key required. - [HainanZhao/mcp-gitlab-jira](https://github.com/HainanZhao/mcp-gitlab-jira) 📇 ☁️ 🏠 - Unified MCP server for GitLab and Jira: manage projects, merge requests, files, releases and tickets with AI agents. +- [HakashiKatake/docorbit](https://github.com/HakashiKatake/docorbit) [![HakashiKatake/docorbit MCP server](https://glama.ai/mcp/servers/HakashiKatake/docorbit/badges/score.svg)](https://glama.ai/mcp/servers/HakashiKatake/docorbit) 📇 🏠 🍎 🪟 🐧 - Version-aware documentation context and verification infrastructure for AI coding agents. Discovers machine-readable specs (llms.txt, OpenAPI, skills), resolves workspace dependency versions, indexes structured ASTs into local SQLite FTS5, detects pitfalls, compiles implementation recipes, and verifies code across 14 native MCP tools. `npx -y docorbit mcp --stdio` - [haris-musa/excel-mcp-server](https://github.com/haris-musa/excel-mcp-server) 🐍 🏠 - An Excel manipulation server providing workbook creation, data operations, formatting, and advanced features (charts, pivot tables, formulae). - [hechtcarmel/jetbrains-debugger-mcp-plugin](https://github.com/hechtcarmel/jetbrains-debugger-mcp-plugin) ☕ 🏠 - A JetBrains IDE plugin that exposes an MCP server, giving AI coding assistants full programmatic control over the debugger. - [hechtcarmel/jetbrains-index-mcp-plugin](https://github.com/hechtcarmel/jetbrains-index-mcp-plugin) ☕ 🏠 - A JetBrains IDE plugin that exposes an MCP server, enabling AI coding assistants to leverage the IDE's indexing and refactoring capabilities (rename, safe delete, find references, call hierarchy, type hierarchy, diagnostics and more).