INDIVIDUAL MCP TOOL
about_adrian
Adrian's background: what he does, where he works, what he has worked on before, and what he is good at.
LIVE ENDPOINT
https://adrianpatzi.com/mcp
Connect to this endpoint to inspect the live schema for about_adrian 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
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.search_writing— Keyword search across titles, summaries, tags and full post bodies.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.