AI & Machine Learning
thechrisgrey.com
Allows searching and retrieving blog posts from Christian Perez's blog and querying an AI agent about Christian Perez's work and background.
ENDPOINT 1
https://mcp.thechrisgrey.com
MCP server metadata
- Name
- alti-mcp
- Version
- 1.0.0
Alti gives external AI clients access to Christian Perez's blog and the Alti agent. Use search_blog to discover posts, get_blog_post to read full content, and ask_alti to have a conversational exchange with the agent.
Known tools 3
get_blog_postRetrieve the full text of a single Christian Perez blog post by slug.
Potential side effectsask_altiAsk Alti, Christian Perez's AI agent, a single question about Christian — his work at Altivum, The Vector Podcast, his book 'Beyond the Assessment', his military service as a Green Beret, or his AWS / Applied AI engineering practice.
Inferred read-onlyCONNECT 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.alti-mcp]
url = "https://mcp.thechrisgrey.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alti-mcp": {
"type": "http",
"url": "https://mcp.thechrisgrey.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alti-mcp
Remote MCP URL: https://mcp.thechrisgrey.com
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": {
"alti-mcp": {
"url": "https://mcp.thechrisgrey.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alti-mcp": {
"type": "http",
"url": "https://mcp.thechrisgrey.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alti-mcp",
"transport": "streamable-http",
"url": "https://mcp.thechrisgrey.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.