FilDOS MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FilDOS MCP Serverupload my project report to the 'work' folder on Filecoin"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: MCP Filesystem Server
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
.envwith 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:
{
"mcpServers": {
"fildos": {
"command": "node",
"args": ["/absolute/path/to/FilDOS-MCP/build/index.js"]
}
}
}Restart Claude Desktop to load the server.
Resources
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceProvides AI agents with seamless access to Filecoin's decentralized storage network for persistent file storage and dataset management. It features automatic payment handling, CDN support, and cost estimation tools for efficient storage operations.2113MIT
- Alicense-qualityDmaintenanceProvides file system operations (list, read, write, search) via MCP, enabling an AI agent to manage files through natural language.2,504MIT
- Flicense-qualityDmaintenanceEnables natural language file operations and intelligent file analysis via MCP, supporting CRUD actions and multi-step reasoning for directory management.1
- AlicenseAqualityCmaintenanceMCP server for Shelby Protocol that enables AI agents to read, write, and manage files on decentralized storage (Aptos) through tools like upload, download, list, delete, and account info.51MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Shared long-term memory vault for AI agents with 20 MCP tools.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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