@lumilink/aurora-mcp
v1.0.0
Published
Aurora Intelligence MCP Server - Connect your IDE to Aurora's multi-model AI infrastructure
Maintainers
Readme
🌟 Aurora Intelligence MCP Server
Connect your IDE to Aurora's multi-model AI infrastructure with the Model Context Protocol.
🚀 Quick Start
Installation
npm install -g @lumilink/aurora-mcpGet API Key
- Sign up at lumilink.io
- Choose your plan (Free, Lite, Pro, Team, Enterprise)
- Get your API key from the dashboard
Configure Continue
Add to ~/.continue/config.json:
{
"mcpServers": {
"aurora": {
"command": "aurora-intelligence-mcp",
"env": {
"AURORA_API_KEY": "your-api-key-here"
}
}
}
}Configure Cursor
Add to Cursor settings:
{
"mcp": {
"aurora": {
"command": "aurora-intelligence-mcp",
"env": {
"AURORA_API_KEY": "your-api-key-here"
}
}
}
}🎯 Available Tools
query_aurora
Query Aurora Intelligence with any prompt. Supports multiple models.
Example:
@aurora query_aurora "Explain quantum computing"Parameters:
query(required): Your questionmodel(optional): claude-4-sonnet, gpt-4.1, gemini-2.5-pro, qwen2.5-codertemperature(optional): 0.0-2.0
search_knowledge
Search Aurora's knowledge base.
get_models
List all available models.
check_usage
Check your current usage and quota.
💰 Pricing
| Plan | Price | Tokens/Month | Models | |------|-------|--------------|--------| | Free | $0 | 100K | Local only | | Lite | $9/mo | 1M | All models | | Pro | $29/mo | 5M | All models + priority | | Team | $99/mo | 25M | All + team features | | Enterprise | Custom | Unlimited | White-label + SLA |
📚 Documentation
Full docs at: https://docs.lumilink.io/mcp
🆘 Support
- Discord: https://discord.gg/lumilink
- Email: [email protected]
- Docs: https://docs.lumilink.io
📄 License
MIT
