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
.gitignore•495 B
# Peru artifact directories
/build
/private
/.hatch
# Python
*.egg-info/
__pycache__/
.coverage*
.ruff_cache
.pytest_cache
.mypy_cache
.venv
/htmlcov
#VSCode
.vscode
*.code-workspace
.kiro/settings
.env
*.zip
!src/mcp_server_for_oscal/component_definitions/*.zip
# Don't add OSCAL schemas to the repo since we'll download and extract them during build process.
# **/oscal_schemas/*.json
# **/oscal_schemas/*.xsd
# Auto-generated by hatch plugin at build time
_version.py
# Mac OS
.DS_Store