Eyevinn Open Source Cloud MCP Server
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>"
}
}
}
}Related MCP server: Maasy MCP
発達
npx @modelcontextprotocol/inspector \
-e OSC_ACCESS_TOKEN=<osc-access-token> \
npx tsx src/index.tsライセンス
このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- MIT
- MIT
- AlicenseAqualityBmaintenanceMCP server for the Influencers Club API — creator enrichment, discovery, audience analysis, content data, batch operations, and account management.222MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for the Golpo AI video API, enabling video generation, listing, and downloading from any MCP-compatible client.MIT
Related MCP Connectors
MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.
MCP server for Wan AI video generation
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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