VaultCrux Memory Core for LangChain
io.github.cuecrux/vaultcrux-memory-core
VaultCrux Memory Core — 32 tools: knowledge, decisions, constraints, signals, coverage
client:LangChain
transport:streamable-http
tools:75
Install VaultCrux Memory Core in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"vaultcrux-memory-core": {
"transport": "streamable_http",
"url": "https://api.vaultcrux.com/memory-core/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- query_memory
- list_topics
- get_versioned_snapshot
- get_audit_trail
- check_claim
- memory_claim_check
- get_freshness_report
- memory_freshness_report
- get_contradictions
- get_decision_context
- get_causal_chain
- reconstruct_knowledge_state
- get_correction_chain
- get_decisions_on_stale_context
- record_decision_context
- get_pressure_status
- get_active_alerts
- get_signals_feed
- declare_constraint
- update_constraint
- get_constraints
- check_constraints
- verify_before_acting
- suggest_constraint