mcp-server-minecraft-mod-devdoc
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_providersA | |
| get_structureC | |
| get_full_contentC | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| devdoc-usage-example | Provides instructions on how to use the Minecraft Mod Documentation MCP server. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct, non-overlapping purpose: one lists available providers, one retrieves file structure, and one fetches full content. No ambiguity.
All tools follow a consistent `get_*` verb-noun pattern, making them predictable and easy to understand.
With 3 tools, the set is minimal but covers the core functionality of browsing documentation. It could be expanded, but it is reasonable for a focused read-only server.
The tools cover browsing (providers, structure, content) but lack search or filtering capabilities, which are common in documentation systems. This is a notable gap for an agent needing specific information.