A library of Model Context Protocol servers for various integrations.
By default, both servers return JSON output. You can switch to Markdown output by adding the --md flag to the args array. Markdown uses tables and bullet points for a more readable format, while JSON is better suited for programmatic use.
To enable Markdown output, add "--md" to the args:
"args": ["-y", "@getnao/metabase-mcp-server@latest", "--md"]{
"mcpServers": {
"metabase-nao": {
"command": "npx",
"args": [
"-y",
"@getnao/metabase-mcp-server@latest"
],
"env": {
"METABASE_URL": <YOUR_METABASE_URL>,
"METABASE_API_KEY": <YOUR_METABASE_API_KEY>
}
}
}
}
{
"mcpServers": {
"fivetran-nao": {
"command": "npx",
"args": [
"-y",
"@getnao/fivetran-mcp-server@latest"
],
"env": {
"FIVETRAN_BASE_64_API_KEY": <YOUR_FIVETRAN_BASE_64_API_KEY>
}
}
}
}