Model Context Protocol server for Idealyst MVP pipeline assets
npm install @idealyst.ai/mcp-serverOfficial Model Context Protocol (MCP) server for Idealyst MVP pipeline assets.
``bash`
npm install -g @idealyst/mcp-server
Or use directly with npx:
`bash`
npx @idealyst/mcp-server
Add to your Claude Desktop configuration:
`json`
{
"mcpServers": {
"idealyst": {
"command": "npx",
"args": ["-y", "@idealyst/mcp-server"],
"env": {
"IDEALYST_MCP_TOKEN": "your-token-here",
"IDEALYST_MCP_URL": "https://138.197.11.162/mcp"
}
}
}
}
- IDEALYST_MCP_TOKEN (required): Your authentication tokenIDEALYST_MCP_URL
- (optional): Server URL (defaults to https://138.197.11.162/mcp)
The server provides access to MVP pipeline assets:
- get_business_brief - Retrieve business brief for a projectget_brand_guidelines
- - Get brand identity and guidelinesget_tech_stack
- - Get recommended technology stackget_prd
- - Access Product Requirements Documentget_pipeline_status
- - Check pipeline execution statussearch_assets
- - Search across all MVP assets
`bashInstall dependencies
npm install
MIT
For issues or questions, visit: https://github.com/idealyst/mcp-server