← gradien.ai

INDIVIDUAL MCP TOOL

core_read

Read one exact authorized Core resource from an opaque resource URI.

gradien.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://core.gradien.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for core_read and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

gradien.ai

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.core]
url = "https://core.gradien.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "core": {
      "type": "http",
      "url": "https://core.gradien.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: core
Remote MCP URL: https://core.gradien.ai/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": {
    "core": {
      "url": "https://core.gradien.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "core": {
      "type": "http",
      "url": "https://core.gradien.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "core",
  "transport": "streamable-http",
  "url": "https://core.gradien.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • core_context — Retrieve bounded relevant awareness from the user's Core bank (not live Google).
  • core_remember — Preserve one durable user-authored statement or clearly adopted outcome.
  • core_checkpoint — Preserve one compact current work snapshot for handoffs and parallel agent continuity.
  • core_use_apps — Discover and run exact enabled external app actions via Composio.