← contextely.com

INDIVIDUAL MCP TOOL

memory_get

Fetch a single memory object by id.

contextely.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.contextely.com/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

contextely.com

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.contextely]
url = "https://www.contextely.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "contextely": {
      "type": "http",
      "url": "https://www.contextely.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: contextely
Remote MCP URL: https://www.contextely.com/api/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": {
    "contextely": {
      "url": "https://www.contextely.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "contextely": {
      "type": "http",
      "url": "https://www.contextely.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "contextely",
  "transport": "streamable-http",
  "url": "https://www.contextely.com/api/mcp"
}
MCP Inspector

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

Related tools

  • context_search — Search the company's condensed working memory and return the memory objects this asker is entitled to see.
  • context_related — Given one memory object, return the memory objects most closely related to it, ranked by how much they share (entities first, then topics, then keywords).
  • context_expand — Read the complete current record from the system of record a memory object was condensed from.
  • sources_list — List the systems of record this workspace draws memory from, with each one's freshness policy and current sync status.
  • source_tools_list — List the read tools on connected systems that you may call THROUGH Contextely, without going via condensed memory.
  • source_tool_call — Call one of the tools from source_tools_list on the system that exposes it, and return its answer.
  • workspace_usage — Report the workspace's plan and how much of this month's metered retrieval and refresh allowance is left.
  • actions_list — List the actions you may invoke.