Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

idealift-mcp-server MCP server](https://glama.ai/mcp/servers/Startvest-LLC/idealift-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Startvest-LLC/idealift-mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Decision intelligence MCP server with signal aggregation,...

README.md

IdeaLift MCP Server

![idealift-mcp-server MCP server](https://glama.ai/mcp/servers/Startvest-LLC/idealift-mcp-server)

Decision intelligence for AI assistants via Model Context Protocol.

![idealift-mcp-server MCP server](https://glama.ai/mcp/servers/Startvest-LLC/idealift-mcp-server)

Connect Claude, ChatGPT, and other AI assistants to your product backlog. Capture feedback, track decisions, and manage ideas without leaving your AI workflow.

What it does

  • Normalize ideas β€” Transform raw text into structured feature requests, bug reports, or tasks
  • Signal aggregation β€” Capture product feedback from Slack, Teams, Discord, and GitHub
  • Decision tracking β€” Record who decided what, when, and why with full audit trails
  • RICE scoring β€” Prioritize ideas with Reach, Impact, Confidence, and Effort scores
  • Ticket creation β€” Push structured ideas to GitHub Issues, Jira, or Linear

MCP Tools

| Tool | Auth Required | Description | |------|:---:|-------------| | normalize_idea | No | Transform raw text into a structured idea | | check_auth | No | Check if user is linked to IdeaLift | | list_destinations | Yes | Get available GitHub/Jira/Linear projects | | create_ticket | Yes | Create a ticket in a destination system | | connect_destination | Yes | Connect a new destination |

Plus proxy tools for full IdeaLift API access (ideas, signals, decisions, roadmap).

Setup

1. Install dependencies

npm install

2. Configure environment

cp .env.example .env

Required environment variables:

| Variable | Description | |----------|-------------| | IDEALIFT_APP_URL | IdeaLift API base URL | | INTERNAL_API_KEY | Service-to-service auth key | | DATABASE_HOST | SQL Server host | | DATABASE_NAME | Database name | | DATABASE_USERNAME | Database user | | DATABASE_PASSWORD | Database password | | OPENAI_API_KEY | For idea normalization |

3. Build and run

npm run build
npm start

Or for development:

npm run dev

The MCP server starts on port 3001 (configurable via PORT).

4. Connect to your AI assistant

SSE endpoint: http://localhost:3001/mcp

Add this URL as an MCP server in Claude Desktop, ChatGPT, or any MCP-compatible client.

Transport

Uses Server-Sent Events (SSE) transport with automatic keep-alive pings every 15 seconds.

OAuth

Built-in OAuth 2.0 flow for connecting AI assistant users to their IdeaLift accounts. Supports authorization code grant with PKCE.

Deployment

Deployed as an Azure App Service. See the IdeaLift docs for hosted access.

License

MIT

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Developer Tools servers.