Skip to main content
Developer ToolsC#

V0v1kkk/DotNetMetadataMcpServer

Provides AI agents with detailed type information from .NET projects including assembly exploration, namespace discovery, type reflection, and NuGet integration

developer-toolslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/V0v1kkk/DotNetMetadataMcpServer

Claude Desktop configuration example:

{
  "mcpServers": {
    "dotnetmetadatamcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "V0v1kkk/DotNetMetadataMcpServer"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
C#
Author
V0v1kkk