Eyevinn Open Source Cloud MCP Server

Eyevinn Open Source Cloud MCP Server

By EyevinnOSC GitHub

Model Context Protocol (MCP) server for using the Eyevinn Open Source Cloud API

mcp-server cloud-api
Overview

what is Eyevinn Open Source Cloud MCP Server?

Eyevinn Open Source Cloud MCP Server is a Model Context Protocol (MCP) server designed to facilitate interactions with the Eyevinn Open Source Cloud API, enabling users to upload files to a storage bucket in the cloud.

how to use Eyevinn Open Source Cloud MCP Server?

To use the MCP server, install it via Smithery and configure it with your Eyevinn OSC Personal Access Token. You can then integrate it with Claude Desktop for seamless file uploads.

key features of Eyevinn Open Source Cloud MCP Server?

  • Upload files to MinIO storage buckets in Eyevinn OSC.
  • Easy installation via Smithery.
  • Integration with Claude Desktop for enhanced functionality.

use cases of Eyevinn Open Source Cloud MCP Server?

  1. Uploading files to cloud storage for data management.
  2. Automating file uploads in cloud-based applications.
  3. Facilitating development and testing of cloud solutions.

FAQ from Eyevinn Open Source Cloud MCP Server?

  • What is the purpose of the MCP server?

The MCP server allows users to interact with the Eyevinn Open Source Cloud API for file management tasks.

  • Is there a cost associated with using the MCP server?

The MCP server is open source and free to use under the MIT License.

  • How do I obtain a Personal Access Token?

You can get a Personal Access Token by signing up for an Eyevinn OSC account and accessing the API settings in the web console.

Content

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

  • 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": {
    "eyevinn-osc": {
      "command": "npx",
      "args": ["-y", "@osaas/mcp-server"],
      "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.

No tools information available.

-

mcp-server v2ex
View Details

my-mcp-server(without auth)

mcp-server cloudflare
View Details
mcp-server
mcp-server by iyerrama29

MCP demo

mcp-server demo
View Details
Next MCP server
Next MCP server by Collaborne

-

mcp-server NEXT
View Details
MCP-Server
MCP-Server by fmpoliveira

-

mcp-server meteostat
View Details

Mirror of

mcp-server timelock-encryption
View Details

-

mcp-server minio
View Details