AI / MLPython
LLM-Agents-Ecosystem-Handbook
One-stop handbook for building, deploying, and understanding LLM agents.
N/A rating (0 reviews)0 installs505 GitHub stars
LLMagentstutorialsecosystemgenerative AI
A polished, curated collection of Large Language Model (LLM) agents, tutorials and ecosystem insights. This handbook highlights projects that push the boundaries of generative AI, multi-agent collaboration, retrieval-augmented generation (RAG), voice and game agents, and more.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"llm-agents-ecosystem-handbook-1": {
"args": [
"mcp-server-llm-agents-ecosystem-handbook-1"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.