MCP.so
登录

mcp-server-playground

@piyoppi

关于 mcp-server-playground

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

piyoppi

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "my-mcp-server": {
      "type": "http",
      "url": "http://localhost:3001/sse"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-server-playground?

mcp-server-playground is a minimal Model Context Protocol (MCP) server example that can be started using npx tsx index.tsx and communicates via SSE on localhost:3001. It is intended for testing and development purposes.

How to use mcp-server-playground?

Run npx tsx index.tsx to start the server. In Visual Studio Code, configure an MCP server with type "sse" and URL "http://localhost:3001/sse" under the mcp.servers setting (e.g., my-mcp-server).

Key features of mcp-server-playground

  • Quick start with npx tsx index.tsx
  • Uses SSE transport

评论

其他 分类下的更多 MCP 服务器