MCP Server for OSCAL✓
io.github.awslabs/mcp-server-for-oscal · v0.4.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.awslabs/mcp-server-for-oscal",
"description": "AI agent tools for Open Security Controls Assessment Language (OSCAL)",
"title": "MCP Server for OSCAL",
"repository": {
"url": "https://github.com/awslabs/mcp-server-for-oscal",
"source": "github"
},
"version": "0.4.0",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-server-for-oscal",
"version": "0.4.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AWS Bedrock model ID for OSCAL documentation queries",
"name": "BEDROCK_MODEL_ID"
},
{
"description": "AWS Bedrock Knowledge Base ID for OSCAL documentation",
"name": "OSCAL_KB_ID"
},
{
"description": "AWS CLI profile name for credential resolution",
"name": "AWS_PROFILE"
},
{
"description": "AWS region for Bedrock API calls",
"name": "AWS_REGION"
},
{
"description": "Logging verbosity level (DEBUG, INFO, WARNING, ERROR)",
"name": "LOG_LEVEL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}