M
MCP Basic Toolkit
Some small tools for MCP usage are stored here.It can make the deployment of MCP services more convenient.
Created 11/9/2025
Updated 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)协议的古早智能体
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/ChangeYang233/MCP-Basic-Toolkit
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"changeyang233-mcp-basic-toolkit": {
"command": "git",
"args": [
"clone",
"https://github.com/ChangeYang233/MCP-Basic-Toolkit"
]
}
}
}