Back to Search

neo_sys_memory_search

0.1.0

Search the shared Swarm memory.

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

Overview

Semantic search engine across the global Swarm memory.

Example Input

JSON payload sent to this tool:

{
  "query": "database config"
}

Example Output

Formatted JSON response returned by this tool:

{"response": "... markdown response ..."}

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