nebulascloud/dagger-mcp-server
3.2
If you are the rightful owner of dagger-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Dagger MCP Server provides a foundational structure for setting up and running a Model Context Protocol server using Dagger technology.
Dagger MCP Server
This repository contains the foundational structure for the Dagger MCP server. It includes the necessary configurations and dependencies to get started.
Setup
- Clone the repository.
- Install dependencies using
pip install -r requirements.txt
orpoetry install
. - Run the server using
dagger call --help
.
Running the Project
To run the Dagger MCP server, execute the following command:
python src/main.py
Ensure all dependencies are installed before running the server.
Project Structure
src/main.py
: Entry point for the MCP server.dagger.json
: Configuration file for the Dagger project..gitignore
: Standard ignore rules for Python, Dagger, and MCP.
License
This project is licensed under the MIT License.