mcp-servers
@getjotsu
关于 mcp-servers
This is a collection of example MCP Servers for development.
基本信息
配置
工具
未检测到工具
工具是从 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_clientandjotsu-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 服务器
Awesome Mlops
visengerA curated list of references for MLOps
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论