mcportal for Cursor
io.github.yonghwan1106/mcportal
Quota-guarded MCP layer over Korean public data APIs (data.go.kr), compiled from OpenAPI specs
client:Cursor
transport:stdio
runtime:pypi
Install mcportal in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcportal": {
"type": "stdio",
"command": "uvx",
"args": [
"mcportal"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs