OwlCore.Storage.Mcp

Arlodotexe/OwlCore.Storage.Mcp
★ 1 stars C# File System Updated today
An MCP server for storage access via OwlCore.Storage
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "owlcore.storage.mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Arlodotexe/OwlCore.Storage.Mcp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that provides unified storage operations across multiple protocols including local files, IPFS MFS, HTTP/HTTPS, and custom mounted folders. This project bridges the gap between different storage systems by providing a consistent MCP interface for file operations. Whether you're working with local files, IPFS content, web resources, or custom storage protocols, OwlCore.Storage.Mcp offers a unified API that abstracts away the underlying complexity. The plugin-

Tools (3)

IProtocolHandlermcpServersservers