recall-mcp
6
Recall MCP Server is a Model Context Protocol server designed to facilitate blockchain storage operations. It supports various account, bucket, and object operations while emphasizing security measures for private key protection.
Recall MCP Server
This project is a Model Context Protocol (MCP) server for Recall operations, enabling interaction with blockchain storage through MCP-compatible clients like Cursor and Claude Desktop.
Features
- Account Operations: Manage account information and credits.
- Bucket Operations: Handle bucket creation and listing.
- Object Operations: Manipulate objects within buckets.
Security
The server implements multiple layers of protective measures, including private key isolation, log protection, and access prevention, to ensure the security of private keys used in Recall operations.
Setup
- Clone the repository and install dependencies.
- Use either environment variables in Cursor/Claude configurations or a .env file for configuration.
Usage
Build and run the server using npm run build
and npm run start
. Use npm run dev
for development mode.