← ryancolkitt.com

INDIVIDUAL MCP TOOL

getPackages

Ryan's published npm packages with live weekly download counts (MCP servers, agent tooling, SDKs).

ryancolkitt.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

ryancolkitt.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ryancolkitt-com]
url = "https://ryancolkitt.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ryancolkitt-com": {
      "type": "http",
      "url": "https://ryancolkitt.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ryancolkitt-com
Remote MCP URL: https://ryancolkitt.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ryancolkitt-com": {
      "url": "https://ryancolkitt.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ryancolkitt-com": {
      "type": "http",
      "url": "https://ryancolkitt.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ryancolkitt-com",
  "transport": "streamable-http",
  "url": "https://ryancolkitt.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • getProfile — Ryan Colkitt's identity: name, title, location, positioning, passions, and contact links.
  • getExperience — Ryan's full work history — roles, organizations, periods, and impact.
  • getBuilds — Products Ryan has shipped to real, purchased domains and that are live — names, descriptions, stack, and URLs (distinct from the open-source npm packages).
  • getPress — Ryan's bylined articles in industry press (e.g.
  • listWriting — Ryan's published newsletter essays — titles, excerpts, dates, and URLs.
  • getPost — Full markdown content of one published essay, by slug.
  • search — Keyword search across Ryan's profile, experience, packages, and writing.