Temppus/SolutionAnalyzerMCP
3.2
If you are the rightful owner of SolutionAnalyzerMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
SolutionAnalyzerMCP is an MCP server that leverages Roslyn to extract and query relevant context from a larger .NET solution codebase.
SolutionAnalyzerMCP
MCP server that uses roslyn to query relevant context from larger net solution codebase
"solution-analyer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src=/c/git-repos/your-repo-dir,dst=/app/your-repo-dir",
"ghcr.io/temppus/solution-analyzer",
"--SolutionPath",
"/app/your-repo-dir/your-solution.sln"
]
},