Shengwang-Community/doc-mcp-server
If you are the rightful owner of doc-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Server is designed to facilitate keyword search and content retrieval from official documentation.
The MCP Server is a robust tool that allows users to efficiently search and retrieve information from a vast array of official documents. It is particularly useful for developers and technical writers who need quick access to specific documentation content. The server supports various operations such as searching for documents by keywords, listing available documents, and fetching the content of specific documents. It is accessible both locally and publicly, making it versatile for different development environments. The server can be integrated with development tools like VS Code and Cursor, enhancing productivity by providing seamless access to documentation directly within the development environment.
Features
- Keyword-based document search
- Document listing with category and path details
- Content retrieval of specific documents
- Integration with development tools like VS Code and Cursor
- Public and local access points for flexibility
Usages
usage with VS Code
{ "servers": { "my-mcp-server-7b6dc6ec": { "url": "https://doc-mcp.shengwang.cn/mcp" } } }
usage with Cursor
{ "mcpServers": { "server-name": { "url": "https://doc-mcp.shengwang.cn/mcp" } } }
Tools
search-docs
Searches for documents based on a keyword query.
list-docs
Lists available documents with details like category and path.
get-doc-content
Retrieves the content of a specified document.