Back to the catalog

io.github.Startvest-LLC/idealift-mcp

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

Open source Repository Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
No topic detected
Publisher
startvest-llc
Origin
official
Category
ferramentas
Transport
http
Version
1.0.0
Last push
2026-05-19T11:28:57Z
Repository state
ativo
Added
2026-08-29 03:02:16
Updated
2026-08-29 03:02:16
Origin id
io.github.Startvest-LLC/idealift-mcp

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)

More