← herndondryhurst.studio

INDIVIDUAL MCP TOOL

update_studio

Update studio-level metadata (title, description, footer links).

herndondryhurst.studionone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

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.
  • 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.
  • 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.