{
  "schemaVersion": "2025-06-18",
  "name": "General Input",
  "description": "Build, run, and inspect General Input workflows, apps, and skills, and call any connected integration, from an MCP client.",
  "documentation": "https://docs.generalinput.com",
  "servers": [
    {
      "name": "general-input",
      "description": "Workspace-scoped server exposing the full General Input agent toolset against a persistent sandbox.",
      "transport": "streamable-http",
      "urlTemplate": "https://cloud.generalinput.com/v1/mcp/{organizationId}",
      "authorization": {
        "type": "oauth2",
        "authorizationServers": [
          "https://cloud.generalinput.com"
        ],
        "authorizationServerMetadata": "https://cloud.generalinput.com/.well-known/oauth-authorization-server",
        "protectedResourceMetadata": "https://cloud.generalinput.com/.well-known/oauth-protected-resource",
        "dynamicClientRegistration": true,
        "codeChallengeMethods": [
          "S256"
        ]
      }
    }
  ]
}