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
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • 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. 🧬 Biology & Bioinformatics
  3. Roz MCP
Roz MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 2:32:11 AM

Roz 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 RepositoryVisit Website

Roslyn-powered C# code navigation, blast-radius analysis, and verified edits for coding agents.

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.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for roz-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Tool Schemas (20) Directory Badge Claim listing Alternatives🧬 More in Biology & Bioinformatics

Capabilities & Tool Schemas (20) ~519 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

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

find_symbol

Find a symbol by name, FQN, or arity-disambiguated name (e.g. `Processor<,>`).

get_symbols_overview

List a type's members.

go_to_definition

Resolve a cursor to its definition.

find_overloads

List all overloads of a method (batchable by name or location).

analyze_method

Method signature plus inbound callers and outbound in-solution callees grouped by target.

find_references

Find usages with `referenceKinds=all\

Documentation Overview

roz-mcp

CI OpenSSF Scorecard NuGet NuGet downloads

roz is an MCP server that gives C# coding agents the compiler's view of a solution. It finds every real reference to a symbol, including the edges text search misses: overrides, interface dispatch, DI registrations. It renames a symbol across the whole solution in one call, previews the blast radius of a proposed change, and makes edits that verify themselves against the compiler in the same round trip. roz runs as a .NET global tool over stdio; one roz-mcp setup command configures Claude Code, Cursor, VS Code Copilot Chat, or Codex CLI.

roz was developed for and dogfooded on large legacy financial codebases, and it is for that sort of work that it shines. It is most probably not worth the (inherent to the MCP protocol) token overhead for clean greenfield work; When it helps (and when it doesn't) has the measurements.

Quickstart

roz requires the .NET 10 SDK.

bash
dotnet tool install -g Zphil.Roz
cd path/to/your/solution
roz-mcp setup

Restart the AI client, then ask it something that needs the compiler:

"Find all implementations of IRepository in this solution and show me each class's Save method."

setup auto-detects which AI clients the project uses (via the .claude/, .cursor/, .vscode/, and .codex/ marker directories), writes the matching MCP config file(s), and appends a short usage snippet to the corresponding project rules file. If several markers are present, choose explicitly with --client=claude,cursor. Setup is idempotent: re-running it updates roz's entries without disturbing sibling MCP servers or user-added environment variables, and it refreshes the # roz-mcp rules section in place without touching the rest of the file.

ClientConfig file(s) writtenRules file
Claude Code.mcp.json, .claude/settings.local.jsonCLAUDE.md
Cursor.cursor/mcp.jsonAGENTS.md
VS Code Copilot Chat.vscode/mcp.jsonAGENTS.md
Codex CLI.codex/config.tomlAGENTS.md

VS Code and Cursor users can also add the server in one click, once the tool is installed:

Install in VS Code Add to Cursor

The badges wire the server into the client config only. roz-mcp setup is the fuller path: it also writes the project rules snippet and, for Claude Code, the permission defaults that route write tools through a confirmation prompt.

Two defaults are worth knowing before your first session:

  • Solution discovery walks up from the working directory; pin a specific .sln/.slnx with ROZ_SOLUTION_PATH in the MCP config's env block.
  • Tool surface: the default set is 13 of the 20 tools; most write tools are opt-in. Seed a different surface at onboarding with roz-mcp setup --tools=all (everything) or --tools=read (read-only), and see Configuration for finer control.

From source

bash
git clone https://github.com/andypgray/roz-mcp
cd roz-mcp
dotnet pack src/Zphil.Roz/Zphil.Roz.csproj -c Release
dotnet tool install -g --add-source src/Zphil.Roz/bin/Release Zphil.Roz

roz installs as roz-mcp on your PATH.

Install as a Claude Code plugin

Claude Code users can skip the global tool install: this repository doubles as a single-plugin marketplace, and one install delivers the server with its tools, prompts, and guide resources, plus a skill carrying the usage rules that roz-mcp setup would otherwise write into CLAUDE.md:

Code
/plugin marketplace add andypgray/roz-mcp
/plugin install roz-mcp@roz-mcp

The plugin starts the server with dotnet dnx, which fetches Zphil.Roz from nuget.org on first use. You still need the .NET 10 SDK. The plugin's launch command is global, so per-project settings go in a .roz.json file (see Configuration); the bundled skill includes a recommended permission block that keeps the write tools behind a confirmation prompt (SKILL.md).

Enable the plugin per project rather than globally: roz is measured overhead on work that never needs the compiler's view (see When it helps). A team can check the marketplace and plugin enablement into the project's .claude/settings.json, which prompts teammates to install on their next session:

config.json
{
  "extraKnownMarketplaces": {
    "roz-mcp": { "source": { "source": "github", "repo": "andypgray/roz-mcp" } }
  },
  "enabledPlugins": { "roz-mcp@roz-mcp": true }
}

The server should be registered once per project. With the plugin enabled, roz-mcp setup detects it and configures around it: permission rules under the plugin's tool-name prefix, --tools written to .roz.json, no .mcp.json entry, and a warning if a leftover classic entry would register the server twice. --plugin and --no-plugin force either mode.

Tools

roz ships 20 tools across 7 categories. Read tools are forgiving: a cursor near a declaration snaps to the nearest enclosing symbol, and the worst case is information about the wrong symbol. Write tools are conservative: symbol names are authoritative, and an ambiguous target fails with a disambiguation error.

Read tools accept includeDocs=true and (where applicable) includeBody=true; locations are either cursors (path:line:col, or path:line for member-on-line snap) or symbol names (with optional FQN, containingType, kind, or project substring filter).

ToolCategoryDescription
find_symbolnavigationFind a symbol by name, FQN, or arity-disambiguated name (e.g. Processor<,>).
get_symbols_overviewnavigationList a type's members.
go_to_definitionnavigationResolve a cursor to its definition.
find_overloadsnavigationList all overloads of a method (batchable by name or location).
analyze_methodnavigationMethod signature plus inbound callers and outbound in-solution callees grouped by target.
find_referencesreferencesFind usages with referenceKinds=all|invocations|reads|writes, plus contextLines, base-call filtering, and a DI-registration fallback for constructors.
find_implementationsreferencesInterface/abstract members → overrides; classes/interfaces → derived/implementing types.
analyze_change_impactreferencesBlast radius of a proposed change (TypeChange/RemoveSymbol/AccessibilityNarrow/SignatureChange); each site tagged compatible/requires-update/unsafe; newSignature upgrades SignatureChange to per-argument classification via overload resolution.
get_type_hierarchytypesBase types, derived types, implemented interfaces (batchable).
get_diagnosticsdiagnosticsCompiler + analyzer diagnostics with code-fix hints. incremental=true surfaces only new issues vs a captured baseline.
get_workspace_infoworkspaceSolution and project metadata; reload=true refreshes from disk.
get_unused_referencesworkspaceDetect unused ProjectReference (confident) or PackageReference (weak signal).
rename_symboleditingSolution-wide semantic rename that keeps overrides and references coherent.
edit_symboleditingBatched insert/replace/remove of members; targets resolved by location or name.
replace_contenteditingBatched literal or regex text replacement; multi-line literal mode supported.
apply_code_fixeditingApply a registered analyzer-pack code fix (FixAll) for one diagnostic ID across a scope (held out of the default set).
change_signatureeditingAdd-optional / remove-unused / reorder a method's parameters across its declaration family and all call sites; analysis-gated (held out of the default set).
move_symboleditingMove a type to its own file, a static member to another type, or a type to another namespace; usings and namespaces fixed at both ends; analysis-gated (held out of the default set).
add_usingsusingsAdd using directives, sorted and deduplicated.
remove_unused_usingsusingsRemove unused using directives.

The default set is 13 tools. The write tools (edit_symbol, replace_content, apply_code_fix, change_signature, move_symbol, add_usings, remove_unused_usings) are opt-in via ROZ_TOOLS (see Configuration).

Read the full README →View source on GitHub →

Related MCP Servers

View all in Biology & Bioinformatics View all alternatives
  • Codeindex logoCodeindex

    Structural code intelligence over MCP: symbols, callers, imports and blast radius, 40+ languages.

    🧬 Biology & Bioinformatics2 views
    Compare vs Codeindex →
  • HealthChain logoHealthChain

    Typed, validated FHIR tools for healthcare AI agents — build, read, validate, and code FHIR resources from a patient bundle, with terminology lookup and machine-readable validation reports built for fix-and-retry. pip install healthchain[mcp]

    🧬 Biology & Bioinformatics3 views
    Compare vs HealthChain →
  • Repo Graph logoRepo Graph

    Structural graph map of any codebase for AI coding assistants. Scans entities, relationships, and feature flows across 13 languages so LLMs navigate by structure instead of grepping through everything.

    🧬 Biology & Bioinformatics2 views
    Compare vs Repo Graph →
  • MCP Code Indexer logoMCP Code Indexer

    Index any TypeScript/React repo (including monorepos) into a queryable code graph. Reverse queries (who-renders, who-calls, find-references), blast-radius analysis, dependency cycles, dead-code orphans, and symbol signatures — exposed over stdio. Install: npx code-graph-indexer.

    🧬 Biology & Bioinformatics3 views
    Compare vs MCP Code Indexer →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

Last commit
23d ago
Most recent push to the default branch.
Tools exposed
20
Callable tools this server registers over MCP.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Roz MCP

We don't have a confirmed install command for roz-mcp yet, so we don't publish a generated one — a guessed package name would point at the wrong package or none at all. Follow the project's own README or setup instructions (https://github.com/andypgray/roz-mcp) for the current steps.

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

Technical Specs & Signals

Category🧬Biology & Bioinformatics
More technical detailsExpand â–¾
Last updatedSep 1, 2026
2/6 checks healthy over the last 45d
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 stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit23d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 1, 2026
45Quality signal: Fair · 45/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 & tools20/30
Adoption & activity4/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.

★ 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 🧬 Biology & Bioinformatics →Alternatives to Roz MCP →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients