Skip to content
Cursor

MCP Server for OSCAL for Cursor

io.github.awslabs/mcp-server-for-oscal

AI agent tools for Open Security Controls Assessment Language (OSCAL)

client:Cursor transport:stdio runtime:pypi

Install MCP Server for OSCAL in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-for-oscal": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-for-oscal"
      ],
      "env": {
        "BEDROCK_MODEL_ID": "<BEDROCK_MODEL_ID>",
        "OSCAL_KB_ID": "<OSCAL_KB_ID>",
        "AWS_PROFILE": "<AWS_PROFILE>",
        "AWS_REGION": "<AWS_REGION>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Server for OSCAL in other clients