Public Official Asset Disclosure (공직자 재산공개) for Cursor
io.github.yujiseok/public-official-mcp-server
Korean public official asset disclosure data (공직자 재산공개) - search and retrieve assets
client:Cursor
transport:stdio
runtime:npm
Install Public Official Asset Disclosure (공직자 재산공개) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"public-official-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"public-official-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs