loading…
Search for a command to run...
loading…
Provides 78 tools for AGI experiments based on universal physics principles like entropy and criticality. It enables advanced long-term memory management, diver
Provides 78 tools for AGI experiments based on universal physics principles like entropy and criticality. It enables advanced long-term memory management, diversity-focused information retrieval, and meta-cognitive monitoring for self-improving AI systems.
Procedural Long-Term Memory - An MCP server for Claude Desktop that provides 78 tools for AGI experiments based on universal principles from physics.
Gives Claude Desktop access to:
# Clone
git clone https://github.com/Alby2007/pltm-mcp.git
cd pltm-mcp
# Install
pip install -r requirements.txt
# Configure Claude Desktop
# Edit: %APPDATA%\Claude\claude_desktop_config.json (Windows)
# or: ~/Library/Application Support/Claude/claude_desktop_config.json (Mac)
Add this to your config:
{
"mcpServers": {
"pltm-memory": {
"command": "python",
"args": ["C:/absolute/path/to/pltm-mcp/server.py"]
}
}
}
Restart Claude Desktop. Done!
In Claude Desktop:
Use entropy_stats to check system state
If you see metrics, it's working!
# Start experiment cycle
start_action_cycle(cycle_id="C1")
# Inject entropy to break conceptual neighborhoods
inject_entropy_antipodal(
user_id="alice",
current_context="machine learning"
)
# Retrieve with diversity
mmr_retrieve(
user_id="alice",
query="neural networks",
lambda_param=0.6
)
# Track true computational cost
record_action(
operation="mmr_diversity",
tokens_used=450,
latency_ms=180,
success=True
)
# Check criticality state
criticality_state()
# End cycle
end_action_cycle() # Returns AAE efficiency
Hypothesis: Universal principles from physics (criticality, self-organization, emergence) can bootstrap AGI.
Current Results:
Goal: Push system to critical point where phase transitions occur and higher-order intelligence emerges.
store_memory_atom, retrieve_memories, update_memory, delete_memorymmr_retrieve - Maximal Marginal Relevanceattention_retrieve, attention_multiheadinject_entropy_antipodal - Activate distant conceptsinject_entropy_random - Sample diverse domainsinject_entropy_temporal - Mix old + recententropy_stats - Diagnose diversityself_improve_cycle - Generate/apply hypothesescriticality_state - Check edge of chaoscriticality_recommend - Get adjustmentsrecord_action, get_aae, start_action_cycle, end_action_cycleingest_arxiv, search_arxiv, arxiv_history[Full tool list in server.py]
Memory Atoms (Triples)
↓
[subject] [predicate] [object]
↓
SQLite Graph Store
↓
Retrieval Systems (Standard/MMR/Attention)
↓
Meta-Cognitive Layer (Self-improvement/Criticality)
↓
MCP Tools (78 total)
Server not connecting?
%APPDATA%\Claude\logs\mcp-server-pltm-memory.logpython server.pyTools timing out?
Import errors?
pip install --upgrade -r requirements.txt
This is active research. Contributions welcome:
MIT
@software{pltm2026,
author = {Alby},
title = {PLTM: Procedural Long-Term Memory MCP Server},
year = {2026},
url = {https://github.com/Alby2007/pltm-mcp}
}
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"pltm-mcp-server": {
"command": "npx",
"args": []
}
}
}