← Back to Plugins
MCP Server MCP

MCP Server for OSCAL

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-server-for-oscal

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...