Server Config
{
"mcpServers": {
"lawgenesis-mcp": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"https://mcp.lawgenesis.cn/api/sse",
"--header",
"\"Authorization:",
"Bearer",
"<your-token>\""
]
}
}
}