Quick Start: Connect to MotherDuck in Read-Write Mode
mainConnect to MotherDuck with read-write access. You must provide your MotherDuck token via the motherduck_token environment variable.
{
"mcpServers": {
"MotherDuck (local, r/w)": {
"command": "uvx",
"args": ["mcp-server-motherduck", "--db-path", "md:", "--read-write"],
"env": {
"motherduck_token": "<YOUR_MOTHERDUCK_TOKEN>"
}
}
}
}