Skip to content

apoxy-dev/claude-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Apoxy Claude Plugin

Claude Code plugin for querying Envoy proxy access logs via Apoxy's MCP server.

What it does

Provides a skill that teaches Claude how to effectively query your proxy logs using PRQL — including field names, types, query patterns, and best practices.

Setup

  1. Create an API key in the Apoxy console (avatar > Account Settings > API Keys).

  2. Add the MCP server to your project's .mcp.json:

{
  "mcpServers": {
    "apoxy": {
      "type": "http",
      "url": "https://api.apoxy.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
  1. Install the plugin in Claude Code:
/plugins add apoxy-dev/claude-plugin

Usage

Once configured, ask Claude questions about your traffic:

  • "Show me 5xx errors in the last hour"
  • "What are the top paths by request count?"
  • "Break down traffic by HTTP method"
  • "Show me slow requests over 500ms"

Documentation

About

Teach Claude to use Apoxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors