AI & Machine Learning
gradien.ai
Provides persistent memory and context management for AI agents, including remembering, checkpointing, and external app integration.
ENDPOINT 1
https://core.gradien.ai/mcp
MCP server metadata
- Name
- core
- Version
- 1
Known tools 5
core_contextRetrieve bounded relevant awareness from the user's Core bank (not live Google).
Inferred read-onlycore_rememberPreserve one durable user-authored statement or clearly adopted outcome.
Inferred read-onlycore_checkpointPreserve one compact current work snapshot for handoffs and parallel agent continuity.
Inferred read-onlyCONNECT 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.
gradien.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.