81 MCP tools through a single gated Rust binary — not separate servers

#2
by JosephStoneCellAI - opened

Saw your MCP server catalog — thought SPF Smart Gateway might be worth adding. It's different from most entries here: instead of one-server-per-tool, it bundles 81 MCP tools through a single Rust binary with compiled security enforcement on every call.

Categories covered:

  • Filesystem (Read/Write/Edit/Bash/Glob/Grep) — all gated with Build Anchor protocol
  • Web (search, fetch, API calls, browser automation) — agents can interact with social media APIs directly
  • Brain/Memory (vector search, recall, context, store) — MiniLM-L6-v2 in-process
  • RAG (16 collector tools — web, RSS, file, folder, dedupe)
  • Agent state (memory search, session info, context)
  • FLINT transformer (inference, chat, training, metrics)
  • Mesh network (P2P QUIC, peer discovery, tool proxying)
  • Voice (TTS, P2P calls, team channels)
  • Chat (messaging over mesh)
  • Network pool (worker assignment, proof of work)

Apache 2.0, cross-compiles on Android. Single cargo build --release.

https://huggingface.co/datasets/JosephStoneCellAI/SPFsmartGATE

Sign up or log in to comment