esa-mcp-server logo

esa-mcp-server

by ainoya

This repository provides a sample implementation of an MCP (Model Completion Protocol) server for esa.io. It is intended for demonstration purposes and not for production use.

View on GitHub

Last updated: N/A

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

  1. MCP Server Implementation
    • Server implementation compliant with Anthropic's MCP protocol
  2. Tool Definition and Implementation
    • Implementation of tools utilizing esa.io API