ai-assistant-codex
Codex
Install the Codex IDE extension and
sign in with your ChatGPT account.
- Open the Codex panel in Visual Studio Code.
- Open the gear menu and select MCP servers.
- Select Add server.
- Choose Streamable HTTP and enter the following URL:
https://signicat-documentation.mcp.kapa.ai
- Enter
signicat-docsas the server name. - Save the server and select Restart extension.
- Select Authenticate when prompted and complete the Kapa authentication flow in your browser.
You can also configure the server in ~/.codex/config.toml:
[mcp_servers.signicat-docs]
url = "https://signicat-documentation.mcp.kapa.ai"
Then run the following command to authenticate:
codex mcp login signicat-docs
After authentication, enable the Signicat tools in the Codex chat. You can use /mcp in the Codex terminal interface to view the connected server and its tools.
See the official Codex MCP documentation for more information.