← Registry

Content Tools

lingming.blog

Provides search and retrieval of blog articles from lingming.blog.

1 endpoint3 known toolsFirst detected July 23, 2026Last detected September 3, 2026

ENDPOINT 1

https://lingming.blog/mcp

No auth detected

MCP server metadata

Name
lingming-blog
Version
1.0.0
Capabilities
tools
Server instructions

Read-only access to lingming.blog, a Chinese blog on cognition, psychology, philosophy, AI and software engineering. Use search_posts to find articles, get_post to read one as Markdown, list_recent_posts for the latest. A curated site overview lives at https://lingming.blog/llms.txt.

Known tools 3

search_posts

Full-text search over all articles (posts, prompts, infographics) on lingming.blog.

Inferred read-only
get_post

Fetch one article as clean Markdown (metadata front matter + body).

Inferred read-only
list_recent_posts

List the most recently published articles, newest first.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for lingming.blog was fetched 2026-07-28T01:52:19.107Z and is being refreshed.

Trust status Neutral

lingming.blog is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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