mcp-gateway-registry
Deploy, register, and manage MCP servers and AI agents
All Skills in This Repository (14)
Pure Emerald Level Indicatorspr-review
Parse a GitHub PR and generate a multi-perspective review document.
new-feature-design
Convert user descriptions or GitHub issues into structured design documents in a scratchpad folder.
release-notes
Generate structured Markdown release notes from Git commits, PRs, and issues.
benchmark-report
Generate markdown benchmark reports from stress test JSON result files.
terraform-setup
Deploy MCP Gateway & Registry to AWS using the Terraform aws-ecs stack.
macos-setup
Installs and configures the MCP Gateway & Registry stack on macOS with Keycloak authentication.
generate-server-card
Generate MCP server card JSON configs by analyzing server source code.
usage-report
Generate telemetry usage reports for MCP Gateway Registry from DocumentDB exports.
search-registry
Search the MCP Gateway Registry semantically and add discovered MCP servers to AI assistant configurations.
infra-sync
Compares Terraform and CDK infrastructure definitions to detect parity gaps and generate fixes.
generate-agent-card
Generate A2A agent card JSON by analyzing agent source code in folders or GitHub URLs.
create-milestone
Creates GitHub milestones from merged PRs and closed issues since a baseline release.
Frequently Asked Questions
FAQPage SchemaHow to install MCP Gateway Registry?โผ
Run `npx skills add agentic-community/mcp-gateway-registry --all -g -y` in your terminal to install all skills in this suite globally.
What does MCP Gateway Registry do?โผ
It is a single control plane where you register MCP servers, AI agents, and skills once, then discover and reach them through one authenticated gateway with a full audit trail.
How to deploy MCP Gateway on AWS?โผ
Use the terraform-setup skill, which guides your AI agent through cloning the repo, checking IAM permissions, configuring variables, and running terraform apply on ECS Fargate.
Can I run MCP Gateway locally on a Mac?โผ
Yes. The macos-setup skill installs the full stack with Docker, Keycloak auth, and a sample MCP server in about 20 to 40 minutes.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible AI coding assistants.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core