esa-mcp-server
0
esa-mcp-server is a sample implementation of a Model Completion Protocol server designed to work with esa.io. It is intended for development and exploration purposes, demonstrating compliance with Anthropic's MCP protocol and the use of the esa.io API.
esa-mcp-server
This repository is a sample implementation of MCP (Model Completion Protocol) server for esa.io and is not suitable for production use.
Alternative Implementations
Please consider using the following MCP server implementations instead:
Development
Prerequisites
- Node.js
- pnpm
Setup
pnpm install
Running the development server
pnpm dev
Dependencies
- Package Manager: pnpm
- Main packages:
- hono
- @hono/node-server
- typescript
- @types/node
Features
- MCP Server Implementation
- Server implementation compliant with Anthropic's MCP protocol
- Tool Definition and Implementation
- Implementation of tools utilizing esa.io API