Skip to content
Cursor

Sentor for Cursor

io.github.nikx-tech/sentor-mcp

Score sentiment toward specific entities in text. Cluster documents and name topics.

client:Cursor transport:stdio runtime:pypi

Install Sentor in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sentor-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sentor-mcp"
      ],
      "env": {
        "SENTOR_API_KEY": "<SENTOR_API_KEY>",
        "SENTOR_BASE_URL": "<SENTOR_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Sentor in other clients