SafeFlo

G1ngercy/SafeFlo
★ 1 stars TypeScript 🤖 AI/LLM Updated today
A local and transparent AI agent orchestration platform for Claude Code. MCP server with memory, planning, and coordination — no network calls, no install scripts, no surprises.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "safeflo": {
      "command": "npx",
      "args": [
        "-y",
        "G1ngercy/SafeFlo"
      ]
    }
  }
}

README Excerpt

A local, transparent **agent memory** server for Claude Code. MCP server with persistent hybrid memory (lexical + semantic search), a memory lifecycle (types, importance, supersession, consolidation), task planning, and logical agent coordination — all data in `./.safeflow/`, no hidden install scripts, no modification of files outside the project.

Topics

agent-orchestrationai-agentsclaudeclaude-codelocal-firstmcpmcp-servermodel-context-protocolprompt-injection-protectionsecuritysqlitetypescript