We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/awslabs/mcp-server-for-oscal'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
dotenv.example•665 B
# OSCAL MCP Server Environment Configuration
# To configure the MCP server in your local development environment,
# copy this file to .env and set appropriate values. See README.md
# for runtime (non-dev) configuration instructions.
# AWS Bedrock Configuration (can be overridden by command line arguments)
# export BEDROCK_MODEL_ID=us.anthropic.claude-sonnet-4-20250514-v1:0
export OSCAL_KB_ID=
# AWS Configuration
export AWS_PROFILE=your_aws_profile_name
export AWS_REGION=us-east-1
# Logging Configuration
export LOG_LEVEL=INFO
# Server Configuration
# OSCAL_MCP_SERVER_NAME=OSCAL
# MCP transport (defaults to stdio)
# OSCAL_MCP_TRANSPORT=streamable-http