← Registry

AI & Machine Learning

gradien.ai

Provides persistent memory and context management for AI agents, including remembering, checkpointing, and external app integration.

1 endpoint5 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://core.gradien.ai/mcp

No auth detected

MCP server metadata

Name
core
Version
1
Capabilities
tools

Known tools 5

core_context

Retrieve bounded relevant awareness from the user's Core bank (not live Google).

Inferred read-only
core_read

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

Inferred read-only
core_remember

Preserve one durable user-authored statement or clearly adopted outcome.

Inferred read-only
core_checkpoint

Preserve one compact current work snapshot for handoffs and parallel agent continuity.

Inferred read-only
core_use_apps

Discover and run exact enabled external app actions via Composio.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for gradien.ai was fetched 2026-08-23T13:37:11.694Z.

Trust status Neutral

gradien.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.