- streamable http
{
"mcpServers": {
"fetch": {
"type": "streamable_http",
"url": "https://registry.wemcp.cn/mcp/{mcp_server_name}"
}
}
}
- sse
{
"mcpServers": {
"amap-maps": {
"type": "sse",
"url": "https://registry.wemcp.cn/http/{mcp_server_name}"
}
}
}
- streamable http
{
"mcpServers": {
"mcpjungle": {
"command": "npx",
"args": [
"mcp-remote",
"https://registry.wemcp.cn/mcp/{mcp_server_name}",
"--allow-http"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
- sse
{
"mcpServers": {
"mcpjungle": {
"command": "npx",
"args": [
"mcp-remote",
"https://registry.wemcp.cn/mcp/{mcp_server_name}/sse",
"--allow-http"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}