OpenAPI: openapi/openapi-basic.yaml - turn any REST API into MCP tools
Registry: registry/registry-basic.yaml - Agent Skills as MCP prompts
Note: Getting-started examples use placeholder containers to focus on infrastructure concepts.
Transport and platform examples include real MCP server implementations.
π Feature Matrix
Example
Transports
Agents
A2A
External
OpenAPI
Registry
agent-basic
-
β
-
-
-
-
skills-basic
-
β
β
-
-
-
local-mcp
stdio
-
-
-
-
-
ssh-mcp
ssh+stdio
-
-
-
-
-
external-mcp
http, sse
-
-
β
-
-
multi-agent-skills
-
β
β
-
-
-
basic-a2a
-
β
β
-
-
-
atlassian-mcp
sse
-
-
β
-
-
chrome-devtools-mcp
stdio
-
-
β
-
-
context7-mcp
stdio
-
-
β
-
-
github-mcp
stdio
-
-
β
-
-
zapier-mcp
stdio
-
-
β
-
-
openapi-basic
openapi
-
-
-
β
-
openapi-auth
openapi
-
-
-
β
-
tool-filtering
-
β
-
-
-
-
gateway-basic
http
-
-
β
-
-
gateway-remote
http
-
-
β
-
-
registry-basic
stdio
-
-
-
-
β
registry-advanced
stdio
-
-
-
-
β
π» Usage Pattern
All examples follow the same deployment pattern:
# Deploy a stack
gridctl deploy examples/<category>/<file>.yaml
# Force recreate containers
gridctl deploy examples/<category>/<file>.yaml
# View status
gridctl status