Skip to main content
Glama

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>" } } } }

发展

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