INDIVIDUAL MCP TOOL
worlds_get_cli_configuration
Search configuration keys and environment-variable names for one CLI.
LIVE ENDPOINT
https://mcp.claude-world.com/mcp
Connect to this endpoint to inspect the live schema for worlds_get_cli_configuration and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.worlds-knowledge-mcp-server]
url = "https://mcp.claude-world.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"worlds-knowledge-mcp-server": {
"type": "http",
"url": "https://mcp.claude-world.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: worlds-knowledge-mcp-server
Remote MCP URL: https://mcp.claude-world.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"worlds-knowledge-mcp-server": {
"url": "https://mcp.claude-world.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"worlds-knowledge-mcp-server": {
"type": "http",
"url": "https://mcp.claude-world.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "worlds-knowledge-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.claude-world.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.worlds_get_document— Read the bounded public excerpt and metadata for one source-checked CLI manual returned by worlds_search_knowledge.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.worlds_list_catalog— Return public corpus counts, supported worlds, languages, products, source-quality counts, the build commit, and the current publication gate.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.worlds_get_cli_command— Return one current command path with all captured flags, arguments, value shapes, availability, risk, release metadata, and official source links.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.