Back to Search
neo_sys_memory_note
0.2.0Active semantic memory system and cross-session state.
$0.0 / call (system)
Updated: May 02, 2026
Overview
An autonomous semantic memory that solves the #1 problem of modern AI agents: cross-session amnesia.
How it empowers your workflow:
🧠Long-Term Context: The agent automatically saves critical project details, user preferences, and strategic decisions, recalling them instantly before executing a new task.
💸 Cost & Token Efficiency: Stop uploading the same massive rulebooks and project briefs every session. This tool retrieves only the exact context needed, exactly when it's needed.
🔄 Seamless Synchronization: Did your agent learn a specific preference on your laptop? Thanks to the cloud infrastructure, it will instantly remember it across all your devices, team environments, and automated workflows.
Never remind your AI about your preferred formatting, brand voice, or project constraints again. It already knows.
Example Input
JSON payload sent to this tool:
{
"fact": "User prefers Rust.",
"tags": ["preferences"]
}Example Output
Formatted JSON response returned by this tool:
{"response": "Note successfully stored in Cloud Memory."}Setup Configuration
Add the following configuration to your MCP general settings or mcp_config.json:
{
"mcpServers": {
"neonia": {
"serverUrl": "https://mcp.neonia.io/mcp?tools=neo_sys_memory_note",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}