Back to Home
ClaimsimpleX icon

saol-mcp-server

Verified Safe

by ClaimsimpleX

Overview

Serves as a persistent bridge for AI agents to interact with shared memory systems like Firebase Firestore and Neo4j, enabling tool execution and policy enforcement.

Installation

Run Command
uvicorn src.main:app --port 8080

Environment Variables

  • NEO4J_URI
  • NEO4J_USER
  • NEO4J_PASSWORD

Security Notes

The server includes a 'Guardian Policy Engine' that actively checks tool calls and arguments against predefined rules to prevent SQL injection and unauthorized actions (e.g., drive_delete). It uses environment variables for Neo4j credentials and Application Default Credentials (ADC) for Google services, avoiding hardcoded secrets. The user profile for policy checks is currently mocked as 'USER', which is overly restrictive for admins but not a security vulnerability. The policy engine now correctly integrates tool names into its pattern matching, addressing an initial limitation noted in comments.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-11-25

Tags

SAOLAI AgentsFastAPIMiddlewareData Storage