Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server for Eyevinn Open Source Cloud that enables file uploads to MinIO storage buckets and provides OSC tools.
Add this to your MCP client configuration:
{
"mcpServers": {
"eyevinnosc-mcp-server": {
"command": "npx",
"args": [
"-y",
"@osaas/mcp-server"
],
"env": {
"OSC_ACCESS_TOKEN": "<Personal Access Token for Eyevinn OSC>"
}
}
}
}{
"id": "eyevinnosc-mcp-server",
"name": "Eyevinn OSC",
"description": "A Model Context Protocol (MCP) server for Eyevinn Open Source Cloud that enables file uploads to MinIO storage buckets and provides OSC tools.",
"source_url": "https://github.com/eyevinnosc/mcp-server",
"publisher_name": "eyevinnosc",
"publisher_url": "https://github.com/eyevinnosc",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 10192,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@osaas/mcp-server"
},
"tools_count": 1
}