Sounio Compiler for Cursor
io.github.agourakis82/sounio-mcp-server
Check, compile, run, and test Sounio programs locally.
client:Cursor
transport:stdio
runtime:pypi
Install Sounio Compiler in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sounio-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"sounio-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs