Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-tencent": {
"command": "/path/to/java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-Dfile.encoding=utf-8",
"-jar",
"/path/to/mcp-server-tencent-1.0.0.jar",
"--tencent.api.categories=MCP知识",
"--tencent.api.cookie=your_cookie_here"
]
}
}
}