cms 0057 api gate for Cursor
io.github.jmshinhwa/cms-0057-api-gate
14 rules read a FHIR CapabilityStatement against CMS-0057-F. A 2021 payer statement returned 6 block
client:Cursor
transport:stdio
runtime:npm
Install cms 0057 api gate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cms-0057-api-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/cms-0057-api-gate"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs