Install
Select a method below to install the server.
And 15 more
https://app.getgram.ai/mcp/test-demo-fivetran-api-mcp
If you have a client that's not listed above, access the raw MCP
configuration below. Check out
the troubleshooting documentation
for more help.
{
"command": "npx",
"args": [
"mcp-remote@0.1.25",
"https://app.getgram.ai/mcp/test-demo-fivetran-api-mcp",
"--header",
"Mcp-Fivetran-Api-Basic-Auth-Username:${MCP_FIVETRAN_API_BASIC_AUTH_USERNAME}",
"--header",
"Mcp-Fivetran-Api-Basic-Auth-Password:${MCP_FIVETRAN_API_BASIC_AUTH_PASSWORD}"
],
"env": {
"MCP_FIVETRAN_API_BASIC_AUTH_USERNAME": "<your-value-here>",
"MCP_FIVETRAN_API_BASIC_AUTH_PASSWORD": "<your-value-here>"
}
}