Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Roslyn MCP
Roslyn MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:28:18 PM

Roslyn MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "roslyn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "roslyn-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Roslyn-Backed MCP Server

CI MCP Registry

Local-first MCP (Model Context Protocol) server for semantic C# analysis, navigation, validation, and refactoring on real .sln / .slnx / .csproj workspaces. It uses Roslyn and MSBuildWorkspace, runs over stdio, and does not require Visual Studio.

Correct package ID: Darylmcd.RoslynMcp Β Β·Β  CLI: roslynmcp Β Β·Β  Plugin: roslyn-mcp@roslyn-mcp-marketplace

What It Does

  • Loads real C# solutions and projects with session-scoped workspaceIds.
  • Exposes semantic navigation, diagnostics, build/test helpers, and preview/apply refactoring workflows over MCP.
  • Ships as a .NET global tool, a Claude Code plugin, and a source-buildable stdio host.
  • Publishes the authoritative live surface through server_info and roslyn://server/catalog.

Why Roslyn-Backed MCP

  • No Visual Studio dependency β€” runs anywhere the .NET SDK runs (Windows, macOS, Linux, containers, CI).
  • Production ops discipline β€” repeatable CI mirror (just ci), release verification scripts, and documented update paths for the global tool and release-pinned Claude Code plugin.
  • Safe install defaults β€” no ${user_config.*} placeholder substitution that breaks prompt-skipping install flows; the server starts with compiled-in defaults and accepts literal overrides via project-scope .mcp.json.
  • Authoritative live surface β€” every release publishes server_info + roslyn://server/catalog so clients can discover the exact tool/resource/prompt set and support tier (stable vs experimental) without guessing.
  • Preview β†’ apply discipline β€” refactoring tools issue preview tokens with TTLs and a verify step before mutating the workspace, so agents can dry-run multi-file edits.
  • Three install paths β€” pick one: global tool (dotnet tool install), zero-install via dnx (.NET 10), or the Claude Code plugin.

Quick Start

Prerequisites

  • .NET 10 SDK β€” source builds use the 10.0.400 floor in global.json (rollForward: latestFeature); published install paths retain their own package/runtime requirements

Option A β€” Install As A Global Tool

bash
dotnet tool install -g Darylmcd.RoslynMcp
  • Package ID: Darylmcd.RoslynMcp
  • CLI command: roslynmcp
  • Updates: dotnet tool update -g Darylmcd.RoslynMcp

Configure a filesystem boundary before first use. The global tool ships a binary, not a config β€” you write your own .mcp.json, and an unset boundary is fail-closed: every path-taking tool (workspace_load, edits, symbol lookups) rejects its input, and solution discovery returns nothing. Set ROSLYNMCP_SANCTIONED_ROOTS in your client config:

config.json
{
  "mcpServers": {
    "roslyn": {
      "type": "stdio",
      "command": "roslynmcp",
      "env": { "ROSLYNMCP_SANCTIONED_ROOTS": "." }
    }
  }
}

. resolves against the server process's working directory, which your MCP client chooses β€” use an absolute path if you want the boundary pinned regardless of how the server is launched. See Configuration. The Claude Code plugin and Desktop extension ship this default already; only hand-written configs need it.

Option B β€” Zero-Install Via dnx (.NET 10)

dnx is the .NET SDK's npx-equivalent: it resolves a tool package from NuGet on demand, without installing a global shim. Requires .NET 10 SDK 10.0.100 or later (dnx ships with the SDK).

One-shot smoke test:

bash
dnx Darylmcd.RoslynMcp

The process should start and then appear to hang β€” that's expected; it's an MCP server waiting for protocol messages on stdin. dnx is noninteractive unless --interactive is explicitly requested, so MCP hosts need no consent flag.

.mcp.json snippet:

config.json
{
  "mcpServers": {
    "roslyn": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Darylmcd.RoslynMcp",
        "--source",
        "https://api.nuget.org/v3/index.json"
      ]
    }
  }
}

Trade-offs vs. the global tool:

  • βœ… No PATH pollution; no manual install step.
  • βœ… Each cold start resolves to the latest version unless pinned (no dotnet tool update step).
  • ⚠️ Cold-start cost on first invocation while the package downloads.
  • ⚠️ For reproducible setups, pin the version in the package token: Darylmcd.RoslynMcp@<version>.

