V0v1kkk/DotNetMetadataMcpServer
Provides AI agents with detailed type information from .NET projects including assembly exploration, namespace discovery, type reflection, and NuGet integration
Quick Start
Clone the repository:
git clone https://github.com/V0v1kkk/DotNetMetadataMcpServerClaude Desktop configuration example:
{
"mcpServers": {
"dotnetmetadatamcpserver": {
"command": "npx",
"args": [
"-y",
"V0v1kkk/DotNetMetadataMcpServer"
]
}
}
}Check the repository README for specific installation and configuration instructions.