sphinxcontrib-mcp
sphinxcontrib-mcp
一个 FastMCP 服务器,用于暴露已构建 Sphinx 站点的导航、页面上下文、元数据和搜索工具。它读取由 sphinxcontrib-webmcp 生成的 webmcp.json 清单,因此服务器和浏览器端 WebMCP 集成共享同一个公共模式。
运行
sphinx-mcp --manifest docs/_build/html/webmcp.json默认传输方式为 stdio。如需使用 Streamable HTTP,请使用 --transport http --host 127.0.0.1 --port 8001。
Related MCP server: docs-mcp
工具
sphinx.get_page_context:返回页面标题、URL、源文件、标题和子页面。sphinx.list_navigation:返回 Sphinx 根节点和解析后的子节点。sphinx.get_documentation_metadata:返回公共构建、搜索和模式元数据。sphinx.search:搜索原生 Sphinx 引用或已配置的 docindex 后端。sphinx.navigate:解析同站页面,而不执行浏览器导航。
native、docindex、oxirs 和 meilisearch 搜索模式保持相互独立。服务器仅使用 public_api_key;不接受清单中的 Meilisearch 管理密钥。来自 OxiRS 和 Meilisearch 的搜索结果在单独的后端条目下返回。
This server cannot be installed
Maintenance
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
Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP.
Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.
Query any docs site via MCP. Submit a URL, ask questions, get cited answers.
MCP server for querying Forkast documentation
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides comprehensive access to MCP documentation through structured guides, full-text search, and interactive development workflows for building servers and clients.337MIT
- FlicenseNot gradedqualityDmaintenanceIndexes documentation sites by base URL and serves keyword search, optional semantic search, and Markdown page retrieval as MCP tools, all from a single SQLite file.
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients to access and read mdbook documentation, including structure, content, and search.203MIT
- FlicenseAqualityDmaintenanceEnables searching documentation from GitHub repositories and web pages via MCP tools, with in-memory indexing and caching for fast retrieval.3
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/westurner/sphinxcontrib-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server