MCP CNES for Cursor
io.github.mcpassure/mcp-cnes
Consulta o CNES (estabelecimentos de saúde): profissionais, leitos, equipamentos, serviços.
client:Cursor
transport:stdio
runtime:npm
Install MCP CNES in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-cnes": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcpassure/mcp-cnes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs