MCP cover image
See in Github
2025-04-10

RapidApp PostgreSQL数据库的MCP服务器

1

Github Watches

1

Github Forks

2

Github Stars

🏠 Home page

Rapidapp MCP Server

A Node.js server implementing Model Context Protocol (MCP) for Rapidapp PostgreSQL database operations.

Overview

This MCP server allows AI assistants to do PostgreSQL database operation through the Rapidapp API.

How to Use

In Claude Desktop, or any MCP Client, you can use natural language to accomplish things with Neon, such as:

  • 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 Key Requirement

Important: You need a Rapidapp API key to use this MCP server. Visit https://rapidapp.io to sign up and obtain your API key.

Installation

Usage with Cursor

  1. Navigate to Cursor Settings > MCP
  2. Add new MCP server with the following configuration:
    {
      "mcpServers": {
        "rapidapp": {
          "command": "npx",
          "args": ["-y", "@rapidappio/rapidapp-mcp"],
          "env": {
            "RAPIDAPP_API_KEY": "<your-api-key>"
          }
        }
      }
    }
    

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

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

Usage with Continue.dev

  1. Open your Continue.dev configuration file in either format:

    • YAML:
      • MacOS/Linux: ~/.continue/config.yaml
      • Windows: %USERPROFILE%\.continue\config.yaml
    • JSON:
      • Same location as above, but named config.json
  2. Add the configuration using either format:

    YAML format:

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

    JSON format:

    {
      "experimental": {
        "modelContextProtocolServers": [
          {
            "transport": {
              "type": "stdio",
              "command": "npx",
              "args": ["-y", "@rapidappio/rapidapp-mcp"],
              "env": { "RAPIDAPP_API_KEY": "<your-api-key>" }
            }
          }
        ]
      }
    }
    
  3. Save the file - Continue will automatically refresh to apply the new configuration. If the changes don't take effect immediately, try restarting your IDE.

Installing via Smithery

Smithery provides the easiest way to install and configure the Rapidapp MCP across various AI assistant platforms.

# 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

For more information and additional integration options, visit https://smithery.ai/server/@rapidappio/rapidapp-mcp

相关推荐

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • Lists Tailwind CSS classes in monospaced font

  • https://appia.in
  • Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • modelcontextprotocol
  • 模型上下文协议服务器

  • Mintplex-Labs
  • 带有内置抹布,AI代理,无代理构建器,MCP兼容性等的多合一桌面和Docker AI应用程序。

  • ravitemer
  • 一个功能强大的Neovim插件,用于管理MCP(模型上下文协议)服务器

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

  • patruff
  • Ollama和MCP服务器之间的桥梁,使本地LLMS可以使用模型上下文协议工具

  • pontusab
  • 光标与风浪冲浪社区,查找规则和MCP

  • n8n-io
  • 具有本机AI功能的公平代码工作流程自动化平台。将视觉构建与自定义代码,自宿主或云相结合,400+集成。

    Reviews

    2 (1)
    Avatar
    user_b0sDCz2N
    2025-04-18

    I have been using rapidapp-mcp for a while now, and it is absolutely amazing! The user interface is intuitive, and it has streamlined my workflow significantly. It's evident that rapidappio put a lot of thought into developing this product. Highly recommended for anyone looking to enhance their app management experience. Check it out at https://github.com/rapidappio/rapidapp-mcp!