Back to Apps

Luma
Supports UIby nghyane
Lightweight Rust-based terminal coding agent with multi-provider AI support and a high-performance TUI.
0 stars
Works in:VS Code CopilotCursorCodex
Exposes:ToolsResources
What it does
Luma is a high-performance terminal coding agent written in Rust. It provides a full-screen TUI for developers to interact with multiple AI providers (Anthropic, OpenAI, Codex, etc.) directly within their project directory. It combines local code editing tools with sophisticated session management and skill loading.
Tools
- File Operations: Read, Write, Edit, and MultiEdit for precise codebase manipulation.
- Shell Access: Execute bash commands directly from the agent loop.
- Code Search: Glob and Grep for efficient navigation of large projects.
- Web Integration: WebFetch and integrated web search for real-time information.
- GitHub Integration: GhFile, GhLs, and GhSearch for interacting with repositories.
Installation
Luma is installed as a standalone binary. To integrate its capabilities as an MCP server:
{
"mcpServers": {
"luma": {
"command": "luma",
"args": ["mcp-server"]
}
}
}
Supported hosts
- Claude Desktop
- VS Code Copilot
- Cursor
- Codex
Quick install
curl -fsSL https://raw.githubusercontent.com/nghyane/luma/master/install.sh | shInformation
- Pricing
- free
- Published
- 5/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json in ~/.cursor/.Claude Desktop
Install binary via curl and add 'luma mcp-server' to config.VS Code Copilot
Add luma to settings.json github.copilot.chat.mcp.servers.





