esa-mcp-server
0
ESA MCP Server is a server utilizing Model Context Protocol to interact with the esa.io API, offering operations like user info retrieval and article management. Built with Deno and JSR, it provides seamless deployment without local setup.
deno run --allow-env --allow-net=api.esa.io --allow-read jsr:@masseater/esa-mcp-server
Running the MCP server
deno task dev
Enable hot reload during local development
deno task check:all
Run format checks, lints, type checks, and unit tests
deno task test:integration
Run integration tests