geomelon mcp for Cursor
io.github.930m310n/geomelon-mcp
MCP server for the Geomelon geographic API — stdio and remote HTTP transports
client:Cursor
transport:stdio
runtime:npm
Install geomelon mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"geomelon-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"geomelon-mcp"
],
"env": {
"GEOMELON_API_KEY": "<GEOMELON_API_KEY>",
"PORT": "<PORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs