Back to Home
jadjhaddad icon

mcp-dotnet-explorer

Verified Safe

by jadjhaddad

Overview

A Model Context Protocol (MCP) server that analyzes .NET assembly DLLs and stores metadata in a SQLite database for efficient querying.

Installation

Run Command
dotnet exec "/path/to/your/installation/bin/Debug/net9.0/DllInspectorMcp.dll"

Security Notes

The server's core function is to analyze arbitrary .NET DLLs. It uses `MetadataLoadContext` for reflection-only loading, which significantly mitigates direct code execution risks from potentially malicious DLLs compared to full assembly loading. There are no indications of `eval` usage, obfuscation, hardcoded secrets, or unintended external network communication in the provided code snippets. The primary security consideration for a tool of this nature is resource exhaustion (DoS) when analyzing extremely large or malformed DLLs, and potential information leakage if exposed to untrusted users, though it's designed for local use by a trusted client (Claude Code).

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-11-26

Tags

MCP Server.NET APIDLL AnalysisSQLiteAPI Exploration