Xiao Samuel 在 佬们,求助!codex 本地http mcp应该如何安装 中发帖
佬们,我的MCP是要连接一个本地的笔记软件,mcp格式是:
“
{
“mcpServers”: {
“orca-note”: {
“httpUrl”: “http://localhost:18672/mcp”,
“headers”: {
“Authorization”: “Bearer example-use”,
“Accept”: “application/json, text/event-stream”
},
“timeout”: 600000
}
}
}
”
但是在codex中不支持这种,有什么方法可以解决吗?:(