Guides
AlphaSet up Fygment MCP
Connect hosted MCP clients or local editors to the Fygment MCP endpoint without exposing tokens or workspace-private data.
- Audience
- Users connecting Claude, ChatGPT, Manus, Perplexity, local editors, or CLI clients to Fygment MCP.
- Updated
- 2026-05-20
MCP setup gives AI clients access to workspace-scoped Fygment tools. Hosted clients use OAuth; local clients use guided setup and a local authenticated proxy where needed.
Hosted MCP setup
- 1
Copy the bare MCP endpoint
Use the public MCP server URL shown in workspace MCP setup. Hosted clients should discover OAuth metadata from the protected-resource challenge.
- 2
Complete OAuth
Authorize only after confirming the workspace. Tokens are workspace-scoped and should not expose other workspace data.
- 3
Verify tools
Use a simple search or get call to confirm the client can see workspace-visible Skills only.
Cloudflare/WAF
Allow user-triggered hosted MCP traffic
If a protected edge blocks hosted clients, allow the documented user-agent path for the hosted client before debugging the MCP tool registry itself.
Related docs
- Get started with Fygment
Start here when you need the shortest path from sign-in to a workspace that can import, review, install, and check governed AI Skills.
- Connect Claude Code to Fygment
The guided CLI path signs you in, previews the local change, and registers a local Fygment connector through the installed Claude CLI.
- Connect Claude Desktop to Fygment
Claude Desktop connects directly to Fygment’s hosted endpoint: paste the bare URL, leave static OAuth credentials blank, then approve the workspace in Fygment.
- Connect OpenAI Codex to Fygment
The guided CLI path signs you in, previews the local Codex registry change, and keeps workspace authentication in the Fygment CLI rather than a config file.
- Connect ChatGPT to Fygment
ChatGPT connects to Fygment’s hosted endpoint. Paste the URL exactly, choose OAuth when prompted, and approve only the workspace you intend to use.
- Connect another MCP client to Fygment
Use the bare hosted endpoint, select OAuth or protected-resource discovery, and confirm that the client can complete a workspace-scoped Fygment approval.
- CLI reference
The CLI is the local bridge between a governed workspace and writable AI harness targets. Use it for setup, install state, update checks, readiness, and selected imports.
- Troubleshooting
Start with safe, non-sensitive checks. Fygment support reports should capture bounded diagnostics, not package bodies, secrets, raw prompts, or local paths.