
Lightspeed MCP App
Interface UIpar tomerfi
Interactive MCP App that renders a Red Hat Lightspeed UI panel inside your AI agent host using PatternFly React components.
What it does
Lightspeed MCP App brings Red Hat Lightspeed's interface into MCP-compatible AI agent hosts as an interactive HTML UI. Built with PatternFly React and bundled into a single-file app via Vite, it renders inside your AI client (Claude Desktop, Cursor, VS Code Copilot) without opening a separate browser window. The server component runs locally via tsx and serves the compiled UI as an MCP ui:// resource.
This makes it straightforward to embed Lightspeed interactions — Red Hat's AI assistant for OpenShift and RHEL — directly into your existing AI coding workflow.
Key features
- PatternFly UI — Uses Red Hat's official design system for a consistent, accessible interface
- Single-file bundle — Vite compiles the React app into one self-contained HTML file for easy serving
- Local server — Lightweight Express + tsx server, no cloud dependency required
- MCP ui:// resource — Renders natively inside MCP-compatible clients without external browser tabs
- React 19 — Built on the latest React with full TypeScript support
Installation
npm install
npm run dev
Then add to your MCP client config:
Claude Desktop / VS Code Copilot / Cursor (claude_desktop_config.json or equivalent):
{
"mcpServers": {
"lightspeed-mcp-app": {
"command": "npx",
"args": ["--prefix", "/path/to/lightspeed-mcp-app", "tsx", "/path/to/lightspeed-mcp-app/server.ts"]
}
}
}
Replace /path/to/lightspeed-mcp-app with the directory where you cloned the repo.
Supported hosts
Claude Desktop, VS Code Copilot, Cursor — confirmed in the README.
Installation rapide
git clone https://github.com/TomerFi/lightspeed-mcp-app && cd lightspeed-mcp-app && npm install && npm run devInformations
- Tarification
- free
- Publié
- 4/4/2026
- Mis à jour
- 6 days ago
- étoiles
- 0