← magidmroueh.com

INDIVIDUAL MCP TOOL

list_blog_posts

List all blog posts with metadata (slug, title, subtitle, date, tags, format) and a content_url that serves full markdown via content negotiation.

magidmroueh.comnone authenticationAvailability not checked

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

magidmroueh.com

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_profile — Return a structured summary of who Abdel-Magid Mroueh is (role, location, contact, links).
  • get_resume — Return the full resume: summary, skills, work experience, earlier career, education, certifications.
  • read_blog_post — Return metadata for a blog post by slug.
  • list_side_projects — List side projects with descriptions, status, tags, and URLs.
  • get_tech_journey — Return the tech radar (languages / frameworks / platforms / tools × core / adopt / trial / retired) and career eras.