Back to Home
ISubkowskI icon

ae-poc-identity-mcpsrv

Verified Safe

by ISubkowskI

Overview

Serves as an intermediary Model Context Protocol (MCP) server with Server-Sent Events (SSE) transport for an Identity Claims API, proxying requests to a backend REST service.

Installation

Run Command
docker run --rm -p 3033:3033 -p 9007:9007 -e Authentication__ExpectedToken="YOUR_SECURE_TOKEN" -e IdentityStorageApi__ApiUrl="http://host.docker.internal:5023" ae-poc-identity-mcp-srvsse

Environment Variables

  • ASPNETCORE_ENVIRONMENT
  • Authentication__ExpectedToken
  • IdentityStorageApi__ApiUrl
  • App__Name
  • App__Version
  • App__Url
  • CONFIG_PATH

Security Notes

The repository uses placeholder secret tokens (e.g., 'YOUR_SUPER_SECRET_AND_UNIQUE_TOKEN_REPLACE_ME', 'my-secret-token') in configuration files and templates. While the documentation correctly advises replacing these and provides mechanisms for secure configuration via environment variables, deploying with these default placeholders would pose a critical security risk. No 'eval' or obvious malicious patterns were found in the provided code snippets. Network exposure on ports 3033 (MCP) and 9007 (Health) is expected for server functionality.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Stars0
Forks0
Last Update2025-12-17

Tags

MCPSSEIdentity ManagementC#.NET