Reusable checklists and dated runs of them: pass, fail, not applicable, and a sign-off.
claude mcp add checklist --transport http https://mcp.zovo.one/mcp/checklist
~/.cursor/mcp.json
{
"mcpServers": {
"checklist": {
"url": "https://mcp.zovo.one/mcp/checklist"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"checklist": {
"serverUrl": "https://mcp.zovo.one/mcp/checklist"
}
}
}
.vscode/mcp.json
{
"servers": {
"checklist": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/checklist"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"checklist": {
"url": "https://mcp.zovo.one/mcp/checklist"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"checklist": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.zovo.one/mcp/checklist"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.zovo.one/mcp/checklist |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.theluckystrike--checklist/reviews or the review_server meta-tool.
POST /mcp