mcp-server
by: EyevinnOSC
Model Context Protocol (MCP) server for using the Eyevinn Open Source Cloud API
📌Overview
Purpose: The Eyevinn Open Source Cloud MCP Server aims to facilitate the creation of solutions based on open web services, ensuring no vendor lock-in and enabling revenue sharing for creators.
Overview: The MCP Server provides a robust platform for developing and deploying various web services, leveraging open source technologies. Users can easily set up databases, storage, and VOD pipelines through simple APIs, focusing on flexibility and scalability.
Key Features:
-
Database Setup: Enables the creation of SQL, NoSQL, or memory-based databases as open web services, allowing users to choose the database type that best fits their needs.
-
Storage Setup: Facilitates the creation of an S3-compatible storage bucket, granting users scalable and easy-to-manage storage solutions based on open source technology.
-
VOD Pipeline: Provides a pipeline for transcoding and packaging files specifically for Video on Demand distribution, ensuring optimized content delivery.
Eyevinn Open Source Cloud MCP Server
This MCP server provides MCP tools for Eyevinn Open Source Cloud (OSC) that require local computer access, for example to upload a file to a storage bucket in OSC. MCP tools for architecting and building solutions with OSC are provided by the remote MCP endpoint that can be accessed using the OSC remote MCP client.
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. You are free to use, modify, and distribute the software subject to the terms and conditions of the MIT License. For details, see the LICENSE file in the project repository.