saol-mcp-server

ClaimsimpleX/saol-mcp-server

3.2

If you are the rightful owner of saol-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The SAOL MCP Server acts as a crucial interface within the SAOL ecosystem, facilitating communication between agents and shared memory systems.

Tools
1
Resources
0
Prompts
0

SAOL MCP Server: The Nervous System Interface

This repository houses the Model Context Protocol (MCP) server for the SAOL ecosystem. It serves as the persistent bridge between agents and the shared memory systems (Firebase Firestore, Neo4j Codex).

Features

  • Protocol: MCP over SSE (Server-Sent Events)
  • Transport: FastAPI
  • Memory: Firebase Admin SDK, Neo4j Driver

Quick Start

# Install dependencies
pip install .

# Run Server
uvicorn src.main:app --port 8080

Tools

  • health_check: Verifies system connectivity.