A Model Context Protocol (MCP) server that provides sensitive word detection and filtering capabilities for Large Language Models (LLMs), powered by the comprehensive https://github.com/konsheng/Sensitive-lexicon Chinese word database.
Server Config
{
"mcpServers": {
"sensitive-lexicon": {
"command": "npx",
"args": [
"sensitive-lexicon-mcp"
]
}
}
}