Skip to content
GemFit.ai
Connect
Explore GemFit

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

Connection checklist

Start with the canonical HTTPS endpoint and let the client follow the published OAuth metadata. The user signs in to GemFit, reviews the requested scopes, and returns to the client through the standard authorization flow. Do not collect a GemFit password, copy a browser session, or embed a service-role credential in a local MCP configuration. After connecting, make a read-only profile-context call first, then create a disposable draft and confirm that it appears for review before enabling the integration in a normal workflow.

More

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