Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

AI Worlds CLI Knowledge

com.claude-world/worlds-knowledge

Source-checked CLI guides and model-aware planning for Claude Code, Codex, and Grok Build.

Uptime
100.0%
1 direct probes · 30d
Response
258ms
last probe
Tools
12
callable
Resources
1
readable
Prompts
3
available

Tools · 12

worlds_search_knowledge

Search 162 multilingual, source-checked operating manuals for Claude Code, Codex, and Grok Build: 18 CLI usage and feature modules per product in English, Traditional Chinese, and Japanese. Website ar…

worlds_get_document

Read the bounded public excerpt and metadata for one source-checked CLI manual returned by worlds_search_knowledge. Follow canonical_url for the complete manual. Structured CLI command tools remain co…

worlds_compare_cli_workflows

Find evidence for the same task across Claude Code, Codex, and Grok Build without pretending their commands or authority models are identical. Returns separately ranked groups with source dates and ca…

worlds_list_catalog

Return public corpus counts, supported worlds, languages, products, source-quality counts, the build commit, and the current publication gate. This public DTO deliberately excludes local paths, packag…

worlds_search_cli_reference

Search current command paths, flags, interactive commands, configuration names, environment-variable names, workflows, and release drift for Claude Code, Codex, and Grok Build. Results contain factual…

worlds_get_cli_command

Return one current command path with all captured flags, arguments, value shapes, availability, risk, release metadata, and official source links. Accepts a stable id or full command path.

worlds_get_cli_configuration

Search configuration keys and environment-variable names for one CLI. Returns public schema metadata and source links, never local values.

worlds_get_cli_workflow

Find one provider-specific workflow and its recorded command steps without translating flags between providers.

worlds_list_cli_versions

Return the exact release snapshot, capture date, factual entity counts, official sources, generated website reference, and drift status for all three CLIs.

worlds_list_cli_models

Return dated, source-grounded model catalogs for Claude Code, Codex, and Grok Build, including selector syntax, per-model effort support, availability constraints, and provider-native orchestration mo…

worlds_plan_cli_work

Create a read-only, dependency-aware work plan across Claude Code, Codex, and Grok Build. It selects a concrete dated-catalog model and supported native effort for each workstream, while keeping CLI f…

worlds_advise_hard_problem

Choose the maximum-depth model-and-effort pairing for one difficult problem within the caller's actual CLI set. For a single CLI it selects that provider's strongest catalog role; with multiple CLIs i…

Resources · 1

worlds-catalog

Public corpus inventory without control-plane paths or private build metadata.

worlds://catalog

Prompts · 3

worlds_plan_model_aware_work

Enter a planning mode that decomposes work, preserves continuity, and routes bounded workstreams by documented CLI and model fit while keeping native effort, provider orchestration, permissions, and v…

worlds_consult_hard_problem

Use the Worlds Knowledge MCP as a model-selection consultant for one difficult problem, including single-CLI users, without enabling orchestration or expanding authority.

worlds_research_cli_workflow

Create a retrieval-first prompt for answering a Claude Code, Codex, or Grok Build operating question with dated evidence.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai_worlds_cli_knowledge": {
      "url": "https://mcp.claude-world.com/mcp",
      "transport": "streamable-http"
    }
  }
}