Tinker AI
Read reviews

#mcp

15 items tagged #mcp.

GUIDE 2026-05-11

A custom MCP server in 60 lines: the minimum viable shape

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.

Owner · 9 min #claude-code #mcp
GUIDE 2026-05-11

MCP on Claude Code: from `mcp__` tool names to a working connection

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.

Owner · 7 min #claude-code #mcp
GUIDE 2026-05-11

Three MCP servers worth installing: Postgres, Notion, and Linear

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.

Owner · 8 min #claude-code #mcp
GUIDE 2026-05-11

MCP tools and Claude Code's tool-use loop: how they actually compose

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.

Owner · 7 min #claude-code #mcp
GUIDE 2026-05-11

Skill or MCP server? Where the boundary actually is

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.

GUIDE 2026-04-29

Cline + Postgres MCP server: querying your database from inside the editor

The Postgres MCP server lets Cline read your schema, run queries, and reason about data shape during code generation. Setup in 10 minutes, but a few gotchas matter.

Owner · 6 min #cline #mcp
NEWS 2026-04-16

Cline ships first-class MCP server support: agents that can talk to your tools

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.

Owner · 5 min #cline #mcp
CASE STUDY 2026-03-30

Using Cline + MCP to debug a data pipeline: connecting the agent to real systems

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.

Owner · 10 min #cline #mcp
NEWS 2026-03-11

Cline 3.5 launches MCP marketplace and per-server permissions

Cline's 3.5 release adds an in-tool marketplace for MCP servers plus granular permissions per server. The marketplace makes the MCP ecosystem actually accessible.

Owner · 4 min #cline #mcp
GUIDE 2026-03-04

Windsurf with MCP servers: catching up to Cline's tool ecosystem

Windsurf added MCP support in late 2025. The implementation is solid; the ecosystem is smaller than Cline's. Here's the practical setup.

Owner · 4 min #windsurf #mcp
BLOG 2026-03-02

The MCP server supply chain question nobody is asking yet

MCP servers are npm packages with deep access to your environment. The supply chain risks aren't being treated as seriously as they should be.

Owner · 5 min #mcp #security
NEWS 2026-02-16

MCP spec 1.1 ships with stronger permissions and authentication

The Model Context Protocol gets a 1.1 spec adding granular permissions, OAuth flows, and signed packages. Addresses real concerns about supply chain risk.

Owner · 3 min #mcp #security
GUIDE 2026-01-30

Cline with Supabase MCP server: schema-aware agent development

Connect Cline to your Supabase project via MCP. The agent gains schema awareness and can introspect data during code generation.

Owner · 4 min #cline #supabase
NEWS 2026-01-01

Google's Jules announces MCP integration on roadmap

Jules will support Model Context Protocol later this year. The MCP ecosystem becomes more universal as Google joins.

Owner · 3 min #google #jules
NEWS 2025-12-15

OpenAI's Codex CLI gains MCP support, joins the universal protocol

Codex CLI adds MCP server integration, completing the major-lab adoption of the protocol.

Owner · 2 min #openai #codex