goaltree for Cursor
io.github.furkanyanteri1/goaltree
A multi-parent goal graph where value propagates, so what more things depend on ranks higher
client:Cursor
transport:stdio
runtime:pypi
Install goaltree in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"goaltree": {
"type": "stdio",
"command": "uvx",
"args": [
"goaltree"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs