periscope

Dsssyc/periscope
★ 0 stars Go ⚙️ DevOps Updated today
A unified debugging surface for distributed systems — MCP server with SSH/Docker/K8s/HTTP transports
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "periscope": {
      "command": "go",
      "args": [
        "run",
        "github.com/Dsssyc/periscope@latest"
      ]
    }
  }
}