MCP Server Patterns

Build MCP servers with TypeScript, Zod schemas, registered tools, and stdio transport.

erichare Updated

File contents

MCP Server Patterns

Use this skill when implementing a Model Context Protocol server, registering tools, and connecting stdio transport for local agent clients.

When to Use

  • Build MCP tools.
  • Add schema validation.
  • Keep server transport thin.

See template.

erichare/skillroute/tree/main/tests/fixtures/skills/mcp-server-patterns commit 9f66a63e1c

Frequently asked questions

npx skillmds@latest add erichare/mcp-server-patterns-2