Eyevinn Open Source Cloud MCP Server
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>"
}
}
}
}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