MCP Server
MCP
io.github.davegomez/fizzy
MCP server for Fizzy task management
Install
npx -y @silky/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@silky/fizzy-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Fizzy API authentication token",
"isRequired": true,
"isSecret": true,
"name": "FIZZY_TOKEN"
},
{
"description": "Fizzy API base URL (defaults to production)",
"name": "FIZZY_BASE_URL"
},
{
"description": "Default Fizzy account slug",
"name": "FIZZY_ACCOUNT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment