A Model Context Protocol (MCP) server that provides detailed type information from .NET projects for AI coding agents.
Most developer tooling work still happens through a UI a human drives. Dotnetmetadatamcpserver MCP server moves it into the conversation instead. A Model Context Protocol (MCP) server that provides detailed type information from .NET projects for AI coding agents.
The .NET Types Explorer MCP Server is a powerful tool designed to help AI coding agents understand and work with .NET codebases. It provides a structured way to explore assemblies, namespaces, and types in .NET projects, making it easier for AI agents to generate accurate and context-aware code suggestions.
The server publishes 5 tools. What each one is for:
ReferencedAssembliesExplorer — Retrieves referenced assemblies based on filters and paginationNamespacesExplorer — Retrieves namespaces from specified assemblies supporting filters and paginationNamespaceTypes — Retrieves types from specified namespaces supporting filters and paginationNuGetPackageSearch — Searches for NuGet packages on nuget.org with support for filtering and paginationNuGetPackageVersions — Retrieves version history and dependency information for a specific NuGet packageSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Dotnetmetadatamcpserver's toolset — ReferencedAssembliesExplorer, NamespacesExplorer, NamespaceTypes and 2 more — is a fair guide to whether it matches your workflow. It is maintained by v0v1kkk; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| ReferencedAssembliesExplorer | Retrieves referenced assemblies based on filters and pagination. |
| NamespacesExplorer | Retrieves namespaces from specified assemblies supporting filters and pagination. |
| NamespaceTypes | Retrieves types from specified namespaces supporting filters and pagination. |
| NuGetPackageSearch | Searches for NuGet packages on nuget.org with support for filtering and pagination. |
| NuGetPackageVersions | Retrieves version history and dependency information for a specific NuGet package. |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.