doktor for Cursor
io.github.vanguardiaai/doktor
Busca 56,000+ médicos verificados en México con cédulas validadas por la SEP
client:Cursor
transport:stdio
runtime:npm
Install doktor in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"doktor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"doktor-mcp-server"
],
"env": {
"DOKTOR_API_URL": "<DOKTOR_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs