# V0v1kkk/DotNetMetadataMcpServer [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/V0v1kkk/DotNetMetadataMcpServer  
**GitHub Stars:** 30  
**Views:** 2  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/v0v1kkk-dotnetmetadatamcpserver

## Description
⃣ 🏠 🍎 🪟 🐧 - Provides AI agents with detailed type information from .NET projects including assembly exploration, namespace discovery, type reflection, and NuGet integration

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "dotnetmetadatamcpserver": {
    "url": "https://api.nuget.org/v3/index.json"
  }
}
```

## Documentation
This MCP server enables AI agents to explore .NET projects by extracting detailed type metadata from compiled assemblies using reflection. It supports browsing assemblies, namespaces, and types including methods, properties, fields, and events. Additionally, it integrates with NuGet to search packages, retrieve version histories, and resolve dependencies. Use it to provide AI coding assistants with structured .NET API context for code generation or analysis.

**Use cases:**
- Explore .NET assemblies and their referenced namespaces
- Retrieve detailed type information including methods and properties
- Search and inspect NuGet packages and their versions
- Resolve assemblies from build output or NuGet cache
- Filter and paginate large sets of type or package data

**Key features:**
- Assembly, namespace, and type exploration with reflection
- NuGet package search with filtering and pagination
- Version history and dependency info for NuGet packages
- Configurable assembly resolution modes (build output, NuGet cache, auto)
- Support for multiple NuGet package sources with priority and deduplication
- Wildcard filtering and pagination for large result sets

_Summarized from the repository README — see the link above for the full text._

