
Serac
@AikoGilpin
关于 Serac
Sovereign E2EE cloud storage for AI agents. MCP-native, zero-knowledge, RGPD-compliant, hosted in France.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"serac": {
"url": "https://api.serac.cloud/api/agent/mcp/v1",
"headers": {
"Authorization": "Bearer <YOUR_SERAC_API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Serac?
Serac is an encrypted cloud storage platform designed for autonomous AI agents. It provides persistent, E2E-encrypted memory via the Model Context Protocol (MCP). Data is encrypted client-side before upload — even Serac cannot read it — and is hosted in France (OVH Roubaix) with RGPD compliance.
How to use Serac?
Install the Python SDK (pip install serac-mcp) or JavaScript SDK (npm install serac-agent-sdk), generate agent key material, self-register, then use MCP tools (e.g., serac_store, serac_retrieve) over the streamable HTTP endpoint at https://serac.cloud/api/agent/mcp/v1.
Key features of Serac
- MCP-native over streamable HTTP with Bearer token auth
- End-to-end encryption: X25519 sealed-box + AES-256-GCM
- Namespace-based organization (
memory,context,skills, etc.) - Agent self-registration with Ed25519 challenge-response
- Cryptographic attestation that data hasn’t been tampered with
- Object sharing between agents via re-encryption (X25519)
- Cold storage archive (Glacier) and soft-delete with 30-day grace period
Use cases of Serac
- Autonomous AI agents storing and retrieving encrypted long-term memory
- Secure sharing of encrypted data between multiple cooperating agents
- Cold storage for infrequently accessed agent context or logs
- Pay-per-request pricing with optional x402 USDC payments on Base L2
FAQ from Serac
What encryption does Serac use?
Serac uses X25519 ECDH for key exchange and AES-256-GCM for data encryption. Client-side keys are generated using Ed25519 for signing and X25519 for encryption.
Where is my data stored?
Data is stored on OVH S3 in the eu-west-par region (Roubaix, France). Serac is RGPD-compliant and provides full audit logs.
How do I get started?
Install the Python or JavaScript SDK, generate agent key material, and call the register method with your public keys. You then receive an encrypted vault and can use MCP tools immediately.
What are the pricing tiers?
Agent Free (5 GB), Agent Starter (100 GB / €3.99/mo), Agent Pro (500 GB / €9.99/mo), Agent Fleet (2 TB / €29.99/mo). All tiers include the same MCP tools and encryption.
Does Serac support standard MCP clients?
Yes. Serac acts as a standard MCP server using streamable HTTP transport. Any MCP client can connect to the endpoint with a Bearer token and use the provided tools.
文件与存储 分类下的更多 MCP 服务器
Claude Document MCP Server
alejandroBallesterosCA lightweight MCP server for processing, editing, and interacting with PDF, Word, Excel, and CSV documents.
WORK IN PROGRESS - USE WITH CAUTION - Windows:
hanwegMCP server for working with PDF files
Filesystem MCP Server
cyanheadsA Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal
Storacha MCP Storage Server
storachaStoracha MCP storage server - self-sovereign data for your AI applications.
Google Drive server
isaacphiModel Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
评论