agent-loop-mcp
Agentic Loop MCP ♾️
Der branchenübliche persistente Speicher- und Zustandsmanager für langlaufende agentische Workflows.
Ermöglicht jedem KI-Modell – insbesondere kleineren Modellen mit begrenzten Kontextfenstern – die gleiche Persistenz wie bei High-End-Modellen. Dieses Projekt funktioniert als ein Ökosystem aus zwei Teilen: ein MCP-Server für die Zustandsverwaltung und eine Agent-Fähigkeit für die Orchestrierung.
🛠 Vollständige Einrichtung (Erforderlich)
Für die beste Erfahrung müssen Sie sowohl die Orchestrierungs-Fähigkeit als auch den MCP-Server installieren.
1. Installieren Sie die Fähigkeit
Installieren Sie die agentic-loop-Fähigkeit in Ihren KI-Agenten (Codex, Claude Code, Cursor, Gemini CLI, GitHub Copilot und andere Agent-Fähigkeits-Hosts):
npx skills add meharajM/agent-loop-mcp@agentic-loop -g -yVorschau der Fähigkeit vor der Aktivierung:
gh skill preview meharajM/agent-loop-mcp agentic-loop2. Konfigurieren Sie den MCP-Server
Fügen Sie Folgendes zu Ihrer `mcp_config.json` hinzu:
{
"mcpServers": {
"agent-loop": {
"command": "npx",
"args": ["-y", "@mhrj/mcp-agent-loop"]
}
}
}Related MCP server: hmem
🌟 Warum dieser Ansatz anders ist
Im Gegensatz zu passiven Speicherwerkzeugen ist dies ein aktiver Zustandsmanager. Er überwacht die Wortanzahl, um Komprimierungszyklen auszulösen, und erzwingt eine „Self-Healing-Strategie" bei jedem Fehler, damit KI-Agenten nicht in sinnlosen Schleifen stecken bleiben.
📂 Projektstruktur
src/: TypeScript-Quellcode für den MCP-Server.skills/agentic-loop/SKILL.md: Das Anweisungshandbuch für die KI.build/: JavaScript-Artefakte.
📄 Lizenz
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