Servers
.net Types Explorer Mcp Server
@V0v1kkk
A Model Context Protocol (MCP) server that provides detailed type information from .NET projects for AI coding agents.
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
}
}
}