Portfolio of Médéric Hurier (Fmind) — a self-contained Go + Templ + Tailwind/DaisyUI site on Cloud Run, server-rendered with a built-in MCP server for AI agents.
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": {
"www-fmind-dev": {
"command": "go",
"args": [
"run",
"github.com/fmind/www-fmind-dev@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add www-fmind-dev go run github.com/fmind/www-fmind-dev@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"www-fmind-dev": {
"command": "go",
"args": [
"run",
"github.com/fmind/www-fmind-dev@latest"
]
}
}
}
📋 Copy