MCPgph 智能
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
{
"url": "https://gph-mcp-server.pages.dev/mcp"
}MCP名称
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
"gph-intelligence"MCP版本
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
"1.0.0"MCP描述
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
"Find healthcare service providers for medical practices. Access 100,000+ verified providers across billing, credentialing, IT, legal, compliance, and more."MCP主页
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
"https://www.getpracticehelp.com/providers/"MCPiconUrl
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
"https://gph-mcp-server.pages.dev/icon.svg"MCPconfigSchema
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
{
"type": "object",
"properties": {
"apiKey": {
"type": "string",
"description": "Optional API key for authenticated access",
"x-from": {
"header": "x-api-key"
}
}
},
"required": []
}