AI-FOR-DEVS/mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The pokemon-server is a Model Context Protocol (MCP) server designed to manage and summarize notes using a custom URI scheme.
The pokemon-server is an MCP server project that provides a simple note storage system. It allows users to add, manage, and summarize notes using a custom note:// URI scheme. Each note resource includes a name, description, and a text/plain mimetype. The server offers a prompt to summarize all stored notes, with an optional style argument to control the level of detail in the summary. Additionally, the server includes a tool for adding new notes, which updates the server state and notifies clients of any resource changes. The server is designed to be easily configurable and can be installed on different platforms, with specific instructions for MacOS and Windows. It also supports development and publishing processes, including building package distributions and publishing to PyPI. Debugging is facilitated through the use of the MCP Inspector, which provides a user-friendly interface for monitoring server operations.
Features
- Custom note: // URI scheme for accessing individual notes
- Summarize-notes prompt with optional style argument
- Add-note tool for adding new notes
- Notification system for resource changes
- Support for building and publishing to PyPI
Usages
claude desktop development
"mcpServers": { "pokemon-server": { "command": "uv", "args": [ "--directory", "/Users/sebastianschlaak/AI-For-Devs-Videos/pokemon-server", "run", "pokemon-server" ] } }
claude desktop published
"mcpServers": { "pokemon-server": { "command": "uvx", "args": [ "pokemon-server" ] } }
Tools
add-note
Adds a new note to the server with required name and content arguments.