Personal portfolio on EmDash CMS — Astro SSR on Cloudflare Workers free plan, bilingual Arabic/English i18n, edge caching, MCP server, and integrated task tracker.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"free-emdash": {
"command": "npx",
"args": [
"-y",
"EngDawood/free-emdash"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add free-emdash npx -y EngDawood/free-emdash
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"free-emdash": {
"command": "npx",
"args": [
"-y",
"EngDawood/free-emdash"
]
}
}
}
📋 Copy