esa for VS Code
io.github.esaio/esa
Official MCP server for esa.io - a documentation sharing service for teams
client:VS Code
transport:stdio
runtime:npm
Install esa in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "esa-access-token",
"description": "ESA_ACCESS_TOKEN",
"password": true
}
],
"servers": {
"esa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@esaio/esa-mcp-server"
],
"env": {
"ESA_ACCESS_TOKEN": "${input:esa-access-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs