← soyesterday.ai

INDIVIDUAL MCP TOOL

get_knowledge_graph

Get the knowledge graph data — nodes (concepts) and edges (relationships).

soyesterday.ainone authenticationAvailability not checked

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 endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_latest — Get a one-call briefing: latest daily digest (full content), 5 recent highlighted videos with summaries, 3 latest essays, and knowledge base stats.
  • search — Search the AI knowledge base across all content types (videos, knowledge concepts, essays, digests, personas).
  • get_video — Get a video's executive summary, key points, and optionally the full transcript.
  • list_videos — Browse videos with optional filters by channel or tag.
  • get_knowledge — Read a knowledge concept article with related concept links.
  • get_essay — Read a full original essay on AI transformation.
  • get_digest — Read a daily digest of the 5 most important AI developments for a specific date.
  • get_latest_digest — Get the most recent daily digest.