de-mcp-server

atommych/de-mcp-server

3.1

If you are the rightful owner of de-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 dayong@mcphub.com.

FastMCP Server is a Data Engineering MCP server built with FastMCP, designed to facilitate efficient data processing and communication.

FastMCP Server

This project is a Data Engeneering MCP server built with FastMCP.

Installation

This project uses uv for package management. Install uv if you haven't already:

curl -LsSf https://astral.sh/uv/install.sh | sh

To set up the project, run the following command:

make setup

This will create a virtual environment using uv and install the required dependencies from pyproject.toml.

Running the Server

To start the MCP server, run the following command:

make run

The server will be available at http://localhost:8000/mcp.

Running the Client

To run the example client, first make sure the server is running in a separate terminal. Then, in a new terminal, run the following command:

make run-client

This will execute the src/client.py script, which calls the greet tool on the server and prints the response.