feature-request-collection-mcp

feature-request-collection-mcp

0

This project is an MCP server designed to interface with a Supabase database, allowing users to query a specific table for feature suggestions. It includes integration capabilities with AI tools like Cursor and Claude Desktop.

Supabase MCP Server

  • A Model Context Protocol (MCP) server for connecting to Supabase and querying the feature_suggestions table.
  • Prerequisites: Node.js (v16 or higher), npm, Supabase project with credentials.
  • Setup: Configure your .env file with Supabase credentials and install dependencies.
  • Running the Server: Use npx tsx mcp-server.ts or npm run dev to start.
  • Connecting to AI Tools: Instructions available for Cursor and Claude Desktop integrations.
  • Available Tools: Provides query_feature_suggestions for querying the Supabase database with optional limits.
  • Troubleshooting: Connection issues may arise; check credentials, console outputs, and database table existence.