Back to Home
Aprimo-Connect icon

remote-http-mcp-server

Verified Safe

by Aprimo-Connect

Overview

An OAuth 2.1 proxy and Model Context Protocol (MCP) server enabling AI assistants to securely access enterprise APIs, bridging compatibility gaps with authorization systems.

Installation

Run Command
dotnet run

Environment Variables

  • OAuth:ClaudeClientID
  • OAuth:ClaudeClientSecret
  • OAuth:VSCodeClientID
  • OAuth:VSCodeClientSecret
  • OAuth:CoPilotClientID
  • OAuth:CoPilotClientSecret
  • OAuth:Authority
  • OAuth:Audience
  • OAuth:RequireHttps
  • OAuth:ValidateIssuer
  • OAuth:ValidateAudience
  • OAuth:ValidateLifetime
  • OAuth:ValidateIssuerSigningKey
  • Aprimo:Domain
  • Aprimo:CollectionId
  • ASPNETCORE_ENVIRONMENT

Security Notes

The server's design incorporates essential security practices like JWT validation, scope enforcement, HTTPS enforcement, and audit logging. However, the repository explicitly states it's provided 'as-is' and 'not intended for direct use in Production without modification,' placing full responsibility on the developer for security, maintenance, and hardening. Configuration values, especially client secrets, are expected in `appsettings.json` and must be securely managed in production environments (e.g., via environment variables or secret managers). The proxy pattern inherently centralizes trust, requiring robust implementation, which cannot be fully assessed without the full C# source code. No 'eval' or obvious malicious patterns were found in the provided snippets.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Stars0
Forks0
Last Update2026-01-12

Tags

OAuth ProxyAI AssistantsModel Context ProtocolSecurityAprimo