Connect Alexandria to your tools.
Alexandria works in the chat on this site, and equally inside the AI tools you already use, through an MCP connection. Same corpus, same instruments, same credits, whichever door you come through.
Everything connects to one URL: https://alexandria.milux.co.uk/api/mcp
Tools authenticate one of two ways: a browser sign-in when you add the connector (OAuth), or an API key created on your account page and sent as a bearer header. Both arrive at the same place with the same access.
https://alexandria.milux.co.uk/api/mcpThe approved connection appears on your account page as a key named after the tool. Revoke it there any time.
https://alexandria.milux.co.uk/api/mcpCreate an API key on your account page, then:
claude mcp add --transport http alexandria https://alexandria.milux.co.uk/api/mcp \
--header "Authorization: Bearer alex_your_key_here"Any client supporting MCP over streamable HTTP works: configure the URL above, and either let it walk the OAuth flow or give it an API key as Authorization: Bearer alex_your_key_here. One key per tool is good practice; lost keys cost nothing, revoke and reissue on the account page.
Credits track the AI tokens an answer uses: a typical answer costs a few hundred credits from an allowance in the tens of thousands, a heavier run or an instrument settles at its real share, and refusals and clarifications are not charged. Connected tools and the site share one allowance.
Authorization: Bearer alex_... and the key is active on your account page.