https://github.com/we45/new-mcp-server
https://github.com/we45/new-mcp-server
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/we45/new-mcp-server
- Owner: we45
- Created: 2026-06-08T20:12:55.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-09T18:31:50.000Z (2 months ago)
- Last Synced: 2026-06-09T19:22:19.746Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# new-mcp-server
A tiny [MCP](https://modelcontextprotocol.io) server exposing a notes tool set,
built with FastMCP. Demo project.
## Tools
- `add_note(text)` - store a note
- `list_notes()` - list stored notes
## Run
```bash
uv run python server.py
```