MCP.so
登录

mcp-servers

@getjotsu

关于 mcp-servers

This is a collection of example MCP Servers for development.

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

getjotsu

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is mcp-servers?

A collection of example Model Context Protocol (MCP) servers for development. It includes a basic "hello" server and an "oauth2" server that uses Discord as a pass-through authentication server, plus a command-line client for testing.

How to use mcp-servers?

Refer to each server’s individual README for setup and usage. A simple CLI client is available at client/main.py, which wraps mcp.streamable_client and jotsu-mcp with click commands. Other CLI clients may not work well with streamable‑HTTP servers.

Key features of mcp-servers

  • Collection of example MCP servers for development
  • Includes basic “hello” server with a single tool
  • OAuth2 server using Discord as pass-through auth
  • Simple CLI client for testing servers
  • Client built on mcp.streamable_client and jotsu-mcp
  • Each server has its own README with details

Use cases of mcp-servers

  • Learning how to build or integrate MCP servers
  • Testing OAuth2 flows with Discord as identity provider
  • Experimenting with streamable‑HTTP MCP transports
  • Developing and debugging MCP clients and servers

FAQ from mcp-servers

What is the difference between the “hello” and “oauth2” servers?

The “hello” server provides a single basic tool and is meant as a starting point. The “oauth2” server adds full OAuth2 support using Discord as the backend authentication provider.

What runtime or dependencies are required?

The README does not list specific runtime requirements, but the client is written in Python and uses mcp.streamable_client, jotsu-mcp, and click. Check each server’s README for its own dependencies.

Where does data live or how is authentication handled?

No data storage is mentioned. The OAuth2 server uses Discord as a pass-through auth server, so authentication tokens are handled via Discord’s OAuth2 flow.

Are there known limitations?

Other CLI clients (besides the provided one) may not work well with streamable‑HTTP MCP servers.

How do I run the client?

Use client/main.py directly; it is a thin wrapper around mcp.streamable_client and jotsu-mcp with click commands.

评论

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