← synapselayer.org

INDIVIDUAL MCP TOOL

health_check

Check service availability, engine version, and storage health.

synapselayer.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

synapselayer.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.synapse-layer]
url = "https://forge.synapselayer.org/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "synapse-layer": {
      "type": "http",
      "url": "https://forge.synapselayer.org/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: synapse-layer
Remote MCP URL: https://forge.synapselayer.org/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "synapse-layer": {
      "url": "https://forge.synapselayer.org/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "synapse-layer": {
      "type": "http",
      "url": "https://forge.synapselayer.org/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "synapse-layer",
  "transport": "streamable-http",
  "url": "https://forge.synapselayer.org/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • recall — Retrieve relevant persisted memory using semantic, temporal, priority, or hybrid routing.
  • save_to_synapse — Persist memory with encryption at rest, sanitization, and deduplication controls.
  • process_text — Extract candidate memories from free-form text with governance filters and sanitization.
  • search — Search persisted memory across agent scopes using full-text matching.
  • initialize_context — Initialize a persistent memory context for a conversation or agent session.
  • save_memory — Save a memory entry to the persistent store.
  • store_memory — Store structured memory with metadata and trust scoring.
  • recall_memory — Recall persisted memory by query.