MCP Server
MCP
io.github.koki-develop/esa-mcp-server
A Model Context Protocol (MCP) server for esa.io
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
By
Comments
Sign in to leave a comment