← markgibbons.dev

INDIVIDUAL MCP TOOL

search_posts

Full-text search across every published post on markgibbons.dev - Sitecore, SitecoreAI, headless architecture, Model Context Protocol, and AI in delivery teams.

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 search_posts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

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

  • get_post — Return the full markdown of one post on markgibbons.dev by its slug.
  • list_posts — List published posts on markgibbons.dev, newest first, with slugs, dates, tags and summaries.
  • 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.