Loading languages...
AP

apisix-mcp

@api725

APISIX Model Context Protocol (MCP) server is used to bridge large language models (LLMs) with the APISIX Admin API.

APISIX
API Gateway
LLM
Admin API

# mcpServer Config

{
  "apisix-mcp": {
    "command": "npx",
    "args": [
      "-y",
      "apisix-mcp"
    ],
    "env": {
      "APISIX_SERVER_HOST": "your-apisix-server-host",
      "APISIX_SERVER_PORT": "your-apisix-server-port",
      "APISIX_ADMIN_API_PORT": "your-apisix-admin-api-port",
      "APISIX_ADMIN_API_PREFIX": "your-apisix-admin-api-prefix",
      "APISIX_ADMIN_KEY": "your-apisix-api-key"
    }
  }
}

# stdio

npx -y apisix-mcp
Transport:
stdio
語言:
typescript
創建時間:3/27/2025
更新時間:6/20/2025