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
- Host: GitHub
- URL: https://github.com/thomascode92/dyi-mcp-server
- Owner: ThomasCode92
- Created: 2025-08-05T18:01:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T19:15:16.000Z (5 months ago)
- Last Synced: 2025-08-11T21:12:38.946Z (5 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```