Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

mcp-server

MCP.Pizza Chef: EyevinnOSC

The Eyevinn Open Source Cloud MCP Server is a specialized MCP server that facilitates local computer access for operations within the Eyevinn Open Source Cloud (OSC) environment. It provides MCP tools specifically designed to upload files to MinIO storage buckets hosted in OSC. This server acts as a local bridge, enabling seamless interaction with OSC's cloud storage infrastructure. It complements the OSC remote MCP client, which handles remote endpoint interactions for architecting and building solutions. Installation is streamlined through Smithery, making it easy to integrate with platforms like Claude Desktop. This server is ideal for developers and integrators needing secure, efficient file management within the OSC ecosystem.

Use This MCP server To

Upload files to MinIO storage buckets in Eyevinn OSC Enable local file access for cloud storage operations Integrate local MCP tools with Eyevinn Open Source Cloud Facilitate secure file transfers to OSC storage Support hybrid local-cloud workflows with OSC

README

Eyevinn Open Source Cloud MCP Server

smithery badge

This MCP server provides MCP tools for Eyevinn Open Source Cloud that requires local computer access, for example to upload a file to a storage bucket in OSC. MCP tools for architecting and building solutions with OSC is provided by the remote MCP endpoint that can be accessed using the OSC remote MCP client.

Eyevinn Open Source Cloud Server MCP server

Features provided by the local MCP server

  • Upload a file to a MinIO storage bucket in OSC.

Setup

Installing via Smithery

To install Eyevinn Open Source Cloud MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @osaas/mcp-server --client claude

Personal Access Token

  • If you have not already done so, sign up for an Eyevinn OSC account.
  • In the Eyevinn OSC web console go to API settings (in Settings > API settings)
  • Copy the Personal Access Token

Usage with Claude Desktop

To use this with Claude Desktop, add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "local-mcp-osc": {
      "command": "npx",
      "args": ["-y", "@osaas/mcp-server"],
      "env": {
        "OSC_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    },
    "remote-mcp-osc": {
      "command": "npx",
      "args": ["-y", "@osaas/client-mcp"],
      "env": {
        "OSC_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    } 
  }
}

Development

npx @modelcontextprotocol/inspector \
  -e OSC_ACCESS_TOKEN=<osc-access-token> \
  npx tsx src/index.ts

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

mcp-server FAQ

How do I install the Eyevinn Open Source Cloud MCP Server?
You can install it automatically via Smithery, which supports integration with platforms like Claude Desktop.
What functionality does this MCP server provide?
It enables uploading files from your local computer to MinIO storage buckets within the Eyevinn Open Source Cloud.
Does this server work with remote MCP clients?
Yes, it complements the OSC remote MCP client that manages remote endpoint interactions for building solutions.
Is local computer access required to use this MCP server?
Yes, local access is necessary to upload files directly to the OSC storage buckets.
Can this MCP server be used for other cloud storage providers?
This server is specifically designed for Eyevinn Open Source Cloud and its MinIO storage; other providers are not supported.
How does this MCP server enhance security?
By operating locally, it reduces exposure of sensitive files during upload and integrates securely with OSC's storage APIs.
What platforms support this MCP server installation?
It is installable via Smithery and compatible with environments like Claude Desktop.
Where can I find more documentation or support?
Documentation and support are available through the GitHub repository and the Smithery installation page.