M
MCP Basic Toolkit
Some small tools for MCP usage are stored here.It can make the deployment of MCP services more convenient.
创建于 11/9/2025
更新于 about 1 month ago
README
Repository documentation and setup instructions
MCP-Basic-Toolkit
Some small tools for MCP usage are stored here.It can make the deployment of MCP services more convenient. These MCP tools mainly solve the problem where some agents cannot directly access MCP services. For example, agents that do not support passing API keys via the Bearer method in the request header, or old agents that do not support the streamableHttp (SSE) protocol.
Introduction to Terminology (Chinese Interpretation)
这些MCP工具主要解决部分智能体不能直接接入MCP服务的情况,例如:智能体不支持请求头Bearer方式传入APIkey的情况,
或者不支持streamableHttp(SSE)协议的古早智能体
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/ChangeYang233/MCP-Basic-Toolkit
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"changeyang233-mcp-basic-toolkit": {
"command": "git",
"args": [
"clone",
"https://github.com/ChangeYang233/MCP-Basic-Toolkit"
]
}
}
}