# Logaflow

Enhance your applications with real-time logging and monitoring capabilities. Streamline your data flow and gain insights effortlessly with our powerful tools. Integrate seamlessly and elevate your d…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add antunesgabriel/logaflow-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list antunesgabriel/logaflow-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get antunesgabriel/logaflow-mcp-server list_user_projects

# Call a tool
npx -y @smithery/cli@latest tool call antunesgabriel/logaflow-mcp-server list_user_projects '{}'
```

## Tools (3)

- `list_user_projects`
- `list_project_feedbacks`
- `reply_to_feedback`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get antunesgabriel/logaflow-mcp-server <tool-name>
```

## Prompts (3)

- `analyze_feedback_trends` (project_id)
- `identify_urgent_bugs` (project_id)
- `summarize_feedback` (project_id)

---

Source: https://github.com/antunesgabriel/logaflow-mcp-server
