Back to MCP Servers
Trieve
Crawl, embed, chunk, search, and retrieve information from datasets through [Trieve](https://trieve.ai)
search-data-extractionai
By devflowinc
Installation
npx -y trieveConfiguration
{
"mcpServers": {
"trieve": {
"command": "npx",
"args": ["-y", "trieve"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes