Marmot helps teams discover, understand, and leverage their data with powerful search and lineage visualisation tools. It's designed to make data accessible for everyone.
Server Config
{
"mcpServers": {
"marmot": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://<your-marmot-server>/api/v1/mcp",
"--header",
"X-API-Key:<your-api-key>"
]
}
}
}