Skip to main content
Glama
mgcrea

@mgcrea/mcp-cloudkit

by mgcrea

Related Servers

Alternatives to @mgcrea/mcp-cloudkit

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables secure, read-only inspection and debugging of account-relative CloudKit databases, records, zones, sharing, subscriptions, and change state through policy-scoped MCP tools.
      49 npm
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables AI assistants and automation to inspect, compare, and manage FileMaker schema artifacts via MCP, including exploring objects, tracing references, generating diffs between versions, and automating schema tasks through jobs.
      1
      Apache 2.0
    • F
      license
      C
      quality
      C
      maintenance
      Enables managing Harness configuration and content through MCP, including querying capabilities, reading and previewing documents, applying host changes, restoring backups, and relocating projects.
      44
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      An MCP server exposing scoped, read-only enterprise operations tools with fail-closed credential handling. It returns opaque approval IDs for mutations and requires a separate operator approval command to release one-time capabilities.
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables read-only interaction with App Store Connect via MCP tools, including listing apps, versions, builds, and review submissions, with compliance boundaries and no write operations by default.
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      Enables MCP-capable clients to inspect and manage Keycloak realms, users, clients, roles, and groups with layered security modes, realm allowlisting, protected realms, delete gating, dry-run, and audit logging.
      8
      45 npm
      1
      MIT

    TDQS

    A4.1/5.0

    Scored across 7 tools

    Disambiguation5/5

    Each tool targets a distinct concern: auth status, container discovery, record type introspection, schema export, diff, validation, and an escape hatch for raw API calls. The only potential overlap is between export_schema and diff_schema, but their descriptions clearly separate full export from pending-change diff.

    Naming Consistency4/5

    All tools share the cloudkit_ prefix and mostly follow a verb_noun pattern like list_containers, export_schema, diff_schema. The one deviation is cloudkit_auth_status, which uses a noun-ish status instead of a verb like get_auth_status, but the pattern is otherwise consistent.

    Tool Count5/5

    Seven tools is a well-scoped size for a specialized CloudKit management server. Each tool adds a meaningful capability, and the escape hatch covers undocumented edge cases without bloating the surface.

    Completeness2/5

    The set supports listing, exporting, diffing, and validating schemas, but cloudkit_diff_schema explicitly tells agents to read it before cloudkit_deploy_schema, and no deploy tool exists. This creates a dead end: an agent can prepare a deployment review but cannot actually perform the deployment, and there is no import/write path despite auth_status mentioning write state.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues