Content Tools
lingming.blog
Provides search and retrieval of blog articles from lingming.blog.
ENDPOINT 1
https://lingming.blog/mcp
MCP server metadata
- Name
- lingming-blog
- Version
- 1.0.0
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_postsFull-text search over all articles (posts, prompts, infographics) on lingming.blog.
Inferred read-onlyCONNECT 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.
lingming.blog is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.