Mcp_server_safe_content_check
@liangjunyu2010
Mcp_server_safe_content_check について
Baidu Cloud LLM Security MCP Server focuses on addressing security issues such as compliance with generative content for third-party big models, internal security improvements for big models, and risk convergence for normalized big model operations
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"safe-content-check": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/PATH/mcp_server_safe_content_check/src/mcp_server_safe_content_check/server.py"
],
"env": {
"BAIDU_CLOUD_ACCESS_KEY_ID": "****",
"BAIDU_CLOUD_SECRET_ACCESS_KEY": "****"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Mcp_server_safe_content_check?
Mcp_server_safe_content_check is an MCP server that provides access to Baidu Cloud's large model content safety features. It enables large language model applications to detect whether input text contains unsafe content.
How to use Mcp_server_safe_content_check?
Clone the repository, then run the server via uv with your Baidu Cloud credentials as command-line arguments or set in a .env file. The server offers the input_analyze tool for content detection.
Key features of Mcp_server_safe_content_check
- Provides the
input_analyzetool for detecting input text safety. - Integrates with Cursor and any MCP-compatible client.
- Requires Python 3.10 or higher and the
uvpackage manager. - Uses Baidu Cloud IAM credentials for authentication.
- Sends content to Baidu Cloud's safety API for analysis.
Use cases of Mcp_server_safe_content_check
- Check file content for unsafe information directly from Cursor.
- Integrate content safety checks into custom MCP-based AI applications.
FAQ from Mcp_server_safe_content_check
What are the prerequisites?
Python 3.10 or higher and the uv package manager must be installed.
How do I get Baidu Cloud credentials?
Create an access key in the Baidu Cloud IAM console and assign the AFDFullControlAccessPolicy permission.
What tools does this server provide?
It provides the input_analyze tool, which accepts a text parameter containing the input content to analyze.
Where is the content data processed?
The data is sent to Baidu Cloud's large model content safety API for processing.
Which applications are supported?
Cursor and any application implementing the MCP client specification.
「その他」の他のコンテンツ
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
コメント