new file mode 100644
index 0000000..3e9254b
@@ -0,0 +1,18 @@
+---
+visibility: public
+---
+
+# MCP
+
+Model Context Protocol — the standard for connecting AI models to external tools and data sources.
+
+**configured MCP servers (in `~/.claude.json`):**
+- **hostinger-api** — web hosting management
+- **vercel** — frontend deployment
+- **railway** — backend deployment
+- **supabase** — database and auth (complements local [[PostgreSQL]])
+- **claude-flow** — multi-agent orchestration
+- **gdrive** — Google Drive access
+- **cloudflare** — DNS and CDN management (see [[Cloudflare]])
+
+**how it's used:** MCP servers give [[Claude Code]] the ability to interact with external services directly — deploying code, managing DNS, querying databases — all from the terminal without switching contexts. this is what makes Claude Code more than a code generator: it can take real actions in the infrastructure stack.
\ No newline at end of file