marmotdata

marmot

Built by marmotdata • 528 stars

What is marmot?

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.

How to use marmot?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add marmot using the following command: npx @modelcontextprotocol/marmot 4. Restart the client and verify the new tools are active.
šŸ›”ļø Scoped (Restricted)
npx @modelcontextprotocol/marmot --scope restricted
šŸ”“ Unrestricted Access
npx @modelcontextprotocol/marmot

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

marmot FAQ

Q

Is marmot safe?

Yes, marmot follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is marmot up to date?

marmot is currently active in the registry with 528 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for marmot?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub
<div align="center"> <img src="./marmot.svg" width="180">

Marmot

Discover any data asset in seconds. Then let your AI do the same.

The open-source context layer for your AI. Catalog your tables, topics, queues and APIs then expose real metadata to your AI agents.

Documentation • Live Demo • Deploy • Community

</div>

What is Marmot?

Marmot is an open-source data catalog for teams who want powerful data discovery without enterprise complexity. Catalog every data asset, enrich it with the context that matters and make it accessible to your team and your AI tools.

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.

<div align="center"> <a href="https://www.youtube.com/watch?v=_JBcQGj_bFU"> <img src="https://img.youtube.com/vi/_JBcQGj_bFU/maxresdefault.jpg" alt="Watch the Marmot demo on YouTube" width="480"> </a> <p><a href="https://www.youtube.com/watch?v=_JBcQGj_bFU">ā–¶ Watch the 2-minute demo</a></p> </div>

Features

  • Search everything: Find any data asset in seconds with full-text search plus structured queries, boolean logic and metadata filters.
  • Interactive lineage: Trace data flows from source to destination and analyse impact before making changes.
  • Metadata-first: Store rich metadata for any asset type, from tables and topics to APIs and dashboards.
  • Team collaboration: Assign ownership, document business context and maintain shared glossaries.
  • AI-ready: Expose certified context through MCP, the API and the UI.
<div align="center"> <img alt="Marmot context layer showing plugins, integrations and AI agents" src="./web/docs/static/img/graph.png" width="900"> </div>

Deploy

New to Marmot? Follow the Deploy documentation for a guided setup, or try the live demo.

Development

See Local Development for how to get started developing locally.

Community

Join our Discord community for help, feedback and updates on new features.

Contributing

All types of contributions are encouraged and valued!

  • Report bugs or suggest features via GitHub Issues
  • Improve documentation
  • Build new plugins for data sources

Before contributing, please check out the Contributing Guide.

FAQ

What is Marmot?

Marmot is an open-source data catalog for teams who want powerful data discovery without enterprise complexity. It catalogs every data asset (tables, topics, queues, APIs), enriches it with context, and makes it accessible to both your team and AI tools. Unlike traditional catalogs requiring extensive infrastructure, Marmot ships as a single binary with an intuitive UI.

Why Use Marmot?

FeatureBenefit
Search EverythingFind any data asset in seconds with full-text search, structured queries, boolean logic, and metadata filters
Interactive LineageTrace data flows from source to destination, analyze impact before making changes
Metadata-FirstStore rich metadata for any asset type (tables, topics, APIs, dashboards)
Team CollaborationAssign ownership, document business context, maintain shared glossaries
AI-ReadyExpose certified context through MCP, API, and UI
Single BinaryNo complex infrastructure required, deploy in minutes

How Does Marmot Integrate with AI Agents?

Marmot exposes certified context through MCP (Model Context Protocol), enabling AI agents to query real metadata about your data assets. This allows AI tools to understand your data landscape, trace lineage, and make informed decisions based on actual metadata rather than guessing.

What Data Sources Can I Catalog?

Marmot supports cataloging various data asset types through its plugin system:

  • Tables (databases, data warehouses)
  • Topics (message queues, event streams)
  • Queues (job queues, messaging systems)
  • APIs (REST, GraphQL, internal services)
  • Dashboards (visualization tools, BI platforms)

How Do I Deploy Marmot?

Quick Start Options:

MethodDescription
Documentation GuideFollow the Deploy guide for step-by-step setup
Live DemoTry the live demo before deploying
Single BinaryDownload and run the single binary for your platform

Is Marmot Free?

Yes! Marmot is open-source software licensed under the MIT License. You can use, modify, and distribute it freely. Self-hosting is completely free with no licensing costs.

How Can I Contribute?

All contributions are welcome:

  • Report bugs or suggest features via GitHub Issues
  • Improve documentation (README, guides, API docs)
  • Build new plugins for additional data sources
  • Check the Contributing Guide before contributing

Where Can I Get Help?

ResourceLink
Documentationmarmotdata.io/docs
Discord CommunityJoin Discord
GitHub IssuesReport issues
Live DemoTry demo

License

Marmot is open-source software licensed under the MIT License.

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "marmot": { "command": "npx", "args": ["marmot"] } } }