UNPKG

@idealyst.ai/mcp-server

Version:

Model Context Protocol server for Idealyst MVP pipeline assets

73 lines (51 loc) 1.4 kB
# @idealyst/mcp-server Official Model Context Protocol (MCP) server for Idealyst MVP pipeline assets. ## Installation ```bash npm install -g @idealyst/mcp-server ``` Or use directly with npx: ```bash npx @idealyst/mcp-server ``` ## Configuration ### For Claude Desktop 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" } } } } ``` ### Environment Variables - `IDEALYST_MCP_TOKEN` (required): Your authentication token - `IDEALYST_MCP_URL` (optional): Server URL (defaults to https://138.197.11.162/mcp) ## Available Tools The server provides access to MVP pipeline assets: - `get_business_brief` - Retrieve business brief for a project - `get_brand_guidelines` - Get brand identity and guidelines - `get_tech_stack` - Get recommended technology stack - `get_prd` - Access Product Requirements Document - `get_pipeline_status` - Check pipeline execution status - `search_assets` - Search across all MVP assets ## Development ```bash # Install dependencies npm install # Build TypeScript npm run build # Run in development mode npm run dev ``` ## License MIT ## Support For issues or questions, visit: https://github.com/idealyst/mcp-server