Skip to main content
Glama

FogBugz MCP Server

by akari2600
mcp.json601 B
{ "name": "fogbugz-mcp", "version": "1.0.0", "description": "FogBugz MCP Server for interacting with FogBugz via LLMs", "language": "nodejs", "command": "node", "args": ["dist/index.js"], "env": { "FOGBUGZ_URL": { "description": "The URL of your FogBugz instance", "required": true, "default": "" }, "FOGBUGZ_API_KEY": { "description": "Your FogBugz API key", "required": true, "default": "" } }, "capabilities": { "tools": { "description": "Provides tools for interacting with FogBugz issue tracking system" } } }

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/akari2600/fogbugz-mcp'

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