← mzizi.dev

INDIVIDUAL MCP TOOL

list_collections

List the per-node collections (n1_tokens … n10_documentation) with total counts and ownership breakdown.

mzizi.devnone authenticationAvailability not checked

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 endpoint

mzizi.dev

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "mzizi-dev",
  "transport": "streamable-http",
  "url": "https://mzizi.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_components — List components from the document store.
  • get_component — Fetch one component as its full JSON document — one read, everything in it (metadata, owner, sources/descriptors, legacy source code, files, docs).
  • get_database_status — Diagnostic info — Supabase connection health and document-store row count.