Skip to main content
Every agent needs the same two values. Only the place where you put them is different. Select your agent below. Each guide starts with the key, so you can follow one tab from start to end.
Claude Code adds remote MCP servers with the claude mcp add command.
1

Copy your MCP authorization key

  1. Sign in to the Aquila dashboard.
  2. Open the user menu (your avatar, top right) and select Settings.
  3. Select MCP Server. The direct link is aquila.attaxr.com/dashboard/settings?section=mcp-server.
  4. In the Authorization key row, click Reveal. Then click Copy.
The key starts with aqmcp_. Anyone with the key can run recon as you. Keep it private.If Reveal is not available, Aquila stores your key as a hash only. Click Rotate key to get a key that you can copy. Rotation stops the old key immediately.
2

Add the Aquila server

Run this command in a terminal. Replace aqmcp_YOUR_KEY with your key.
--scope user makes Aquila available in all your projects. Claude Code stores the entry in ~/.claude.json, which only you can read.
3

Check the connection

The Aquila line must show Connected:
In a Claude Code session, type /mcp to see the server and its tools.
4

Use the tools

Ask Claude Code for recon work in plain language. For example: “Use the aquila list_scans tool to show my five newest scans.”

Share the server with your team

To give every teammate the server through the repository, add a .mcp.json file to the project root. The file reads each person’s key from the AQUILA_MCP_KEY environment variable, so no key goes into git.
.mcp.json
Put the key in the AQUILA_MCP_KEY environment variable. The agent reads the key from this variable, so the key never goes into a config file.
Claude Code asks each person to approve a project server one time. Until then, claude mcp list shows the server as Pending approval. Start claude in the project and approve the server.

Troubleshooting

Every tool call runs as you. Aquila stays inside the approved scope of your scans and rejects targets outside that scope. See the MCP overview for the full tool surface.