hasmcp-docs
Documentation for HasMCP
claude mcp add --transport stdio hasmcp-hasmcp-docs node server.js
How to use
HasMCP Official Docs servers provide access to the HasMCP documentation experience. The repository for this MCP server is intended to serve the official docs and related tooling for HasMCP. After starting the server, you typically interact with the hosted documentation interface to browse API references, usage guides, and example configurations. Use the provided endpoints or UI to search for topics, view versioned docs, and copy ready-to-use configuration snippets for your HasMCP deployments.
If you need to customize the docs environment, this server supports standard MCP configuration options and environment variables that control things like port, host, and documentation source paths. Refer to the HasMCP documentation for exact parameters and supported features such as versioning, search indexing, and plugin hooks.
How to install
Prerequisites:
- Node.js and npm installed on your system
- Access to the project repository or npm package for hasmcp-docs
Option A: Run from source
-
Clone the repository: git clone https://github.com/your-org/hasmcp-docs.git cd hasmcp-docs
-
Install dependencies: npm install
-
Start the server: npm run start
Option B: Install via npm (if published as a package)
-
Install globally or in your project: npm install -g hasmcp-docs
or locally: npm install hasmcp-docs
-
Run the server (example): hasmcp-docs
Configuration notes:
- Ensure the server binds to an accessible port (default 3000, can be overridden with environment variables).
- If you publish environment variables, set PORT, HOST, and DOCS_PATH as needed.
Additional notes
Tips:
- If you encounter missing docs, verify that the docs source path is correctly mounted or accessible by the server.
- Check logs for startup errors related to port binding or missing dependencies.
- Common environment variables: PORT (e.g., 3000), HOST (e.g., 0.0.0.0), DOCS_PATH (path to docs source).
Configuration options (examples):
- PORT=8080 HOST=0.0.0.0 DOCS_PATH=/data/docs
- If using Docker, map ports and mount the docs directory appropriately.
Related MCP Servers
cursor-notebook
Model Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
mcp
๐ค Taskade MCP ยท Official MCP server and OpenAPI to MCP codegen. Build AI agent tools from any OpenAPI API and connect to Claude, Cursor, and more.
MiniMax -JS
Official MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
furi
CLI & API for MCP management
rod
Model Context Protocol Server of Rod
unity-editor
An MCP server and client for LLMs to interact with Unity Projects