feat: add app MCP Inspector

This commit is contained in:
arch3rPro
2025-08-06 23:33:54 +08:00
parent 35e202c6d7
commit 123d87d109
9 changed files with 396 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
services:
inspector:
image: ghcr.io/modelcontextprotocol/inspector:0.16.2
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:6274
- ${PANEL_APP_PORT_PROXY}:6277
environment:
- NODE_ENV=production
- DANGEROUSLY_OMIT_AUTH=${DANGEROUSLY_OMIT_AUTH}
- MCP_PROXY_AUTH_TOKEN=${MCP_PROXY_AUTH_TOKEN:-}
- HOST=0.0.0.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true