agentgateway-mcp.yml
Agentgateway is an MCP GATEWAY, not an MCP server operator. It proxies, federates and secures MCP traffic to servers that YOU configure and run - the product ships no hosted MCP server of its own, and no MCP endpoint is published on agentgateway.dev. The tools below are a DERIVED CANDIDATE set, computed from the agentgateway admin/debug HTTP API in openapi/. They describe what an MCP server for agentgateway's own admin surface would expose if someone built one. Nobody ships it today.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
get_runtime_config— Dump the runtime configuration the proxy has loaded (binds, listeners, routes, backends, workloads, services, policies).get_logging_level— Read the current runtime logging level.set_logging_level— Set the logging level at runtime using RUST_LOG filter syntax (error|warn|info|debug|trace, optionally per-module).get_memory_stats— Allocator and process memory statistics.inspect_task_tree— Inspect the live tokio task tree.stream_request_trace— Stream a JSON-over-SSE trace of the next request the proxy handles. Long-lived stream, not a request/response tool.collect_cpu_profile— Collect a pprof CPU profile. Linux builds only; seconds 1-300 (default 10), frequency 1-1000 Hz (default 100).collect_heap_profile— Collect a pprof heap profile. Allocation samples on Linux builds only.shutdown_gateway— Trigger a graceful shutdown of the agentgateway process.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.