MCP Directory
Back

LightAgent

by wanxingai · Python · ★ 1,161

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.

#agent-framework#agents#ai-agent#llm#mcp#multi-agent#openai#openai-api#python#tool-calling

Install

pip install git+https://github.com/wanxingai/LightAgent.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "lightagent": {
      "command": "uvx",
      "args": [
        "git+https://github.com/wanxingai/LightAgent.git"
      ]
    }
  }
}

From the README

English | 简体中文 | 繁體中文 | Español | Français | Deutsch | 日本語 | 한국어 | Português | Русский LightAgent🚀 – small footprint, big potential. 🌟(Open-source Agentic framework) LightAgent is an ultra‑lightweight, open‑source framework that now natively supports Skills — letting you compose reusable capabilities with persistent memory, tool use, and tree‑of‑thought reasoning. It streamlines multi‑agent collaboration (build self‑learning agents in one step), connects to MCP over stdio and SSE, runs on any modern LLM (OpenAI, DeepSeek, Qwen, and more),…
Read full README on GitHub →

Related ai & ml servers