← herndondryhurst.studio

INDIVIDUAL MCP TOOL

get_project_context

Return the project context for a project as Markdown, including metadata, summary, links, and either inline source text or a source index depending on project size.

herndondryhurst.studionone 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

herndondryhurst.studio

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_studio_overview — Return the studio overview and current project map.
  • list_projects — List projects in the Herndon Dryhurst studio corpus.
  • get_project — Return a single project with its summary and counts.
  • list_project_sources — List source documents inside a single project corpus.
  • get_project_source — Read one text-bearing source file from a project corpus by relative source path.
  • search_projects — Search project titles, descriptions, and summaries.
  • list_sources — List press and context sources.
  • search_book — Search the full text of 'All Media Is Training Data' (Herndon & Dryhurst, 2024).