--- title: Trae description: How to use Agentic tools with Trae as an MCP client. --- Use the Add manually feature and fill in the JSON configuration information for that MCP server. For more details, visit the [Trae documentation](https://docs.trae.ai/ide/model-context-protocol?_lang=en). ## Example ```json { "mcpServers": { "@agentic/search": { "url": "https://gateway.agentic.so/@agentic/search/mcp" } } } ```