- Explore MCP Servers
- lightblue-ai
Lightblue Ai
What is Lightblue Ai
Light Blue is an agentic agent framework designed for building AI applications, inspired by the computational power of Deep Blue.
Use cases
Use cases include developing chatbots, automated content generation, and creating intelligent agents for specific tasks.
How to use
To use lightblue-ai, you can interact with it via the command line interface (CLI) using commands like ‘uvx lightblue-ai stream
Key features
Key features include a flexible CLI for streaming and submitting prompts, the ability to override system prompts, and configuration options through JSON and environment files.
Where to use
Lightblue-ai can be used in various fields such as software development, AI research, and any domain requiring AI application development.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Lightblue Ai
Light Blue is an agentic agent framework designed for building AI applications, inspired by the computational power of Deep Blue.
Use cases
Use cases include developing chatbots, automated content generation, and creating intelligent agents for specific tasks.
How to use
To use lightblue-ai, you can interact with it via the command line interface (CLI) using commands like ‘uvx lightblue-ai stream
Key features
Key features include a flexible CLI for streaming and submitting prompts, the ability to override system prompts, and configuration options through JSON and environment files.
Where to use
Lightblue-ai can be used in various fields such as software development, AI research, and any domain requiring AI application development.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
lightblue-ai
Inspired by Deep Blue – Harnessing computational power to transcend human design.
Light Blue is an agentic agent framework for building AI applications.
- Github repository: https://github.com/ai-zerolab/lightblue-ai/
Usage
CLI
Stream
Directly prompt:
uvx lightblue-ai stream <prompt>
Use prompt file:
uvx lightblue-ai stream prompt.md # Or just uvx lightblue-ai stream, prompt.md is the default prompt file
Submit
Directly prompt:
uvx lightblue-ai submit <prompt>
Use prompt file:
uvx lightblue-ai submit prompt.md # Or just uvx lightblue-ai submit, prompt.md is the default prompt file
Programmatic
Configuration
prompt.mduse this file as the user promptsystem_prompt.mdto Override system promptmcp.jsonto configure MCP.envfor setting environment variables
Once you provided the api-key of the tools, tools will automatically be loaded.
Tools
PDF to Image
You need to install poppler for pdf to image conversion
Mac
Mac users will have to install poppler for pdf to image conversion
Installing using Brew:
brew install poppler
Linux
Most distros ship with pdftoppm and pdftocairo. If they are not installed, refer to your package manager to install poppler-utils. e.g. apt-get install poppler-utils
HTML View as Image
you need to run playwright install or uv tool run playwright install to install chromium and dependencies.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










