
cms-mcp
An MCP server that gives Claude full natural-language control over any REST CMS — 32 auto-generated tools, human approval gate, policy…
This section showcases projects built around Agentic AI architectures — systems where multiple specialized AI agents collaborate to solve complex tasks autonomously.
Unlike traditional AI applications that simply respond to prompts, agentic systems are designed to plan, reason, use tools, delegate subtasks, and evaluate results through coordinated workflows. Each agent focuses on a specific responsibility, such as planning, information retrieval, task execution, or evaluation, allowing the system to behave more like a structured problem-solving engine rather than a simple chatbot.
These projects explore the design of multi-agent pipelines, where autonomous agents interact with data sources, vector databases, APIs, and external tools to complete tasks in a controlled and iterative manner. The goal is to create systems that can break down complex problems into smaller steps, dynamically retrieve relevant information, and continuously improve outputs through feedback loops.
Key areas explored in these projects include:
By combining agent collaboration, structured reasoning, and external tool integration, these systems demonstrate how modern AI applications can move beyond simple prompting toward autonomous intelligent workflows.
These experiments represent my exploration into the emerging field of Agentic AI and autonomous AI systems, focusing on building practical architectures that can power the next generation of intelligent applications.

An MCP server that gives Claude full natural-language control over any REST CMS — 32 auto-generated tools, human approval gate, policy…

An AI-powered multi-agent system that turns static PDFs into interactive learning experiences using RAG, vector search, and intelligent…