csharp-lsp-mcp
Verified Safeby HYMMA
Overview
An MCP server that provides C# and XAML language intelligence by integrating with `csharp-ls` and built-in XAML analysis for AI assistants like Claude.
Installation
csharp-lsp-mcpEnvironment Variables
- MCP_DEBUG
Security Notes
The server primarily operates over standard I/O (stdio) for both MCP and LSP, limiting direct network exposure. It acts as an adapter between the AI assistant and the external `csharp-ls` language server. No 'eval', obfuscation, or hardcoded secrets are apparent in the provided source. Security relies heavily on the trustworthiness of the `csharp-ls` dependency.
Similar Servers
cclsp
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
Windows-MCP.Net
Enabling AI assistants to automate tasks and interact with the Windows desktop environment.
UnityNaturalMCP
Integrates Unity Editor with Model Context Protocol (MCP) clients like AI coding assistants, enabling direct execution of Unity C# tools from these clients.
ater.dry.cli
A .NET-based development assistance tool that streamlines front-end and back-end service creation through code generation, LLM integration, and provides command-line, Web UI, and MCP server interfaces.