trackmcp
Back to directory
3 stars TypeScriptOthers Updated Sep 12, 2025

Documentation

Usage

code
pnpm build

利用するツールに合わせて以下のように設定ファイルを準備してください。

json
{
  "mcpServers": {
    "esa-mcp-server": {
      "command": "/Users/~/.local/share/mise/shims/node", // 絶対PATHにしておく方が無難
      "args": ["/Users/~/project/esa-mcp-server/dist/index.js"], // 現在はローカルbuild想定
      "env": {
        "ESA_API_KEY": "ESA API TOKEN",
        "DEFAULT_ESA_TEAM": "your team"
      }
    }
  }
}

Frequently asked questions

What is esa-mcp?

esa-mcp is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

How do I install esa-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is esa-mcp open source?

Yes — it is hosted on GitHub at https://github.com/harukikaneko/esa-mcp and has 3 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP