Skip to main content
Glama
eq-kuldeep

Fizzy MCP Server

by eq-kuldeep

Fizzy MCP Server & Antigravity Ticket Resolver

Integrate Fizzy with Antigravity (and other Model Context Protocol clients) for automated ticket resolution, card management, commenting, and task tracking.

Features

  • 🔑 Authentication: Authenticate using standard Fizzy Personal Access Tokens (PAT).

  • 🏷️ Card Management: Fetch, search, create, update, close, and reopen cards/tickets.

  • 💬 Rich Commenting: List comments and post Markdown resolution comments automatically.

  • 🎯 High-level fizzy_resolve_ticket tool: Formats a detailed resolution summary, attaches it to the card on Fizzy, and marks the card as closed/done in a single step.

  • 🧠 Antigravity Skill (fizzy-resolver): Teaches Antigravity how to read Fizzy ticket specs, modify codebase files, run verification tests, and resolve tickets automatically.


Related MCP server: fizzy-mcp

Setup & Configuration

1. Environment Setup

Add your Fizzy PAT token to .env:

FIZZY_TOKEN=your_personal_access_token_here

2. Install Dependencies

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

3. MCP Configuration

The project includes preconfigured MCP settings in .vscode/mcp.json:

{
  "mcpServers": {
    "fizzy": {
      "command": "/home/kd/Work/fizzy-mcp/.venv/bin/python",
      "args": ["-m", "src.server"],
      "cwd": "/home/kd/Work/fizzy-mcp"
    }
  }
}

MCP Tools Provided

Tool

Description

fizzy_get_identity

Get authenticated user info and accounts list

fizzy_list_boards

List available Fizzy boards

fizzy_list_cards

Filter/search cards (by board, status, query terms)

fizzy_get_card

Get ticket details and acceptance criteria by ID or card number

fizzy_create_card

Create a new ticket card

fizzy_update_card

Update title, description, or column of a card

fizzy_list_comments

Read discussion comments on a card

fizzy_add_comment

Post a comment to a card

fizzy_close_card

Close a card/ticket

fizzy_reopen_card

Reopen a closed card

fizzy_resolve_ticket

Post resolution summary & close ticket in one tool call


Testing

Run tests with pytest:

./.venv/bin/pytest
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Enables AI assistants to interact with Fizzy project management boards, cards, and tasks through natural language. It provides full API coverage for managing project workflows, comments, and notifications across multiple transport protocols and IDEs.
    34
    17
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI agents to interact with the Fizzy task management tool through 40 specialized tools for managing boards, cards, and comments. It supports comprehensive task operations including card creation, triaging, and user assignments with built-in retry logic and secure authentication.
    24
    MIT

View all related MCP servers

Related MCP Connectors

  • Freshdesk MCP Pack — helpdesk ticket and contact management via Freshdesk API v2.

  • Surface customer & prospect context from Slack, email, transcripts and tickets in any MCP client.

  • Search, document and execute authenticated API calls across 500+ apps via one MCP server

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eq-kuldeep/fizzy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server