GemFit.ai Developers

GemFit MCP setup.

GemFit provides a secure Model Context Protocol server for authenticated users. Use it when a user asks Claude Code, OpenAI/Codex, OpenClaw, LM Studio, MCP Inspector, or another compatible assistant to read GemFit context or prepare food, workout, body metric, plan, edit, or delete review drafts.

Canonical MCP endpoint

https://gemfit.ai/api/gemfit/mcp

Claude Code setup

claude mcp add --transport http gemfit https://gemfit.ai/api/gemfit/mcp

Claude app + mobile setup

  1. On Claude web, open Customize → Connectors → Add custom connector.
  2. Choose HTTP transport and paste https://gemfit.ai/api/gemfit/mcp.
  3. Complete GemFit OAuth once in the browser.
  4. Open Claude mobile and enable GemFit from the chat connector/tools menu.

Claude mobile can use the account-level connector after web setup. Add new custom connectors from Claude web.

Generic HTTP MCP client config

{
  "name": "GemFit MCP",
  "transport": "http",
  "url": "https://gemfit.ai/api/gemfit/mcp"
}

LM Studio mcp.json

{
  "mcpServers": {
    "gemfit": {
      "url": "https://gemfit.ai/api/gemfit/mcp"
    }
  }
}

OAuth 2.1 + PKCE metadata is published at /.well-known/oauth-protected-resource/api/gemfit/mcp and /.well-known/oauth-authorization-server. Users approve scopes in GemFit Connect.

Important behavior

More

Full MCP docs: https://gemfit.ai/mcp. Plain text: https://gemfit.ai/mcp.txt. User review portal: https://gemfit.ai/connect.