Skip to main content
Glama

FilDOS MCP Server

by ArqosLabs

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

  1. Clone and install dependencies

    git clone https://github.com/ArqosLabs/FilDOS-MCP.git cd FilDOS-MCP npm install
  2. Configure environment variables

    cp .env.example .env

    Edit .env with your configuration:

    # Required: Your wallet private key (get test FIL from faucet) PRIVATE_KEY=your_private_key_here

    Go to fildos.cloud, setup your account, add tokens and configure storage for usage.

  3. Build the server

    npm run build

Adding to Claude Desktop

Add this configuration to your Claude Desktop config file:

{ "mcpServers": { "fildos": { "command": "node", "args": ["/absolute/path/to/FilDOS-MCP/build/index.js"] } } }

Restart Claude Desktop to load the server.

Resources


-
security - not tested
A
license - permissive license
-
quality - not tested

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.

  1. What is FilDOS MCP?
    1. Key Features
      1. Quick Setup
        1. Prerequisites
        2. Installation
        3. Adding to Claude Desktop
      2. Resources

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/ArqosLabs/FilDOS-MCP'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server