Skip to main content
Glama

Hono Math MCP Server

by ericbfriday
package.json751 B
{ "name": "hono-mcp-vercel", "version": "1.0.0", "description": "Hono-based MCP server with mathematical operations tools, built with Bun JS and deployed on Vercel", "type": "module", "main": "src/index.ts", "engines": { "bun": ">=1.0.0", "node": ">=18.0.0" }, "scripts": { "dev": "bun run ./src/index.ts", "build": "bun run tsc", "deploy": "vc deploy", "type-check": "tsc --noEmit" }, "keywords": [ "mcp", "hono", "vercel", "bun", "mathematical-operations" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.17.3", "hono": "^4.9.2", "mcp-handler": "^1.0.1", "zod": "^3" }, "devDependencies": { "@types/node": "^20.11.17", "typescript": "^5.8.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ericbfriday/vercel-hono-mcp-bun'

If you have feedback or need assistance with the MCP directory API, please join our Discord server