Skip to main content
Glama

polypack-mcp

Ein MCP-Server, der Polypack als persistenten adaptiven Speicher bereitstellt. MCP-spezifische Tools befinden sich hier; die Datenbank bleibt eine unabhängige Abhängigkeit.

Ausführen

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

Der Server stellt acht fokussierte Tools bereit: memory_store, memory_recall, memory_context, memory_feedback, memory_suppress, memory_supersede, memory_consolidate und graph_query. Er veröffentlicht außerdem Kontext-, Active-Memory-, Schema- und Statistikressourcen unter polypack://.

Abrufwerkzeuge geben {items, metadata} zurück. Die Metadaten umfassen Kandidaten- und Ausschlusszählungen, Kontextübereinstimmungen, Score-Komponenten, Fallback-Verhalten, die Abrufversion und Auswahlstatistiken. memory_context verwendet geschätzte Tokens (ceil(content characters / 4), mindestens eins) als token_budget. Ein Element wird niemals zurückgegeben, wenn es das verbleibende Budget überschreiten würde; Budgets kleiner oder gleich null werden abgelehnt. Kontext ist eine weiche Präferenz: übereinstimmende Erinnerungen werden bevorzugt und nicht bereichsgebundene globale Erinnerungen können als Fallback verwendet werden. Übergeben Sie strict_context: true für Isolation. Ein leeres isoliertes Ergebnis meldet reason: "no_context_match" und den durchsuchten Kontext.

Feedback ist Aktivierungsfeedback: useful=true verstärkt eine Erinnerung und useful=false liefert negatives Abruffeedback. Antworten legen die Aktivierung vorher und nachher offen sowie ob sich gelernte Gewichte geändert haben. Ablösung und Konsolidierung materialisieren SUPERSEDES-, SUPERSEDED_BY- und CONSOLIDATED_FROM-Graphkanten.

Übergeben Sie --store, um ein dauerhaftes Polypack-Verzeichnis zu öffnen. Ohne dieses verwendet der Server das In-Memory-Referenz-Backend, was für Smoke-Tests praktisch ist. Das polypack-Extra erfordert polypack-db>=3.2.0 und verwendet dessen nativen ActivationEngine.working_memory-Selektor für die Kontextzusammenstellung.

Related MCP server: Memory Server MCP

Entwicklung

pip install -e '.[dev]'
pytest

Die Testsuite enthält einen MCP-Client/Server-Protokoll-Smoke-Test, der die Tool-Erkennung, die Speicherung von Erinnerungen, den Abruf und das Lesen von Ressourcen abdeckt.

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