Search papers, books, code, legal cases, forums, Wikipedia, and more from one API.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-mefengl-jail-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for io.github.mefengl/jail-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Status: backend offline.
Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more.
Connect to the hosted MCP server:
https://api.jail.li/mcp
Get API key for higher limits — append ?jailApiKey= to the URL.
claude mcp add --transport http jail https://api.jail.li/mcp
With API key:
claude mcp add --transport http jail "https://api.jail.li/mcp?jailApiKey=sk_live_..."
codex mcp add jail --url https://api.jail.li/mcp
With API key: codex mcp add jail --url "https://api.jail.li/mcp?jailApiKey=sk_live_..."
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"jail": {
"url": "https://api.jail.li/mcp"
}
}
}
With API key: "url": "https://api.jail.li/mcp?jailApiKey=sk_live_..."
Add to .vscode/mcp.json:
{
"servers": {
"jail": {
"type": "http",
"url": "https://api.jail.li/mcp"
}
}
}
With API key: "url": "https://api.jail.li/mcp?jailApiKey=sk_live_..."
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"jail": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.jail.li/mcp"]
}
}
}
With API key: "args": ["-y", "mcp-remote", "https://api.jail.li/mcp?jailApiKey=sk_live_..."]
Add to your opencode.json:
{
"mcp": {
"jail": {
"type": "remote",
"url": "https://api.jail.li/mcp",
"enabled": true
}
}
}
With API key: "url": "https://api.jail.li/mcp?jailApiKey=sk_live_..."
Edit ~/.copilot/mcp-config.json:
{
"mcpServers": {
"jail": {
"type": "http",
"url": "https://api.jail.li/mcp"
}
}
}
With API key: "url": "https://api.jail.li/mcp?jailApiKey=sk_live_..."
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"jail": {
"serverUrl": "https://api.jail.li/mcp"
}
}
}
With API key: "serverUrl": "https://api.jail.li/mcp?jailApiKey=sk_live_..."
Add to ~/.hermes/config.yaml:
mcp_servers:
jail:
url: "https://api.jail.li/mcp"
With API key: url: "https://api.jail.li/mcp?jailApiKey=sk_live_..."
Or install the skill: hermes skill install jail-search
{
"mcpServers": {
"jail": {
"command": "npx",
"args": ["-y", "jail-mcp@latest"]
}
}
}
Or with Python: "command": "uvx", "args": ["jail-mcp"]
For API key with stdio: "env": { "JAIL_API_KEY": "sk_live_..." }
| Tool | What it does |
|---|---|
search | Search across all content types. Filter by type, paginate |