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.
ENDPOINT 1
https://jeffkazzee.dev/api/mcp
MCP server metadata
- Name
- jeffkazzee.dev
- Version
- 1.0.0
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_librariesList 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-onlylist_projectsList the projects on this site with status, stack, and links, including LLM Arcade.
Inferred read-onlycontact_detailsReturn the ways to contact Jeff Kazzee and what he is currently open to.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.