Interact with the Eyevinn Open Source Cloud API. Requires a Personal Access Token (OSC_ACCESS_TOKEN).
This MCP server provides MCP tools for Eyevinn Open Source Cloud that requires local computer access, for example to upload a file to a storage bucket in OSC. MCP tools for architecting and building solutions with OSC is provided by the remote MCP endpoint that can be accessed using the OSC remote MCP client.
To install Eyevinn Open Source Cloud MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @osaas/mcp-server --client claude
To use this with Claude Desktop, add the following to your 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
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Manage Akamai's edge platform, including properties, DNS, certificates, security, and performance optimization, using AI assistants.
A read-only server for querying live Workday data using LLMs, powered by the CData JDBC Driver.
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Implements CISA Binding Operational Directive 25-01 security controls for Microsoft 365 and Azure AD/Entra ID.
Run AI models for tasks like image generation using the Replicate API.
Securely access secrets from Doppler's secret management platform using a Doppler API token.
Interact with the Appwrite API to manage databases, users, storage, and more. Requires configuration via environment variables.
Integrates Claude with Salesforce, enabling natural language interactions with your Salesforce data and metadata.
Manage DigitalOcean resources and perform actions using the DigitalOcean API.
Interact with Infactory APIs using Claude and other large language models.