seoul essentials for Cursor
io.github.do-droid/seoul-essentials
22,000+ Seoul public facility data for tourists: restrooms, pharmacies, WiFi, AEDs, and subway.
client:Cursor
transport:stdio
runtime:oci
Install seoul essentials in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"seoul-essentials": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/do-droid/seoul-essentials:0.2.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs