AgentHubAgentHub

Foqal

MCP ServerMCP Registry官方收录

io.foqal/Foqal · v2.0.1

Foqal turns Slack/Teams into efficient support platforms with AI-powered ticketing.

概览

Foqal 是一个MCP Server,收录自 官方 MCP Registry。支持 sse 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "Foqal": {
      "url": "https://support.foqal.io/api/mcp/[YOUR_GENERATED_TOKEN]"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.foqal/Foqal",
  "type": "mcp-server",
  "version": "2.0.1",
  "displayName": "Foqal",
  "description": "Foqal turns Slack/Teams into efficient support platforms with AI-powered ticketing.",
  "repository": {
    "url": "https://github.com/foqal/mcp",
    "source": "github"
  },
  "homepage": "https://www.foqal.io?utm_source=mcp-registry&utm_medium=registry",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "sse",
        "url": "https://support.foqal.io/api/mcp/[YOUR_GENERATED_TOKEN]"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.foqal/Foqal",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.foqal%2FFoqal/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Foqal — MCP Server 安装与配置 · AgentHub