Skip to main content
Glama

DoxygenMcpAccess

MCP server to expose Doxygen documentation (XML output) to an AI agent.

Usage :

  1. In the Doxyfile of your library, enable XML output:

    GENERATE_XML = YES

    then run doxygen normally. Doxygen produces a xml/ directory (by default) containing an index.xml + one XML file per documented entity (class, file, namespace...).

  2. Install the dependencies:

    pip install -r requirements.txt
  3. Run the server, pointing to the xml/ directory and giving it a name that includes the library name (used in tool names to avoid confusion with the current project) :

    DOXYGEN_XML_DIR=/path/to/xml \
    LIBRARY_NAME=libfoo \
    python doxygen_mcp_server.py
  4. The MCP server is now running at adress http://127.0.0.1:9000/mcp

Tools

The library name, LIBRARY_NAME, is injected into tool names to avoid any ambiguity with the current project or the documentation from an other library :

  • search_symbols_in_<LIBRARY_NAME>(query)

  • get_doc_from_<LIBRARY_NAME>(name)

  • list_members_in_<LIBRARY_NAME>(class_name)

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crespinl/DoxygenMcpAccess'

If you have feedback or need assistance with the MCP directory API, please join our Discord server