- Home
- MCP servers
- FilDOS
FilDOS
- typescript
1
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
FilDOS MCP Server enables AI agents to autonomously manage files on the Filecoin network. You can upload, organize, and search files on decentralized storage through straightforward MCP tool calls, making it easy to build autonomous workflows that handle data with security and persistence.
How to use
You interact with FilDOS MCP Server through MCP clients to perform folder management, file operations, and semantic search. Start by ensuring your wallet private key is available so the server can sign and authorize actions on Filecoin. Connect your MCP client to the server, then perform actions such as creating folders as NFT-backed containers with access control, uploading files to Filecoin, organizing items, and running semantic searches over your stored data using embeddings. The result is an autonomous file store that your AI agents can manage through simple tool calls.
Typical usage patterns include:
- Create a folder NFT to establish a secure, access-controlled container for your project assets.
- Upload new files to Filecoin and attach metadata or folder structure for easy retrieval.
- Run semantic search to locate files using natural language queries or embeddings.
- Manage and reorganize your storage hierarchy as your AI agents evolve their workflows.
Available tools
uploadFile
Upload a file to Filecoin and store it under a designated folder NFT with optional metadata.
createFolder
Create a folder NFT with access control to organize and protect files.
semanticSearch
Perform AI-powered semantic search over stored files using embeddings to locate relevant assets.