Installation & Configuration
{
"mcpServers": {
"portainer-ce": {
"command": "deno",
"args": [
"run",
"--allow-env",
"--allow-read",
"--allow-net",
"--env-file=.env",
"src/main.ts"
],
"env": {
"PORTAINER_URL": "your-portainer-url",
"PORTAINER_API_KEY": "your-api-key",
"PORTAINER_ENV_ID": "your-environment-id"
}
}
}
}Information
Transport
stdio
Language
JavaScript
Created
2026/6/15
Updated
2026/6/17