LIVE ENDPOINT
https://mcp.develosaur.com/v1/mcp
Connect to this endpoint to inspect the live schema for move_nodes and invoke it with your own arguments.
Indexed 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 server
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— WHAT DOES THIS PROJECT ALREADY KNOW ABOUT X?create_nodes— Create one or many nodes in a single call.update_nodes— Edit one or many nodes in a single call.complete_nodes— Mark one or many nodes complete.archive_nodes— Archive or restore a branch.