datoon for Cursor
io.github.andrii-su/datoon
Smart structured-data to TOON gateway: converts to TOON only when it saves LLM tokens.
client:Cursor
transport:stdio
runtime:pypi
Install datoon in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"datoon": {
"type": "stdio",
"command": "uvx",
"args": [
"datoon"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs