Retour aux applications

Memoryport
Interface UIpar t8
Local-first permanent, persistent memory for all agents and humans using Arweave and LanceDB.
0 étoiles
Fonctionne dans:Cursor
Expose:ToolsResources
What it does
Memoryport provides LLMs with persistent, queryable memory. It allows AI agents to remember conversations across sessions by storing data permanently on Arweave and enabling high-performance local vector search via LanceDB.
Tools
uc_store: Store text with explicit metadata for future retrieval.uc_query: Perform semantic search using a full retrieval pipeline (gated and reranked).uc_retrieve: Perform raw vector search for ranked results.uc_get_session: Retrieve the full conversation history for a specific session.uc_list_sessions: List all stored memory sessions.uc_status: Check system status and index statistics.uc_auto_store: Silently store conversation turns (automated).
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"memoryport": {
"command": "uc",
"args": ["mcp"]
}
}
}
Supported hosts
Claude Desktop, Cursor, Open WebUI, Ollama, Continue.dev
Installation rapide
curl -fsSL https://memoryport.ai/install | shInformations
- Tarification
- freemium
- Publié
- 6/10/2026
- étoiles
- 0
Catégories
Choisissez votre client IA et suivez les étapes ci-dessous.
Cursor
Add to mcp.json: {"name": "Memoryport", "url": "http://127.0.0.1:9191"}Claude Desktop
{"mcpServers": {"memoryport": {"command": "uc", "args": ["mcp"]}}}





