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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"marmot": {
"command": "go",
"args": [
"run",
"github.com/marmotdata/marmot@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add marmot go run github.com/marmotdata/marmot@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"marmot": {
"command": "go",
"args": [
"run",
"github.com/marmotdata/marmot@latest"
]
}
}
}
📋 Copy