MCP Catalogs
首页

restheart vs pg-aiguide

并排对比,帮你在这两个 MCP server 之间做选择。

restheart
by SoftInstigate
pg-aiguide
by timescale
Stars★ 875★ 1,729
30天用量
综合分5455
官方
分类
数据库AI / LLM 工具开发者工具
数据库开发者工具AI / LLM 工具
实现语言JavaPython
最近提交本月本月

restheart · 概述

RESTHeart 是一个 MongoDB 后端,提供原生 MCP 服务器,让 AI 代理通过 REST 和 GraphQL API 访问数据。

pg-aiguide · 概述

MCP 服务器提供 PostgreSQL 专业知识、语义搜索和 AI 编码工具最佳实践。

restheart · 使用场景

  • 通过 MCP 访问 MongoDB 数据的 AI 代理后端
  • 无样板代码的 API 开发
  • 使用 WebSocket 和 SSE 的实时应用
  • 通过向现有 MongoDB 数据库添加现代 API 进行现代化改造

pg-aiguide · 使用场景

  • 改进 AI 编码助手中的 PostgreSQL 代码生成
  • 提供 PostgreSQL 文档的语义搜索
  • 实现数据库模式设计的最佳实践

restheart · 安装

快速启动选项

**选项 1 — RESTHeart 云服务(无需安装)** 在 [cloud.restheart.com](https://cloud.restheart.com/signup) 注册完全托管服务

**选项 2 — Docker Compose(本地)**

curl https://raw.githubusercontent.com/SoftInstigate/restheart/master/docker-compose.yml --output docker-compose.yml && docker compose up --attach restheart

默认凭据:admin / secret

**选项 3 — 原生可执行文件** 从 [docs/native-executables.md](https://github.com/SoftInstigate/restheart/blob/master/docs/native-executables.md) 下载 macOS、Linux 和 Windows 的预构建二进制文件

**Claude Desktop 设置** 在 Claude Desktop 设置中,添加自定义连接器,上下文 URL 为:https://sophia-api.restheart.com/mcp/restheart/

**Claude Code 设置**

claude mcp add --transport http sophia-restheart https://sophia-api.restheart.com/mcp/restheart

pg-aiguide · 安装

安装选项

**作为 MCP 服务器:** 将公共 MCP 服务器添加到客户端配置中:

{
  "mcpServers": {
    "pg-aiguide": {
      "url": "https://mcp.tigerdata.com/docs"
    }
  }
}

**作为 Claude 插件:**

claude plugin marketplace add timescale/pg-aiguide
claude plugin install pg@aiguide

**使用 npx skills:**

npx skills add timescale/pg-aiguide --skill postgres
对比内容由 README + GitHub 公开数据自动生成,定期更新。