Skip to main content
Glama

Eyevinn Open Source Cloud MCP Server

by EyevinnOSC

Eyevinn 오픈소스 클라우드 MCP 서버

이 MCP 서버는 로컬 컴퓨터 액세스가 필요한 Eyevinn 오픈 소스 클라우드 용 MCP 도구를 제공합니다. 예를 들어 OSC의 스토리지 버킷에 파일을 업로드하는 경우처럼 말입니다. OSC를 사용하여 솔루션을 설계하고 구축하기 위한 MCP 도구는 OSC 원격 MCP 클라이언트를 통해 액세스할 수 있는 원격 MCP 엔드포인트에서 제공됩니다.

로컬 MCP 서버에서 제공하는 기능

  • OSC의 MinIO 스토리지 버킷에 파일을 업로드합니다.

설정

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 Eyevinn 오픈 소스 클라우드 MCP 서버를 자동으로 설치하려면:

지엑스피1

개인 액세스 토큰

  • 아직 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 파일을 참조하세요.

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 서버로, 오픈 웹 서비스 기반 솔루션 개발을 지원합니다. 플랫폼에서 발생하는 수익의 일부를 제작자가 공유하는 오픈 소스 기반 웹 서비스입니다.

  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