Skip to content

MCP

Model Context Protocol (MCP) servers extend Claude Code with external tools and services, like adding specialized tools to a developer's toolbox.

What MCP Enables

MCP provides a standardized way for Claude Code to:

  • Execute tools - Call external functions and receive structured results
  • Access resources - Read data from URIs (files, APIs, databases)
  • Use prompts - Apply pre-defined prompt templates
  • Receive events - React to notifications from connected servers

Quick Start

Install the Agronod plugins marketplace to get curated tools immediately:

bash
/plugin marketplace add agronod/claude-plugins
/plugin install dev@agronod-plugins

Then use tools naturally in conversation:

bash
# Claude automatically chooses the right tools
> Review my changes and create a commit with a good message

> Remember we're using PostgreSQL with Redis for caching

> Find all TODO comments in the codebase

Resources

Built with VitePress and powered by Claude Code