pakx
← Explore

ai.aliengiraffe/spotdb

0.1.0
MCP Registry

ai.aliengiraffe/spotdb

Ephemeral data sandbox for AI workflows with guardrails and security

Install

One line. Adds the dep to agents.yml and resolves it.

pakx add mcp ai.aliengiraffe/spotdb

Raw metadata

Source-specific install hints as returned by the official MCP Registry.

{
  "server": {
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
    "name": "ai.aliengiraffe/spotdb",
    "description": "Ephemeral data sandbox for AI workflows with guardrails and security",
    "repository": {
      "url": "https://github.com/aliengiraffe/spotdb",
      "source": "github"
    },
    "version": "0.1.0",
    "packages": [
      {
        "registryType": "oci",
        "identifier": "docker.io/aliengiraffe/spotdb:0.1.0",
        "transport": {
          "type": "stdio"
        },
        "environmentVariables": [
          {
            "description": "Optional API key for request authentication",
            "format": "string",
            "isSecret": true,
            "name": "X-API-Key"
          }
        ]
      }
    ]
  },
  "_meta": {
    "io.modelcontextprotocol.registry/official": {
      "status": "active",
      "statusChangedAt": "2025-10-09T17:05:17.793149Z",
      "publishedAt": "2025-10-09T17:05:17.793149Z",
      "updatedAt": "2025-10-09T17:05:17.793149Z",
      "isLatest": true
    }
  }
}