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

RapidApp-MCP
Serveur MCP pour les bases de données RapidApp PostgreSQL
3 years
Works with Finder
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
- Navigate to Cursor Settings > MCP
- 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
-
Open your Continue.dev configuration file in either format:
- YAML:
- MacOS/Linux:
~/.continue/config.yaml
- Windows:
%USERPROFILE%\.continue\config.yaml
- MacOS/Linux:
- JSON:
- Same location as above, but named
config.json
- Same location as above, but named
- YAML:
-
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>" } } } ] } }
-
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
相关推荐
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
I find academic articles and books for research and literature reviews.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
MCP Server pour récupérer le contenu de la page Web à l'aide du navigateur sans tête du dramwright.
Un puissant plugin Neovim pour gérer les serveurs MCP (Protocole de contexte modèle)
Pont entre les serveurs Olllama et MCP, permettant aux LLM locaux d'utiliser des outils de protocole de contexte de modèle
La communauté du curseur et de la planche à voile, recherchez des règles et des MCP
🔍 Permettre aux assistants d'IA de rechercher et d'accéder aux informations du package PYPI via une interface MCP simple.
🧑🚀 全世界最好的 LLM 资料总结 (数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Résumé des meilleures ressources LLM du monde.
Reviews

user_b0sDCz2N
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!