marmot

by marmotdata

Pending

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.

500stars
15forks
Go
Added 1/7/2026
MCP Serversbigdatadata-catalogdata-collaborationdata-discoverydata-explorationdata-governancedata-lineagedata-observabilitydatacatalogdatadiscoverydataengineeringlineagemcpmcp-servermetadata
Installation
# Add to your Claude Code skills
git clone https://github.com/marmotdata/marmot
README.md
<div align="center"> <img src="./marmot.svg" width="180">

Marmot

Discover any data asset across your entire org in seconds

Open-source catalog for all your data assets. Search everything - tables, topics, queues, buckets, and more.

DocumentationLive DemoDeployCommunity

</div>

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.

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.

Built for Modern Data Teams

  • Deploy in Minutes: Single binary, Docker, or Kubernetes - no complex setup required
  • Powerful Search: Powerful query language with full-text, metadata, and boolean operators
  • Track Lineage: Interactive dependency graphs to understand data flows and impact
  • Flexible Integrations: CLI, REST API, Terraform, and Pulumi - catalog assets your way
  • Lightweight: PostgreSQL-backed with minimal resource requirements

Features

Search Everything

Find any data asset across your entire organisation in seconds. Combine full-text search with structured queries using metadata filters, boolean logic, and comparison operators.

<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="./web/docs/static/img/search-dark.png"> <source media="(prefers-color-scheme: light)" srcset="./web/docs/static/img/search-light.png"> <img alt="Marmot search interface showing filters and search results" src="./web/docs/static/img/search-light.png" style="max-height: 400px; width: auto;"> </picture> </div>

Interactive Lineage Visualisation

Trace data flows from source to destination with interactive dependency graphs. Understand upstream and downstream dependencies, identify bottlenecks, and analyse impact before making changes.

<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="./web/docs/static/img/lineage-dark.png"> <source media="(prefers-color-scheme: light)" srcset="./web/docs/static/img/lineage-light.png"> <img alt="Interactive lineage graph showing data flow and dependencies" src="./web/docs/static/img/lineage-light.png" style="max-height: 400px; width: auto;"> </picture> </div>

Metadata-First Architecture

Store rich metadata for any asset type. From tables and topics to APIs and dashboards.

<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="./web/docs/static/img/home-dark.png"> <source media="(prefers-color-s...