Condor
FreeNot checkedEnables searching a product catalog stored in SQLite by category via the catalog.search tool.
About
Enables searching a product catalog stored in SQLite by category via the catalog.search tool.
README
A minimal stdio MCP server exposing a single tool (catalog.search) that
queries a product catalog stored in an in-memory SQLite database
(node:sqlite, no external dependencies).
Tool
catalog.search— returns the public columns (name, category, price) for products in a givencategory.
Transport
stdio (newline-delimited JSON-RPC 2.0 on stdin/stdout). Methods:
initialize, tools/list, tools/call.
Layout
src/
server.js stdio JSON-RPC loop
db.js in-memory SQLite setup + query helper
tools.js tool definitions + handler
Running
node src/server.js
# then write JSON-RPC requests, one per line, to stdin
Installing Condor
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/locus-x64/condor-mcpFAQ
Is Condor MCP free?
Yes, Condor MCP is free — one-click install via Unyly at no cost.
Does Condor need an API key?
No, Condor runs without API keys or environment variables.
Is Condor hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Condor in Claude Desktop, Claude Code or Cursor?
Open Condor on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolCompare Condor with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
