javats-impact-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JAVATS_CONFIG | Yes | Path to the javats-mcp.config.json configuration file |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| index_projectC | Build/refresh the cross-stack index. Returns counts. |
| find_symbolA | Locate a class/method/field/enum/endpoint by name (file:line). |
| find_referencesC | Intra-language references to a symbol. |
| get_endpointD | Java endpoint <-> OpenAPI operation <-> DTO schema. |
| analyze_impactC | Cross-stack blast radius for a symbol, with confidence flags. |
| get_git_contextC | Recent authors, commits, and blame summary for a file or symbol. |
| explain_symbolC | Aggregate definition + refs + endpoint + git into one summary. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct aspect: indexing, symbol lookup, reference finding, endpoint details, cross-stack impact, git context, and summary aggregation. No overlap in purpose.
All tools follow a consistent verb_noun pattern in snake_case (e.g., find_symbol, get_endpoint), making them predictable and easy to differentiate.
With 7 tools, the set is well-scoped for a code impact analysis domain. Each tool serves a clear role without being too many or too few.
The tools cover core workflows: indexing, searching, referencing, endpoint mapping, impact analysis, and git context. Minor gaps exist like direct file content retrieval, but the set is sufficient for its stated purpose.