Sentor for Windsurf
io.github.nikx-tech/sentor-mcp
Score sentiment toward specific entities in text. Cluster documents and name topics.
client:Windsurf
transport:stdio
runtime:pypi
Install Sentor in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"sentor-mcp": {
"command": "uvx",
"args": [
"sentor-mcp"
],
"env": {
"SENTOR_API_KEY": "<SENTOR_API_KEY>",
"SENTOR_BASE_URL": "<SENTOR_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs