Skip to main content
Glama

Eyevinn Open Source Cloud MCP Server

by EyevinnOSC

Eyevinn オープンソースクラウド MCP サーバー

この MCP サーバーは、Eyevinn Open Source Cloud用の MCP ツールを提供します。このツールでは、OSC のストレージ バケットにファイルをアップロードするなど、ローカル コンピュータへのアクセスが必要です。OSC を使用してソリューションを設計および構築するための MCP ツールは、OSC リモート MCP クライアントを使用してアクセスできるリモート MCP エンドポイントによって提供されます。

ローカルMCPサーバーが提供する機能

  • OSC の MinIO ストレージ バケットにファイルをアップロードします。

設定

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Eyevinn Open Source Cloud MCP Server を自動的にインストールするには:

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

個人アクセストークン

  • まだお済みでない場合は、 Eyevinn OSC アカウントにサインアップしてください。
  • Eyevinn OSC WebコンソールでAPI設定に移動します(設定 > API設定)
  • 個人アクセストークンをコピーする

Claude Desktopでの使用

Claude Desktop でこれを使用するには、 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>" } } } }

発達

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

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

EyevinnオープンソースクラウドAPI用のMCPサーバー。オープンWebサービスに基づくソリューションの作成を可能にします。プラットフォームが生み出す収益の一部を作成者に還元する、オープンソースベースのWebサービスです。

  1. ローカルMCPサーバーが提供する機能
    1. 設定
      1. Smithery経由でインストール
      2. 個人アクセストークン
      3. Claude Desktopでの使用
    2. 発達
      1. ライセンス

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          An MCP server that exposes HTTP methods defined in an OpenAPI specification as tools, enabling interaction with APIs via the Model Context Protocol.
          Last updated -
          8
          Python
          MIT License
        • A
          security
          A
          license
          A
          quality
          MCP OpenVision is a Model Context Protocol (MCP) server that provides image analysis capabilities powered by OpenRouter vision models. It enables AI assistants to analyze images via a simple interface within the MCP ecosystem.
          Last updated -
          1
          10
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          Open source MCP server specializing in easy, fast, and secure tools for Databases.
          Last updated -
          7,847
          Go
          Apache 2.0
          • Linux
        • -
          security
          F
          license
          -
          quality
          An MCP (Multi-Agent Conversation Protocol) Server that provides a standardized interface for interacting with Google's Cloud Vision API, enabling AI agents to analyze images and extract visual information through natural language.
          Last updated -
          Python

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/EyevinnOSC/mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server