MCP Server
MCP
io.github.YimingYAN/fivetran-mcp
MCP server for Fivetran API - manage syncs, check status, and control data pipelines
Install
uvx fivetran-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "fivetran-mcp",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Fivetran API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FIVETRAN_API_KEY"
},
{
"description": "Fivetran API secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FIVETRAN_API_SECRET"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment