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ファイルをご覧ください。

You must be authenticated.

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
          F
          license
          -
          quality
          An MCP server that connects to the Resource Hub, allowing centralized configuration and management of tools and resources across different MCP environments.
          Last updated -
          2
          JavaScript
          • Apple
        • -
          security
          A
          license
          -
          quality
          A framework to use with AI to easily create a server for any service. Just drop the API Documentation in it and ask to create the MCP.
          Last updated -
          4
          TypeScript
          MIT License
        • A
          security
          F
          license
          A
          quality
          An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
          Last updated -
          39
          28
          • Apple
        • A
          security
          F
          license
          A
          quality
          A lightweight MCP server that provides a unified interface to various LLM providers including OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama.
          Last updated -
          6
          218
          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