AgentHubAgentHub

JassWiki — Swiss Jass Authority (AMCP v0.1)

MCP ServerMCP Registry官方收录

ch.jassverband/jasswiki · v1.0.2

First production Authority-MCP. W3C VC attested by Jassverband Schweiz.

概览

JassWiki — Swiss Jass Authority (AMCP v0.1) 是一个MCP Server,收录自 官方 MCP Registry。支持 sse 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

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

{
  "mcpServers": {
    "jasswiki": {
      "url": "https://us-central1-jassguru.cloudfunctions.net/mcp/sse"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "ch.jassverband/jasswiki",
  "type": "mcp-server",
  "version": "1.0.2",
  "displayName": "JassWiki — Swiss Jass Authority (AMCP v0.1)",
  "description": "First production Authority-MCP. W3C VC attested by Jassverband Schweiz.",
  "repository": {
    "url": "https://github.com/remoprinz/jasswiki-mcp",
    "source": "github"
  },
  "homepage": "https://jasswiki.ch",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "sse",
        "url": "https://us-central1-jassguru.cloudfunctions.net/mcp/sse"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "ch.jassverband/jasswiki",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/ch.jassverband%2Fjasswiki/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
JassWiki — Swiss Jass Authority (AMCP v0.1) — MCP Server 安装与配置 · AgentHub