Skip to content
VS Code

Sentimatix for VS Code

io.github.rishav0123/sentimatix

Real-time NSE/BSE stock sentiment, news NLP, technical analysis & RAG search via MCP.

client:VS Code transport:streamable-http runtime:pypi

Install Sentimatix in VS Code

.vscode/mcp.json

{
  "servers": {
    "sentimatix": {
      "type": "http",
      "url": "https://sentimatix-mcp.up.railway.app/mcp"
    }
  }
}

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

Sentimatix in other clients