An open API service indexing awesome lists of open source software.

https://github.com/thomascode92/dyi-mcp-server

An MCP STDIO server build from scratch to understand how the the Model Context Protocol actually functions
https://github.com/thomascode92/dyi-mcp-server

Last synced: 4 months ago
JSON representation

An MCP STDIO server build from scratch to understand how the the Model Context Protocol actually functions

Awesome Lists containing this project

README

          

# DYI MCP Server

The project demonstrates how to create a custom MCP server and client from the ground up without relying on third-party libraries.
It also illustrates how to integrate this client with an AI agent.

> This project is based on a couple of YouTube videos by Jack Herrington:
>
> - [Build a custom mcp server in 15 mins](https://www.youtube.com/watch?v=nTMSyldeVSw)

## Getting Started

```bash
pnpm run dev # start the mcp server in development mode
```