A copy-paste config also lives at docs/mcp-json-examples/dnx.mcp.json.

Option C β€” Claude Code Plugin

text
/plugin marketplace add darylmcd/Roslyn-Backed-MCP
/plugin install roslyn-mcp@roslyn-mcp-marketplace

The plugin bundles 32 skills and safety hooks, then launches the exact release-matched Darylmcd.RoslynMcp package through dnx; it does not require a global roslynmcp shim. The first launch requires NuGet access unless the package is already cached. For packaging, reinstall, and local plugin-dev details, see docs/setup.md and docs/reinstall.md.

Build And Run From Source

bash
dotnet build RoslynMcp.slnx --nologo
dotnet test RoslynMcp.slnx --nologo
dotnet run --project src/RoslynMcp.Host.Stdio

Per-Client Config

The JSON shape is the same across MCP clients β€” only the file path differs. Drop one of the docs/mcp-json-examples/ snippets into the right location for your client:

ClientConfig fileNotes
Claude Code.mcp.json (repo root)Project-scope; pairs naturally with the Claude Code Plugin path above.
Cursor.cursor/mcp.json (repo root) or ~/.cursor/mcp.json (global)Project-scope wins over global.
VS Code (MCP-aware).vscode/mcp.json (repo root)Workspace-scope; restart the MCP host after editing.
Claude Desktopclaude_desktop_config.json (per-OS app-data dir)Global only; no project-scope config.

Minimal config (works with Option A β€” global tool):

config.json
{
  "mcpServers": {
    "roslyn": {
      "type": "stdio",
      "command": "roslynmcp"
    }
  }
}

For the Option B (dnx) form, use the snippet from the previous section or copy docs/mcp-json-examples/dnx.mcp.json.

For NDJSON framing, handshake order, and minimal Python/C# client examples, see docs/stdio-client-integration.md.

Health Check

After installing and wiring up .mcp.json, paste this single prompt into your MCP client to verify the server is reachable and report its surface:

Call server_info and read the roslyn://server/catalog resource. Report back:

  1. The server name and version.
  2. The total tool / resource / prompt counts and their stable-vs-experimental split.
  3. Whether any workspaces are currently loaded (and their IDs if so).
  4. Any warnings or degraded-state flags.

If both calls succeed and the version matches what you installed, the install is healthy.

MCP Registry

The server is published to the official MCP Registry under the name io.github.darylmcd/roslyn-mcp. MCP-Registry-aware clients β€” and the downstream catalogs that mirror the registry (the GitHub MCP Registry, the VS Code and Visual Studio MCP galleries, and aggregators) β€” can discover and install the server by name.

Manifest: .claude-plugin/server.json β€” name io.github.darylmcd/roslyn-mcp, NuGet package Darylmcd.RoslynMcp, runtime dnx. Every release tag republishes it automatically via the publish-nuget workflow using GitHub OIDC.

You can also install directly without a registry-aware client via the Global Tool or Claude Code Plugin paths above.

Configuration

The server starts with built-in operational defaults. File-path access is the exception: configure ROSLYNMCP_SANCTIONED_ROOTS explicitly (usually . in a project-scope .mcp.json). Multiple roots use the platform path separator (; on Windows, : on macOS/Linux). An empty root list fails closed; see Setup. Other ROSLYNMCP_* values remain optional literal env overrides.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’
  • Sem logoSem

    Entity-level code intelligence: semantic diff, impact analysis, blame, and context for AI agents

    πŸ’» Developer Tools1 views
    Compare vs Sem β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • TokenSave logoTokenSave

    Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

    πŸ’» Developer Tools0 views
    Compare vs TokenSave β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Roslyn MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "roslyn-mcp": { "command": "npx", "args": ["-y", "roslyn-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRoslyn MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/roslyn-mcp?style=directory)](https://allmcps.com/mcp/roslyn-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/roslyn-mcp"><img src="https://allmcps.com/api/badge/roslyn-mcp?style=directory" alt="Roslyn MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
29Quality signal: Emerging Β· 29/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Roslyn MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code