
Safer Agentic AI MCP
@NellInc
Safer Agentic AI MCP について
SaferAgenticAI MCP brings the Safer Agentic AI safety framework to coding assistants over the Model Context Protocol.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"saferagenticai": {
"type": "http",
"url": "https://mcp.saferagenticai.org/mcp"
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Safer Agentic AI MCP?
Safer Agentic AI MCP brings the Safer Agentic AI safety framework to coding assistants over the Model Context Protocol. It serves 238 normative implementation patterns and 14 operational heuristics across 16 safety suites (9 Drivers + 7 Inhibitors) through 12 read-only tools.
How to use Safer Agentic AI MCP?
Install the package with uvx saferagenticai-mcp or pipx install saferagenticai-mcp, then add a configuration entry to your MCP client. The tools allow you to search patterns, resolve requirements, map a task to relevant safety guidance, and follow cross‑references.
Key features of Safer Agentic AI MCP
- 12 read‑only tools for safety guidance access
- 238 normative implementation patterns and 14 operational heuristics
- Covers all 16 safety suites (9 Drivers + 7 Inhibitors)
- No authentication or external network calls required
- All framework data is bundled in the package
- stdio transport, Python ≥3.10, MIT licensed
Use cases of Safer Agentic AI MCP
- Check code against normative safety patterns during development
- Resolve specific safety requirements for an AI agent task
- Map a user’s task to the relevant safety guidance from the framework
- Follow cross‑references between patterns and heuristics
- Train or assist coding assistants with structured safety knowledge
FAQ from Safer Agentic AI MCP
What tools does Safer Agentic AI MCP provide?
It provides 12 read‑only tools for searching patterns, resolving requirements, mapping tasks to safety guidance, and following cross‑references.
What are the system requirements?
Python 3.10 or higher is required, and the server can be installed via uvx or pipx.
Does Safer Agentic AI MCP make external network calls?
No. All framework data is bundled locally, and no authentication or external calls are needed.
What transport protocol is used?
The server uses stdio transport.
What license is the project under?
MIT.
「推論」の他のコンテンツ
Agentic Tools MCP Server
PimzinoA comprehensive Model Context Protocol (MCP) server providing AI assistants with powerful task management and agent memories capabilities with project-specific storage.
Deno Sandbox MCP Server
bewt85An MCP server that allows you to run TypeScript, JavaScript, and Python code in a sandbox on your local machine using the Deno® sandbox. This server provides a controlled environment for executing code with explicit permission controls.
MCP Advanced Reasoning Server for Cursor AI
AzDeltaQQThis is a very basic implementation of an Mcp-Reasoning-Server for Cursor AI .
quarkus-langchain4j-workshop
quarkusioQuarkus LangChain4J Workshop that demonstrates both single AI service capabilities and Agentic AI orchestration
iFlytek Workflow MCP Server
iflytekThis a simple implementation of an MCP server using iFlytek. It enables calling iFlytek workflows through MCP tools.
コメント