Skip to main content
Claude Code supports remote Streamable HTTP servers, OAuth discovery, and local, project, or user configuration scopes.

Connect with OAuth 2.1

1

Add the remote server

--scope user makes the server available across projects. Omit the flag for local project state, or use --scope project to write a shared .mcp.json entry.
2

Authorize MoleSignal

Alternatively, open Claude Code, run /mcp, select molesignal, and complete authentication.
3

Verify the server

For an SSH or headless terminal, print the authorization URL and paste the final callback URL back into Claude Code:

Connect with an API token

Use environment expansion in a project .mcp.json instead of committing a token:
Set MOLESIGNAL_MCP_TOKEN before starting Claude Code. Project-scoped servers require an explicit trust decision before the first connection. See the official Claude Code MCP documentation.
Last modified on August 13, 2026