← Registry

Databases

myriade.ai

Provides tools to explore and query databases.

1 endpoint18 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://app.myriade.ai/mcp

No auth detected

MCP server metadata

Name
myriade_mcp
Version
1.21.0
Capabilities
experimentalpromptsresourcestools
Server instructions

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_databases

List databases configured in Myriade (paginated, sorted by name).

Inferred read-only
myriade_get_database_info

Get detailed information about a specific database connection.

Inferred read-only
myriade_list_tables

List tables in a database (paginated, sorted by database/schema/name).

Inferred read-only
myriade_get_table_schema

Get the column-level schema for a specific table.

Inferred read-only
myriade_query

Execute a read-only SQL query against a database.

Potential side effects
myriade_get_query_results

Re-execute a saved Myriade query and return fresh results.

Potential side effects
myriade_sample_data

Get sample rows from a table to understand the data.

Inferred read-only
myriade_search_catalog

Search the data catalog for tables, columns, or terms by name/description.

Inferred read-only
myriade_read_asset

Get detailed information about a catalog object (table, column, schema, or glossary term — assets and terms share one id space).

Inferred read-only
myriade_update_asset

Update a catalog asset's documentation (requires edit rights).

Potential side effects
myriade_request_catalog_change

Propose a catalog change for the data team to review (no edit rights needed).

Potential side effects
myriade_list_reports

List or search reports (documents) written in Myriade.

Inferred read-only
myriade_read_report

Read a report's full markdown content.

Inferred read-only
myriade_ask

Ask a natural language question about a database using Myriade's data analyst agent.

Inferred read-only
myriade_monitoring_overview

Snapshot 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-only
myriade_get_check

Get a monitoring check (name, SQL, severity, cadence, status) and its most recent run results, newest first.

Inferred read-only
myriade_propose_check

Propose a monitoring check for the user to review in Myriade.

Inferred read-only
myriade_triage_alert

Triage an alert (requires manage access: database owner or org admin).

Inferred read-only

CONNECT 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.

Trust status Trusted

myriade.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.