← Back to Plugins
MCP Server MCP

io.github.koki-develop/esa-mcp-server

github By github 👁 1 views ▲ 0 votes

A Model Context Protocol (MCP) server for esa.io

Homepage Verified source GitHub

Install

npx -y @koki-develop/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@koki-develop/esa-mcp-server",
      "version": "0.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your esa team",
          "isRequired": true,
          "format": "string",
          "name": "ESA_TEAM"
        },
        {
          "description": "Your esa personal access token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ESA_ACCESS_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...