Agentic research for macroeconomics
Back to MCP integrations
OpenAI

ChatGPT MCP Setup

Connect MESHH to Codex and use Japanese public-source tools from OpenAI's coding environment.

Setup

Enable MESHH in Codex

  1. Open Codex CLI or the Codex app and go to MCP server management.
  2. Register the MESHH endpoint as a server and save it as meshh.
  3. You can also add the same server from the CLI with the codex mcp add command.
  4. Once connected, Codex can use search, search_entities, get_entity, get_entity_items, get_item, diff_item, and get_stats through MESHH.
Codex command
codex mcp add meshh --url https://meshh.ai/mcp
Connection

Use this MCP endpoint

MCP endpoint
https://meshh.ai/mcp

Inside Codex, the connected agent appears as MESHH.

Ask your client

Have your AI walk you through it

Paste this prompt into Codex and let it guide the setup.

Setup prompt
I want to add the MESHH MCP server to Codex.

Endpoint: https://meshh.ai/mcp
Server name: meshh

Please walk me through:
1. The exact `codex mcp add` command to run.
2. How to confirm the server is registered.
3. How to verify it works by calling MESHH's `search` tool with a small test query.

If anything fails, ask me about the error and help me debug.