MCP.so
登录

@servicestack/mcp

@ServiceStack

关于 @servicestack/mcp

MCP Server for ServiceStack APIs

基本信息

分类

其他

许可证

NOASSERTION

运行时

node

传输方式

stdio

发布者

ServiceStack

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

1

Create 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 服务器