Back to Search

neo_sys_memory_lesson

0.1.0

Store a hard-learned architectural lesson, bug fix, or mandatory rule for the Swarm.

$0.0 / call (system)
Updated: May 02, 2026

Overview

Architectural decision records and post-mortem learning engine for Swarm intelligence.

Example Input

JSON payload sent to this tool:

{
  "observation": "Context limit reached when parsing API.",
  "root_cause": "JSON contains too much whitespace.",
  "decision_rule": "Always use jq filter tool before parsing API output.",
  "tags": ["api", "json"]
}

Example Output

Formatted JSON response returned by this tool:

{"response": "Architectural Lesson successfully stored and propagated to the global Swarm."}

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_lesson",
      "headers": {
        "Authorization": "Bearer API_KEY"
      }
    }
  }
}