# idealift-mcp

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/Startvest-LLC/idealift-mcp-docs  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/idealift-mcp

## Description
Pre-backlog idea management with decision tracking, signals, and RICE scoring.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "idealift-mcp": {
    "command": "npx",
    "args": ["-y","idealift-mcp"]
  }
}
```

## Documentation & README

# IdeaLift MCP Server

Pre-backlog idea management with decision tracking, signal aggregation, and RICE scoring.

## What It Does

- **Capture Ideas**: Ingest product feedback from Slack, Teams, Discord, GitHub, and more
- **Track Signals**: Aggregate demand signals from multiple sources
- **Score Ideas**: RICE scoring (Reach, Impact, Confidence, Effort)
- **Log Decisions**: Full audit trail of why decisions were made
- **Manage Roadmap**: Status workflows and prioritization

## Quick Start

### Claude Desktop / Claude Code

```json
{
  "mcpServers": {
    "idealift": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.idealift.startvest.ai/mcp"],
      "env": {
        "API_KEY": "your-api-key-here"
      }
    }
  }
}
```

### Get Your API Key

1. Sign up at [idealift.startvest.ai](https://idealift.startvest.ai)
2. Go to Settings → API Keys
3. Create a new key with MCP scope

## Documentation

Full documentation: [idealift.startvest.ai/mcp](https://idealift.startvest.ai/mcp)

## Tools Available

| Tool | Description |
|------|-------------|
| `list_ideas` | List all ideas with filtering |
| `get_idea` | Get detailed idea information |
| `create_idea` | Create new ideas |
| `update_idea` | Update idea properties |
| `list_signals` | View aggregated signals |
| `log_decision` | Record decisions with rationale |
| `get_roadmap` | View current roadmap |
| `search_ideas` | Full-text search |

## Support

- [Documentation](https://idealift.startvest.ai/mcp)
- [Contact](mailto:support@startvest.ai)

## License

Proprietary - see [IdeaLift Terms](https://idealift.startvest.ai/terms)

