# GRIFFai remote MCP

Use `https://mcp.griff.run/mcp` as the remote Streamable HTTP endpoint.

Interactive clients should use OAuth discovery. Headless services may request a token from `https://mcp.griff.run/token` with `grant_type=client_credentials`, the workspace slug as `client_id`, the workspace access key as `client_secret`, and `resource=https://mcp.griff.run/mcp`. Store the secret in the client's credential store, never in a checked-in config.

See https://docs.griff.run/developer/integrations/remote-mcp for complete setup and troubleshooting.
