M
MCP Docs
作者 @la-rebelion
Headless API Stack for MCP. HAPI MCP enables seamless AI integration by dynamically converting API specifications into MCP tools, eliminating the need for custom server implementations
创建于 8/4/2025
更新于 4 months ago
README
Repository documentation and setup instructions
MCP AI Documentation
MCP AI ecosystem documentation.
- MCP - main website
- MCP Documentation - documentation
- runMCP - the platform to run MCP Servers in a blink of an eye
- chatMCP - MCP Client to interact with Agents leveraged by MCP Servers
- HAPI Server - Headless API, is the tool that allows you to expose APIs as MCP Servers, without coding a single line of code
Useful Links
- FAQ schema for Google rich results.
Customization
bun run swizzle @docusaurus/theme-classic Footer --eject --typescript
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-mcp-docs
Cursor 配置 (mcp.json)
{
"mcpServers": {
"la-rebelion-mcp-docs": {
"command": "npx",
"args": [
"la-rebelion-mcp-docs"
]
}
}
}