← Registry

Content Tools

jeffkazzee.dev

An MCP server that exposes Jeff Kazzee's personal site content, including guide libraries, projects, essays, and contact details, and fetches pages as Markdown.

1 endpoint5 known toolsFirst detected September 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://jeffkazzee.dev/api/mcp

No auth detected

MCP server metadata

Name
jeffkazzee.dev
Version
1.0.0
Capabilities
tools
Server instructions

Start with list_guide_libraries: 1,450 free guides and recipes for building real systems. Any page of jeffkazzee.dev can be fetched as Markdown with read_page.

Known tools 5

list_guide_libraries

List the free guide and recipe libraries Jeff Kazzee publishes for building real systems on Zo Computer, with how many are in each and where to read them.

Inferred read-only
list_projects

List the projects on this site with status, stack, and links, including LLM Arcade.

Inferred read-only
read_page

Fetch any page of this site as Markdown.

Inferred read-only
list_writing

List the essays and field notes published on this site, newest first.

Inferred read-only
contact_details

Return the ways to contact Jeff Kazzee and what he is currently open to.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "jeffkazzee-dev",
  "transport": "streamable-http",
  "url": "https://jeffkazzee.dev/api/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.