Doxygen MCP Server
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 |
|---|---|
| create_doxygen_projectC | Initialize a new Doxygen documentation project with configuration |
| generate_documentationC | Generate documentation from source code using Doxygen |
| scan_projectC | Analyze project structure and identify documentation opportunities |
| validate_documentationC | Check for documentation warnings, missing docs, and coverage analysis |
| create_doxyfileC | Generate a Doxyfile configuration with specified settings |
| check_doxygen_installC | Verify Doxygen installation and capabilities |
| suggest_file_patternsC | Suggest appropriate file patterns for a project |
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 has a distinct purpose: checking installation, creating config, initializing project, generating docs, scanning project, suggesting patterns, and validating. No ambiguity.
All tool names follow a consistent verb_noun pattern (e.g., check_doxygen_install, create_doxyfile, generate_documentation), using lowercase snake_case throughout.
With 7 tools, the server is well-scoped for its purpose of Doxygen documentation management. Each tool is necessary and balanced.
The tool set covers the full lifecycle from installation verification to documentation generation and validation, with additional analysis and suggestion tools. No obvious gaps.