← Index

JAIL Search

io.github.mefengl/jail-mcp·v1.4.0·Search
Quality Score
95
/100

Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://api.jail.li/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "jail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jail-mcp"
      ],
      "env": {
        "JAIL_API_KEY": "<your-jail_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "jail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jail-mcp"
      ],
      "env": {
        "JAIL_API_KEY": "<your-jail_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y jail-mcp
Claude Desktop (uvx)
{
  "mcpServers": {
    "jail-mcp": {
      "command": "uvx",
      "args": [
        "jail-mcp"
      ],
      "env": {
        "JAIL_API_KEY": "<your-jail_api_key>"
      }
    }
  }
}
§02  Environment variables
JAIL_API_KEY
secret

JAIL Pro API key from jail.li. Optional: trial works without a key.

JAIL_API_KEY
secret

JAIL Pro API key from jail.li. Optional: trial works without a key.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Search