Claude Code
Claude Code is Anthropic's agentic command-line tool. Add the Olympus MCP server with a single command.
Add the server
claude mcp add --transport http olympus https://mcp.olympusdao.finance/mcp
To make the server available across all of your projects, add it at user scope:
claude mcp add --transport http olympus https://mcp.olympusdao.finance/mcp --scope user
Verify
Run /mcp inside a Claude Code session to confirm the olympus server is connected and its tools are available.
Optional: your own upstream keys
Add --header "X-Olympus-Key-Graph: <your gateway key>" to the command above to use your own upstream API keys. See Bring your own keys.