Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
- A tool name, description or schema mentions credentials.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.scry-io]
url = "https://mcp.scry.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scry-io": {
"type": "http",
"url": "https://mcp.scry.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scry-io
Remote MCP URL: https://mcp.scry.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"scry-io": {
"url": "https://mcp.scry.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scry-io": {
"type": "http",
"url": "https://mcp.scry.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scry-io",
"transport": "streamable-http",
"url": "https://mcp.scry.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
scry_query— Run a SELECT-only SQL query against Scry (scry.* views).scry_schema— Return the current Scry schema metadata (tables, views, columns, nullability, and row estimates).scry_rerank— Run the multi-attribute reranker over a SQL candidate set or cached list.scry_embed— Embed text and store it as a named vector (`@handle`) for SQL queries.scry_list_vectors— List stored embedding handles for your API key (requires API key).