de-mcp-server

scriptstar/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 henry@mcphub.com.

The Data Engineering Tutor MCP Server is a Node.js and TypeScript-based server that acts as a personalized tutor for Data Engineering concepts, patterns, and technologies.

The Data Engineering Tutor MCP Server is designed to provide personalized updates and guidance on Data Engineering concepts to a connected AI client. Built with Node.js and TypeScript, it leverages the Model Context Protocol (MCP) to create a stateful, interactive agent that can fetch live updates, manage user knowledge profiles, and guide users through new developments in the field. The server uses an OpenRouter API key to access live data and requires an AI client capable of connecting to an MCP server, such as Cursor or the Claude desktop app. The server's architecture includes defining resources, tools, and prompts to facilitate a seamless interaction between the AI client and the user, ensuring that the user receives relevant and personalized information.

Features

  • Resource Management: Stores user knowledge in a JSON file, mapping known concepts to boolean flags.
  • Tool Integration: Provides tools to read and update user knowledge, and fetch recent Data Engineering updates.
  • Prompt Guidance: Offers a structured workflow for the AI client to follow, ensuring efficient information delivery.
  • API Connectivity: Utilizes OpenRouter API to fetch live updates on Data Engineering topics.
  • Cross-Platform Compatibility: Can be configured to work with various AI clients like Cursor and Claude.