Connect your coding agent to Heplon

This guide registers Heplon as an MCP server in your coding agent.

What you need

  • Heplon's base URL and its /mcp endpoint (for example https://heplon.example.com/mcp).

Claude Code

Register the server:

claude mcp add --transport http heplon https://heplon.example.com/mcp

Replace the URL with your Heplon base URL. The name heplon is the label Claude Code uses for the server.

Start Claude Code and run /mcp. Claude Code lists the server and its connection status. If Heplon requires sign-in, follow the browser flow to authorize. Once the status is connected, Claude Code will use Heplon's MCP tools when appropriate.

Other coding agents

Most other coding agents work similarly to Claude Code. Check their docs for how to add an MCP server, then point them at Heplon's /mcp endpoint.

Verify the connection

Ask your agent something that uses the graph, for example:

What services does Heplon know about?

The agent calls ask and returns the answer.

See also