Skip to content
Cursor

feedback analyzer ai mcp for Cursor

io.github.csoai-org/feedback-analyzer-ai-mcp

Feedback Analyzer Ai MCP Server by MEOK AI Labs

client:Cursor transport:stdio runtime:pypi

Install feedback analyzer ai mcp in Cursor

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

{
  "mcpServers": {
    "feedback-analyzer-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "feedback-analyzer-ai-mcp"
      ]
    }
  }
}

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

feedback analyzer ai mcp in other clients