← develosaur.com

INDIVIDUAL MCP TOOL

update_nodes

Edit one or many nodes in a single call.

develosaur.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.develosaur.com/v1/mcp

No auth detected

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

Indexed 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 server

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

.mcp.json

{
  "mcpServers": {
    "develosaur": {
      "type": "http",
      "url": "https://mcp.develosaur.com/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "develosaur",
  "transport": "streamable-http",
  "url": "https://mcp.develosaur.com/v1/mcp"
}
MCP Inspector

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

Related tools

  • review_tree — ORIENT YOURSELF.
  • read_nodes — Read the FULL CONTENT of specific nodes.
  • find — FIND SPECIFIC NODES.
  • gather_context — SEARCH THIS PROJECT BOARD BY TOPIC.
  • create_nodes — Create one or many nodes in a single call.
  • grow — Grow a whole branch from a MARKDOWN OUTLINE in one call - the develosaur write-language.
  • complete_nodes — Mark one or many nodes complete.
  • handoff — Close out a session in ONE call: complete finished nodes, stamp progress notes on advanced ones, record discovered subtasks - and get the ready-made Board: trailer back for your reply.