MCP Server for OSCAL
About
AI agent tools for Open Security Controls Assessment Language (OSCAL)
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BEDROCK_MODEL_ID OSCAL_KB_ID AWS_PROFILE AWS_REGION LOG_LEVELClaude Code
claude mcp add --env BEDROCK_MODEL_ID= --env OSCAL_KB_ID= --env AWS_PROFILE= --env AWS_REGION= --env LOG_LEVEL= mcp-server-for-oscal -- uvx mcp-server-for-oscal
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-server-for-oscal","command":"uvx","args":["mcp-server-for-oscal"],"env":{"BEDROCK_MODEL_ID":"","OSCAL_KB_ID":"","AWS_PROFILE":"","AWS_REGION":"","LOG_LEVEL":""}}'
JSON
{
"mcpServers": {
"mcp-server-for-oscal": {
"command": "uvx",
"args": [
"mcp-server-for-oscal"
],
"env": {
"BEDROCK_MODEL_ID": "",
"OSCAL_KB_ID": "",
"AWS_PROFILE": "",
"AWS_REGION": "",
"LOG_LEVEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.