amundsen

GitHub

Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "amundsen": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-amundsen"
      ]
    }
  }
}