AgentHubAgentHub

PH Schools MCP Server

MCP ServerMCP Registry官方收录

io.github.darwinphi/ph-schools · v1.0.3

Local stdio MCP server for searching and analyzing the Philippine schools masterlist dataset.

概览

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

安装

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

{
  "mcpServers": {
    "ph-schools": {
      "command": "npx",
      "args": [
        "-y",
        "@darwinphi/ph-schools-mcp-server"
      ]
    }
  }
}

环境变量

PH_SCHOOLS_DATA_PATH可选

Absolute path to a local schools dataset JSON file.

PH_SCHOOLS_DATA_URL可选

Optional source URL used by sync-data.

PH_SCHOOLS_DATA_TAG可选

Optional canonical dataset tag used by sync-data when URL is not provided.

相关资源

统一 Manifest

{
  "id": "io.github.darwinphi/ph-schools",
  "type": "mcp-server",
  "version": "1.0.3",
  "displayName": "PH Schools MCP Server",
  "description": "Local stdio MCP server for searching and analyzing the Philippine schools masterlist dataset.",
  "repository": {
    "url": "https://github.com/darwinphi/ph-schools-mcp-server",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@darwinphi/ph-schools-mcp-server",
        "version": "1.0.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "PH_SCHOOLS_DATA_PATH",
            "description": "Absolute path to a local schools dataset JSON file."
          },
          {
            "name": "PH_SCHOOLS_DATA_URL",
            "description": "Optional source URL used by sync-data."
          },
          {
            "name": "PH_SCHOOLS_DATA_TAG",
            "description": "Optional canonical dataset tag used by sync-data when URL is not provided."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.darwinphi/ph-schools",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.darwinphi%2Fph-schools/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
PH Schools MCP Server — MCP Server 安装与配置 · AgentHub