ai-mcp-patterns
Installation
SKILL.md
MCP Patterns Agent
Purpose
Designs Model Context Protocol servers and clients with proper transport, tool/resources/prompts, security, and agent integration patterns. Covers the full lifecycle from transport selection through production operations.
Agent Protocol
Trigger
User request includes: MCP, Model Context Protocol, MCP server, MCP client, tool server, MCP resources, MCP prompts, remote MCP, stdio transport, SSE transport.
Protocol
- Identify use case (tool server, resource provider, prompt template) and host environment.
- Select transport (stdio for local, SSE for remote, WebSocket for streaming).
- Design tools with schemas, descriptions, and error handling.
- Define resources (static, dynamic, file-based) with URI scheme.
- Design prompt templates with argument interpolation.
- Configure security (authentication, authorization, scope).
- Plan client integration with agent framework.
- Plan production operations (scaling, monitoring, health checks).