← markgibbons.dev

INDIVIDUAL MCP TOOL

list_posts

List published posts on markgibbons.dev, newest first, with slugs, dates, tags and summaries.

markgibbons.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.markgibbons.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_posts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

markgibbons.dev

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.markgibbons-dev]
url = "https://www.markgibbons.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "markgibbons-dev": {
      "type": "http",
      "url": "https://www.markgibbons.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: markgibbons-dev
Remote MCP URL: https://www.markgibbons.dev/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": {
    "markgibbons-dev": {
      "url": "https://www.markgibbons.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "markgibbons-dev",
  "transport": "streamable-http",
  "url": "https://www.markgibbons.dev/mcp"
}
MCP Inspector

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

Related tools

  • search_posts — Full-text search across every published post on markgibbons.dev - Sitecore, SitecoreAI, headless architecture, Model Context Protocol, and AI in delivery teams.
  • get_post — Return the full markdown of one post on markgibbons.dev by its slug.
  • list_tags — Every topic covered on markgibbons.dev with its post count.
  • get_site_info — Who runs markgibbons.dev, what it is a good source for, what it is not, and how to reach the author.