★ 2 stars
TypeScript
📦 Other
Updated today
This is an MCP server project to analyze the CIS critical controls and classify them for FrameworkMaps, a Cyber RISE, program.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"frameworkmcp": {
"command": "npx",
"args": [
"-y",
"therealcybermattlee/FrameworkMCP"
]
}
}
}
Run in terminal:
claude mcp add frameworkmcp npx -y therealcybermattlee/FrameworkMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"frameworkmcp": {
"command": "npx",
"args": [
"-y",
"therealcybermattlee/FrameworkMCP"
]
}
}
}