← Back to Plugins
MCP Server MCP

JAIL Search

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.jail.li/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "jail-mcp",
      "version": "1.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "JAIL Pro API key from jail.li. Optional: trial works without a key.",
          "isSecret": true,
          "name": "JAIL_API_KEY"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "jail-mcp",
      "version": "1.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "JAIL Pro API key from jail.li. Optional: trial works without a key.",
          "isSecret": true,
          "name": "JAIL_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm pypi

Comments

Sign in to leave a comment

Loading comments...