Skip to main content
Glama

polypack-mcp

Polypackを永続的な適応型メモリとして公開するMCPサーバーです。MCP固有のツールはここに置かれ、データベースは独立した依存関係として残ります。

実行

pip install -e '.[polypack]'
polypack-mcp --store ./polypack-data

このサーバーは、memory_storememory_recallmemory_contextmemory_feedbackmemory_suppressmemory_supersedememory_consolidategraph_query の8つの焦点を絞ったツールを公開します。また、polypack:// の下にコンテキスト、アクティブメモリ、スキーマ、統計のリソースも公開します。

検索ツールは {items, metadata} を返します。メタデータには、候補数と除外数、コンテキスト一致、スコア構成要素、フォールバック動作、検索バージョン、選択統計が含まれます。memory_context は、推定トークン数(ceil(コンテンツ文字数 / 4)、最小1)を token_budget として使用します。残りの予算を超えるアイテムは決して返されません。予算が0以下の場合は拒否されます。コンテキストはソフトな優先設定です。一致するメモリが優先され、スコープのないグローバルメモリがフォールバックとして使用される場合があります。分離には strict_context: true を渡します。空の分離結果は reason: "no_context_match" と検索されたコンテキストを報告します。

フィードバックはアクティベーションフィードバックです。useful=true はメモリを強化し、useful=false は負の検索フィードバックを提供します。レスポンスは、アクティベーションの前後と、学習された重みが変更されたかどうかを公開します。置換と統合は、SUPERSEDESSUPERSEDED_BYCONSOLIDATED_FROM のグラフエッジを具体化します。

--store を渡すと、永続的なPolypackディレクトリを開きます。これがない場合、サーバーはインメモリ参照バックエンドを使用します。これはスモークテストに便利です。polypack エクストラは polypack-db>=3.2.0 を必要とし、コンテキストアセンブリにネイティブの ActivationEngine.working_memory セレクタを使用します。

Related MCP server: Memory Server MCP

開発

pip install -e '.[dev]'
pytest

テストスイートには、ツールの検出、メモリストレージ、検索、リソース読み取りをカバーするMCPクライアント/サーバープロトコルのスモークテストが含まれています。

Install Server
F
license - not found
A
quality
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
17Releases (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

  • A
    license
    B
    quality
    D
    maintenance
    Provides AI with persistent memory management including short-term memory (FIFO queue), long-term memory (graph-based storage with associations), and thought process management with multiple cognitive modes for continuous learning and reasoning.
    24
    17
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides persistent memory storage with advanced features like tagging, content search, and expiration settings. It enables users to create directed links between stored memories to build structured relationships and knowledge graphs.
    12
    10
    ISC
  • F
    license
    B
    quality
    D
    maintenance
    Enables persistent memory for AI systems by providing tools for episodic, semantic, and procedural data storage through a vector-and-graph-enhanced database. It allows models to maintain long-term continuity using similarity search, thematic clustering, and identity tracking.
    24
    1
  • A
    license
    A
    quality
    C
    maintenance
    Provides persistent memory capabilities for AI assistants, enabling storage, recall, and analysis of information across conversations with intelligent memory management.
    25
    38
    MIT

View all related MCP servers

Related MCP Connectors

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

  • Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

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/imattau/polypack-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server