hackhaton-space-stackHackhaton Space Stack
AcademyBuilder
Get Started
All terms
The Basics
  • Stack
  • Frontend & Backend
  • CLI
  • Monorepo
  • Server
  • Localhost
How AI Works
  • Context Window
  • Hallucination
  • Token
  • Prompt Caching
  • Session
  • Compaction
  • Embedding
  • Vector Database
  • RAG
  • Fine-tuning
  • Temperature
  • Inference
  • Reasoning
  • Multimodal
Building With AI
  • Agent
  • MCP
  • System Prompt
  • Skill
  • CLAUDE.md
  • Slash Command
  • Harness
  • Computer Use
  • Agents SDK
  • Voice Agents
  • OAuth
  • Vibe Coding
  • Permission Scope
  • Tool Calling
  • Prompt Injection
  • Eval
  • Guardrails
  • Sandbox
  • Progressive Disclosure
Code & Collaboration
  • Git
  • Commit
  • Branch
  • GitHub
  • Pull Request
  • Open Source
  • Markdown
  • Dependency
  • Merge
  • Fork
APIs & Connections
  • API
  • Auth
  • Database
  • ORM
  • SDK
  • Webhook
  • Endpoint
  • REST
  • HTTP Methods
  • Env File
  • Schema
  • JSON
  • YAML
  • Secret
  • Rate Limit
  • CORS
  • Cookie
  • Encryption
Shipping & Running
  • Deploy
  • Headless
  • Cron
  • DNS
  • CDN
  • Object Storage
  • Serverless
  • Edge
  • Worker
  • Runtime
  • Process
  • Daemon
  • Queue
  • Job
  • State
  • Cache
  • SSH
  • Build
  • Staging
  • Rollback
  • Docker
  • Feature Flag
  • Test
  • CI/CD
  • The Cloud
Debugging & Errors
  • Trace
  • Type Error
  • Stack Trace
  • Log
  • Bug
  • Patch
  • Latency
How Developers Think
  • DRY
  • YAGNI
  • KISS
  • Refactoring
  • Technical Debt
  • Async
← All terms

Type-safe, modern TypeScript scaffolding for full-stack web development

ThreadsGitHub

Info

  • Academy
  • Docs

Legal

  • Terms of Service
  • Privacy Policy

© 2026 Dzulhelmy Nazri

Building With AI

$definemcp--plain-english

MCP

TLDRA universal plug for your AI's tools.

USB won because every device used the same hole.

Before that, printers had their own cables, cameras had their own cables, and your desk was a junk drawer. MCP — Model Context Protocol — is USB for agents.

An AI app (Claude Code, Cursor, Codex, whatever ships next week) should not need a custom integration for every tool. The tool speaks MCP. The app plugs in. Now the model can see the menu.

What it actually is

A small server that advertises tools and resources. "I can scaffold a project." "I can list legal stacks." The host calls those tools. Your code runs. The model gets structured results, not a screenshot of a terminal.

This repo's npx create-hackhaton-space-stack@latest mcp is that plug. Install the plugin, or point an MCP-capable app at the server, and the CLI becomes a pair of hands the model already knows how to shake.

Not an API for humans

An API is a window for any program. MCP is a window shaped for language models: tool names, JSON arguments, descriptions the model reads before it orders.

You still want a normal API for your product. MCP is how the assistant reaches the tools without you pasting docs into the chat every time.

What this unlocks

Without MCP, every new AI app means another integration. With it, you write the server once and any host that speaks the protocol can walk up to the window.

That's the leap. A plugin for one chat app is a favor. A protocol is infrastructure.

Related

  • Agent
  • API
  • CLI
PrevAgent

Building With AI

NextSystem Prompt