INDIVIDUAL MCP TOOL
list_projects
List the projects on this site with status, stack, and links, including LLM Arcade.
LIVE ENDPOINT
https://jeffkazzee.dev/api/mcp
Connect to this endpoint to inspect the live schema for list_projects 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.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.
Related tools
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.read_page— Fetch any page of this site as Markdown.list_writing— List the essays and field notes published on this site, newest first.contact_details— Return the ways to contact Jeff Kazzee and what he is currently open to.