Content Tools
gael-demette.fr
Provides access to a personal CV and blog posts with full Markdown content.
ENDPOINT 1
https://gael-demette.fr/mcp
MCP server metadata
- Name
- gael-demette.fr
- Version
- 1.0.0
Known tools 3
getCVReturns Gaël Demette's full CV: personal info (name, age, location), professional experiences, education, certifications, technical skills, languages.
Inferred read-onlygetBlogPostsReturns the list of published blog posts: title, slug, description, tags, publication date.
Inferred read-onlygetBlogPostReturns one blog post including its full Markdown body (frontmatter + content).
Potential side effectsCONNECT 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.gael-demette-fr]
url = "https://gael-demette.fr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gael-demette-fr": {
"type": "http",
"url": "https://gael-demette.fr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gael-demette-fr
Remote MCP URL: https://gael-demette.fr/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": {
"gael-demette-fr": {
"url": "https://gael-demette.fr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gael-demette-fr": {
"type": "http",
"url": "https://gael-demette.fr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gael-demette-fr",
"transport": "streamable-http",
"url": "https://gael-demette.fr/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gael-demette.fr was fetched 2026-08-02T05:01:18.913Z and is being refreshed.
gael-demette.fr is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.