Sumi-Docs-MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sumi-Docs-MCPsearch the docs for "rate limits""
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sumi Docs
English | 简体中文
Sumi Docs publishes one reviewed documentation corpus for two consumers:
people browse an Astro and Starlight website;
agents query the same corpus through a read-only MCP server.
The reviewed root docs/ tree and content catalog are the semantic source of
truth. The Web site and MCP server are independently addressable projections;
an agent host is the MCP client.
The source repository and
documentation site are public and
under active development. The MCP and corpus-contract packages are published
under the @sumi-labs scope. No tagged GitHub Release or supported binary has
been published.
Prerequisites
Node.js 25.5.0 or newer
pnpm 10.26.0 through Corepack or the version declared in
packageManagera trusted checkout when loading repository-provided agent host configuration
Related MCP server: docusaurus-plugin-mcp
First Run
pnpm install --frozen-lockfile
pnpm run build
node packages/mcp/dist/index.js doctor --jsonDoctor reports project-relative paths or external-source placeholders by
default. Add --show-paths only for local diagnosis; do not attach that output
to public issues or build artifacts.
The checked-in sumi-docs.config.json selects root docs/ and the example
OpenAPI document. Start the human site with:
pnpm --filter @sumi-labs/docs-web devOpen http://127.0.0.1:4321. Codex, Claude Code, and VS Code project adapters
are described in Agent host integration. They expose the
four MCP tools without requiring the optional maintainer Skill.
To expose the same corpus on a loopback Streamable HTTP endpoint:
node packages/mcp/dist/index.js serve --transport streamable-httpConnect a compatible MCP client to http://127.0.0.1:3000/mcp. The static Web
site and _mcp corpus projection do not themselves run that endpoint.
For a hardened local container using the same reviewed root corpus:
docker compose up --buildThe service exposes MCP at http://localhost:3000/mcp, liveness at /healthz,
and corpus readiness at /readyz. Docker is optional for source development;
public deployment still requires HTTPS termination and explicit Host policy.
The repository also provides three optional project workflows under
.agents/skills/: $sumi-docs-use for setup and operation, $sumi-docs-pr
for proposal and pull-request preparation, and $sumi-docs-audit for
read-only, evidence-bound repository and release audits. They route work but do
not replace MCP or publish remote changes.
Workspace
apps/web/ Astro/Starlight site and corpus publisher
packages/mcp/ stdio and Streamable HTTP MCP server and CLI
packages/corpus-contract/ manifest schemas and conformance fixtures
docs/ product handbook and default corpus
.agents/skills/ optional project usage and contribution workflowsMode | Command | Purpose |
Web development |
| Local browser site with reload |
MCP development |
| TypeScript server against its example corpus |
Production build |
| Build contract, MCP, and static site |
Compiled MCP |
| Serve the discovered project corpus over stdio |
Remote MCP endpoint |
| Serve the same corpus on loopback HTTP |
Validation |
| Package quality, tests, and dependency gates |
Cross-product validation |
| Exercise the generated Web corpus through MCP |
There are no required runtime secrets. SITE_URL is required only for a
release-site candidate. The container accepts documented SUMI_DOCS_*
deployment variables; generated output, local state, logs, caches, and .env
files remain ignored.
Package-specific instructions remain in each workspace. Active architecture
decisions live in the owning workspace's docs/decisions/ directory; the root
handbook presents their user-facing consequences without duplicating the
decision records.
Source and site visibility do not publish a tag, package, or binary. Those artifacts remain subject to the documented release gates.
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.
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
Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.
Document-to-Markdown MCP server — convert PDF, Office and HTML into LLM-ready Markdown.
MCP server for accessing curated awesome list documentation
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for markdown files — search, extract sections, list headings, find code blocks across docs.61305MIT
- AlicenseNot gradedqualityCmaintenanceExposes Docusaurus documentation and OpenAPI specs as an MCP server, enabling AI agents to search docs and inspect API endpoints.13MIT
- FlicenseNot gradedqualityBmaintenanceReusable, read-only MCP server that exposes a repo's knowledge files (backlog docs, decisions, design notes) as MCP resources over stdio.-
- AlicenseNot gradedqualityAmaintenanceMCP server for Astro/Starlight docs sites, providing search, get, and list tools for documentation content.2812MIT
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/starSumi/Sumi-Docs-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server