Skip to main content

Use Vamos inside Codex

Two commands: add the server, then sign in.

Codex keeps its MCP servers in a config file of its own. Two commands do the whole thing.

Adding the server

  1. Run codex mcp add vamos --url https://mcp.getvamos.ai/mcp

  2. Run codex mcp login vamos. Your browser opens. Sign in to Vamos.

  3. Check it with codex mcp list, or type /mcp inside Codex.

Where the setting lives

~/.codex/config.toml, shared by the Codex CLI, the IDE extension and the ChatGPT desktop app. The entry reads:

[mcp_servers.vamos]

url = "https://mcp.getvamos.ai/mcp"

A project can carry its own .codex/config.toml when you trust that project.

If something goes wrong

Codex does not recognise --url. The CLI is too old. Update it and run the command again.

It never signs in. Run codex mcp login vamos on its own. Sign-in is a separate step from adding the server, and adding it alone leaves the tools unusable.

Related

Did this answer your question?