.net Types Explorer Mcp Server
@V0v1kkk
关于 .net Types Explorer Mcp Server
A Model Context Protocol (MCP) server that provides detailed type information from .NET projects for AI coding agents.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"dotnet-types-explorer": {
"command": "/path/to/DotNetMetadataMcpServer",
"args": [
"--homeEnvVariable",
"/home/user"
],
"disabled": false,
"alwaysAllow": [],
"timeout": 300
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
其他 分类下的更多 MCP 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论