mcp-state-server
0
The state-server is an MCP server built in TypeScript that provides a simple notes system. It showcases how MCP concepts can be implemented by offering tools to create notes, accessing them via URIs, and generating summaries of stored notes.
state-server MCP Server
A TypeScript-based Model Context Protocol (MCP) server implementing a simple notes system. It demonstrates MCP concepts through features like:
Features
Resources
- List and access notes via
note://
URIs - Each note has a title, content, and metadata
Tools
- Create new text notes with title and content
Prompts
- Summarize all stored notes