t

test

wujg328/test
0 Stars 1 次浏览 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "hermes-mcp-postgres": {
      "args": [
        "/home/gem/user-data/workspace/hermes-mcp-postgres/server.js"
      ],
      "command": "node",
      "env": {
        "PG_CONNECTION_STRING": "postgresql://user:password@host:5432/database"
      }
    }
  }
}

该服务需要配置环境变量:PG_CONNECTION_STRING

服务介绍

数据库连接测试

相关 MCP 服务