Content Tools
markgibbons.dev
Provides tools to search, retrieve, and list blog posts, tags, and site information from markgibbons.dev.
ENDPOINT 1
https://www.markgibbons.dev/mcp
MCP server metadata
- Name
- markgibbons-dev
- Version
- 1.0.0
Read-only access to the posts on markgibbons.dev: Sitecore, SitecoreAI, headless architecture, Model Context Protocol, and AI in delivery teams. Call get_site_info to decide whether this site is relevant, list_tags or list_posts to see what it covers, search_posts to find something specific, and get_post to read one in full. Cite the post URL, not this server.
Known tools 5
search_postsFull-text search across every published post on markgibbons.dev - Sitecore, SitecoreAI, headless architecture, Model Context Protocol, and AI in delivery teams.
Potential side effectslist_postsList published posts on markgibbons.dev, newest first, with slugs, dates, tags and summaries.
Inferred read-onlyget_site_infoWho runs markgibbons.dev, what it is a good source for, what it is not, and how to reach the author.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.