1.0.1 • Published 6 months ago

@osaas/mcp-server v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Eyevinn Open Source Cloud MCP Server

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.

Features

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

Setup

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.

1.0.1

6 months ago

1.0.0

6 months ago

0.4.0

10 months ago

0.3.1

11 months ago

0.3.0

11 months ago

0.2.0

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago