mcp
Model Context Protocol (MCP) server for using the Eyevinn Open Source Cloud API
claude mcp add --transport stdio eyevinnosc-mcp-server npx -y @osaas/mcp-server
How to use
This MCP server package (@osaas/mcp-server) is deprecated. The functionality has been replaced by a remote Custom Connector that uses streamable HTTP with OAuth. There is no local MCP server to run for normal operation; instead, you should connect to the MCP endpoint provided by osaass.io/mcp. If you still need to explore locally, you can invoke the package via npx to quickly spin up a temporary instance, but be aware that it is no longer maintained and may not support current features or security requirements. The primary workflow now is to authenticate with OAuth and use the remote MCP endpoint to manage and process your MCP streams.
How to install
Prerequisites:
- Node.js and npm installed (recommended to use npx without installation).
Recommended approach (no local installation):
- Ensure you have Node.js installed. If not, install from https://nodejs.org
- Use the MCP server package via npx (no local installation required):
Code:
- npx -y @osaas/mcp-server
Optional (if you must install locally, though this is not advised for this deprecated package):
- Initialize a project folder mkdir mcp-server && cd mcp-server
- Install the package npm install @osaas/mcp-server
- Run the server (if the package exposes a CLI entry point, e.g., node server.js or similar as documented in the package)
Note: The repository states that the MCP server is deprecated and the official guidance directs users to the remote Custom Connector. Prefer the remote endpoint for production usage.
Additional notes
-deprecated: This MCP server is no longer maintained. Use the remote Custom Connector at https://www.osaas.io/mcp with OAuth for authentication. -If you rely on this package for experimentation, be aware of potential incompatibilities with newer MCP specs or security requirements. -There is no officially supported local configuration beyond the legacy package usage via npx. -Environment variables and runtime options are not documented in the current repository; refer to the remote endpoint documentation for configuration details.
Related MCP Servers
iterm
A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance
mcp
Octopus Deploy Official MCP Server
furi
CLI & API for MCP management
editor
MCP Server for Phaser Editor
DoorDash
MCP server from JordanDalton/DoorDash-MCP-Server
mcp
MCP сервер для автоматического создания и развертывания приложений в Timeweb Cloud