Integrate this server via the CLI, MCP SDK, or AI SDK. Smithery handles OAuth, token refresh, and session management for you.
1. Install Smithery CLI
npm install -g smithery
2. Create a namespace
smithery namespace create {your-namespace}
3. Use this server
# Add this server smithery mcp add myriade-ai/myriade # List available tools smithery tool list {connection} # Call a tool smithery tool call {connection} {tool_name} '{"key": "value"}'
myriade_list_databases
myriade_get_database_info
myriade_search_catalog
myriade_list_tables
myriade_query
myriade_ask
myriade_sample_data
myriade_update_asset
myriade_read_asset
myriade_get_table_schema
myriade_get_query_results