Agile Luminary: Bring Order to Your Vibes
Product teams lose critical context every time work moves from planning to development. Stories get misinterpreted, features break, and developers rebuild what already exists because the connection between vision and code is broken.
Agile Luminary is the AI-native project management tool that keeps your entire product context connected. Transform simple prompts into comprehensive documentation, user stories, and workflows that stay linked from concept to code.
Never Lose Context Again
Connect all your work directly to your AI IDE (Cursor, Claude, Windsurf). When developers start coding, they have instant access to related stories, requirements, and context. Your AI coding assistant knows what you're building, what already exists, and what not to break.
From Vision to Velocity
Start with your big picture—Vision, PRD, Epics—and let Agile Luminary intelligently break down work into manageable, connected pieces. Each story carries forward the context from your broader goals, ensuring nothing gets lost in translation.
The result? Your team stays focused on high-impact work instead of piecing together fragmented information and fixing preventable mistakes.
Overview
Usage Examples
Once connected, you can use natural language in your AI client:
- "Search for documents about authentication"
- "Show me my current work assignments"
- "Find past work related to user login functionality"
- "What documentation exists about the payment system?"
- "Based on my current work, what similar tasks were completed before?"
API Endpoints
The server connects to the following Agile Luminary API endpoints:
- Search documents
- Get current work
- Search past work
Benefits
- Real-time Data: Always get the latest project information from your deployed system
- Context-Aware AI: Your AI assistant has full context of your project status and documentation
- Seamless Integration: Works directly within your development environment
- Secure: Server handles authentication and API communication locally
- Search Capabilities: Find relevant documents and past work through intelligent search
Authentication
The server uses the LUMINARY_API_KEY environment variable for authentication. This key is passed in the Authorization header for all API requests. Make sure to set this environment variable before running the server.
Error Handling
The server includes comprehensive error handling for:
- Network connectivity issues
- API authentication failures
- Malformed responses
- Service unavailability
- Missing API keys
Server Config
{
"mcpServers": {
"agile-luminary": {
"command": "node",
"args": [
"path/to/your/server.js"
],
"env": {
"LUMINARY_API_KEY": "your_api_key_here"
}
}
}
}