Marmot
@marmotdata
What is Marmot?
Marmot is an open-source data catalog designed for teams who want powerful data discovery without enterprise complexity. Built with a focus on simplicity and speed, Marmot helps you catalog assets across your entire data stack - from databases and APIs to message queues and data pipelines.
👁 Marmot search interface showing filters and search results
Unlike traditional catalogs that require extensive infrastructure and configuration, Marmot ships as a single binary with an intuitive UI, making it easy to deploy and start cataloging in minutes.
👁 Interactive lineage graph showing data flow and dependencies
How can I use the Marmot MCP Server?
Once you've deployed your Marmot instance, you can simply create an API Key and connect. MCP is enabled by default! There's some more documentation on how to use Marmot with MCP here.
Server Config
{
"mcpServers": {
"marmot": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://<your-marmot-server>/api/v1/mcp",
"--header",
"X-API-Key:<your-api-key>"
]
}
}
}