ScalaSemantic

MercurieVV/ScalaSemantic
★ 0 stars Scala AI/LLM Updated today
MCP server for deep semantic analysis of Scala via SemanticDB — exact find-usages, class hierarchies, implicit resolution & call paths for AI coding agents like Claude Code. Beyond grep and standard LSP.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scalasemantic": {
      "command": "npx",
      "args": [
        "-y",
        "MercurieVV/ScalaSemantic"
      ]
    }
  }
}

README Excerpt

**ScalaSemantic** helps AI understand your Scala code like the compiler does. Instead of asking an agent to guess from text search (grep), you let it query compiler-emitted **SemanticDB** for exact symbols, types, implicits, inheritance, usages, and call paths. For a Scala developer, that means an agent can answer questions like:

Tools (11)

call_pathclass_hierarchyfind_overloadsfind_symbolfind_usagesgrepmembersmethod_signatureresolve_implicitstrace_implicit_chaintype_at_position

Topics

aiai-toolsclaudeclaude-codecode-analysiscode-intelligencedeveloper-toolsllmmcpmodel-context-protocolsbtsbt-pluginscalascala3scalameta