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. ๐Ÿ“Š Monitoring
  3. Roslyn Codelens MCP
Roslyn Codelens MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:45:37 PM

Roslyn Codelens MCP

User RatingsBe the first to rate and review this MCP server!
View Repository48 GitHub StarsTotal stargazers on GitHub for the source repository (48 stars).Visit Website
dotnetroslyncode-analysisdeveloper-tools

Analyzes .NET codebases through Roslyn-backed semantic search, diagnostics, testing, architecture, and refactoring tools.

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
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

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": {
    "marcelroozekrans-roslyn-codelens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "roslyn-codelens-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 Monitoring

Overview

MarcelRoozekrans/roslyn-codelens-mcp MCP server exposes Roslyn-based semantic analysis for .NET codebases through MCP tools. It covers type relationships, references, call sites, dependency injection, diagnostics, tests, API compatibility, architecture, complexity, and refactoring. Pre-built indexes support fast lookups, while several tools can inspect or modify source through structured results and previews. Reach for it when an AI coding client needs repository-level .NET understanding rather than text-only search.

Use cases

โ€ขTrace callers and implementations across a .NET solution
โ€ขReview public API changes against a baseline
โ€ขFind untested or high-complexity production members
โ€ขInspect dependency injection and project architecture
โ€ขPreview and apply Roslyn refactorings

Key features

โ€ขRoslyn-based semantic symbol analysis
โ€ขCall graphs and type hierarchy inspection
โ€ขDiagnostics, code fixes, and refactoring actions
โ€ขTest coverage and skeleton generation
โ€ขAPI, architecture, and code-quality audits
โ€ขExternal assembly and IL inspection

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Roslyn Codelens MCP.

Extracted Tool Capabilities
Roslyn-based semantic symbol analysis
Call graphs and type hierarchy inspection
Diagnostics, code fixes, and refactoring actions
Test coverage and skeleton generation
API, architecture, and code-quality audits
External assembly and IL inspection

How Roslyn Codelens MCP works

What MarcelRoozekrans/roslyn-codelens-mcp MCP server does

MarcelRoozekrans/roslyn-codelens-mcp MCP server gives MCP-compatible AI agents access to semantic information from .NET projects. It uses Roslyn to understand symbols and relationships instead of treating source files as plain text. The tool set includes code navigation, dependency analysis, diagnostics, test coverage discovery, quality checks, API comparison, and refactoring operations.

The server can locate implementations, callers, references, definitions, event subscriptions, attribute usages, and tests for a symbol. It can also explain type hierarchies, project dependencies, dependency-injection registrations, construction options, exception flow, reflection usage, and NuGet references. For API and maintenance work, it can enumerate public surfaces, compare them with a JSON or DLL baseline, find obsolete usage, detect circular dependencies, and inspect source-generator output.

How it works

Roslyn provides the semantic model used to resolve types, members, inheritance, calls, diagnostics, and source locations. The project description states that the server builds indexes for fast lookups. Results can include precise occurrence kinds and source columns, which allows callers to distinguish reads, writes, invocations, object creation, casts, declarations, and other reference forms.

Several capabilities operate across project boundaries. For example, dependency-injection analysis recognizes generic registrations, typeof pairs, and factory-lambda forms. Instantiation analysis combines constructors, static factories, registrations, and required members, and can account for InternalsVisibleTo when evaluating whether a particular project can access an option. Test-oriented tools can walk through helpers transitively, generate a compilable test-class skeleton, and identify public members that no test reaches.

The server also supports source inspection and changes. It can return complete member declarations, inspect external assemblies and IL, provide compiler or analyzer diagnostics, return structured code fixes, discover code actions, and apply a selected Roslyn action with a preview diff before writing changes.

Setup and configuration

The repository publishes a NuGet package named RoslynCodeLens.Mcp and an npm package named roslyn-codelens-mcp. The supplied material also identifies a hosted deployment on Fronteir AI. No required environment variables, API keys, or configuration values are described in the provided documentation.

For local MCP client setup, use the package distribution appropriate to the client and runtime environment. The exact README excerpt does not provide a full client configuration block, so settings such as workspace selection, project loading, or solution paths should be verified in the repository documentation before deployment.

Tools and capabilities

The documented capabilities include:

  • Navigate symbols, implementations, callers, definitions, references, hierarchies, and event subscriptions.
  • Inspect diagnostics, code fixes, refactorings, generated code, external assemblies, and IL.
  • Analyze tests, uncovered symbols, test summaries, constructor dependencies, and test skeletons.
  • Review architecture boundaries, project cycles, API breaking changes, obsolete calls, and NuGet dependencies.
  • Measure complexity, detect large classes, god objects, unused symbols, naming and async violations, and disposable misuse.
  • Check source generators, reflection, exception propagation, catches, throws, DI registrations, and project health.

MarcelRoozekrans/roslyn-codelens-mcp MCP server is therefore best suited to repository-aware .NET maintenance, review, navigation, and refactoring workflows.

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

Related MCP Servers

View all in Monitoring View all alternatives
  • Fastmcp Sonarqube Metrics logoFastmcp Sonarqube Metrics

    A Model Context Protocol (MCP) server that provides a set of tools for retrieving information about SonarQube projects like metrics (actual and historical), issues, health status.

    ๐Ÿ“Š Monitoring8 views
    Compare vs Fastmcp Sonarqube Metrics โ†’
  • Javalens MCP logoJavalens MCP

    56 semantic Java analysis tools via Eclipse JDT. Compiler-accurate navigation, refactoring, find references, call hierarchy, and code metrics for AI agents.

    ๐Ÿ“Š Monitoring1 views
    Compare vs Javalens MCP โ†’
  • Langfuse MCP logoLangfuse MCP

    Query Langfuse traces, debug exceptions, analyze sessions, and manage prompts. Full observability toolkit for LLM applications.

    ๐Ÿ“Š Monitoring3 views
    Compare vs Langfuse MCP โ†’
  • Spanlens logoSpanlens

    Query your Spanlens LLM observability from any MCP client. 7 read tools for request logs, agent traces, cost stats, anomalies, model-savings, and per-user analytics across OpenAI, Anthropic, and Gemini. Open source, self-hostable. npx -y @spanlens/mcp-server

    ๐Ÿ“Š Monitoring3 views
    Compare vs Spanlens โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
48
Stargazers on the source repository.
npm downloads
979
Package downloads in the last 30 days.
Last commit
2d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

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

Frequently Asked Questions about Roslyn Codelens MCP

The project publishes `RoslynCodeLens.Mcp` on NuGet and `roslyn-codelens-mcp` on npm. The supplied README excerpt does not include a complete installation or client configuration procedure.

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 Codelens MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/marcelroozekrans-roslyn-codelens-mcp?style=directory)](https://allmcps.com/mcp/marcelroozekrans-roslyn-codelens-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/marcelroozekrans-roslyn-codelens-mcp"><img src="https://allmcps.com/api/badge/marcelroozekrans-roslyn-codelens-mcp?style=directory" alt="Roslyn Codelens MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ“ŠMonitoring
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
Last updatedSep 10, 2026
9/13 checks healthy over the last 33d
Views3
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 stars48
GitHub Star CountTotal stargazers on GitHub representing community popularity (48 stars).
Last commit2d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 10, 2026
npm downloads979/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
59Quality signal: Good ยท 59/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 & tools24/30
Adoption & activity10/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 27d ago via OSV.dev ยท roslyn-codelens-mcp (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore 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 ๐Ÿ“Š Monitoring โ†’Best MCP servers for Monitoring & Observability โ†’Alternatives to Roslyn Codelens MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code