Skip to content
Cursor

Manticore Search for Cursor

io.github.manticoresoftware/mcp-manticore

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

client:Cursor transport:stdio runtime:pypi

Install Manticore Search in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Manticore Search in other clients