Skip to main content
Glama
IvanMurzak

MCP-Plugin-dotnet

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PLUGIN_PORTNoThe port the SignalR hub listens on.8080
MCP_PLUGIN_TOKENNoBearer token required from connecting plugins.
MCP_AUTHORIZATIONNoAuthorization mode: none or required.none
MCP_PLUGIN_WEBHOOK_TOKENNoSecurity token sent in each webhook request header.
MCP_PLUGIN_CLIENT_TIMEOUTNoTimeout for plugin operations (ms).10000
MCP_PLUGIN_WEBHOOK_HEADERNoHeader name for the security token.X-Webhook-Token
MCP_PLUGIN_WEBHOOK_TIMEOUTNoHTTP delivery timeout in milliseconds.10000
MCP_PLUGIN_CLIENT_TRANSPORTNoTransport method: stdio or streamableHttp.streamableHttp
MCP_PLUGIN_WEBHOOK_TOOL_URLNoEndpoint to receive tool call events.
MCP_PLUGIN_WEBHOOK_PROMPT_URLNoEndpoint to receive prompt retrieval events.
MCP_PLUGIN_IDLE_TIMEOUT_SECONDSNostreamableHttp only: idle window before an MCP session is evicted from the in-memory tracker.600
MCP_PLUGIN_WEBHOOK_RESOURCE_URLNoEndpoint to receive resource access events.
MCP_PLUGIN_MAX_IDLE_SESSION_COUNTNostreamableHttp only: hard ceiling on retained idle MCP sessions.1000
MCP_PLUGIN_WEBHOOK_CONNECTION_URLNoEndpoint to receive client connect/disconnect events.
MCP_PLUGIN_WEBHOOK_AUTHORIZATION_URLNoEndpoint that authorizes/denies connections.
MCP_PLUGIN_WEBHOOK_AUTHORIZATION_FAIL_OPENNoWhen true, allow connections if webhook times out or errors. When false, deny on failure.false

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/IvanMurzak/MCP-Plugin-dotnet'

If you have feedback or need assistance with the MCP directory API, please join our Discord server