Skip to main content
Glama

pysphinx_mcp

MCP server for browsing, searching, and reading Sphinx documentation sites.

PyPI Python License

Tools

  • list_pages(base_url): all pages on a docs site

  • read_page(base_url, page_path): page content as clean text

  • search_docs(base_url, query): full-text search via Sphinx search index

  • list_sections(base_url, page_path): heading structure (h1-h4) of a page

Related MCP server: MCP AI Docs

Install

pip install -U pysphinx_mcp

Usage

Register with any MCP host:

{
    "mcpServers": {
        "sphinx-docs": {
            "command": "python",
            "args": ["-m", "pysphinx_mcp"]
        }
    }
}

Or run directly:

python -m pysphinx_mcp

Use --log-level to control logging verbosity (default: INFO):

python -m pysphinx_mcp --log-level DEBUG
A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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/vmphase/pysphinx_mcp'

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