MCP Server
Maintained
io.github.Startvest-LLC/idealift-mcp MCP Server
io.github.Startvest-LLC/idealift-mcp
What is the io.github.Startvest-LLC/idealift-mcp MCP server?
Pre-backlog idea management with decision tracking, signals, and RICE scoring.
How to install io.github.Startvest-LLC/idealift-mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"idealift-mcp": {
"url": "https://mcp.idealift.startvest.ai/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"idealift-mcp": {
"serverUrl": "https://mcp.idealift.startvest.ai/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"idealift-mcp": {
"type": "http",
"url": "https://mcp.idealift.startvest.ai/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"idealift-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.idealift.startvest.ai/mcp"
]
}
}
}Claude Code
claude mcp add --transport http idealift-mcp https://mcp.idealift.startvest.ai/mcpRelated MCP servers
Manage product ideas, decisions, and customer signals from AI assistants with NLQ