Connect the Enrichley MCP server to your AI assistant in a couple of minutes. You will need an Enrichley account on a paid plan.Documentation Index
Fetch the complete documentation index at: https://docs.enrichley.io/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- An Enrichley paid plan (sign up).
- An AI client that supports remote MCP servers with OAuth (Claude Code, Cursor, VS Code, or Codex).
MCP endpoint
Use this URL wherever your client asks for the MCP server URL:Client setup
- Claude Code
- Cursor
- VS Code
- Codex
Add the server with the Claude Code CLI:Then open Claude Code and run:Follow the browser prompt to sign in to your Enrichley account and authorize the requested scopes. Claude Code stores and refreshes the OAuth token on your machine.Scope optionsPass
Example — share with your team via the project-level config:Each teammate still completes the OAuth flow with their own Enrichley account.Alternative — add via JSONProject-local Use the
--scope to control where the server is available and where the config is stored:| Flag | Scope | Config file |
|---|---|---|
--scope local (default) | Current project only | ~/.claude.json |
--scope project | Shared with team | .mcp.json in project root |
--scope user | All your projects | ~/.claude.json |
.mcp.jsonIf you prefer to commit the config directly, drop this in your repo root:/mcp menu in Claude Code to clear authentication or reconnect.More clients
Beyond the four clients above, the Enrichley MCP server has been validated against these additional MCP-compatible clients. Pick your client below for setup details.Amazon Q Developer CLI
Amazon Q Developer CLI
Amazon Q Developer CLI supports remote HTTP MCP servers with OAuth.Config file: After saving, start a Q CLI session with an agent that includes this server. Run
~/.aws/amazonq/mcp.json (global) or .amazonq/mcp.json (workspace)/mcp — Q CLI will mark the server as “not yet loaded” and provide an authorization URL. Open it in your browser, sign in to Enrichley, and authorize the requested scopes.Cline (VS Code extension)
Cline (VS Code extension)
Cline supports remote HTTP MCP servers via the On first connect, Cline displays an OAuth URL in VS Code. Click it to complete sign-in in your browser. Cline stores credentials securely and reconnects automatically when you reload.
streamableHttp transport, including OAuth.Open the Cline panel → Configure → Configure MCP Servers, and add:Gemini CLI
Gemini CLI
Gemini CLI supports remote HTTP MCP servers with OAuth via auto-discovery.Config file: Gemini CLI auto-detects HTTP transport, falls back to SSE if needed, and discovers the OAuth flow from the server’s protected-resource metadata. On first use it opens your browser for sign-in.
~/.gemini/settings.json (user) or .gemini/settings.json (project)JetBrains IDEs (AI Assistant 2025.2+)
JetBrains IDEs (AI Assistant 2025.2+)
JetBrains AI Assistant supports remote MCP servers with OAuth 2.1 + PKCE in version 2025.2 and newer.Open Settings → Tools → AI Assistant → Model Context Protocol (MCP) and add a new server, or edit the JSON config directly:When you first invoke an Enrichley tool, the IDE opens your browser to complete the OAuth flow. Tokens are stored and refreshed automatically.
Requires AI Assistant 2025.2 or newer for full OAuth + Streamable HTTP support.
Roo Code (workaround required)
Roo Code (workaround required)
Roo Code’s native
streamable-http transport does not yet trigger OAuth flows reliably on a 401 challenge (tracked in Issue #8119). Until that ships, use mcp-remote as a local stdio bridge — it handles OAuth on Roo Code’s behalf.Open Roo Code’s MCP settings and add:mcp-remote opens your browser for OAuth on first run and caches tokens locally. Once Roo Code adds native OAuth 2.1 support, you can switch to a direct HTTP config.Zed
Zed
Zed supports remote HTTP MCP servers with OAuth. Note that Zed uses When no
context_servers in its config (not mcpServers).Open Zed’s settings (Cmd+, on macOS) and add:Authorization header is configured, Zed initiates the standard MCP OAuth flow on first use.Not currently supported
Other MCP-compatible clients
The Enrichley MCP server works with any client that implements Streamable HTTP transport with OAuth 2.1 + PKCE. If your client meets that bar, point it at:Static-API-key client configurations (using a header field like
x-api-key) are not supported. The Enrichley MCP server requires OAuth.Verify the connection
Ask your AI assistant:“Check my Enrichley credit balance.”Your assistant should call the
enrichley_get_account_status tool and return your remaining credits and current rate-limit window. This call is free — it does not consume credits.
If it works, you’re done. If not, see Troubleshooting.
Next steps
Tools Reference
See what each tool returns and how credits are counted.
Authentication
Learn how authorization works and how to disconnect.

