Token导航 LogoToken导航TokenDH.com
Rapidapp MCP Server logo
数据服务stdio官方级别未说明来源级核验

Rapidapp MCP Server

MCP Server

@smithery/cli@latest

MCP Server for Rapidapp PostgreSQL Databases

工具数

0

提示词数

0

GitHub Stars

3

资源数

0
数据分析JavaScriptClaude自然语言处理Claude DesktopClaudeCursorWindsurf

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

rapidappio

提供方

rapidappio

最后核验

2026/5/18 04:05

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y @smithery/cli@latest install @rapidappio/rapidapp-mcp --client claude

详细介绍

🏠 Home page

Rapidapp MCP服务器

实现模型上下文协议(MCP)的Node.js服务器 Rapidapp PostgreSQL数据库操作。

概述

该MCP服务器允许AI助手通过Rapidapp API进行PostgreSQL数据库操作。

如何使用

在Claude Desktop或任何MCP客户端中,您可以使用自然语言使用Neon完成以下任务:

  • Create a new Rapidapp PostgreSQL database called 'products'
  • List all my Rapidapp PostgreSQL databases
  • Get details of my Rapidapp PostgreSQL database with id of '123456'
  • Create a Spring Boot application for simple product service with CRUD operations. Use the Rapidapp PostgreSQL database 'products' as the backend. Configure the application to connect to the database.

API关键要求

重要提示: 您需要一个Rapidapp API密钥才能使用此MCP服务器。访问https://rapidapp.io注册并获取您的API密钥。

安装

使用游标

  1. 导航到光标设置>MCP
  2. 使用以下配置添加新的MCP服务器:
   {
     "mcpServers": {
       "rapidapp": {
         "command": "npx",
         "args": ["-y", "@rapidappio/rapidapp-mcp"],
         "env": {
           "RAPIDAPP_API_KEY": ""
         }
       }
     }
   }

使用Claude Desktop

将此添加到您的 claude_desktop_config.json:

{
  "mcpServers": {
    "rapidapp": {
      "command": "npx",
      "args": ["-y", "@rapidappio/rapidapp-mcp"],
      "env": {
        "RAPIDAPP_API_KEY": ""
      }
    }
  }
}

使用Continue.dev

  1. 以以下任一格式打开Continue.dev配置文件:

- YAML: - MacOS/Linux: ~/.continue/config.yaml - 窗户: %USERPROFILE%\.continue\config.yaml - JSON: - 与上述位置相同,但已命名 config.json

  1. 使用以下任一格式添加配置:

YAML格式:

   experimental:
     modelContextProtocolServers:
       - transport:
           type: stdio
           command: node
           args: ["-y", "@rapidappio/rapidapp-mcp"]
           env: { "RAPIDAPP_API_KEY": "" }

JSON格式:

   {
     "experimental": {
       "modelContextProtocolServers": [
         {
           "transport": {
             "type": "stdio",
             "command": "npx",
             "args": ["-y", "@rapidappio/rapidapp-mcp"],
             "env": { "RAPIDAPP_API_KEY": "" }
           }
         }
       ]
     }
   }
  1. 保存文件-继续将自动刷新以应用新配置。如果更改没有立即生效,请尝试重新启动IDE。

通过Smithery安装

Smithery提供了在各种AI助手平台上安装和配置Rapidapp MCP的最简单方法。

# Claude
npx -y @smithery/cli@latest install @rapidappio/rapidapp-mcp --client claude

# Cursor
npx -y @smithery/cli@latest install @rapidappio/rapidapp-mcp --client cursor

# Windsurf
npx -y @smithery/cli@latest install@rapidappio/rapidapp-mcp --client windsurf

有关更多信息和其他集成选项,请访问https://smithery.ai/server/@rapidappio/rapidapp-mcp

目录标签

目录标签

数据分析JavaScriptClaude自然语言处理developer-toolsPostgreSQL本地部署数据库管理AI助手集成Rapidapp

支持客户端

Claude DesktopClaudeCursorWindsurf

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

来源包(packageName,安装包名)

@smithery/cli@latest

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP