mcp-imdb
If you are the rightful owner of mcp-imdb 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.
A Model Context Protocol (MCP) server for accessing IMDB data.
The mcp-imdb server is designed to facilitate access to IMDB data through a Model Context Protocol (MCP) server. It provides a simple note storage system with a custom URI scheme for accessing individual notes. The server allows users to add new notes and generate summaries of stored notes, with an optional style argument to control the level of detail. This server is particularly useful for applications that require structured note management and summarization capabilities.
Features
- Custom note: // URI scheme for accessing individual notes.
- Summarize-notes prompt for creating summaries of stored notes.
- Optional 'style' argument for controlling summary detail level.
- add-note tool for adding new notes to the server.
- Notification system for resource changes.
Tools
add-note
Adds a new note to the server with 'name' and 'content' as required string arguments.