Feature Suggestions (Supabase)

by adiletd

Not rated
GitHub

About

Connects AI assistants to a Supabase database for querying feature suggestions, enabling direct access to feature request data within conversations without manual database queries.

Details

Author
adiletd
Repository
adiletD/feature-request-collection-mcp
Categories
Database, Other, Productivity, Developer Tools, Design, AI, Search, Infrastructure, Frontend

Query the feature_suggestions table in your Supabase database.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Feature Suggestions (Supabase)
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 tsx
    • Argument 2 /path/to/mcp-server.ts

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

1. Make sure your .env file contains the following Supabase credentials:

   SUPABASE_URL=your_supabase_url
   SUPABASE_ANON_KEY=your_supabase_anon_key
   

2. Install the required dependencies:

   npm install

Run the MCP server using:

npx tsx mcp-server.ts

Or use the npm script:

npm run dev

query_feature_suggestions

Query the feature_suggestions table in your Supabase database. Parameters: limit (number, optional) - Maximum number of records to return (default: 100).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "feature suggestions (supabase)": {
            "env": {},
            "args": [
                "tsx",
                "/path/to/mcp-server.ts"
            ],
            "shell": false,
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "tsx",
        "/path/to/mcp-server.ts"
    ],
    "shell": false,
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "tsx",
        "/path/to/mcp-server.ts"
    ],
    "shell": false,
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "tsx",
        "/path/to/mcp-server.ts"
    ],
    "shell": false,
    "command": "cmd"
}

This is a Model Context Protocol (MCP) server that connects to Supabase and allows you to query the feature_suggestions table.

- Node.js (v16 or higher)
- npm
- Supabase project with credentials
-

Make sure your.envfile contains the following Supabase credentials:

SUPABASE_URL=your_supabase_url SUPABASE_ANON_KEY=your_supabase_anon_key

- Open Cursor and navigate toCursor Settings.
- Under theFeaturestab, tap+ Add new MCP serverunder theMCP Serverssection.
- Enter the following details:

- Name: Supabase
- Type: command
- Command:npx tsx /path/to/mcp-server.ts
- Open Claude desktop and navigate toSettings.
- Under theDevelopertab, tapEdit Configto open the configuration file.
- Add the following configuration:

{ "mcpServers": { "supabase": { "command": "npx", "args": ["tsx", "/path/to/mcp-server.ts"] } } }

Query the feature_suggestions table in your Supabase database.

- limit(number, optional): Maximum number of records to return (default: 100)

Can you show me feature suggestions from the database?
Can you show me the top 10 feature suggestions?

- If you encounter connection issues, make sure your Supabase credentials are correct.
- Check the console output for any error messages.
- Ensure that the feature_suggestions table exists in your Supabase database.

Official Supabase MCP server for managing Supabase projects, databases, auth, storage, edge functions, and SQL workflows from AI agents.

Securely access BigQuery datasets with intelligent caching, schema tracking, and query analytics via Supabase integration.

Interact with self-hosted Supabase instances for database introspection, management, and interaction.

Interact with self-hosted Supabase instances for database management and introspection.

Interact with Supabase databases, query tables, and generate TypeScript types.

Provides access to supOS open APIs for querying topic structures, real-time and historical data, and executing SQL queries.

Official MCP server for dbt (data build tool) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.

Open source MCP server specializing in easy, fast, and secure tools for Databases.

Query and analyze data with MotherDuck and local DuckDB

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.