Skip to main content
Glama
Mak-3

Featuredeck MCP Server

by Mak-3

Featuredeck MCP Server

Connect Featuredeck to Claude, Cursor, ChatGPT, and other MCP-compatible clients.

The server proxies requests to the Featuredeck backend API using Featuredeck API keys. It never connects directly to Supabase.

Architecture

MCP Client
    ↓
Featuredeck MCP
    ↓
Featuredeck Backend API
    ↓
Supabase

Related MCP server: Featurebase MCP Server

Available Tools

Read

  • featuredeck_whoami

  • featuredeck_list_feature_requests

  • featuredeck_get_feature_request

  • featuredeck_list_roadmap

  • featuredeck_get_roadmap_item

Write (editor/admin only)

  • featuredeck_create_roadmap_item

  • featuredeck_update_roadmap_item

  • featuredeck_delete_roadmap_item

Local Usage

Create a .env file:

FEATUREDECK_API_URL=https://your-app.com
FEATUREDECK_API_KEY=fd_live_xxxxxxxxx
MCP_TRANSPORT=stdio

Install and run:

npm install
npm run build
npm start

Hosted Usage

Set the following environment variables:

FEATUREDECK_API_URL=https://your-app.com
MCP_TRANSPORT=http

Deploy to Railway and expose:

POST /mcp
GET  /healthz

Each client authenticates using its own Featuredeck API key:

Authorization: Bearer fd_live_xxxxxxxxx

Cursor Example

{
  "mcpServers": {
    "featuredeck": {
      "url": "https://mcp.featuredeck.in/mcp",
      "headers": {
        "Authorization": "Bearer fd_live_xxxxxxxxx"
      }
    }
  }
}

Development Roadmap

  • Phase 1: API key authentication and roadmap tools

  • Phase 2: OAuth support and audit logs

  • Phase 3: MCP resources and advanced AI workflows

Maintenance

ActivityStale
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    Not graded
    maintenance
    Enables interaction with Canny.io customer feedback platform through natural language. Supports board management, post creation/updating, search functionality, and comprehensive feedback management operations.
    6
    3
    -
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to interact with Codecks project management for querying cards, creating tasks, and managing game development workflows. It supports comprehensive operations for cards, decks, spaces, and projects through natural language commands.
    18
    1
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Connect your AI assistant to Featuriq — the product feedback and roadmap tool for SaaS teams. Browse top feature requests, search feedback with natural language, update statuses, notify users when features ship, and manage your roadmap — all from your AI client. Authenticates via OAuth. No manual API key setup needed.
    -