Skip to content
VS Code

SentinelScan Cloud MCP Server for VS Code

io.github.vndpal/sentinelscan-cloud-mcp

Remote MCP server that returns sentiment analysis results from SentinelScan API.

client:VS Code transport:streamable-http

Install SentinelScan Cloud MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "sentinelscan-cloud-mcp": {
      "type": "http",
      "url": "https://sentinelscan-cloud-mcp.vercel.app/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

SentinelScan Cloud MCP Server in other clients