.net Types Explorer Mcp Server
@V0v1kkk
About .net Types Explorer Mcp Server
A Model Context Protocol (MCP) server that provides detailed type information from .NET projects for AI coding agents.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dotnet-types-explorer": {
"command": "/path/to/DotNetMetadataMcpServer",
"args": [
"--homeEnvVariable",
"/home/user"
],
"disabled": false,
"alwaysAllow": [],
"timeout": 300
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is .net Types Explorer Mcp Server?
The .net Types Explorer Mcp Server is a Model Context Protocol (MCP) server that provides detailed type information from .NET projects for AI coding agents. It uses reflection to extract structured data from compiled .NET assemblies—including classes, interfaces, methods, properties, fields, and events—and makes this information available through a set of tools that AI agents can use to explore codebases systematically.
How to use .net Types Explorer Mcp Server?
The server is installed and configured like any MCP server. Once running, it exposes tools that allow AI agents to explore assemblies, namespaces, types, and NuGet packages. The server requires compiled .NET assemblies to be accessible for reflection; it does not work with source code directly.
Key features of .net Types Explorer Mcp Server
- Assembly exploration: retrieve all assemblies referenced by a project
- Namespace exploration: discover namespaces within specified assemblies
- Type exploration: full type names, interfaces, constructors, methods, properties, fields, events
- NuGet package search on nuget.org with filtering and pagination
- NuGet package version history and dependency information
- Wildcard filters and pagination for large result sets
Use cases of .net Types Explorer Mcp Server
- AI coding agents understanding .NET codebases to generate accurate code suggestions
- Systematic exploration of compiled .NET assemblies without manual inspection
- Looking up NuGet package details and dependencies during development
- Automating type discovery for documentation or code generation tools
FAQ from .net Types Explorer Mcp Server
What is the purpose of .net Types Explorer Mcp Server?
It is designed to give AI coding agents structured access to .NET type information, enabling context-aware code generation and analysis.
How does it extract type information?
The server uses .NET reflection to extract detailed information from compiled assemblies, including classes, methods, properties, fields, and events.
What NuGet operations does it support?
It can search for packages on nuget.org, retrieve version history, and list dependency information for specific packages.
Does it support filtering results?
Yes, it supports wildcard filters and pagination to narrow down and manage large result sets.
What dependencies or runtime requirements does it have?
It requires compiled .NET assemblies and runs as a standard MCP server; the README does not specify additional runtime requirements
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Servers
modelcontextprotocolModel Context Protocol Servers
Comments