← umesh-malik.com
INDIVIDUAL MCP TOOL
search_posts
Full-text search across Umesh Malik's blog posts (titles, summaries, tags).
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 endpoint
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.umesh-malik-portfolio]
url = "https://umesh-malik.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"umesh-malik-portfolio": {
"type": "http",
"url": "https://umesh-malik.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: umesh-malik-portfolio
Remote MCP URL: https://umesh-malik.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": {
"umesh-malik-portfolio": {
"url": "https://umesh-malik.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"umesh-malik-portfolio": {
"type": "http",
"url": "https://umesh-malik.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "umesh-malik-portfolio",
"transport": "streamable-http",
"url": "https://umesh-malik.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_post— Fetch the full Markdown of a blog post by its slug (as returned by search_posts), including frontmatter metadata.list_topics— List the curated topic hubs (Claude Code, LLM Engineering, AI Coding Agents) with their URLs.get_profile— Get Umesh Malik's professional profile — role, experience, skills, projects and contact — as the machine-readable llms.txt index.