Manticore Search for VS Code
io.github.manticoresoftware/mcp-manticore
MCP server for Manticore Search — lets AI assistants query and manage search databases.
client:VS Code
transport:stdio
runtime:pypi
Install Manticore Search in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-manticore": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-manticore"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs