MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server for Hono documentation

Created 3/23/2026
Updated about 19 hours ago
Repository documentation and setup instructions

hono-docs-mcp

An MCP server built with Hono that provides search and retrieval of Hono documentation.

Tools

search

Search Hono documentation via Algolia.

  • query (string, required) — Search query
  • limit (number, optional, default: 5) — Number of results (1–20)

docs

Fetch Hono documentation content as Markdown.

  • path (string, optional) — Documentation path (e.g., docs/concepts/motivation)
  • Returns llms.txt if no path is provided

Setup

bun install

Create a .env file:

ALGOLIA_APP_ID=your_algolia_app_id
ALGOLIA_API_KEY=your_algolia_api_key

Development

bun run dev

Deploy

wrangler secret bulk .env
bun run deploy
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-hono-docs-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "yusukebe-hono-docs-mcp": { "command": "npx", "args": [ "yusukebe-hono-docs-mcp" ] } } }