This binary starts the MCP server using stdio transport by default — the standard mode for connecting to Claude Desktop, Cursor, and other MCP clients. See Stdio Transport for client-specific configuration.
After installing, verify the package is available:
npx @chainstream-io/mcp --help
You should see the available options:
Options: --transport Transport type: stdio for local CLI [choices: "stdio"] [default: "stdio"] --api-key ChainStream API key [string] --help Show help [boolean] --version Show version number [boolean]