FeathersMCP
Related Servers
Alternatives to FeathersMCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to access up-to-date documentation for Python libraries like LangChain, LlamaIndex, and OpenAI through dynamic fetching from official sources.1MIT
- AlicenseAqualityBmaintenanceAn MCP server that lets AI coding assistants list, search, and read the public Quasar Store documentation in real time.310 npm1MIT
- AlicenseAqualityCmaintenanceAn MCP server that provides AI assistants with real-time access to Inductive Automation Ignition documentation, enabling accurate answers on Ignition-specific topics by searching live docs and fetching full pages.3MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.11 npmMIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that gives AI coding assistants access to up-to-date API documentation via RAG by crawling documentation sites, indexing them into a vector store, and enabling semantic queries.MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides full-text search over documentation using Whoosh, enabling AI assistants to find up-to-date, authoritative answers.MIT
TDQS
Scored across 7 tools
Each tool has a distinct role: get-menu and get-schema provide structural context, search-doc and search-community handle discovery, get-doc and get-community-post retrieve full resources, and share-knowledge handles contribution submission. The doc vs. community split is consistent and clearly reflected in descriptions, so an agent can easily choose the right tool.
All tool names follow the same lowercase hyphenated verb-noun convention: get-doc, get-community-post, get-menu, get-schema, search-doc, search-community, share-knowledge. There are no mixed casing styles or inconsistent verb patterns.
Seven tools is well scoped for a documentation and community knowledge server. The set covers navigation, schema inspection, documentation search/retrieval, community search/retrieval, and contribution sharing without obvious redundancy.
The server covers the main lifecycle: orient with menu/schema, search docs and community, retrieve full items, and share knowledge. Minor gaps exist, such as no explicit listing or filtering of community posts by tag/author, but search largely compensates for those omissions.