Skip to content

synorb/synorb-cli

v0.1.2MIT

Command-line client for the Synorb REST API: authentication, stream search, manifest queries, and billing.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

synorbstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.synorb.com/mcp"
}
synorb-advancedstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.synorb.com/advanced/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "synorb-cli",
  "version": "0.1.2",
  "description": "Command-line client for the Synorb REST API: authentication, stream search, manifest queries, and billing.",
  "author": {
    "name": "Synorb",
    "url": "https://synorb.com"
  },
  "homepage": "https://synorb.com",
  "repository": "https://github.com/Synorb/synorb-cli",
  "license": "MIT",
  "keywords": [
    "synorb",
    "cli",
    "rest",
    "developer-tools"
  ]
}