Provides specialized tools for Discord Heart Reactions workflow automation through NocoDB integration, including analytics and table management for Discord reactions data
🚀 NocoDB MCP Server
A production-ready Model Context Protocol (MCP) server for seamless NocoDB integration with Cursor IDE.
🎯 What This Is
This MCP server provides Cursor IDE users with direct access to NocoDB operations without leaving their development environment. Perfect for Discord Heart Reactions workflow and other NocoDB automation projects.
✨ Features
- Complete NocoDB API Integration - All CRUD operations supported
- Discord Heart Reactions Optimized - Built specifically for the Discord workflow
- Production Ready - Health checks, rate limiting, graceful shutdown
- Docker Ready - Easy deployment with Docker or Coolify
- Auto-deployment - GitHub Actions for automated builds
- Comprehensive Monitoring - Built-in health checks and metrics
🚀 Quick Deployment
Option 1: Coolify (Recommended)
- Connect your GitHub repo to Coolify
- Set environment variables:
NOCODB_API_TOKEN=your_token
NOCODB_URL=https://nocodb.v1su4.com
- Deploy and enjoy!
Option 2: Docker
Option 3: Docker Compose
🔧 Environment Variables
Variable | Required | Default | Description |
---|---|---|---|
NOCODB_API_TOKEN | Yes | - | Your NocoDB API token |
NOCODB_URL | No | https://nocodb.v1su4.com | NocoDB instance URL |
PORT | No | 3001 | Server port |
NODE_ENV | No | production | Environment |
LOG_LEVEL | No | info | Logging level |
📊 Available MCP Tools
Connection & Management
nocodb_test_connection
- Test NocoDB connectionnocodb_list_projects
- List all projectsnocodb_list_tables
- List tables in project
Data Operations
nocodb_get_records
- Retrieve records with paginationnocodb_create_record
- Create new recordsnocodb_update_record
- Update existing recordsnocodb_delete_record
- Delete recordsnocodb_search_records
- Search with filters
Specialized Tools
nocodb_create_discord_reactions_table
- Create Discord reactions tablenocodb_get_analytics
- Get Discord reactions analytics
🧪 Testing
Health Check
Tools List
Test Tool Call
📋 Cursor IDE Integration
- Update MCP Configuration:
- Set Environment Variable:
- Restart Cursor and enjoy NocoDB tools!
🏗️ Architecture
- Local Wrapper: Handles Cursor integration and communication
- Hosted Server: Production server with all NocoDB operations
- NocoDB API: Your actual database instance
📚 Documentation
- Coolify Deployment Guide - Detailed deployment instructions
- API Reference - All available tools and schemas
- Docker Configuration - Container setup details
🔒 Security
- Rate limiting to prevent abuse
- API token authentication required
- HTTPS enforced
- Comprehensive logging
- Environment variable configuration
📈 Monitoring
- Real-time health checks
- Performance metrics
- Request logging
- Error tracking
- Resource usage monitoring
🤝 Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
📄 License
MIT License - feel free to use and modify as needed.
🆘 Support
For issues or questions:
- Check the health endpoint
- Review server logs
- Test with the CLI tools
- Check environment variables
Built for Discord Heart Reactions workflow 🎉
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables direct integration with NocoDB databases from Cursor IDE, providing complete CRUD operations, search capabilities, and specialized tools for Discord workflow automation. Features production-ready deployment with Docker support and comprehensive monitoring.
Related MCP Servers
- -securityFlicense-qualityA protocol server that enables LLMs like Claude to interact with MongoDB databases, providing tools for schema exploration, aggregation queries, and data analysis through natural language in Cursor.Last updated -112
- -securityFlicense-qualityA tool that provides simple API to execute SQL queries and manage MySQL databases, designed to integrate with Cursor IDE for AI assistants to directly perform database operations.Last updated -
- -securityFlicense-qualityA FastMCP-based server that provides complete Slack integration for Cursor IDE, allowing users to interact with Slack API features using natural language.Last updated -
- -securityAlicense-qualityA Model Context Protocol server that integrates Cursor IDE with Bitbucket Cloud, allowing developers to fetch repository information and commit data directly from their Bitbucket workspace.Last updated -24MIT License