mcp-setup
Installation
SKILL.md
MCP Setup
Protocol Overview
MCP is an open standard connecting AI models to external tools, data, and services via JSON-RPC 2.0. Architecture: Host (app running the model) creates a Client that connects 1:1 to a Server exposing capabilities.
Three primitives a server can expose:
- Tools - functions the model can call (like API endpoints)
- Resources - data the model can read (files, DB records, configs)
- Prompts - reusable prompt templates with arguments