hono-mcp-server
Verified Safeby mouguu
Overview
Provides a production-ready Model Context Protocol (MCP) server on Cloudflare Workers, offering tools to search and retrieve Hono documentation for AI models.
Installation
npm run devSecurity Notes
The server uses Zod for input validation and fetches documentation from specific, hardcoded Hono.dev and GitHub URLs, limiting arbitrary external resource access. No 'eval' or obvious hardcoded secrets found in the provided source. Deployment on Cloudflare Workers adds platform-level security benefits.
Similar Servers
remote-mcp-server-authless
Provides an unauthenticated remote Model Context Protocol (MCP) server for integrating custom tools with AI models on Cloudflare Workers.
bible-api-mcp-server
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, offering authentication-less calculator tools for AI agents and clients.
remote-mcp-server-humaka
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing AI agents with defined tools (e.g., calculator functions) without requiring authentication.
test-remote-mcp-server
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to expose custom tools to AI agents without authentication.