home / mcp / fildos mcp server
MCP server for FilDOS: A Secure, AI-Native, Meaning-First Decentralized Drive
Configuration
View docs{
"mcpServers": {
"arqoslabs-fildos-mcp": {
"url": "https://example-mcp-server.local/mcp",
"headers": {
"PRIVATE_KEY": "your_private_key_here"
}
}
}
}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.
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:
Upload a file to Filecoin and store it under a designated folder NFT with optional metadata.
Create a folder NFT with access control to organize and protect files.
Perform AI-powered semantic search over stored files using embeddings to locate relevant assets.