ENDPOINT 1
https://app.myriade.ai/mcp
MCP server metadata
- Name
- myriade_mcp
- Version
- 1.21.0
Myriade is an AI-native data platform. Use these tools to explore and query databases managed by Myriade. Start with myriade_list_databases to see available connections, then use myriade_list_tables and myriade_get_table_schema to understand the data before querying. Use myriade_ask to have Myriade's data analyst agent answer complex analytical questions about a database. For recurring metrics (dashboards, cockpits), prefer myriade_get_query_results with a saved query ID over resending SQL: the query stays versioned and governed in Myriade (myriade_query saves the query and returns its query_id). Use the catalog tools (myriade_search_catalog, myriade_read_asset, myriade_update_asset) to browse and maintain data documentation.
Known tools 18
myriade_list_databasesList databases configured in Myriade (paginated, sorted by name).
Inferred read-onlymyriade_get_database_infoGet detailed information about a specific database connection.
Inferred read-onlymyriade_list_tablesList tables in a database (paginated, sorted by database/schema/name).
Inferred read-onlymyriade_get_query_resultsRe-execute a saved Myriade query and return fresh results.
Potential side effectsmyriade_search_catalogSearch the data catalog for tables, columns, or terms by name/description.
Inferred read-onlymyriade_read_assetGet detailed information about a catalog object (table, column, schema, or glossary term — assets and terms share one id space).
Inferred read-onlymyriade_update_assetUpdate a catalog asset's documentation (requires edit rights).
Potential side effectsmyriade_request_catalog_changePropose a catalog change for the data team to review (no edit rights needed).
Potential side effectsmyriade_askAsk a natural language question about a database using Myriade's data analyst agent.
Inferred read-onlymyriade_monitoring_overviewSnapshot of a database's monitoring board: check count, standing alerts (open / acknowledged / known) with their headlines, recent notifications and triage notes, followed by the open alerts as JSON.
Inferred read-onlymyriade_get_checkGet a monitoring check (name, SQL, severity, cadence, status) and its most recent run results, newest first.
Inferred read-onlymyriade_propose_checkPropose a monitoring check for the user to review in Myriade.
Inferred read-onlymyriade_triage_alertTriage an alert (requires manage access: database owner or org admin).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.myriade_mcp]
url = "https://app.myriade.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"myriade_mcp": {
"type": "http",
"url": "https://app.myriade.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: myriade_mcp
Remote MCP URL: https://app.myriade.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"myriade_mcp": {
"url": "https://app.myriade.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"myriade_mcp": {
"type": "http",
"url": "https://app.myriade.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "myriade_mcp",
"transport": "streamable-http",
"url": "https://app.myriade.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for myriade.ai was fetched 2026-07-26T11:02:16.405Z and is being refreshed.
myriade.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.