mellos mapping for Cursor
io.github.guangminju/mellos-mapping
Live layered dependency map for bottom-up development, drawn by the agent in a terminal pane.
client:Cursor
transport:stdio
runtime:npm
Install mellos mapping in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mellos-mapping": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mellos-mapping"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs