@servicestack/mcp
@ServiceStack
关于 @servicestack/mcp
MCP Server for ServiceStack APIs
基本信息
配置
工具
1Create new text notes
概览
What is @servicestack/mcp?
@servicestack/mcp is a TypeScript-based MCP server that allows exploring and invoking ServiceStack APIs. It implements a simple notes system to demonstrate core MCP concepts, including resources, tools, and prompts.
How to use @servicestack/mcp?
Install dependencies with npm install and build the server with npm run build. For development with auto-rebuild, use npm run watch. To use with Claude Desktop, add the server config to the Claude desktop configuration file, specifying the path to the built index.js file.
Key features of @servicestack/mcp
- Resources representing text notes with URIs and metadata
- Tools for creating new notes
- Prompts for generating summaries of notes
- List and access notes via
note://URIs - Plain text mime type for simple content access
Use cases of @servicestack/mcp
- Exploring ServiceStack APIs through an MCP interface
- Creating and managing text notes via MCP tools
- Summarizing stored notes using LLM prompts
- Demonstrating MCP resource, tool, and prompt patterns
FAQ from @servicestack/mcp
What does @servicestack/mcp do?
It is a ServiceStack MCP server for exploring and invoking ServiceStack APIs, and it implements a simple notes system to demonstrate resources, tools, and prompts.
How do I install @servicestack/mcp for Claude Desktop?
Add the server configuration to the Claude desktop config file (claude_desktop_config.json), specifying the command as the path to the built index.js file.
How do I build and run @servicestack/mcp?
Run npm install to install dependencies, then npm run build to compile the TypeScript. For development, npm run watch rebuilds automatically on changes.
How can I debug @servicestack/mcp?
Use the MCP Inspector by running npm run inspector, which provides a URL for debugging tools in your browser.
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ICSS
chokcoco不止于 CSS
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论