MCP Server
MCP
esa
Official MCP server for esa.io - a documentation sharing service for teams
Install
npx -y @esaio/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@esaio/esa-mcp-server",
"version": "0.13.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Access token for esa.io API authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ESA_ACCESS_TOKEN"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/esaio/esa-mcp-server:0.13.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Access token for esa.io API authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ESA_ACCESS_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
oci
By
Comments
Sign in to leave a comment