Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Condor

FreeNot checked

Enables searching a product catalog stored in SQLite by category via the catalog.search tool.

GitHubEmbed

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 given category.

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

from github.com/locus-x64/condor-mcp

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-mcp

FAQ

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

Compare Condor with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All data MCPs