agent-loop-mcp
Agentic Loop Memory Server ♾️
El gestor estándar de la industria de memoria persistente y estado para flujos de trabajo agénticos de larga duración.
Permite que cualquier modelo de IA—especialmente los más pequeños con ventanas de contexto limitadas—funcione con la persistencia de los modelos de gama alta. Este proyecto funciona como un ecosistema de dos partes: un MCP Server para la gestión de estado y una Agent Skill para la orquestación.
🛠 Configuración Completa (Requerida)
Para la mejor experiencia, debes instalar ambos: la skill de orquestación y el servidor MCP.
1. Instalar la Skill
Instala la skill agentic-loop en tu agente de IA (Codex, Claude Code, Cursor, Gemini CLI, GitHub Copilot y otros hosts de Agent Skills):
npx skills add meharajM/agent-loop-mcp@agentic-loop -g -yVista previa de la skill antes de la activación:
gh skill preview meharajM/agent-loop-mcp agentic-loop2. Configurar el MCP Server
Añade lo siguiente a tu mcp_config.json:
{
"mcpServers": {
"agent-loop": {
"command": "npx",
"args": ["-y", "@mhrj/mcp-agent-loop"]
}
}
}Related MCP server: hmem
🌟 Por qué este enfoque es único
A diferencia de las herramientas de memoria pasivas, este es un Active State Manager. Supervisa los recuentos de palabras para activar ciclos de compactación y aplica una "Self-Healing Strategy" en cada fallo, evitando que los agentes de IA se queden atrapados en bucles sin sentido.
📂 Estructura del Proyecto
src/: Código fuente TypeScript para el servidor MCP.skills/agentic-loop/SKILL.md: El manual de instrucciones para la IA.build/: Artefactos JavaScript.
📄 Licencia
ISC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceProvides persistent, searchable memory for AI agents, enabling them to retain, recall, and reflect on information across conversations.191MIT
- AlicenseNot gradedqualityAmaintenanceEnables persistent, portable memory for AI agents across sessions, devices, and providers with token-efficient 5-level lazy loading and automatic session capture.41MIT
- AlicenseNot gradedqualityAmaintenanceOpen-source persistent memory infrastructure for AI agents.183318Apache 2.0
- FlicenseNot gradedqualityBmaintenanceProvides persistent memory for LLM applications, enabling AI assistants to remember user preferences, facts, and conversation history across sessions.1
Related MCP Connectors
Persistent memory for AI agents. Search, store, and recall across sessions.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/meharajM/agent-loop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server