We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rohitsaraff33-bit/produckai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""ProduckAI MCP Server - Product feedback analysis integration for Claude Desktop."""
__version__ = "0.7.0"
__author__ = "ProduckAI Team"
__email__ = "contact@produckai.com"
from produckai_mcp.config import Config, get_config
__all__ = ["Config", "get_config", "__version__"]