Umesh Malik Blog & Profile
com.umesh-malik/blog-mcpSearch Umesh Malik's blog, fetch posts as Markdown, list topics, get his profile.
Tools · 4
Full-text search across Umesh Malik's blog posts (titles, summaries, tags). Returns matching posts with slug, title, URL, summary, tags and publish date. Use for topics like AI engineering, LLMs, RAG,…
Fetch the full Markdown of a blog post by its slug (as returned by search_posts), including frontmatter metadata. Returns clean, agent-readable Markdown.
List the curated topic hubs (Claude Code, MCP, AI Search, LLM Engineering, AI Coding Agents) with their URLs.
Get Umesh Malik's professional profile — role, experience, skills, projects and contact — as the machine-readable llms.txt index.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"umesh_malik_blog_&_profile": {
"url": "https://umesh-malik.com/mcp",
"transport": "streamable-http"
}
}
}