Skip to Content
ServicesMCP Inspector

MCP Inspector

Debug and test MCP servers in Kubernetes.

MCP Inspector interface

Install

ark install marketplace/services/mcp-inspector

Or with DevSpace:

cd services/mcp-inspector devspace dev

Access via:

Usage

  1. Find your MCP server address:

    kubectl get mcpserver -A
  2. In the inspector UI, go to Configuration and set Proxy Session Token to any value (e.g., test)

  3. Enter the MCP server address and connect

Uninstall

Using DevSpace:

cd services/mcp-inspector devspace purge

Using Helm:

helm uninstall mcp-inspector -n default

Additional Resources

Last updated on