Skip to content
Grok

Manticore Search for Grok

io.github.manticoresoftware/mcp-manticore

MCP server for Manticore Search — lets AI assistants query and manage search databases.

client:Grok transport:stdio runtime:pypi

Install Manticore Search in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-manticore": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-manticore"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Manticore Search in other clients