say ur intent for Cursor
io.github.stelis-dev/say-ur-intent
Local-first Sui DeFi evidence and review for AI clients before wallet signing.
client:Cursor
transport:stdio
runtime:npm
Install say ur intent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"say-ur-intent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stelis/say-ur-intent"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs