@idealyst.ai/mcp-server
v1.0.2
Published
Model Context Protocol server for Idealyst MVP pipeline assets
Downloads
19
Maintainers
Readme
@idealyst/mcp-server
Official Model Context Protocol (MCP) server for Idealyst MVP pipeline assets.
Installation
npm install -g @idealyst/mcp-serverOr use directly with npx:
npx @idealyst/mcp-serverConfiguration
For Claude Desktop
Add to your Claude Desktop configuration:
{
"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 tokenIDEALYST_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 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
Development
# Install dependencies
npm install
# Build TypeScript
npm run build
# Run in development mode
npm run devLicense
MIT
Support
For issues or questions, visit: https://github.com/idealyst/mcp-server
