Featuredeck Server
БесплатноНе проверенEnables interaction with Featuredeck's feature request and roadmap management through natural language, supporting reading and writing operations with API key a
Описание
Enables interaction with Featuredeck's feature request and roadmap management through natural language, supporting reading and writing operations with API key authentication.
README
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
Available Tools
Read
featuredeck_whoamifeaturedeck_list_feature_requestsfeaturedeck_get_feature_requestfeaturedeck_list_roadmapfeaturedeck_get_roadmap_item
Write (editor/admin only)
featuredeck_create_roadmap_itemfeaturedeck_update_roadmap_itemfeaturedeck_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
Установка Featuredeck Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Mak-3/featuredeck-mcpFAQ
Featuredeck Server MCP бесплатный?
Да, Featuredeck Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Featuredeck Server?
Нет, Featuredeck Server работает без API-ключей и переменных окружения.
Featuredeck Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Featuredeck Server в Claude Desktop, Claude Code или Cursor?
Открой Featuredeck Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Featuredeck Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
