https://github.com/carsten-ldev/mcp-server
Experimenting with modelcontextprotocol.
https://github.com/carsten-ldev/mcp-server
honojs modelcontextprotocol sqlite zod
Last synced: 2 months ago
JSON representation
Experimenting with modelcontextprotocol.
- Host: GitHub
- URL: https://github.com/carsten-ldev/mcp-server
- Owner: carsten-ldev
- Created: 2025-06-19T04:43:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-07-30T11:01:45.000Z (3 months ago)
- Last Synced: 2025-08-25T17:50:33.111Z (2 months ago)
- Topics: honojs, modelcontextprotocol, sqlite, zod
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCP
I created mcp server that will take a plain text question about the bands and stages of an imaginary music festival.
It will convert the question to a database query, preform the query on the database, and transform the question back to a plain text response that is returned to the user.