INDIVIDUAL MCP TOOL
weget_workspace_overview
Return the user's focus feed, active tasks, projects, and optionally relevant notes for one coherent Weget context snapshot.
LIVE ENDPOINT
https://creaverse.art/api/mcp
Connect to this endpoint to inspect the live schema for weget_workspace_overview 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.weget-workspace]
url = "https://creaverse.art/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"weget-workspace": {
"type": "http",
"url": "https://creaverse.art/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: weget-workspace
Remote MCP URL: https://creaverse.art/api/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": {
"weget-workspace": {
"url": "https://creaverse.art/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"weget-workspace": {
"type": "http",
"url": "https://creaverse.art/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "weget-workspace",
"transport": "streamable-http",
"url": "https://creaverse.art/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
weget_get_focus— Return the most important approvals, overdue work, and next actions.weget_list_tasks— List Weget tasks, optionally filtered by status or project.weget_get_task— Get one task, including linked context and Finish Mode state.weget_get_task_activity— Return the audit trail for one task or recent task activity.weget_create_task— Create a task and optionally link it to a Weget project, folder, note, or chat.weget_update_task— Move a task through statuses or update its plan, deadline, and project links.weget_search_notes— Semantically search notes.weget_list_notes— List notes by folder, tag, or text filter.