简
简充知识库
lclen1/my-knowledge-agent
0 Stars
247 次浏览
lclen
更新于 2026-08-23
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"my-knowledge-agent": {
"headers": {
"Authorization": "Bearer 123",
"Content-Type": "application/json"
},
"type": "streamableHttp",
"url": "http://192.168.0.19:8000/mcp_stream"
}
}
}
该服务需要配置环境变量:Authorization
服务介绍
无