Back to Home
AgentSmithers icon

mcp-csharp-sdk-client

Verified Safe

by AgentSmithers

Overview

This repository provides a C# SDK and client example for the Model Context Protocol (MCP), enabling integration of Large Language Models with applications like debuggers (x64Dbg) to create AI agents.

Installation

Run Command
No command provided

Environment Variables

  • GeminiAIKey
  • ANTHROPIC_API_KEY
  • MCPServerIP

Security Notes

The SDK promotes secure practices by using environment variables for sensitive API keys and an attribute-based system for exposing tools, reducing arbitrary code execution risks. The example server binds to localhost, limiting network exposure. However, the inherent risk of connecting an LLM agent to a powerful tool like x64Dbg means malicious actions are possible if the LLM is not properly constrained. The project is in 'preview' which implies potential for breaking changes or undiscovered issues.

Similar Servers

Stats

Interest Score33
Security Score8
Cost ClassMedium
Avg Tokens750
Stars3
Forks1
Last Update2025-12-06

Tags

MCPLLM IntegrationDebuggingC# SDKAI Agents