RoslynMcpServer

buchmiet/RoslynMcpServer

3.1

If you are the rightful owner of RoslynMcpServer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Roslyn MCP Server is a Model Context Protocol server that provides Roslyn-based code analysis tools for .NET solutions and projects.

Tools

Functions exposed to the LLM to take actions

load_solution

Load a .NET solution or project file for analysis.

get_type_info

Get detailed information about a type including members, inheritance, and documentation.

find_references

Find all references to a symbol in the loaded solution.

describe_symbol

Get detailed information about a symbol by its fully qualified name or file position.

goto_definition

Find the source definition of a symbol.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources