Stats
Actions
Tags
From datajunction
Connects to a DataJunction server (DJ_API_URL) for querying, managing, and transforming data metrics and dimensions via a semantic data model.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"datajunction": {
"command": "dj-mcp",
"env": {
"DJ_API_URL": "${DJ_API_URL}"
}
}
}
}Server configuration and connection parameters
dj-mcpEnvironment variables set when the server starts
DJ_API_URL=${DJ_API_URL}npx claudepluginhub datajunction/dj --plugin datajunction