SentinelScan Cloud MCP Server for Cursor
io.github.vndpal/sentinelscan-cloud-mcp
Remote MCP server that returns sentiment analysis results from SentinelScan API.
client:Cursor
transport:streamable-http
Install SentinelScan Cloud MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sentinelscan-cloud-mcp": {
"url": "https://sentinelscan-cloud-mcp.vercel.app/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs