MCP Inspector
Debug and test MCP servers in Kubernetes.

Install
ark install marketplace/services/mcp-inspectorOr with DevSpace:
cd services/mcp-inspector
devspace devAccess via:
- http://mcp-inspector.default.127.0.0.1.nip.io:8080
- Port forward:
kubectl port-forward svc/mcp-inspector 6274:6274 - Ark Dashboard → Services page
Usage
-
Find your MCP server address:
kubectl get mcpserver -A -
In the inspector UI, go to Configuration and set Proxy Session Token to any value (e.g.,
test) -
Enter the MCP server address and connect
Uninstall
Using DevSpace:
cd services/mcp-inspector
devspace purgeUsing Helm:
helm uninstall mcp-inspector -n defaultAdditional Resources
Last updated on