Roslyn Lens
Description
Token-efficient MCP server for .NET codebase navigation via Roslyn semantic analysis — designed for Claude Code.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
RoslynLens
[](https://github.com/jfmeyers/roslyn-lens) [](https://www.nuget.org/packages/RoslynLens/) [](https://sonarcloud.io/summary/new_code?id=jfmeyers_roslyn-lens) [](LICENSE)
A token-efficient MCP (Model Context Protocol) server for .NET codebase navigation, powered by Roslyn semantic analysis. Designed for use with [Claude Code](https://docs.anthropic.com/en/docs/claude-code).
Instead of reading entire `.cs` files (500-2000+ tokens each), Claude Code queries this MCP server and receives focused, semantic results (30-150 tokens). This dramatically reduces token consumption when working with large .NET solutions.
Features
34 Navigation & Analysis Tools
| Tool | Purpose |
|---|---|
find_symbol |
Locate type/method definitions by name (supports glob patterns) |
find_references |
Find all usages of a symbol |
find_implementations |
Find interface implementors and derived classes |
find_callers |
Find direct callers of a method |
find_overrides |
Find overrides of virtual/abstract methods |
find_dead_code |
Detect unused types, methods, and properties (with filters) |
find_isolated_symbols |
Detect degree-0 types: no incoming refs and no solution-type deps |
find_god_nodes |
Identify types/methods with disproportionately high in-degree |
find_surprising_dependencies |
Rank unexpected cross-namespace edges by surprise score |
get_communities |
Partition namespaces into cohesive communities (label propagation) |
get_type_hierarchy |
Show inheritance chain, interfaces, and derived types |
get_public_api |
Get public surface without reading the full file |
get_symbol_detail |
Fu |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11