← Registry

Content Tools

cho.sh

Searches and retrieves content from Sunghyun Cho's cho.sh digital garden, including notes, mini-apps, coding problems, news, and papers.

1 endpoint3 known toolsFirst detected September 10, 2026Last detected September 10, 2026

ENDPOINT 1

https://cho.sh/mcp

No auth detected

MCP server metadata

Name
cho-sh
Version
1.0.0
Capabilities
tools
Server instructions

When to use cho.sh: search or read Sunghyun Cho's digital garden, list public mini-apps, or fetch a page as Markdown. Call POST https://cho.sh/mcp (Streamable HTTP). Do not use this server to submit judge code or access someone else's private sessions.

Known tools 3

search_cho_sh

Full-text search across cho.sh: notes in Sunghyun Cho's digital garden, mini-apps, coding problems, news, and papers.

Inferred read-only
get_page

Fetch the Markdown twin of a public cho.sh path (home, about, developers, a note hex, a mini-app).

Inferred read-only
list_surfaces

List cho.sh public surfaces and developer resources (llms.txt, OpenAPI, MCP).

Inferred read-only

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.cho-sh]
url = "https://cho.sh/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cho-sh": {
      "type": "http",
      "url": "https://cho.sh/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cho-sh
Remote MCP URL: https://cho.sh/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": {
    "cho-sh": {
      "url": "https://cho.sh/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cho-sh": {
      "type": "http",
      "url": "https://cho.sh/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cho-sh",
  "transport": "streamable-http",
  "url": "https://cho.sh/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.