Skip to main content
Glama
meharajM
by meharajM

Agentic Loop Memory Server ♾️

Agent Skills skills.sh

長期実行エージェンティックワークフローのための、業界標準の永続メモリおよび状態マネージャー。

あらゆる AI モデル(特にコンテキストウィンドウが限られた小型モデル)が、ハイエンドモデルと同等の永続性を持って機能できるようにします。このプロジェクトは、状態管理のための MCP Server とオーケストレーションのための Agent Skill という2つのパートからなるエコシステムとして動作します。

🛠 完全なセットアップ(必須)

最良の体験を得るには、オーケストレーションスキルと MCP サーバーの両方をインストールする必要があります。

1. スキルのインストール

AI エージェント(Codex、Claude Desktop、Cursor、Gemini CLI、GitHub Copilot、その他の Agent Skills ホスト)に agentic-loop スキルをインストールしてください:

npx skills add meharajM/agent-loop-mcp@agentic-loop -g -y

アクティベーション前にスキルをプレビュー:

gh skill preview meharajM/agent-loop-mcp agentic-loop

2. MCP Server の設定

以下を `mcp_config.json` に追加してください:

{
  "mcpServers": {
    "agent-loop": {
      "command": "npx",
      "args": ["-y", "@mhrj/mcp-agent-loop"]
    }
  }
}

Related MCP server: hmem

🌟 このアプローチがユニークな理由

受動的なメモリツールとは異なり、これはアクティブ状態マネージャーです。単語数を監視してコンパクションサイクルをトリガーし、あらゆる失敗に対して「自己修復戦略」を適用することで、AI エージェントが無意味なループに陥るのを防ぎます。

📂 プロジェクト構成

  • src/: MCP サーバーの TypeScript ソース。

  • skills/agentic-loop/SKILL.md: AI 向けの取扱説明書。

  • build/: JavaScript アーティファクト。

📄 ライセンス

ISC

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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