🤖 AGENTIC
MCP
▸ EN
Model Context Protocol. Anthropic's standard for AI agents to talk to external tools (databases, APIs, files). "USB-C for AI."
▸ TR
Model Context Protocol. AI agent'larının dış araçlarla (database, API, dosya) standart şekilde konuşmasını sağlayan Anthropic protokolü. "AI için USB-C."
▸ EXAMPLES
- claude mcp add filesystem npx @modelcontextprotocol/server-filesystem ~/Documents
- claude mcp add postgres npx @modelcontextprotocol/server-postgres
▸ RELATED TERMS
Tool Use
When the model decides to invoke a function instead of generating text. Same as "function calling." The core of agentic behavior.
▸ AGENTIC
Claude Code
Anthropic's terminal-based AI coding agent. Reads files, edits, runs commands, connects to external tools via MCP.
▸ TOOLS
Agentic
When a model goes beyond replying — planning, calling tools, and acting toward a goal. Opposite of a passive chatbot.
▸ AGENTIC