mcpbeat Sign in

Manticore Search MCP Server

by manticoresoftware Your server? Claim it
local only

Manticore Search runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from pypi. Last commit 2 Apr 2026.

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

Installs per day peak 28 · avg 11 · -10% w/w
a month agotoday
75
Installs / week
pypi · mcp-manticore
5
Stars
0 open issues
2 Apr 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Manticore Search every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-manticore -- uvx mcp-manticore
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-manticore": {
      "args": [
        "mcp-manticore"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-manticore]
command = "uvx"
args = ["mcp-manticore"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-manticore": {
      "args": [
        "mcp-manticore"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-manticore": {
      "args": [
        "mcp-manticore"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Manticore Search

same job, measured the same way
Safedb MCP
by narekmalk

A secure MCP server that lets AI agents query databases safely.

34 installs/wk local only
MCP Server Digitalocean
by truecallerabreham

MCP server for DigitalOcean — manage Droplets, databases, domains, and more

58 installs/wk local only
openLCA MCP Server
by below280

Connect AI assistants to openLCA. 31 tools for database search, model building, and LCIA.

4 503 installs/wk local only
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

38 installs/wk local only
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

30 installs/wk local only
Snowflake MCP Server
by nsphung

A Snowflake MCP server — SQL queries, schema exploration, and data insights for AI assistants

591 installs/wk local only
MCP Neo4j Aura Manager
by neo4j-contrib

MCP server for Neo4j Aura Database Instance Manager.

159 installs/wk local only

Manticore Search — questions

Answers built from our own checks of this server.

Why is there no uptime for Manticore Search?
Manticore Search runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-manticore was installed 75 times last week.
How do I connect Manticore Search?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-manticore straight from pypi; nothing to host, nothing to sign up for.
How many people use Manticore Search?
The pypi package mcp-manticore was installed 75 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Manticore Search open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.