duyet-mcp-server

duyet/duyet-mcp-server

3.3

If you are the rightful owner of duyet-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.

An experimental MCP server that connects AI assistants to information about Duyet.

The duyet-mcp-server is an experimental Model Context Protocol (MCP) server designed to facilitate AI assistants in accessing and retrieving information about Duyet's work, projects, and content. This server acts as a bridge, providing AI systems with direct access to data that would typically require manual web browsing. The server is primarily focused on delivering information available on Duyet's personal website, duyet.net, and is built as a study and demonstration project to explore the capabilities of MCP technology. It is implemented using Hono.js on Cloudflare Workers, ensuring a scalable and efficient deployment. The server supports both resources and tools, allowing for a seamless integration with AI platforms like Claude Chat and Cloudflare AI Playground. By leveraging this server, users can easily access Duyet's CV, recent blog posts, GitHub activity, and more, all through natural language interactions.

Features

  • Provides AI assistants with access to Duyet's information.
  • Built using Hono.js and deployed on Cloudflare Workers.
  • Supports both resources and tools for comprehensive data access.
  • Facilitates natural language interactions with AI platforms.
  • Designed as a study and demonstration project for MCP capabilities.

Usages

usage with ai assistant

{
  "mcpServers": {
    "duyet-mcp-server": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.duyet.net/sse"
      ]
    }
  }
}

usage with claude code

bash
claude mcp add --transport http duyet https://mcp.duyet.net/mcp

usage with claude desktop

{
  "mcpServers": {
    "duyet-info": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://duyet-mcp-server.<your-account>.workers.dev/sse"
      ]
    }
  }
}

Tools

  1. send_message

    Send a message to Duyet for collaboration or inquiries.

  2. get_cv

    Retrieve Duyet's CV in various formats.

  3. get_github_activity

    Retrieve recent GitHub activity of Duyet.

  4. hire_me

    Get information about hiring Duyet for various roles.

  5. say_hi

    Send a friendly greeting to Duyet.