Skip to content
Zed

Manticore Search for Zed

io.github.manticoresoftware/mcp-manticore

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

client:Zed transport:stdio runtime:pypi

Install Manticore Search in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-manticore": {
      "command": "uvx",
      "args": [
        "mcp-manticore"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Manticore Search in other clients