A containerized version of "Dune Analytics MCP Server"
Repository: kukapay/dune-analytics-mcp
An MCP server that bridges Dune Analytics data to AI agents.
The containers are built automatically and are available on the GitHub Container Registry.
- Pull the Docker image:
docker pull ghcr.io/metorial/mcp-container--kukapay--dune-analytics-mcp--dune-analytics-mcp
- Run the container:
docker run -i --rm \
-e DUNE_API_KEY=dune-api-key \
ghcr.io/metorial/mcp-container--kukapay--dune-analytics-mcp--dune-analytics-mcp "python main.py"
--rm
removes the container after it exits, so you don't have to clean up manually.-i
allows you to interact with the container in your terminal.
The container supports the following configuration options:
DUNE_API_KEY
{
"mcpServers": {
"dune-analytics-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/metorial/mcp-container--kukapay--dune-analytics-mcp--dune-analytics-mcp",
"python main.py"
],
"env": {
"DUNE_API_KEY": "dune-api-key"
}
}
}
}
Please refer to the license provided in the project repository for more information.
Contributions are welcome! If you notice any issues or have suggestions for improvements, please open an issue or submit a pull request.
Containerized with ❤️ by Metorial