corpus-inference-query

acoletti/corpus-inference-query
★ 0 stars Python Other Updated 3d ago
MCP server for writing-corpus inference and standards checking
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": {
    "corpus-inference-que": {
      "command": "uvx",
      "args": [
        "corpus-inference-query"
      ]
    }
  }
}

Or install with pip: pip install corpus-inference-query