mcpbeat Sign in

Roslyn MCP Server

local only

Roslyn MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Local-first MCP server for semantic C# analysis & refactoring via Roslyn & MSBuildWorkspace.

Installs / week
not published
1
Stars
0 open issues
17 Sep 2026
Last commit
from GitHub
MIT
License
C#

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command eng/intake-from-issues.py:24
    return subprocess.run(['gh', *args], capture_output=True, text=True, check=True).stdout

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Roslyn MCP

same job, measured the same way
Roslyn CodeLens
by marcelroozekrans

Roslyn MCP server: semantic .NET/C# intelligence - analysis, refactoring, tests, IL inspection.

90 installs/wk local only
SharpLens
by pzalutski-pixel

67 semantic C#/.NET analysis tools via Roslyn: navigation, refactoring, codegen, audit.

84 installs/wk local only
RoselineMCP
by atypical-consulting

MCP server for C# code analysis and automated fixing using Roslyn analyzers and code fix providers.

local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Code Review Analyst
by j0hanz

Gemini-powered MCP server for code review analysis.

local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
JavaLens
by pzalutski-pixel

63 semantic Java analysis tools via Eclipse JDT: navigation, refactoring, code intelligence.

204 installs/wk local only
I
Ruchy MCP
by noahgift

MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools

local only

Roslyn MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Roslyn MCP?
Roslyn MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Roslyn MCP open source?
Yes — it is published under the MIT licence, written in C# and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.