MCP Client Configuration
Connect your AI agent to this page's MCP server endpoint:
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"menageophysics.com": {
"type": "http",
"url": "https://menageophysics.com/feed/mcp"
}
}
}
ChatGPT
In ChatGPT, go to Settings → Connectors → Create and enter:
Name: menageophysics.com
URL: https://menageophysics.com/feed/mcp
OpenAI MCP docs →
Gemini
Add to Gemini CLI settings.json:
{
"mcpServers": {
"menageophysics.com": {
"httpUrl": "https://menageophysics.com/feed/mcp"
}
}
}
Claude Code
claude mcp add menageophysics.com \
--transport http https://menageophysics.com/feed/mcp