- Home
- MCP servers
- Idealift
Idealift
- javascript
0
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"startvest-llc-idealift-mcp-docs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.idealift.startvest.ai/mcp"
],
"env": {
"API_KEY": "YOUR_API_KEY"
}
}
}
}IdeaLift MCP Server enables you to capture ideas from multiple sources, aggregate signals, apply RICE scoring, log decisions, and manage your roadmap through a streamlined MCP endpoint. This server-centric flow lets you interact with a centralized idea pipeline using an MCP client, enabling scalable collaboration and decision tracking.
How to use
You connect to the MCP server using your MCP client by providing the startup command and your API key. Start the server with the exact command provided below, then use the client to access the available endpoints for ideas, signals, decisions, and the roadmap.
How to install
Prerequisites: you need Node.js and npm installed on your system.
Get your API key first by signing up at the provider’s site and generating an MCP-scoped key in Settings → API Keys.
Install and run the MCP server client with the following command.
npx -y mcp-remote https://mcp.idealift.startvest.ai/mcp
Additional notes
You must supply your API key as an environment variable when running or configuring the client. For example, set API_KEY to your actual key before starting the server connection.
Available tools
list_ideas
List all ideas with filtering to narrow down results by status, source, or keywords.
get_idea
Retrieve detailed information for a single idea, including its signals, scores, and history.
create_idea
Create a new idea entry with essential fields like title, description, and source.
update_idea
Update properties of an existing idea, such as status, priority, or owner.
list_signals
View aggregated signals across sources to understand demand and momentum.
log_decision
Record a decision with rationale to maintain a full audit trail.
get_roadmap
View the current roadmap and its prioritization status.
search_ideas
Perform full-text search across ideas and related metadata.