Agentic Coding
6 / 6
Contents
MCP
-
let your agent use other people’s developed tools
- examples:
- context7
- playwright
- My favorite: postgres MCP
- demo?
- Capabilities: files, APIs, databases, dev/cloud systems.
- Impact: turns chat into an operational workflow.
- Safety: least privilege, explicit approvals, human review.
Example MCPs (easy -> advanced)
- Filesystem MCP: read/write project files and generate code changes.
- GitHub MCP: open issues, inspect PRs, and post review comments.
- Production Ops MCP: query telemetry, run safe diagnostics, and trigger controlled deploy workflows.
Install MCP (Codex + Claude Code)
- Codex: Settings -> MCP Servers -> Add Server -> provide server command/env -> connect -> verify tools appear.
- Claude Code: configure MCP in
~/.claude/settings.jsonor project.mcp.json, then restart session and verify tool list.