Fizzy MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fizzy MCP Serverlist my open tickets"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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_tickettool: 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.
Setup & Configuration
1. Environment Setup
Add your Fizzy PAT token to .env:
FIZZY_TOKEN=your_personal_access_token_here2. Install Dependencies
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt3. 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 |
| Get authenticated user info and accounts list |
| List available Fizzy boards |
| Filter/search cards (by board, status, query terms) |
| Get ticket details and acceptance criteria by ID or card number |
| Create a new ticket card |
| Update title, description, or column of a card |
| Read discussion comments on a card |
| Post a comment to a card |
| Close a card/ticket |
| Reopen a closed card |
| Post resolution summary & close ticket in one tool call |
Testing
Run tests with pytest:
./.venv/bin/pytestThis server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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