MCP Server 配置指南
为各种 AI 编辑器和工具配置远程 MCP Server,实现无缝的消息推送集成
为 OMate 编辑器配置远程 MCP Server,让 AI 助手能够直接发送消息通知
1. 添加配置
{
"mcpServers": {
"pushServer": {
"url": "https://www.phprm.com/services/push/mcp",
"headers": {
"X-Push-Channel-Code": "******",
"X-Mcp-Source": "omate"
}
}
}
}
⚠️ 请先登录并获取通道码,然后将配置中的
****** 替换为实际的通道码为 Cursor 编辑器配置远程 MCP Server,让 AI 助手能够直接发送消息通知
1. 添加配置
{
"mcpServers": {
"pushServer": {
"url": "https://www.phprm.com/services/push/mcp",
"headers": {
"X-Push-Channel-Code": "******",
"X-Mcp-Source": "cursor"
}
}
}
}
⚠️ 请先登录并获取通道码,然后将配置中的
****** 替换为实际的通道码为 Trae 编辑器配置远程 MCP Server,提供智能编程助手的消息推送功能
1. 添加配置
{
"mcpServers": {
"pushServer": {
"url": "https://www.phprm.com/services/push/mcp",
"headers": {
"X-Push-Channel-Code": "******",
"X-Mcp-Source": "trae"
}
}
}
}
⚠️ 请先登录并获取通道码,然后将配置中的
****** 替换为实际的通道码为 Claude Desktop 应用配置远程 MCP Server,增强 Claude 的消息推送能力
1. 添加配置
{
"mcpServers": {
"pushServer": {
"url": "https://www.phprm.com/services/push/mcp",
"headers": {
"X-Push-Channel-Code": "******",
"X-Mcp-Source": "claude-desktop"
}
}
}
}
⚠️ 请先登录并获取通道码,然后将配置中的
****** 替换为实际的通道码为 Qoder 编辑器配置远程 MCP Server,提供智能编程助手的消息推送功能
1. 添加配置
{
"mcpServers": {
"pushServer": {
"url": "https://www.phprm.com/services/push/mcp",
"headers": {
"X-Push-Channel-Code": "******",
"X-Mcp-Source": "qoder"
}
}
}
}
⚠️ 请先登录并获取通道码,然后将配置中的
****** 替换为实际的通道码为 Gemini CLI 工具配置远程 MCP Server,实现命令行环境中的消息推送
1. 配置文件位置:
~/.gemini/settings.json2. 添加配置
{
"mcpServers": {
"pushServer": {
"httpUrl": "https://www.phprm.com/services/push/mcp",
"timeout": 30000,
"headers": {
"X-Push-Channel-Code": "******",
"X-Mcp-Source": "gemini-cli"
}
}
}
}
⚠️ 请先登录并获取通道码,然后将配置中的
****** 替换为实际的通道码为 Claude Code 配置远程 MCP Server,支持命令行配置方式
1. 配置文件位置:
~/.claude.json2. 命令行配置
claude mcp add --transport http pushServer \ https://www.phprm.com/services/push/mcp \ --header "X-Push-Channel-Code: ******" \ --header "X-Mcp-Source: claude-code"
⚠️ 请先登录并获取通道码,然后将命令中的
****** 替换为实际的通道码为 Open Code 编辑器配置远程 MCP Server,提供完整的 AI 编程体验
1. 配置文件位置:
~/.config/opencode/opencode.json2. 添加配置
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"pushServer": {
"type": "remote",
"url": "https://www.phprm.com/services/push/mcp",
"enabled": true,
"headers": {
"X-Push-Channel-Code": "******",
"X-Mcp-Source": "opencode"
}
}
}
}
⚠️ 请先登录并获取通道码,然后将配置中的
****** 替换为实际的通道码