← Back to Plugins
MCP Server MCP

MeatSpace

github By github 👁 3 views ▲ 0 votes

Human-in-the-loop for AI agents. Submit choices, get a human decision.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://meatspace.run/api/mcp",
      "headers": [
        {
          "description": "Bearer token for the ask_human tool. Optional — get_service_status and provision_api_key require no auth, so a fresh client can connect without credentials and call provision_api_key to mint a token instantly.",
          "value": "Bearer {api_key}",
          "isSecret": true,
          "variables": {
            "api_key": {
              "description": "Your MeatSpace API key. Mint one with provision_api_key (no auth, rate-limited to 5 keys per email) or via POST https://meatspace.run/api/keys.",
              "format": "string",
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...