conceptio-cli

0x923041-dotcom/conceptio-cli
★ 0 stars Python Code/Dev Tools Updated 4d ago
Terminal-first search + Model Context Protocol (MCP) server for 580,000+ open-access papers, standards and legal documents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "conceptio-cli": {
      "command": "uvx",
      "args": [
        "conceptio-cli"
      ]
    }
  }
}

Or install with pip: pip install conceptio-cli