- Home
- MCP servers
- Duyet
Duyet
- typescript
2
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
This MCP server provides access to Duyet-related information and tools that you can query from your AI assistant. It exposes data and interactive features so your assistant can retrieve up-to-date information about Duyet, his work, and related content, and perform targeted actions when needed.
How to use
You connect to the MCP server from your MCP client or Claude/Anthropic workflows by referencing the HTTP MCP endpoint or by running a local STDIO-based runtime that proxies to the remote server. Once connected, you can query read-only resources such as basic information, CV data, blog posts, and GitHub activity. You can also invoke tools to interact, contact, or hire, as well as obtain summaries or JSON representations of Duyet’s CV.
How to install
Prerequisites: you need Node.js installed to run local MCP client commands. You may also use a hosted MCP URL directly from your client. The server configuration examples assume a modern environment capable of executing Node-based MCP proxies.
Step 1: Install dependencies and deploy locally (example flow shown; adjust to your environment).
git clone https://github.com/duyet/duyet-mcp-server
cd duyet-mcp-server
npm install
npm run deploy
Additional notes
Two primary connection methods exist for this MCP server. You can use the remote HTTP API endpoint directly from your MCP client, or run a local STDIO proxy that forwards to the remote server using an npx-based command. The HTTP method points your client to the server’s central MCP endpoint, while the STDIO method runs a small local proxy that communicates with the remote service.
Configuration and connection options
Configure your MCP client to include the server as an MCP source. You can choose either a remote HTTP endpoint or a local STDIO proxy that references the remote server.
Security and usage tips
Treat the HTTP MCP URL and any proxy commands as you would other credentials. Use secure channels, restrict access where possible, and monitor usage to avoid excessive querying or unintended data exposure.
Troubleshooting
If you cannot reach the MCP URL, verify network access to the host, ensure the endpoint path is correct, and confirm that the server is running or deployed to the intended environment. Review any logs or diagnostics provided by your MCP client or hosting platform.
Available tools
get_cv
Retrieve Duyet's CV in various formats such as summary, detailed, or JSON representation.
get_about_duyet
Fetch basic information about Duyet including experience, skills, and contact links.
get_blog_posts
Return a list of the latest blog posts from the technical blog in JSON format.
get_blog_post_content
Fetch the full content of a specific blog post by URL, including metadata like author, publish date, and tags.
get_github_activity
Provide Duyet's recent GitHub activity, including commits, issues, PRs, and releases.
send_message
Send a message to Duyet for collaboration, consulting, or inquiries; the message is stored with a reference ID.
hire_me
Present information about hiring Duyet for roles (full-time, contract, consulting) with relevant details and next steps.
say_hi
Send a friendly greeting to Duyet with an optional message and retrieve contact information.
contact_analytics
Generate analytics on contact submissions, including statistics and trends.