servicestack-mcp

servicestack-mcp

0

This project is a TypeScript-based MCP server that allows users to explore and invoke ServiceStack APIs. It includes a simple notes system to demonstrate fundamental MCP concepts, offering features like creating notes and summarizing them.

@servicestack/mcp

ServiceStack MCP Server for exploring and invoking ServiceStack APIs. This TypeScript-based server features a simple notes system demonstrating core MCP concepts.

Features

Resources

  • Access notes via note:// URIs.
  • Notes include title, content, and metadata.

Tools

  • Create new text notes with title and content.
  • Notes stored in server state.

Prompts

  • Generate summaries of notes for LLMs.