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
{
"mcpServers": {
"oscal": {
"command": "uvx",
"args": ["--from", "mcp-server-for-oscal@latest", "server"],
"env": {},
"disabled": false,
"autoApprove": [
"get_oscal_schema",
"list_oscal_resources",
"list_oscal_models",
"query_oscal_documentation"
]
}
}
}