LightAgent: Lightweight AI agent framework with memory, mcp & skill. Supports multi-agent collaboration, self-learning, and major LLMs (OpenAI/DeepSeek/Qwen). Open-source with MCP/SSE protocol integration.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"lightagent": {
"command": "uvx",
"args": [
"lightagent"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add lightagent uvx lightagent
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"lightagent": {
"command": "uvx",
"args": [
"lightagent"
]
}
}
}
📋 Copy
Or install with pip: pip install lightagent
README Excerpt
<div align="center"> <p> <a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License"></a> <a href="https://github.com/wanxingai/LightAgent/releases"><img src="https://img.shields.io/github/release/wanxingai/LightAgent.svg" alt="GitHub release"></a>
Tools (7)
LightAgent LightFlow LightSwarm SharedMemoryPool finance frontdesk writer
Topics
agent-framework agents ai-agent llm mcp multi-agent openai openai-api python tool-calling