Back to Home
kevindupas icon

mcp-server-remote

Verified Safe

by kevindupas

Overview

A remote Model Context Protocol (MCP) server for Claude Desktop and other AI clients to access DQoS data via HTTP/SSE, implementing OAuth 2.0 for secure authentication.

Installation

Run Command
npm run build && npm start

Environment Variables

  • PORT
  • DQOS_API_URL
  • SERVER_URL
  • JWT_SECRET
  • OAUTH_CLIENT_ID
  • OAUTH_CLIENT_SECRET

Security Notes

The OAuth 2.0 implementation relies on in-memory storage for authorization codes and access tokens, making it unsuitable for production environments requiring persistence across restarts or horizontal scaling. All secrets (JWT_SECRET, OAUTH_CLIENT_ID, OAUTH_CLIENT_SECRET) have default 'change-me-in-production' values, which must be overridden in a production environment. HTTPS is crucial for production deployments.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-11-26

Tags

MCPRemote ServerAI ConnectorDQoSHTTP/SSEOAuth