A unified debugging surface for distributed systems — MCP server with SSH/Docker/K8s/HTTP transports
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"
]
}
}
}
Run in terminal:
claude mcp add periscope go run github.com/Dsssyc/periscope@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"periscope": {
"command": "go",
"args": [
"run",
"github.com/Dsssyc/periscope@latest"
]
}
}
}