← adrianpatzi.com

INDIVIDUAL MCP TOOL

search_writing

Keyword search across titles, summaries, tags and full post bodies.

adrianpatzi.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://adrianpatzi.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_writing 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_writing — List everything Adrian has published on adrianpatzi.com, newest first.
  • read_post — Return the full markdown of one post, given its slug.
  • about_adrian — Adrian's background: what he does, where he works, what he has worked on before, and what he is good at.
  • whats_adrian_up_to — What Adrian is actively working on at the moment, in his own words.
  • read_notes — Read the approved notes visitors have left on adrianpatzi.com.
  • leave_note — Add a note to the wall on adrianpatzi.com.
  • report_problem — Tell Adrian that this MCP server answered something badly, is missing a tool, or returned wrong data.