#mcp
15 items tagged #mcp.
15 items tagged #mcp.
Build a focused MCP server from scratch using the TypeScript SDK. Covers protocol basics, a real git-log-search example, wiring into Claude Code, and the iteration loop that makes debugging fast.
MCP connects Claude Code to external tools without bundling everything into the agent. Here's how to configure servers, understand the tool-naming convention, and debug a server that won't show up.
Postgres, Notion, and Linear MCP servers extend Claude Code with live data access. Each has a clear use case and a specific gotcha that bites you if you skip the setup details.
Native tools and MCP tools look identical to the model. Understanding the lifecycle differences—and what happens when the tool list grows too large—makes MCP integrations reliable.
Skills shape how Claude Code thinks and works. MCP servers give it new tools to call. Confusing the two leads to building the wrong thing.
Cline now supports the Model Context Protocol natively. Configure an MCP server, and Cline can call it as a tool — connecting the agent to your databases, APIs, and internal services.
I wired Cline to our staging Postgres and Snowflake via MCP servers, then asked it to help debug a data quality issue. The investigation that followed showed where MCP shines and where it doesn't.