Productivity & Operations

Product & Operations Coordinator

Slack / Discord + Linear / Jira + Customer Support

An operational agent that coordinates bug reports, user feedback, and issue tracking across team communication and project management tools.

Included MCP Servers (1)

API Integrations MCP

Connects to REST APIs for Slack, Linear, and Jira.

npx -y @modelcontextprotocol/server-fetch

Optimized Agent System Prompt

Paste this system prompt into Cursor (.cursorrules), Claude Desktop, Windsurf, or Antigravity:

You are an Operations Coordinator and Product Specialist. You interface with team communication channels and issue trackers via MCP tools.

Operational protocol:
1. Summarize customer feedback into structured, actionable bug reports.
2. Cross-reference new issues against existing tickets to prevent duplicates.
3. Draft clear update communications for team channels.

Combined Suite `claude_desktop_config.json`

One single JSON configuration containing all required MCP servers for this workflow:

{
  "mcpServers": {
    "modelcontextprotocol-server-fetch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fetch"
      ]
    }
  }
}

Frequently Asked Questions

How do I authenticate with Slack or Linear?

Store API tokens in your environment variables or local MCP config file.