NIST RMF AI MCP
Nist Rmf Ai MCP
MCP server for nist rmf ai mcp operations
Overview
Nist Rmf Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Assess an AI system against the full NIST AI RMF 1.0 framework. |
| Map AI system impacts across people, organizations, and ecosystems. |
| Generate NIST-aligned control recommendations for identified AI risks. |
| Map NIST AI RMF functions and subcategories to EU AI Act articles. |
| Generate a complete NIST AI RMF compliance report in markdown. |
| Evaluate AI system against NIST's 7 trustworthy AI characteristics. |
| Neural network-based risk prediction that improves from every compliance check. |
| Get aggregate learning insights from the neural compliance model. |
| One-line system description to instant NIST AI RMF risk profile. No API key need |
| Returns the NIST AI RMF GOVERN/MAP/MEASURE/MANAGE structure. No parameters neede |
Installation
pip install meok-nist-rmf-ai-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"nist-rmf-ai-mcp": {
"command": "python",
"args": ["-m", "meok_nist_rmf_ai_mcp.server"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 10 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/nist-rmf-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server