4 hours ago
MuninX MCP connects compatible AI clients to MuninX, a simple help desk for small teams. It lets authenticated users inspect tickets, create and update tickets, read and create ticket messages, search visible support history, and query ticket analytics through a remote Streamable HTTP MCP endpoint. Access follows the user’s MuninX tenant, role, and permissions.
Server Config
{
"mcpServers": {
"muninx": {
"url": "https://api.muninx.com/mcp",
"headers": {
"Authorization": "Bearer ${MUNINX_API_TOKEN}"
}
}
}
}