opencode-docs
Related Servers
Alternatives to opencode-docs
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceCreates a local database of indexed technical documentation from web crawls and local files, enabling AI agents to efficiently search and retrieve documentation through MCP tools.1-
- AlicenseNot gradedqualityBmaintenanceA documentation MCP server that crawls websites and Git repositories, stores them as Markdown, and provides tools to search and retrieve documentation for local LLMs and AI agents.Apache 2.0
- FlicenseNot gradedqualityBmaintenanceLocal documentation search server for AI models using hybrid retrieval (phrase, keyword, vector). Provides MCP tools to search and fetch documentation from bundled or custom doc sets without any external API keys.-
- FlicenseNot gradedqualityDmaintenanceIndexes documentation sites by base URL and serves keyword search, optional semantic search, and Markdown page retrieval as MCP tools, all from a single SQLite file.-
- FlicenseNot gradedqualityDmaintenanceProvides tools for ingesting documents into a local vector database and retrieving relevant information via semantic search, enabling retrieval-augmented generation for MCP clients.6-
- FlicenseAqualityCmaintenanceScrapes documentation sites, chunks and embeds content locally, then retrieves relevant passages for queries. Enables agents to ask questions grounded in documentation.1-
TDQS
Scored across 11 tools
The four add tools (url, sitemap, swagger, openapi) target distinct source types, but overlap exists between generic URL crawling and sitemap crawling, and between Swagger UI and OpenAPI JSON imports. Descriptions clarify the intended use, but an agent may still hesitate when both could work.
All tools share the 'docs_' prefix and use consistent snake_case, with predictable forms like docs_add_*, docs_list, docs_search, docs_read, docs_update, docs_remove. No mixing of conventions (e.g., camelCase) occurs.
11 tools is well within the ideal 3-15 range. Each tool covers a distinct operation in documentation ingestion, management, or retrieval, with no obvious redundancy.
Core lifecycle operations are present: add from multiple sources, list, search, read, update, remove, preview, and auth management. Minor gaps include no page-level deletion (only source removal) and no credential editing, but these are workaroundable.