Content Tools
uyeon.dev
Provides access to a blog's published posts and projects, allowing listing, retrieval by slug, and keyword search.
ENDPOINT 1
https://uyeon.dev/mcp
MCP server metadata
- Name
- uyeon-blog-public
- Version
- 1.0.0
uyeon.dev 블로그의 공개 read-only 서버. 게시(published)된 글·프로젝트·소개만 조회할 수 있다. 본문은 마크다운으로 반환되고, 콘텐츠는 ko/en 두 언어가 쌍으로 존재한다. 모든 응답에 공개 URL이 포함된다 — 사용자에게 출처를 안내할 때 그 URL을 사용하라.
Known tools 6
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.uyeon-blog-public]
url = "https://uyeon.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"uyeon-blog-public": {
"type": "http",
"url": "https://uyeon.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: uyeon-blog-public
Remote MCP URL: https://uyeon.dev/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": {
"uyeon-blog-public": {
"url": "https://uyeon.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"uyeon-blog-public": {
"type": "http",
"url": "https://uyeon.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "uyeon-blog-public",
"transport": "streamable-http",
"url": "https://uyeon.dev/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.