FilDOS MCP Server
AI-powered decentralized file storage on Filecoin - Built for autonomous agents using Model Context Protocol (MCP)
What is FilDOS MCP?
FilDOS MCP Server enables AI agents to autonomously manage files on the Filecoin network. Upload, organize, and search files on decentralized storage through simple MCP tool calls.
Key Features
📁 Folder Management - Create and manage folder NFTs with access control
📤 File Operations - Upload files to Filecoin and organize them seamlessly
🔍 Semantic Search - AI-powered file search using embeddings
Quick Setup
Prerequisites
Node.js 18 or higher
A Filecoin wallet private key
Access to Filecoin Calibration Network (testnet)
Installation
Clone and install dependencies
git clone https://github.com/ArqosLabs/FilDOS-MCP.git cd FilDOS-MCP npm installConfigure environment variables
cp .env.example .envEdit
.env
with your configuration:# Required: Your wallet private key (get test FIL from faucet) PRIVATE_KEY=your_private_key_hereGo to fildos.cloud, setup your account, add tokens and configure storage for usage.
Build the server
npm run build
Adding to Claude Desktop
Add this configuration to your Claude Desktop config file:
Restart Claude Desktop to load the server.
Resources
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables AI agents to autonomously manage files on the Filecoin decentralized network through folder management, file uploads, and AI-powered semantic search. Provides seamless integration with Filecoin storage through simple MCP tool calls.