signalbrief-agentic-feedback

swastik-nandy/signalbrief-agentic-feedback
★ 0 stars Python 🤖 AI/LLM Updated 7d ago
LangGraph-based multi-agent feedback intelligence system that extracts SaaS product signals, aggregates recurring themes, critiques and revises decision reports, and exposes its workflow through FastAPI and an MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "signalbrief-agentic-": {
      "command": "uvx",
      "args": [
        "signalbrief-agentic-feedback"
      ]
    }
  }
}

Or install with pip: pip install signalbrief-agentic-feedback