Skip to main content
Glama
EyevinnOSC

Eyevinn Open Source Cloud MCP Server

by EyevinnOSC

Eyevinn 开源云 MCP 服务器

铁匠徽章

此 MCP 服务器为Eyevinn 开源云提供 MCP 工具,这些工具需要本地计算机访问,例如将文件上传到 OSC 中的存储桶。用于使用 OSC 架构和构建解决方案的 MCP 工具由远程 MCP 端点提供,可使用OSC 远程 MCP 客户端访问。

本地 MCP 服务器提供的功能

  • 将文件上传到 OSC 中的 MinIO 存储桶。

设置

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Eyevinn 开源云 MCP 服务器:

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

个人访问令牌

  • 如果您还没有注册,请注册一个Eyevinn OSC 帐户

  • 在 Eyevinn OSC 网络控制台中,转到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 文件。

Install Server
A
license - permissive license
A
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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