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

https://github.com/we45/new-mcp-server


https://github.com/we45/new-mcp-server

Last synced: about 2 months ago
JSON representation

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
```