jadjhaddad/mcp-dotnet-explorer
If you are the rightful owner of mcp-dotnet-explorer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
DLL Inspector MCP Server is a tool for analyzing .NET assembly DLLs and storing metadata in a SQLite database for efficient querying.
Tools
Functions exposed to the LLM to take actions
analyze_dll
Analyzes a .NET DLL and stores all metadata in the database.
list_assemblies
Lists all assemblies currently in the database with statistics.
list_software
Lists all software products in the database with assembly counts.
associate_assembly_with_software
Associates an existing assembly with a software product.
list_namespaces
Lists all namespaces in the database.
search_types
Searches for types by name pattern.
get_type_details
Gets comprehensive information about a specific type including all members.
search_methods
Searches for methods by name pattern across all types.
search_documentation
Full-text search across all type and member documentation.
get_inheritance_tree
Shows the inheritance hierarchy for a type.
find_implementations
Finds all types that implement a specific interface.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client