Eyevinn Open Source Cloud

MCP server for open-source cloud services that exposes database, storage, and VOD pipeline capabilities.
  • javascript

0

GitHub Stars

javascript

Language

7 months ago

First Indexed

3 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "mcp-mirror-eyevinnosc_mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@osaas/mcp-server"
      ],
      "env": {
        "OSC_ACCESS_TOKEN": "YOUR_TOKEN"
      }
    }
  }
}

Eyevinn Open Source Cloud MCP Server lets you run modular server-side components that expose open web services for databases, storage, and media processing. It enables constructing solutions from open-source web services without vendor-lock-in, while giving you control over how these services are deployed and composed.

How to use

You use this MCP server by connecting a client that knows how to request and submit tasks to the available services. The core capabilities you’ll typically use are creating a database, provisioning a storage bucket, and wiring a VOD pipeline. When you start a client session, you provide an access token to authorize your actions. You can configure the MCP client to run locally or connect to a remote MCP host, depending on your deployment pattern.

How to install

Prerequisites: ensure you have Node.js and npm installed on your machine.

Obtain the MCP server source code or package that includes the Eyevinn Open Source Cloud MCP server components. Install dependencies for the project.

Build the project if a build step is required by the package you obtained.

Run the MCP server using the configuration shown for local execution. The runtime command uses a standard MCP client launcher that starts the server and passes your access token when needed.

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

Notes and usage tips

To use this via Claude Desktop, add a configuration entry that points to the MCP server and provide your access token. The typical setup uses the npx-based launcher and the Open Source Cloud MCP server package.

Development

Build and inspect locally to verify changes during development.

npm run build
npx @modelcontextprotocol/inspector dist/index.js

Available tools

osc_create_db

Create a new database instance by specifying a name and a type (SQL, NoSQL or MemoryDb). Returns the connection string to the database.

osc_create_bucket

Create a storage bucket by name. Returns the endpoint and credentials to the bucket.

osc_create_vod_pipeline

Create a VOD transcoding and packaging pipeline by name and output bucket. Returns the REST endpoint for submitting jobs.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational