A
securityF
licenseA
qualityA server that provides tools for performing basic arithmetic operations (addition, subtraction, multiplication, division) via the Model Context Protocol.
Last updated -
4
JavaScript
Provides integration for VS Code users to authenticate and connect to the MCP server through GitHub login.
这是模型上下文协议 (MCP) 服务器实现的基本示例,演示了包括工具和资源在内的核心功能。
或者
该服务器实现了以下功能:
add(a: int, b: int)
:将两个数字相加subtract(a: int, b: int)
:从第一个数字中减去第二个数字greeting://{name}
:返回个性化问候语要使用 MCP Inspector 运行服务器进行开发:
要正常运行服务器:
要在 Claude 桌面应用程序中安装服务器:
#来自 mcp 的你好
This server cannot be installed
模型上下文协议服务器的示例实现,使用简单的算术工具和问候资源展示核心功能。